| iiCompanyId | integer | Company id |
| ilCInvoiceIsOpen | logical | |
| icCreditorType | character | |
| icCurrencyCode | character | |
| icFromCreditorCode | character | |
| icToCreditorCode | character | |
| itFromPostingDate | date | |
| itToPostingDate | date | |
| icPurchaseType | character |
each Creditor where
each CInvoice (inner-join) where
each APMatching (inner-join) where
each APMatchingLn (inner-join) where
first pvod_det (inner-join) where
first pod_det (inner-join) where
each prh_hist (inner-join) where
first Currency (inner-join) where
first PurchaseType (conditional-join) where
first CreditorType (conditional-join) where
| field name | data type | db field | description |
|---|---|---|---|
| tdAPMatchingLnMatchQty | decimal | APMatchingLn.APMatchingLnMatchQty | Matched Quantity |
| tdAPMatchingLnMatchUnitPrice | decimal | APMatchingLn.APMatchingLnMatchUnitPrice | Matched Unit Price |
| tcAPMatchingLnPvodIntRef | character | APMatchingLn.APMatchingLnPvodIntRef | Internal Ref |
| tiCInvoice_ID | integer | CInvoice.CInvoice_ID | Record ID |
| tlCInvoiceIsLogisticMatching | logical | CInvoice.CInvoiceIsLogisticMatching | Receiver Matching.This field indicates If the Receiver Matching function is enabled. This field is calculated by the system using the invoice status code. |
| tlCInvoiceIsOpen | logical | CInvoice.CInvoiceIsOpen | Open.This field indicates if the invoice has been completely paid. This field is updated automatically when complete payment is confirmed. This field is read-only. |
| api annotation: | PartialUpdate = yes - defaults to true | ||
| ttCInvoicePostingDate | date | CInvoice.CInvoicePostingDate | Posting Date. This filed indicates the date on which the invoice is to be posted. |
| api annotation: | This field defaults from the invoice creation date. | ||
| tcCInvoiceType | character | CInvoice.CInvoiceType | Invoice Type. This field identifies the invoice type. The value can be Invoice Correction and Credit Note Correction type only when the appropriate daybook types have already been defined. |
| tcCreditorCode | character | Creditor.CreditorCode | Supplier Code |
| tcCreditorTypeCode | character | CreditorType.CreditorTypeCode | Code |
| tcCurrencyCode | character | Currency.CurrencyCode | Currency Code |
| tcprh_curr | character | prh_hist.prh_curr | Currency |
| tdprh_curr_amt | decimal | prh_hist.prh_curr_amt | Currency Amt |
| tdprh_ex_rate | decimal | prh_hist.prh_ex_rate | Exch Rate |
| tdprh_ex_rate2 | decimal | prh_hist.prh_ex_rate2 | Exch Rate 2 |
| tcprh_nbr | character | prh_hist.prh_nbr | Order |
| tcprh_part | character | prh_hist.prh_part | Item Number |
| tdprh_pur_cost | decimal | prh_hist.prh_pur_cost | PO Cost |
| tdprh_rcvd | decimal | prh_hist.prh_rcvd | Receipt Qty |
| tcprh_um | character | prh_hist.prh_um | UM |
| tcPurchaseTypeCode | character | PurchaseType.PurchaseTypeCode | Purchase Type |
QadFinancials