OpenPetra
Free Administration Software for Non-Profits
|
some constants used in the finance module More...
Static Public Attributes | |
const int | MAX_PERIODS = 20 |
Maximum no. of periods in the system More... | |
const string | CURRENCY_BASE = "B" |
Currency select: Base More... | |
const string | CURRENCY_INTERNATIONAL = "I" |
Currency select: International More... | |
const int | CURRENCY_BASE_NUM = 1 |
Currency select: Base More... | |
const int | CURRENCY_INTERNATIONAL_NUM = 2 |
Currency select: International More... | |
const string | GIFT_COMMENT_TYPE_DONOR = "Donor" |
gift comment type More... | |
const string | GIFT_COMMENT_TYPE_RECIPIENT = "Recipient" |
gift comment type More... | |
const string | GIFT_COMMENT_TYPE_BOTH = "Both" |
gift comment type More... | |
const string | GIFT_COMMENT_TYPE_OFFICE = "Office" |
gift comment type More... | |
const string | GIFT_TYPE_GIFT = "Gift" |
gift type More... | |
const string | GIFT_TYPE_GIFT_IN_KIND = "Gift In Kind" |
gift type More... | |
const string | GIFT_TYPE_OTHER = "Other" |
gift type More... | |
const string | MOTIVATION_GROUP_GIFT = "GIFT" |
motivation group for gift More... | |
const String | BATCH_UNPOSTED = "Unposted" |
GL Batch More... | |
const String | BATCH_POSTED = "Posted" |
GL Batch More... | |
const String | BATCH_CANCELLED = "Cancelled" |
GL Batch More... | |
const String | GL_BATCH_VIEW_EDITING = "Editing" |
Gift Batch View Options More... | |
const String | GL_BATCH_VIEW_POSTING = "Posting" |
Gift Batch View Options More... | |
const String | GL_BATCH_VIEW_ALL = "All" |
Gift Batch View Options More... | |
const String | GIFT_BATCH_VIEW_EDITING = "Editing" |
Gift Batch View Options More... | |
const String | GIFT_BATCH_VIEW_POSTING = "Posting" |
Gift Batch View Options More... | |
const String | GIFT_BATCH_VIEW_ALL = "All" |
Gift Batch View Options More... | |
const int | GL_DEFAULT_FWD_POSTING_PERIODS = 8 |
Default value for forward posting periods More... | |
const String | MARKED_FOR_DELETION = "<<<DELETE>>>" |
Gift Batch View Options More... | |
const String | GENERAL_LEDGER = "GL" |
Subsystem and Transaction Types More... | |
const String | STANDARD_JOURNAL = "STD" |
Subsystem and Transaction Types More... | |
const String | CASHBOOK_RECEIPTING = "CBR" |
Subsystem and Transaction Types More... | |
const String | CASHBOOK_PAYMENT = "CBP" |
Subsystem and Transaction Types More... | |
const String | GIFT_RECEIPTING = "GR" |
Subsystem and Transaction Types More... | |
const String | ACCOUNT_TYPE_ASSET = "Asset" |
General Ledger More... | |
const String | ACCOUNT_TYPE_LIABILITY = "Liability" |
General Ledger More... | |
const String | ACCOUNT_TYPE_INCOME = "Income" |
General Ledger More... | |
const String | ACCOUNT_TYPE_EXPENSE = "Expense" |
General Ledger More... | |
const String | ACCOUNT_TYPE_EQUITY = "Equity" |
General Ledger More... | |
const String | ACCOUNT_HIERARCHY_STANDARD = "STANDARD" |
General Ledger More... | |
const String | ACCOUNT_HIERARCHY_CODE = "STANDARD" |
General Ledger More... | |
const String | TRANSACTION_TYPE_INCOME = "INCOME" |
Transaction Types More... | |
const String | TRANSACTION_TYPE_EXPENSE = "EXPENSE" |
Transaction Types More... | |
const String | TRANSACTION_TYPE_TRANSFER = "TRANSFER" |
Transaction Types More... | |
const String | AP_DOCUMENT_OPEN = "OPEN" |
Accounts Payable More... | |
const String | AP_DOCUMENT_APPROVED = "APPROVED" |
Accounts Payable More... | |
const String | AP_DOCUMENT_CANCELLED = "CANCELLED" |
Accounts Payable More... | |
const String | AP_DOCUMENT_POSTED = "POSTED" |
Accounts Payable More... | |
const String | AP_DOCUMENT_PARTIALLY_PAID = "PARTPAID" |
Accounts Payable More... | |
const String | AP_DOCUMENT_PAID = "PAID" |
Accounts Payable More... | |
const String | ACCOUNT_PROPERTY_BANK_ACCOUNT = "BANK ACCOUNT" |
Account Property More... | |
const String | BANK_STMT_STATUS_MATCHED = "MATCHED" |
Bank statements More... | |
const String | BANK_STMT_STATUS_MATCHED_GIFT = "MATCHED-GIFT" |
Bank statements More... | |
const String | BANK_STMT_STATUS_MATCHED_GL = "MATCHED-GL" |
Bank statements More... | |
const String | BANK_STMT_STATUS_MATCHED_AP = "MATCHED-AP" |
Bank statements More... | |
const String | BANK_STMT_STATUS_NO_MATCHING = "DONT-MATCH" |
Bank statements More... | |
const String | BANK_STMT_STATUS_UNMATCHED = "UNMATCHED" |
Bank statements More... | |
const String | BANK_STMT_POTENTIAL_GIFT = "POTENTIALGIFT" |
Bank statements More... | |
const String | SUB_SYSTEM_GL = "GL" |
Sub Systems, General Ledger More... | |
const String | SUB_SYSTEM_AP = "AP" |
Sub Systems, Accounts Payable More... | |
const String | SUB_SYSTEM_AR = "AR" |
Sub Systems, Accounts Receivable More... | |
const String | SUB_SYSTEM_GR = "GR" |
Sub Systems, Gifts receivable More... | |
const String | UNIT_TYPE_CODE_KEY_MIN = "KEY-MIN" |
Unit-Type is key-min More... | |
const String | GROUP_DETAIL_KEY_MIN = "KEYMIN" |
Motivation Detail is key-min More... | |
const String | GROUP_DETAIL_FIELD = "FIELD" |
Motivation Detail is field More... | |
const String | GROUP_DETAIL_SUPPORT = "SUPPORT" |
Motivation Detail is support More... | |
const string | ADMIN_FEE_INCOME_ACCT = "3400" |
Used in Admin Grants Payable and Receivable More... | |
const string | ADMIN_FEE_EXPENSE_ACCT = "4900" |
Used in Admin Grants Payable and Receivable More... | |
const string | ADMIN_FEE_GIF = "GIF" |
Used in Admin Grants Payable and Receivable More... | |
const string | ADMIN_FEE_ICT = "ICT" |
Used in Admin Grants Payable and Receivable More... | |
const string | ADMIN_CHARGE_OPTION_MAX = "MAXIMUM" |
Used in Admin Fee Charge Options More... | |
const string | ADMIN_CHARGE_OPTION_MIN = "MINIMUM" |
Used in Admin Fee Charge Options More... | |
const string | ADMIN_CHARGE_OPTION_FIXED = "FIXED" |
Used in Admin Fee Charge Options More... | |
const string | ADMIN_CHARGE_OPTION_PERCENT = "PERCENTAGE" |
Used in Admin Fee Charge Options More... | |
const bool | IS_DEBIT = true |
Sets the transaction to a debit transaction More... | |
const bool | IS_CREDIT = false |
Sets the transaction to a credit transaction More... | |
const bool | POSTED = true |
Logical values for debit and credit transactions. More... | |
const bool | ACTIVE = true |
Logical account and cost centre flags. More... | |
const bool | POSTING = true |
Logical account and cost centre flags. More... | |
const string | EARNINGS_BF_ACCT = "9700" |
standard account for earnings bf More... | |
const string | GIFT_HEADING = "GIFT" |
standard account summary name More... | |
const string | INTER_LEDGER_HEADING = "ILT" |
standard account summary name More... | |
const string | BANK_HEADING = "CASH" |
standard account summary name More... | |
const string | BALANCE_SHEET_HEADING = "BAL SHT" |
standard account summary name More... | |
const string | PROFIT_AND_LOSS_HEADING = "PL" |
standard account summary name More... | |
const string | INCOME_HEADING = "INC" |
standard account summary name More... | |
const string | EXPENSE_HEADING = "EXP" |
standard account summary name More... | |
const string | DEBTOR_HEADING = "DRS" |
standard account summary name More... | |
const string | CREDITOR_HEADING = "CRS" |
standard account summary name More... | |
const string | TOTAL_ASSET_HEADING = "ASSETS" |
standard account summary name More... | |
const string | TOTAL_LIABILITY_HEADING = "LIABS" |
standard account summary name More... | |
const string | EQUITY_HEADING = "RET EARN" |
standard account summary name More... | |
const string | DIRECT_XFER_ACCT = "5501" |
standard account summary name More... | |
const string | ICH_ACCT_DEPOSITS_WITH_ICH = "8540" |
ICH accounts. More... | |
const string | ICH_ACCT_LOCAL_LEDGER = "8520" |
ICH accounts. More... | |
const string | ICH_ACCT_ICH = "8500" |
ICH accounts. More... | |
const string | ICH_ACCT_SUSPENSE_ACCOUNT = "8200" |
ICH accounts. More... | |
const string | ICH_ACCT_SETTLEMENT = "5601" |
ICH accounts. More... | |
const string | ICH_ACCT_SETTLEMENT_TRANSFERS = "5600" |
ICH accounts. More... | |
const string | ICH_ACCT_FOREIGN_EXPENSES_UNIDENTIFIED = "5400" |
ICH accounts. More... | |
const string | ICH_ACCT_FOREIGN_INCOME_UNIDENTIFIED = "1900" |
ICH accounts. More... | |
const string | ICH_COST_CENTRE = "0400" |
ICH. More... | |
const string | INTERNAL_XFER_ACCT = "9800" |
standard account More... | |
const string | FOREIGN_CC_TYPE = "Foreign" |
Cost Centres Types. More... | |
const string | LOCAL_CC_TYPE = "Local" |
Cost Centres Types. More... | |
const string | FUND_TRANSFER_INCOME_ACC = "3300" |
admin fee accounts. More... | |
const string | FUND_TRANSFER_EXPENSE_ACCT = "4800" |
admin fee accounts. More... | |
const string | ACCOUNT_BAL_SHT = "BAL SHT" |
standard root account More... | |
const string | ACCOUNT_GIFT = "GIFT" |
standard gift account More... | |
const string | ACCOUNT_CREDITORS = "CRS CTRL" |
standard creditors account More... | |
const string | CASH_ACCT = "CASH" |
standard account More... | |
const string | TRANS_TYPE_GIFT_PROCESSING = "Gift Processing" |
transaction type More... | |
const int | MAX_AC_CC_SPLIT_INTO = 10 |
Allocation Journal values. More... | |
const int | MAX_ALLOCATION_DESTINATIONS = 10 |
Allocation Journal values. More... | |
const int | MAX_FEE_CODES = 5 |
Number of fees which can be assigned to each motivation det. code. More... | |
const string | HIGH_FIN_USER_LEVEL = "FINANCE-3" |
Finance User Levels. More... | |
const string | BUDGET_SPLIT = "SPLIT" |
Budget Types. More... | |
const string | BUDGET_ADHOC = "ADHOC" |
Budget Types. More... | |
const string | BUDGET_SAME = "SAME" |
Budget Types. More... | |
const string | BUDGET_INFLATE_BASE = "INFLATE_BASE" |
Budget Types. More... | |
const string | BUDGET_INFLATE_N = "INFLATE_N" |
Budget Types. More... | |
const string | BUDGET_YEAR_THIS = "This" |
Budget Years. More... | |
const string | BUDGET_YEAR_NEXT = "Next" |
Budget Years. More... | |
const string | FORECAST_TYPE_BUDGET = "Budget" |
Budget Forecast Types. More... | |
const string | FORECAST_TYPE_ACTUALS = "Actuals" |
Budget Forecast Types. More... | |
const string | EMAIL_FILE_CODE_STEWARDSHIP = "STEWARDSHIP" |
Email File Code Types. More... | |
const string | NARRATIVE_YEAR_END_REALLOCATION = "Year end re-allocation" |
Narratives. More... | |
const string | NARRATIVE_GIFTS_RECEIVED_GIFT_BATCH = "Gifts received - Gift Batch" |
Narratives. More... | |
const string | NARRATIVE_GB_GIFT_BATCH = "GB - Gift Batch" |
Narratives. More... | |
const string | PERSONNEL_EXPENSES = "4300S" |
Summary account. More... | |
const string | SUPPORT_GIFTS_LOCAL = "0100S" |
Summary account. More... | |
const string | SUPPORT_GIFTS_FOREIGN = "1100S" |
Summary account. More... | |
const string | LEDGER_INIT_FLAG_SUSP_ACC = "SUSP-ACCT" |
Ledger Init Flags. More... | |
const string | LEDGER_INIT_FLAG_BUDGET = "BUDGET" |
Ledger Init Flags. More... | |
const string | LEDGER_INIT_FLAG_CURRENCY = "CURRENCY" |
Ledger Init Flags. More... | |
const string | LEDGER_INIT_FLAG_INTL_CURRENCY = "INTL-CURRENCY" |
Ledger Init Flags. More... | |
const string | LEDGER_INIT_FLAG_CURRENT_PERIOD = "CURRENT-PERIOD" |
Ledger Init Flags. More... | |
const string | LEDGER_INIT_FLAG_CAL = "CAL" |
Ledger Init Flags. More... | |
const string | LEDGER_INIT_FLAG_REVAL = "REVAL" |
Ledger Init Flags. More... | |
const string | FINANCE_PRINT_CONTEXT_CHEQUE = "CHEQUE" |
Finance sub-module Contexts. More... | |
const string | FINANCE_PRINT_CONTEXT_RECEIPT = "RECEIPT" |
Finance sub-module Contexts. More... | |
const string | FINANCE_PRINT_CONTEXT_REMITTANCE = "REMITTANCE" |
Finance sub-module Contexts. More... | |
some constants used in the finance module
|
static |
standard root account
|
static |
standard creditors account
|
static |
standard gift account
|
static |
General Ledger
|
static |
General Ledger
|
static |
Account Property
|
static |
General Ledger
|
static |
General Ledger
|
static |
General Ledger
|
static |
General Ledger
|
static |
General Ledger
|
static |
Logical account and cost centre flags.
|
static |
Used in Admin Fee Charge Options
|
static |
Used in Admin Fee Charge Options
|
static |
Used in Admin Fee Charge Options
|
static |
Used in Admin Fee Charge Options
|
static |
Used in Admin Grants Payable and Receivable
|
static |
Used in Admin Grants Payable and Receivable
|
static |
Used in Admin Grants Payable and Receivable
|
static |
Used in Admin Grants Payable and Receivable
|
static |
Accounts Payable
|
static |
Accounts Payable
|
static |
Accounts Payable
|
static |
Accounts Payable
|
static |
Accounts Payable
|
static |
Accounts Payable
|
static |
standard account summary name
|
static |
standard account summary name
|
static |
Bank statements
|
static |
Bank statements
|
static |
Bank statements
|
static |
Bank statements
|
static |
Bank statements
|
static |
Bank statements
|
static |
Bank statements
|
static |
GL Batch
|
static |
GL Batch
|
static |
GL Batch
|
static |
Budget Types.
|
static |
Budget Types.
|
static |
Budget Types.
|
static |
Budget Types.
|
static |
Budget Types.
|
static |
Budget Years.
|
static |
Budget Years.
|
static |
standard account
|
static |
Subsystem and Transaction Types
|
static |
Subsystem and Transaction Types
|
static |
standard account summary name
|
static |
Currency select: Base
|
static |
Currency select: Base
|
static |
Currency select: International
|
static |
Currency select: International
|
static |
standard account summary name
|
static |
standard account summary name
|
static |
standard account for earnings bf
|
static |
Email File Code Types.
|
static |
standard account summary name
|
static |
standard account summary name
|
static |
Finance sub-module Contexts.
|
static |
Finance sub-module Contexts.
|
static |
Finance sub-module Contexts.
|
static |
Budget Forecast Types.
|
static |
Budget Forecast Types.
|
static |
Cost Centres Types.
|
static |
admin fee accounts.
|
static |
admin fee accounts.
|
static |
Subsystem and Transaction Types
|
static |
Gift Batch View Options
|
static |
Gift Batch View Options
|
static |
Gift Batch View Options
|
static |
gift comment type
|
static |
gift comment type
|
static |
gift comment type
|
static |
gift comment type
|
static |
standard account summary name
|
static |
Subsystem and Transaction Types
|
static |
gift type
|
static |
gift type
|
static |
gift type
|
static |
Gift Batch View Options
|
static |
Gift Batch View Options
|
static |
Gift Batch View Options
|
static |
Default value for forward posting periods
|
static |
Motivation Detail is field
|
static |
Motivation Detail is key-min
|
static |
Motivation Detail is support
|
static |
Finance User Levels.
|
static |
ICH accounts.
|
static |
ICH accounts.
|
static |
ICH accounts.
|
static |
ICH accounts.
|
static |
ICH accounts.
|
static |
ICH accounts.
|
static |
ICH accounts.
|
static |
ICH accounts.
|
static |
ICH.
|
static |
standard account summary name
|
static |
standard account summary name
|
static |
standard account
|
static |
Sets the transaction to a credit transaction
|
static |
Sets the transaction to a debit transaction
|
static |
Ledger Init Flags.
|
static |
Ledger Init Flags.
|
static |
Ledger Init Flags.
|
static |
Ledger Init Flags.
|
static |
Ledger Init Flags.
|
static |
Ledger Init Flags.
|
static |
Ledger Init Flags.
|
static |
Cost Centres Types.
|
static |
Gift Batch View Options
|
static |
Allocation Journal values.
|
static |
Allocation Journal values.
|
static |
Number of fees which can be assigned to each motivation det. code.
|
static |
Maximum no. of periods in the system
|
static |
motivation group for gift
|
static |
Narratives.
|
static |
Narratives.
|
static |
Narratives.
|
static |
Summary account.
|
static |
Logical values for debit and credit transactions.
|
static |
Logical account and cost centre flags.
|
static |
standard account summary name
|
static |
Subsystem and Transaction Types
|
static |
Sub Systems, Accounts Payable
|
static |
Sub Systems, Accounts Receivable
|
static |
Sub Systems, General Ledger
|
static |
Sub Systems, Gifts receivable
|
static |
Summary account.
|
static |
Summary account.
|
static |
standard account summary name
|
static |
standard account summary name
|
static |
transaction type
|
static |
Transaction Types
|
static |
Transaction Types
|
static |
Transaction Types
|
static |
Unit-Type is key-min