| tcBusinessFieldName | tcDataType | tcOperator |
|---|---|---|
| iiCompanyId | i | |
| iiDInvoiceID | i | = |
| tDInvoiceDeduction.DInvoiceDeductionStatus | c | =,>=,>,<>,<=,<,begins,can-do,matches |
| iiCompanyId | integer | Company id |
| iiDInvoiceID | integer |
each DInvoice where
each DInvoiceDeduction (inner-join) where
| field name | data type | db field | description |
|---|---|---|---|
| tiDInvoice_ID | integer | DInvoice.DInvoice_ID | Record ID |
| tcDInvoiceDeductionStatus | character | DInvoiceDeduction.DInvoiceDeductionStatus | Deduction Status |
| tiPaidDInvoice_ID | integer | DInvoiceDeduction.PaidDInvoice_ID | Link to PaidDInvoice |
| DInvoiceCustom | character | calculated | custom fields |
| DInvoiceDeductionCustom | character | calculated | custom fields |
| ti_sequence | integer | calculated | primary index |
| tc_rowid | character | calculated | = rowid(DInvoice),rowid(DInvoiceDeduction) |
QadFinancials