Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GroupByMonth ¶ added in v0.2.1
Types ¶
type Posting ¶
type Posting struct { ID uint `gorm:"primaryKey" json:"id"` TransactionID string `json:"transaction_id"` Date time.Time `json:"date"` Payee string `json:"payee"` Account string `json:"account"` Commodity string `json:"commodity"` Quantity float64 `json:"quantity"` Amount float64 `json:"amount"` MarketAmount float64 `gorm:"-:all" json:"market_amount"` }
func (*Posting) AddQuantity ¶ added in v0.2.2
func (Posting) WithQuantity ¶ added in v0.2.6
Click to show internal directories.
Click to hide internal directories.