Definition of table group-def
Definitions for the various account groups , Table Dump Name groupdef

Alphabetical Field Summary

  • acct-group: (CHAR) Group (Asset,Liability,Equity,Expense,Revenue,Balance)
  • balance-sheet-group: (LOGC) Yes if this group should appear on a balance sheet
  • 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)
  • group-debit: (LOGC) Do accounts of this group carry a 'Debit' or 'Credit' balanc
  • income-statement-group: (LOGC) Yes if this this group appear on an income statement
  • primary-key: (INTG) Unique, Primary key for table/record
  • sort-order: (DECM) The order in which it should be printed
  • upddate: (DATE) Date of last record update

    Alphabetical Index Summary

  • extern-guid: extern-guid
  • group-acct: (UNIQUE) fiscal-year, acct-group
  • group-order: (PRIMARY) fiscal-year, sort-order

    Alphabetical Trigger Summary

  • CREATE: Overridable, Procedure is tr-c-grp.p (SOURCE NOT AVAILABLE)
  • DELETE: Overridable, Procedure is tr-d-grp.p (SOURCE NOT AVAILABLE)
  • REPLICATION-CREATE: Procedure is rp-c-grp.p (SOURCE NOT AVAILABLE)
  • REPLICATION-DELETE: Procedure is rp-d-grp.p (SOURCE NOT AVAILABLE)
  • REPLICATION-WRITE: Procedure is rp-u-grp.p (SOURCE NOT AVAILABLE)
  • WRITE: Overridable, Procedure is tr-u-grp.p (SOURCE NOT AVAILABLE)

    Tables group-def references

  • period - Period definition file. This defines the start/stop of each


    Detailed Alphabetical Field Listing
    acct-group Data type: CHARACTER
    Format: x(12)
    Help: Group (Asset,Liability,Equity,Expense,Revenue,Balance)
    Attributes: Index Component, Mandatory

    balance-sheet-group Data type: LOGICAL
    Format: Yes/No (Initial Value: No)
    Help: Yes if this group should appear on a balance sheet

    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

    group-debit Data type: LOGICAL
    Format: Debit/Credit (Initial Value: no)
    Help: Do accounts of this group carry a 'Debit' or 'Credit' balanc

    income-statement-group Data type: LOGICAL
    Format: Yes/No (Initial Value: no)
    Help: Yes if this this group appear on an income statement

    primary-key Data type: INTEGER
    Format: zzzzzzzzz9
    Help: Unique, Primary key for table/record

    sort-order Data type: DECIMAL (Decimals: 2)
    Format: >9 (Initial Value: 0)
    Help: The order in which it should be printed
    Attributes: Index Component

    upddate Data type: DATE
    Format: 99/99/9999 (Initial Value: TODAY)
    Description: Date of last record update

    Created on 04/17/2012 by DBHTML V1.2