Journal Batch
GL_JournalBatch
General Ledger Journal Batch
Overview
| Table Name | GL_JournalBatch |
|---|---|
| Access Level | Organization Only |
| Entity Type | D |
| Is Document | Yes |
| Is View | No |
| Has UUID | Yes |
| Parent Table | C_DocType |
| Wiki | View on iDempiere Wiki |
Columns (28)
| Column | Type | Required | Default | Description |
|---|---|---|---|---|
C_DocType_ID |
Table Direct(22) | Yes | - | Document type or rules |
CopyFrom |
Button(1) | No | - | Copy From Record |
DocAction |
Button(2) | Yes | CO | The targeted status of the document |
DocStatus |
List(2) | Yes | DR | The current status of the document |
IsApproved |
Yes-No(1) | No | - | Indicates if this document requires approval |
Reversal_ID |
Search(22) | No | - | ID of document reversal |
DocumentNo |
String(30) | Yes | - | Document sequence number of the document |
AD_Client_ID |
Table Direct(22) | Yes | @#AD_Client_ID@ | Tenant for this installation. |
AD_Org_ID |
Table Direct(22) | Yes | @#AD_Org_ID@ | Organizational entity within tenant |
C_Currency_ID |
Table Direct(22) | No | @$C_Currency_ID@ | The Currency for this record |
ControlAmt |
Amount(22) | No | - | If not zero, the Debit amount of the document must be equal this amount |
C_Period_ID |
Table(22) | No | - | Period of the Calendar |
Created |
Date+Time(7) | Yes | SYSDATE | Date this record was created |
CreatedBy |
Search(22) | Yes | - | User who created this records |
DateAcct |
Date(7) | No | @#Date@ | Accounting Date |
DateDoc |
Date(7) | No | @#Date@ | Date of the Document |
Description |
String(255) | Yes | - | Optional short description of the record |
GL_Category_ID |
Table Direct(22) | No | - | General Ledger Category |
GL_JournalBatch_ID |
ID(22) | Yes | - | General Ledger Journal Batch |
GL_JournalBatch_UU |
String(36) | No | - | - |
IsActive |
Yes-No(1) | Yes | Y | The record is active in the system |
PostingType |
List(1) | Yes | A | The type of amount that this journal updated |
Processed |
Yes-No(1) | Yes | - | The document has been processed |
Processing |
Button(1) | Yes | - | - |
TotalCr |
Amount(22) | Yes | - | Total Credit in document currency |
TotalDr |
Amount(22) | Yes | - | Total debit in document currency |
Updated |
Date+Time(7) | Yes | SYSDATE | Date this record was updated |
UpdatedBy |
Search(22) | Yes | - | User who updated this records |
Foreign Keys
| Column | References | Description |
|---|---|---|
C_DocType_ID |
C_DocType.C_DocType_ID | Document type or rules |
Reversal_ID |
Reversal.Reversal_ID | ID of document reversal |
AD_Client_ID |
AD_Client.AD_Client_ID | Tenant for this installation. |
AD_Org_ID |
AD_Org.AD_Org_ID | Organizational entity within tenant |
C_Currency_ID |
C_Currency.C_Currency_ID | The Currency for this record |
C_Period_ID |
C_Period.C_Period_ID | Period of the Calendar |
GL_Category_ID |
GL_Category.GL_Category_ID | General Ledger Category |
Generated on 2026-05-03T16:38:54.925572573Z