SACC
[ class tree: SACC ] [ index: SACC ] [ all elements ]

Procedural File: defines.php

Source Location: /include/defines.php



Page Details:

Programing specific definitions

Constant definitions that are programming specific rather than module or language specific




Tags:

version:  1
copyright:  2005 Ashley Kitson, UK
author:  Ashley Kitson http://xoobs.net







SACC_ACTP_3RDPTY [line 133]

SACC_ACTP_3RDPTY = "3RDPTY"
Constants used to define type of account. The actual descriptive

names for the account types are defined in the SACCACTP CDM code set



[ Top ]



SACC_ACTP_ASSET [line 127]

SACC_ACTP_ASSET = "ASSET"
Constants used to define type of account. The actual descriptive

names for the account types are defined in the SACCACTP CDM code set



[ Top ]



SACC_ACTP_BANK [line 129]

SACC_ACTP_BANK = "BANK"
Constants used to define type of account. The actual descriptive

names for the account types are defined in the SACCACTP CDM code set



[ Top ]



SACC_ACTP_CUSTOMER [line 131]

SACC_ACTP_CUSTOMER = "CUSTOM"
Constants used to define type of account. The actual descriptive

names for the account types are defined in the SACCACTP CDM code set



[ Top ]



SACC_ACTP_EQUITY [line 132]

SACC_ACTP_EQUITY = "EQUITY"
Constants used to define type of account. The actual descriptive

names for the account types are defined in the SACCACTP CDM code set



[ Top ]



SACC_ACTP_EXPENSE [line 126]

SACC_ACTP_EXPENSE = "EXPENS"
Constants used to define type of account. The actual descriptive

names for the account types are defined in the SACCACTP CDM code set



[ Top ]



SACC_ACTP_INCOME [line 125]

SACC_ACTP_INCOME = "INCOME"
Constants used to define type of account. The actual descriptive

names for the account types are defined in the SACCACTP CDM code set



[ Top ]



SACC_ACTP_LIABILITY [line 128]

SACC_ACTP_LIABILITY = "LIABIL"
Constants used to define type of account. The actual descriptive

names for the account types are defined in the SACCACTP CDM code set



[ Top ]



SACC_ACTP_SUPPLIER [line 130]

SACC_ACTP_SUPPLIER = "SUPPLY"
Constants used to define type of account. The actual descriptive

names for the account types are defined in the SACCACTP CDM code set



[ Top ]



SACC_CFG_DECPNT [line 91]

SACC_CFG_DECPNT = $cfg['dec_point']
Constants for configuration items

$cfg is a copy of the SACC module config array



[ Top ]



SACC_CFG_DEFCURR [line 88]

SACC_CFG_DEFCURR = $cfg['def_currency']
Constants for configuration items

$cfg is a copy of the SACC module config array



[ Top ]



SACC_CFG_DEFORG [line 89]

SACC_CFG_DEFORG = $cfg['def_org']
Constants for configuration items

$cfg is a copy of the SACC module config array



[ Top ]



SACC_CFG_USEPRNT [line 90]

SACC_CFG_USEPRNT = $cfg['use_parent']
Constants for configuration items

$cfg is a copy of the SACC module config array



[ Top ]



SACC_CNTL_ASST [line 144]

SACC_CNTL_ASST = "ASST"
Constant defs for control account types The descriptive names are defined in the SACCCNTL CDM code set If you need to add more, then use a max of 4 characters as that is what CDM code set is set to.


[ Top ]



SACC_CNTL_BANK [line 142]

SACC_CNTL_BANK = "BANK"
Constant defs for control account types The descriptive names are defined in the SACCCNTL CDM code set If you need to add more, then use a max of 4 characters as that is what CDM code set is set to.


[ Top ]



SACC_CNTL_EQUI [line 146]

SACC_CNTL_EQUI = "EQUI"
Constant defs for control account types The descriptive names are defined in the SACCCNTL CDM code set If you need to add more, then use a max of 4 characters as that is what CDM code set is set to.


[ Top ]



SACC_CNTL_EXPE [line 148]

SACC_CNTL_EXPE = "EXPE"
Constant defs for control account types The descriptive names are defined in the SACCCNTL CDM code set If you need to add more, then use a max of 4 characters as that is what CDM code set is set to.


[ Top ]



SACC_CNTL_INCO [line 147]

SACC_CNTL_INCO = "INCO"
Constant defs for control account types The descriptive names are defined in the SACCCNTL CDM code set If you need to add more, then use a max of 4 characters as that is what CDM code set is set to.


[ Top ]



SACC_CNTL_LIAB [line 145]

SACC_CNTL_LIAB = "LIAB"
Constant defs for control account types The descriptive names are defined in the SACCCNTL CDM code set If you need to add more, then use a max of 4 characters as that is what CDM code set is set to.


[ Top ]



SACC_CNTL_OPEN [line 143]

SACC_CNTL_OPEN = "OPEN"
Constant defs for control account types The descriptive names are defined in the SACCCNTL CDM code set If you need to add more, then use a max of 4 characters as that is what CDM code set is set to.


[ Top ]



SACC_DEF_CRCY [line 168]

SACC_DEF_CRCY = "GBP"
Other constant definitions


[ Top ]



SACC_DIR [line 54]

SACC_DIR = 'xbs_sacc'
cannot use dirname as it doesn't nest

Constants for paths to sacc objects define('SACC_DIR', $xoopsModule->dirname());



[ Top ]



SACC_PATH [line 55]

SACC_PATH = XOOPS_ROOT_PATH."/modules/".SACC_DIR
Constants for paths to sacc objects


[ Top ]



SACC_RSTAT_ACT [line 115]

SACC_RSTAT_ACT = 'Active'
Constants used to describe status of object


[ Top ]



SACC_RSTAT_DEF [line 116]

SACC_RSTAT_DEF = 'Defunct'
Constants used to describe status of object


[ Top ]



SACC_RSTAT_SUS [line 117]

SACC_RSTAT_SUS = 'Suspended'
Constants used to describe status of object


[ Top ]



SACC_TBL_ACC [line 157]

SACC_TBL_ACC = "sacc_ac"
Constant defs for tables used by SACC


[ Top ]



SACC_TBL_BANK [line 161]

SACC_TBL_BANK = "sacc_bank"
Constant defs for tables used by SACC


[ Top ]



SACC_TBL_CTRL [line 162]

SACC_TBL_CTRL = "sacc_ctrl"
Constant defs for tables used by SACC


[ Top ]



SACC_TBL_ENTRY [line 158]

SACC_TBL_ENTRY = "sacc_entry"
Constant defs for tables used by SACC


[ Top ]



SACC_TBL_JOURN [line 159]

SACC_TBL_JOURN = "sacc_journ"
Constant defs for tables used by SACC


[ Top ]



SACC_TBL_ORG [line 160]

SACC_TBL_ORG = "sacc_org"
Constant defs for tables used by SACC


[ Top ]



SACC_URL [line 56]

SACC_URL = XOOPS_URL."/modules/".SACC_DIR
Constants for paths to sacc objects


[ Top ]




Documentation generated on Thu, 23 Feb 2006 13:06:03 +0000 by phpDocumentor 1.3.0RC3