Documentation ¶
Index ¶
- type AssetsData
- type BalanceSheetData
- type ExpensesData
- type HledgerCmd
- func (c HledgerCmd) Assets(options hledger.Options) tea.Cmd
- func (c HledgerCmd) Balancesheet(options hledger.Options) tea.Cmd
- func (c HledgerCmd) Expenses(options hledger.Options) tea.Cmd
- func (c HledgerCmd) Incomestatement(options hledger.Options) tea.Cmd
- func (c HledgerCmd) Liabilities(options hledger.Options) tea.Cmd
- func (c HledgerCmd) Register(options hledger.Options) tea.Cmd
- func (c HledgerCmd) Revenue(options hledger.Options) tea.Cmd
- type IncomeStatementData
- type LiabilitiesData
- type MsgError
- type RegisterData
- type RevenueData
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AssetsData ¶
type AssetsData string
type BalanceSheetData ¶
type BalanceSheetData string
type ExpensesData ¶
type ExpensesData string
type HledgerCmd ¶
type HledgerCmd struct {
// contains filtered or unexported fields
}
func NewHledgerCmd ¶
func NewHledgerCmd(hldg hledger.Hledger) HledgerCmd
func (HledgerCmd) Assets ¶
func (c HledgerCmd) Assets(options hledger.Options) tea.Cmd
TODO: rename 'c' to something better
func (HledgerCmd) Balancesheet ¶
func (c HledgerCmd) Balancesheet(options hledger.Options) tea.Cmd
func (HledgerCmd) Incomestatement ¶
func (c HledgerCmd) Incomestatement(options hledger.Options) tea.Cmd
func (HledgerCmd) Liabilities ¶
func (c HledgerCmd) Liabilities(options hledger.Options) tea.Cmd
type IncomeStatementData ¶
type IncomeStatementData string
type LiabilitiesData ¶
type LiabilitiesData string
type RegisterData ¶
type RegisterData struct {
// contains filtered or unexported fields
}
func CreateRegisterData ¶
func CreateRegisterData(data [][]string) RegisterData
func (RegisterData) Columns ¶
func (rd RegisterData) Columns() table.Row
func (RegisterData) Rows ¶
func (rd RegisterData) Rows() []table.Row
type RevenueData ¶
type RevenueData string
Click to show internal directories.
Click to hide internal directories.