Documentation
¶
Index ¶
- func AllAccounts(db *gorm.DB) []string
- func ClearCache()
- func CostBalance(postings []posting.Posting) decimal.Decimal
- func CostSum(postings []posting.Posting) decimal.Decimal
- func CurrentBalance(postings []posting.Posting) decimal.Decimal
- func CurrentBalanceOn(db *gorm.DB, postings []posting.Posting, date time.Time) decimal.Decimal
- func FIFO(postings []posting.Posting) []posting.Posting
- func FilterByGlob(postings []posting.Posting, accounts []string) []posting.Posting
- func GroupByAccount(posts []posting.Posting) map[string][]posting.Posting
- func IsLeafAccount(db *gorm.DB, account string) bool
- func PopulateBalance(postings []posting.Posting) []posting.Posting
- func PostingWithBehaviours(postings []posting.Posting, behaviours []string) []posting.Posting
- func SortAsc(postings []posting.Posting) []posting.Posting
- func SortDesc(postings []posting.Posting) []posting.Posting
- type Balance
- type Point
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AllAccounts ¶ added in v0.5.7
func ClearCache ¶ added in v0.5.6
func ClearCache()
func CurrentBalance ¶ added in v0.2.8
func CurrentBalanceOn ¶ added in v0.4.8
func FilterByGlob ¶ added in v0.2.5
func GroupByAccount ¶ added in v0.5.6
func PopulateBalance ¶ added in v0.5.9
func PostingWithBehaviours ¶ added in v0.5.6
Types ¶
Click to show internal directories.
Click to hide internal directories.