Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrEmptyTransaction = errors.New("no postings defined")
View Source
var ErrMissingPayee = errors.New("missing payee")
View Source
var ErrUnknownAccount = errors.New("unknown account")
Functions ¶
This section is empty.
Types ¶
type Transaction ¶
type Transaction struct { Date string Payee string Narration string Flag string Postings []*Posting }
func (*Transaction) ToBeanLanguageSyntax ¶
func (txn *Transaction) ToBeanLanguageSyntax() string
func (*Transaction) Validate ¶
func (txn *Transaction) Validate() error
Click to show internal directories.
Click to hide internal directories.