Write, Bureaucrats, Administrators
3,576
edits
(3 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
The Xero '''JournalsCash''' [[Xero Accounting Endpoints|endpoint]] provides the journal records on an cash basis that had a material impact on your general ledger. | The Xero '''JournalsCash''' [[Xero Accounting Endpoints|endpoint]] provides the journal records on an cash basis that had a material impact on your general ledger. | ||
This endpoint does not internally support filters due to the Xero API Architecture. Only the '''JournalNumber''', '''JournalDate''' and '''CreatedDateUTC''' fields can be filtered. Furthermore, these fields do not support all types of operators or complex filters. | |||
For journals on an accrual basis, see [[Xero Accounting Endpoint: JournalsAccrual|JournalsAccrual]]. | For journals on an accrual basis, see [[Xero Accounting Endpoint: JournalsAccrual|JournalsAccrual]]. | ||
Line 90: | Line 92: | ||
;NetAmount | ;NetAmount | ||
:A [[Field Type: Decimal|decimal field]] that tax exclusive amount. | :A [[Field Type: Decimal|decimal field]] that provides the tax exclusive amount. | ||
:This will be a positive value for a debit and negative for a credit | |||
;GrossAmount | ;GrossAmount | ||
:A [[Field Type: Decimal|decimal field]] that tax inclusive amount. | :A [[Field Type: Decimal|decimal field]] that tax provides the inclusive amount. | ||
:This field is calculated as NetAmount + TaxAmount. | |||
;TaxAmount | ;TaxAmount | ||
Line 101: | Line 105: | ||
:A [[Field Type: Text|text field]] that provides the [[Xero Accounting Field: TaxTypes|tax type]]. | :A [[Field Type: Text|text field]] that provides the [[Xero Accounting Field: TaxTypes|tax type]]. | ||
; | ;TaxName | ||
:A [[Field Type: Text|text field]] that provides the name of the tax rate. | :A [[Field Type: Text|text field]] that provides the name of the tax rate. | ||