| iiCompanyId | integer | Company id |
| itFromPostingDate | date | |
| iiGLID | integer | |
| itToPostingDate | date | |
| iiDivisionID | integer | |
| icGLCodeStart | character | |
| icGLCodeEnd | character | |
| iiJournalID | integer | |
| ilGLIsBalanceAccount | logical | |
| icLayerCando | character | |
| icJournalCando | character | |
| icDivisionCando | character | |
| icCostCentreCando | character | |
| icProjectCando | character | |
| icCurrency | character | |
| icFromICBusinessRelation | character | |
| icToICBusinessRelation | character | |
| icGLCategory | character | |
| icExcludeJournalTypeCode | character | |
| iiCanCCID | integer |
each Posting where
first Journal (inner-join) where
first Layer (inner-join) where
first Period (inner-join) where
each PostingLine (inner-join) where
first BusinessRelation (conditional-join) where
first CostCentre (conditional-join) where
first Currency (inner-join) where
first Division (conditional-join) where
first GL (inner-join) where
first Project (conditional-join) where
| field name | data type | db field | description |
|---|---|---|---|
| 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. |
| tiCostCentre_ID | integer | PostingLine.CostCentre_ID | Cost Center Code |
| tcCostCentreCode | character | CostCentre.CostCentreCode | Cost Center: A code that identifies the cost center. |
| tiCurrency_ID | integer | PostingLine.Currency_ID | Currency Code |
| tcCurrencyCode | character | Currency.CurrencyCode | Currency Code |
| tiDivision_ID | integer | PostingLine.Division_ID | Sub-Account Code |
| tcDivisionCode | character | Division.DivisionCode | Sub-Account |
| tcGLCategory | character | GL.GLCategory | Category: A code for classifying the account based on its function on financial statements. |
| tcGLCode | character | GL.GLCode | A code identifying the GL account. |
| tcGLDescription | character | GL.GLDescription | A description of the GL account. |
| tlGLIsBalanceAccount | logical | GL.GLIsBalanceAccount | This field will be calculated by the system based on the value of tcBalance. If the account is a Balance Sheet account the value will be true, if it is a Profit and Loss account then it will be false. |
| api annotation: | This field can be left blank as it will be calculated by the system. | ||
| tcGLTypeCode | character | GL.GLTypeCode | A code identifying the type of account. |
| tiJournal_ID | integer | Posting.Journal_ID | Daybook Code |
| tcJournalCode | character | Journal.JournalCode | A daybook code (maximum eight characters). |
| tcJournalTypeCode | character | Journal.JournalTypeCode | A daybook type code. |
| api annotation: | Value for this field defaults to "Journal Entries". | ||
| tcLayerCode | character | Layer.LayerCode | Layer Code |
| tcPeriodTypeCode | character | Period.PeriodTypeCode | GL Period Type |
| tiPosting_ID | integer | Posting.Posting_ID | Record ID |
| tdPostingLineCreditCC | decimal | PostingLine.PostingLineCreditCC | SC Credit |
| api annotation: | Partial Update = yes - it will get a default value depending on the value of PostingLinCreditTC, PostingLineCCRate & PostingLineCCScale. SC Amount = TC Amount * Exchange rate (TC/SC) * Scale Factor (TC/SC). If Partial Update is false, you should enter the correct value for this field | ||
| tdPostingLineCreditTC | decimal | PostingLine.PostingLineCreditTC | TC Credit |
| tdPostingLineDebitCC | decimal | PostingLine.PostingLineDebitCC | SC Debit |
| api annotation: | Partial Update = yes - it will get a default value depending on the value of PostingLineDebitTC, PostingLineCCRate & PostingLineCCScale. SC Amount = TC Amount * Exchange rate (TC/SC) * Scale Factor (TC/SC). If Partial Update is false, enter the correct value for this field. | ||
| tdPostingLineDebitTC | decimal | PostingLine.PostingLineDebitTC | TC Debit |
| tcProjectCode | character | Project.ProjectCode | Project |
| tiCompany_ID | integer | Posting.Company_ID | Link to Company |
| ttPostingDate | date | Posting.PostingDate | The accounting date on which the journal entry is posted. The posting date must be a valid calendar date and must be within the GL calendar year (PostingYear) and period (PostingPeriod). |
| tiGL_ID | integer | GL.GL_ID | Record ID |
| tdPostingLineCreditLC | decimal | PostingLine.PostingLineCreditLC | BC Credit |
| api annotation: | Partial Update = yes - it will get a default value depends on the value of PostingLineCreditTC, PostingLineExchangeRate & PostingLineRateScale. BC Amount = TC Amount * Exchange rate (TC/BC) * Scale Factor (TC/BC). If Partial Update is false, enter a value for this field. | ||
| tdPostingLineDebitLC | decimal | PostingLine.PostingLineDebitLC | BC Debit |
| api annotation: | Partial Update = yes - it will get a default value depending on the value of PostingLineDebitTC, PostingLineExchangeRate and PostingLineRateScale. BC Amount = TC Amount * Exchange rate (TC/BC) * Scale Factor (TC/BC). If Partial Update = false, enter the correct value into this field. | ||
| ti_sequence | integer | calculated | primary index |
| tc_rowid | character | calculated | = rowid(Posting),rowid(Journal),rowid(Layer),rowid(Period),rowid(PostingLine),rowid(BusinessRelation),rowid(CostCentre),rowid(Currency),rowid(Division),rowid(GL),rowid(Project) |
QadFinancials