expenses

package
v0.0.0-...-66ab54c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 12, 2023 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Credits

type Credits struct {
	Name string `bson:"name"`
	Type string `bson:"type"`
	Date struct {
		Mount int `bson:"mount"`
		Year  int `bson:"year"`
	} `bson:"date"`
	Datails struct {
		Interes  float64 `bson:"interes"`
		Precing  float64 `bson:"precing"`
		Mensualy int     `bson:"mensualy"`
	} `bson:"datails"`
	Spent float64 `bson:"spent"`
}

func (*Credits) Calculator

func (c *Credits) Calculator(Average float64) (r schemas.Resumen)

type Expenses

type Expenses struct {
	Creditos []Credits `bson:"credit"`
}

func (*Expenses) CalcPerfil

func (e *Expenses) CalcPerfil(Average float64) (TR []schemas.Resumen)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL