| iiCompanyId | integer | Company id |
| icCandoCreditorCode | character | |
| icCandoBRCode | character | |
| icFromBRCode | character | |
| icFromCreditorCode | character | |
| iiToAccYearPeriod | integer | |
| icToBRCode | character | |
| icToCreditorCode | character | |
| iiFromAccYearPeriod | integer | |
| icToGLCode | character | |
| icFromGLCode | character | |
| icCanDoGLCode | character |
each Creditor where
first BusinessRelation (inner-join) where
each CHist (inner-join) where
first CostCentre (conditional-join) where
first Currency (inner-join) where
first Division (conditional-join) where
first GL (inner-join) where
first Journal (inner-join) where
first Project (conditional-join) where
| field name | data type | db field | description |
|---|---|---|---|
| tiBusinessRelation_ID | integer | Creditor.BusinessRelation_ID | Name |
| tiBusinessRelation_ID2 | integer | BusinessRelation.BusinessRelation_ID | Record ID |
| tcBusinessRelationCode | character | BusinessRelation.BusinessRelationCode | Business Relation. A code to identify the business relation. If this field does not have a input from the user, the system automatically generates a number for the record based on the sequence defined in Business Relation Autonumber Create. |
| tcBusinessRelationName1 | character | BusinessRelation.BusinessRelationName1 | Name: The full name of the business relation. This field sets the default name for linked addresses such as customers and suppliers. |
| api annotation: | PartialUpdate = yes - defaults to the BusinessRelationCode. | ||
| tcBusinessRelationName2 | character | BusinessRelation.BusinessRelationName2 | Second Name. An extended name when the Name field is not large enough to contain all information. This fielsd can be blank. |
| tcBusinessRelationSearchName | character | BusinessRelation.BusinessRelationSearchName | Search Name: An alternate name for finding the business relation. This field can be useful for sorting and filtering. |
| api annotation: | PartialUpdate = yes - defaults to the BusinessRelationCode. | ||
| tdCHistMovementCreditCC | decimal | CHist.CHistMovementCreditCC | SC Activity Credit |
| tdCHistMovementCreditLC | decimal | CHist.CHistMovementCreditLC | BC Activity Credit |
| tdCHistMovementCreditTC | decimal | CHist.CHistMovementCreditTC | TC Activity Credit |
| tdCHistMovementDebitCC | decimal | CHist.CHistMovementDebitCC | SC Activity Debit |
| tdCHistMovementDebitLC | decimal | CHist.CHistMovementDebitLC | BC Activity Debit |
| tdCHistMovementDebitTC | decimal | CHist.CHistMovementDebitTC | TC Activity Debit |
| tiCHistYearPeriodFrom | integer | CHist.CHistYearPeriodFrom | From Year GL Period |
| tiCHistYearPeriodTill | integer | CHist.CHistYearPeriodTill | To Year GL Period |
| tiCostCentre_ID | integer | CostCentre.CostCentre_ID | Record ID |
| tcCostCentreCode | character | CostCentre.CostCentreCode | Cost Center: A code that identifies the cost center. |
| tcCostCentreDescription | character | CostCentre.CostCentreDescription | Description: a brief description of the cost center. |
| tiCreditor_ID | integer | Creditor.Creditor_ID | Record ID |
| tcCreditorCode | character | Creditor.CreditorCode | Supplier Code |
| tiCurrency_ID | integer | Currency.Currency_ID | Record ID |
| tcCurrencyCode | character | Currency.CurrencyCode | Currency Code |
| tcCurrencyDescription | character | Currency.CurrencyDescription | Currency Description |
| tiCurrencyNumberOfDecimals | integer | Currency.CurrencyNumberOfDecimals | Number of Decimals |
| tiDivision_ID | integer | Division.Division_ID | Record ID |
| tcDivisionCode | character | Division.DivisionCode | Sub-Account |
| tcDivisionDescription | character | Division.DivisionDescription | Description |
| tiGL_ID | integer | GL.GL_ID | Record ID |
| tcGLCode | character | GL.GLCode | A code identifying the GL account. |
| tcGLDescription | character | GL.GLDescription | A description of the GL account. |
| tiJournal_ID | integer | Journal.Journal_ID | Record ID |
| tcJournalCode | character | Journal.JournalCode | A daybook code (maximum eight characters). |
| tcJournalDescription | character | Journal.JournalDescription | A brief description of the daybook. |
| api annotation: | Value for this field defaults to null. | ||
| tiProject_ID | integer | Project.Project_ID | Record ID |
| tcProjectCode | character | Project.ProjectCode | Project |
| tcProjectDescription | character | Project.ProjectDescription | Description |
QadFinancials