Documentation
¶
Index ¶
Constants ¶
View Source
const AdjustmentsScheduleQuery = `` /* 792-byte string literal not displayed */
View Source
const AgedDebtByCustomerQuery = `` /* 4412-byte string literal not displayed */
View Source
const AgedDebtQuery = `` /* 6062-byte string literal not displayed */
View Source
const BadDebtWriteOffQuery = `` /* 2071-byte string literal not displayed */
View Source
const CustomerCreditQuery = `` /* 714-byte string literal not displayed */
View Source
const InvoiceAdjustmentsQuery = `` /* 2975-byte string literal not displayed */
View Source
const InvoicesScheduleQuery = `` /* 608-byte string literal not displayed */
View Source
const PaidInvoicesQuery = `` /* 5609-byte string literal not displayed */
View Source
const PaymentsScheduleQuery = `` /* 607-byte string literal not displayed */
View Source
const ReceiptsQuery = `` /* 3479-byte string literal not displayed */
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AdjustmentsSchedule ¶
type AdjustmentsSchedule struct { Date *shared.Date ScheduleType *shared.ScheduleType }
func (*AdjustmentsSchedule) GetHeaders ¶
func (c *AdjustmentsSchedule) GetHeaders() []string
func (*AdjustmentsSchedule) GetParams ¶
func (c *AdjustmentsSchedule) GetParams() []any
func (*AdjustmentsSchedule) GetQuery ¶
func (c *AdjustmentsSchedule) GetQuery() string
type AgedDebt ¶
func (*AgedDebt) GetHeaders ¶
type AgedDebtByCustomer ¶
type AgedDebtByCustomer struct{}
func (*AgedDebtByCustomer) GetHeaders ¶
func (a *AgedDebtByCustomer) GetHeaders() []string
func (*AgedDebtByCustomer) GetParams ¶
func (a *AgedDebtByCustomer) GetParams() []any
func (*AgedDebtByCustomer) GetQuery ¶
func (a *AgedDebtByCustomer) GetQuery() string
type BadDebtWriteOff ¶
func (*BadDebtWriteOff) GetHeaders ¶
func (b *BadDebtWriteOff) GetHeaders() []string
func (*BadDebtWriteOff) GetParams ¶
func (b *BadDebtWriteOff) GetParams() []any
func (*BadDebtWriteOff) GetQuery ¶
func (b *BadDebtWriteOff) GetQuery() string
type CustomerCredit ¶
type CustomerCredit struct{}
func (*CustomerCredit) GetHeaders ¶
func (c *CustomerCredit) GetHeaders() []string
func (*CustomerCredit) GetParams ¶
func (c *CustomerCredit) GetParams() []any
func (*CustomerCredit) GetQuery ¶
func (c *CustomerCredit) GetQuery() string
type InvoiceAdjustments ¶
func (*InvoiceAdjustments) GetHeaders ¶
func (i *InvoiceAdjustments) GetHeaders() []string
func (*InvoiceAdjustments) GetParams ¶
func (i *InvoiceAdjustments) GetParams() []any
func (*InvoiceAdjustments) GetQuery ¶
func (i *InvoiceAdjustments) GetQuery() string
type InvoicesSchedule ¶
type InvoicesSchedule struct { Date *shared.Date ScheduleType *shared.ScheduleType }
func (*InvoicesSchedule) GetHeaders ¶
func (i *InvoicesSchedule) GetHeaders() []string
func (*InvoicesSchedule) GetParams ¶
func (i *InvoicesSchedule) GetParams() []any
func (*InvoicesSchedule) GetQuery ¶
func (i *InvoicesSchedule) GetQuery() string
type PaidInvoices ¶
func (*PaidInvoices) GetHeaders ¶
func (p *PaidInvoices) GetHeaders() []string
func (*PaidInvoices) GetParams ¶
func (p *PaidInvoices) GetParams() []any
func (*PaidInvoices) GetQuery ¶
func (p *PaidInvoices) GetQuery() string
type PaymentsSchedule ¶
type PaymentsSchedule struct { Date *shared.Date ScheduleType *shared.ScheduleType }
func (*PaymentsSchedule) GetHeaders ¶
func (p *PaymentsSchedule) GetHeaders() []string
func (*PaymentsSchedule) GetParams ¶
func (p *PaymentsSchedule) GetParams() []any
func (*PaymentsSchedule) GetQuery ¶
func (p *PaymentsSchedule) GetQuery() string
type Receipts ¶
func (*Receipts) GetHeaders ¶
type ReportQuery ¶
Click to show internal directories.
Click to hide internal directories.