Documentation ¶
Index ¶
Constants ¶
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 PaidInvoicesQuery = `` /* 5609-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 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 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 Receipts ¶
func (*Receipts) GetHeaders ¶
type ReportQuery ¶
Click to show internal directories.
Click to hide internal directories.