Skip to main content

Journal Entry Master View Model

Fields

FieldDescriptionType
docKeySystem generated key for document.number
docNoDocument number of record.string
docNo2Alternate document number.string
docDateDocument date.date
taxDateTax date.datenullable
currencyCodeCurrency code.string
currencyRateRate of document currency against local currency.number
journalTypeJournal type.string
descriptionJournal entry document description.string
noteDocument notes. (HTML)string
cancelledDocument cancelled flag.boolean
createdTimeStampDocument creation timestamp.date
createdUserIDDocument creation user Id.string
lastModifiedDocument last modified timestamp.date
lastModifiedUserIDDocument last modified user Id.string
statusDocument status. More information can be found here.string
Calculated Fields
FieldDescriptionType
totalDRTotal debit amount with tax in document currency.number
totalCRTotal credit amount with tax in document currency.number
localTotalDRTotal debit amount with tax in local currency.number
localTotalCRTotal credit amount with tax in local currency.number
totalDRExTaxDebit amount without tax.number
totalCRExTaxCredit amount without tax.number
localTotalDRExTaxDebit amount without tax in local currency.number
localTotalCRExTaxCredit amount without tax in local currency.number
taxableDRTaxable debit amount.number
taxableCRTaxable credit amount.number
localTaxableDRTaxable debit amount in local currency.number
localTaxableCRTaxable credit amount in local currency.number
taxDRDebit tax amount.number
taxCRCredit tax amount.number
localTaxDRDebit tax amount in local currency.number
localTaxCRCredit tax amount in local currency.number
exTaxDRExclusive debit tax amount in document currency.number
exTaxCRExclusive credit tax amount in document currency.number
localExTaxDRExclusive debit tax amount in local currency.number
localExTaxCRExclusive credit tax amount in local currency.number
netTotalDRDebit amount with tax.number
netTotalCRCredit amount with tax.number
localNetTotalDRDebit amount with tax in local currency.number
localNetTotalCRCredit amount with tax in local currency.number