Definition of table gl-tran
GL Transaction headers
, Table Dump Name gl-tran
Alphabetical Field Summary
credate: (DATE) Date of record creation
extern-guid: (CHAR) External Global Unique ID for this record
fiscal-year: (CHAR) Start year of fiscal year (i.e. 1992 for FY 1992/1993)
has-been-reversed: (LOGC) Set if transaction has already been reversed
is-reversing-tran: (LOGC) True if this transaction reverses another
journal-code: (CHAR) Journal code for transaction
primary-key: (INTG) Unique, Primary key for table/record
reversed-by: (INTG) Tran number of reversing transaction
reverses-tran: (INTG) Transaction this transaction reverses
tran-amount: (DECM) Total amount for transaction
tran-date: (DATE) Date for transaction
tran-deleted: (LOGC) Flags a deleted transaction. There are no line records in th
tran-desc: (CHAR) Transaction Description
tran-num: (INTG) Transaction #
tran-post-date: (DATE) Date transaction was posted
tran-posted: (LOGC) Transaction posted flag
tran-summary: (LOGC) Indicates whether the transaction is summary or regular
upddate: (DATE) Date of last record update
user-name: (CHAR) User who created the transaction
will-reverse: (LOGC) TRUE if Tran is scheduled to be reversed (or has been)
will-reverse-on-date: (DATE) Date transaction is scheduled to reverse
Alphabetical Index Summary
extern-guid: extern-guid
gl-date: fiscal-year, tran-date, journal-code, tran-num
gl-desc: fiscal-year, journal-code, tran-desc, tran-num
gl-journal: (UNIQUE) fiscal-year, journal-code, tran-num, tran-date, tran-posted
gl-posted: fiscal-year, tran-posted, tran-date, journal-code, tran-num
gl-reverse: fiscal-year, will-reverse, will-reverse-on-date, has-been-reversed
gl-summary: fiscal-year, journal-code, tran-summary, tran-posted, tran-date
gl-tran: (UNIQUE, PRIMARY) fiscal-year, journal-code, tran-num
Alphabetical Trigger Summary
CREATE: Overridable, Procedure is tr-c-glt.p (SOURCE NOT AVAILABLE)
DELETE: Overridable, Procedure is tr-d-glt.p (SOURCE NOT AVAILABLE)
REPLICATION-CREATE: Procedure is rp-c-glt.p (SOURCE NOT AVAILABLE)
REPLICATION-DELETE: Procedure is rp-d-glt.p (SOURCE NOT AVAILABLE)
REPLICATION-WRITE: Procedure is rp-u-glt.p (SOURCE NOT AVAILABLE)
WRITE: Overridable, Procedure is tr-u-glt.p (SOURCE NOT AVAILABLE)
Other tables who reference gl-tran
ap-line - AP Transaction Line/Account file
ap-tran - AP Transaction Header file.
ar-line - AR Line item files
ar-tran - Accounts Receivable transactions file
bi-desc - Invoice Line Descriptions
bi-line - Invoice Account Line Items
bi-tran - Billing Transactions file
billing-group - (no description available)
ds-desc - Disbursment invoice description file
ds-line - Disbursment Line/Account file
ds-tran - Disbursment transaction file
gl-line - GL Transaction Line items
item-history - Item History Table for Fixed Assets
po-desc - Description items for the PO
po-line - Line/Account file for the PO
po-recv - Receiving detail of PO item
po-tran - PO transaction/file entries
rc-desc - Receipt Invoice lines
rc-line - Receipts Line Item file
rc-tran - Receipts Transaction file
Tables gl-tran references
ap-tran - AP Transaction Header file.
ar-tran - Accounts Receivable transactions file
bi-tran - Billing Transactions file
ds-tran - Disbursment transaction file
journal - Journal Codes file
period - Period definition file. This defines the start/stop of each
rc-tran - Receipts Transaction file
Detailed Alphabetical Field Listing
credate Data type: DATE
Format: 99/99/9999 (Initial Value: TODAY)
Description: Date of record creation
extern-guid Data type: CHARACTER
Format: x(32)
Description: External Global Unique ID for this record
Attributes: Index Component
fiscal-year Data type: CHARACTER
Format: 9999
Description: Start year of fiscal year (i.e. 1992 for FY 1992/1993)
Attributes: Index Component
has-been-reversed Data type: LOGICAL
Format: Yes/No (Initial Value: No)
Description: Set if transaction has already been reversed
Attributes: Index Component
is-reversing-tran Data type: LOGICAL
Format: Yes/No (Initial Value: No)
Description: True if this transaction reverses another
journal-code Data type: CHARACTER
Format: x(6) (Initial Value: DEFALT)
Help: Journal code for transaction
Attributes: Index Component, Mandatory
primary-key Data type: INTEGER
Format: zzzzzzzzz9
Help: Unique, Primary key for table/record
reversed-by Data type: INTEGER
Format: 999999
Description: Tran number of reversing transaction
reverses-tran Data type: INTEGER
Format: 999999
Description: Transaction this transaction reverses
tran-amount Data type: DECIMAL (Decimals: 2)
Format: zzz,zzz,zz9.99 (Initial Value: 0)
Description: Total amount for transaction
tran-date Data type: DATE
Format: 99/99/9999 (Initial Value: TODAY)
Help: Date for transaction
Attributes: Index Component, Mandatory
tran-deleted Data type: LOGICAL
Format: Yes/No (Initial Value: no)
Description: Flags a deleted transaction. There are no line records in th
tran-desc Data type: CHARACTER
Format: x(32)
Help: Transaction Description
Attributes: Index Component
tran-num Data type: INTEGER
Format: 999999
Help: Transaction #
Attributes: Index Component
tran-post-date Data type: DATE
Format: 99/99/9999
Description: Date transaction was posted
tran-posted Data type: LOGICAL
Format: Yes/No (Initial Value: no)
Description: Transaction posted flag
Attributes: Index Component
tran-summary Data type: LOGICAL
Format: Summary/Regular (Initial Value: no)
Description: Indicates whether the transaction is summary or regular
Attributes: Index Component
upddate Data type: DATE
Format: 99/99/9999 (Initial Value: TODAY)
Description: Date of last record update
user-name Data type: CHARACTER
Format: x(16)
Description: User who created the transaction
Attributes: Mandatory
will-reverse Data type: LOGICAL
Format: Yes/No (Initial Value: No)
Description: TRUE if Tran is scheduled to be reversed (or has been)
Help: Yes to have transaction reverse, No otherwise
Attributes: Index Component
will-reverse-on-date Data type: DATE
Format: 99/99/9999
Description: Date transaction is scheduled to reverse
Help: Date transaction will reverse on
Attributes: Index Component
Created on 04/17/2012 by DBHTML V1.2