Netsutie PHP Toolkit
Main Page
Data Structures
Files
File List
Globals
AccountType.php
Go to the documentation of this file.
1
<?php
8
class
AccountType
{
9
10
11
12
static
$paramtypesmap
= array(
13
14
);
15
22
const
_accountsPayable
=
"_accountsPayable"
;
23
30
const
_accountsReceivable
=
"_accountsReceivable"
;
31
38
const
_bank
=
"_bank"
;
39
46
const
_costOfGoodsSold
=
"_costOfGoodsSold"
;
47
54
const
_creditCard
=
"_creditCard"
;
55
62
const
_deferredExpense
=
"_deferredExpense"
;
63
70
const
_deferredRevenue
=
"_deferredRevenue"
;
71
78
const
_equity
=
"_equity"
;
79
86
const
_expense
=
"_expense"
;
87
94
const
_fixedAsset
=
"_fixedAsset"
;
95
102
const
_income
=
"_income"
;
103
110
const
_longTermLiability
=
"_longTermLiability"
;
111
118
const
_nonPosting
=
"_nonPosting"
;
119
126
const
_otherAsset
=
"_otherAsset"
;
127
134
const
_otherCurrentAsset
=
"_otherCurrentAsset"
;
135
142
const
_otherCurrentLiability
=
"_otherCurrentLiability"
;
143
150
const
_otherExpense
=
"_otherExpense"
;
151
158
const
_otherIncome
=
"_otherIncome"
;
159
166
const
_statistical
=
"_statistical"
;
167
174
const
_unbilledReceivable
=
"_unbilledReceivable"
;
175
176
}
AccountType\_bank
const _bank
Definition:
AccountType.php:38
AccountType\_expense
const _expense
Definition:
AccountType.php:86
AccountType\_income
const _income
Definition:
AccountType.php:102
AccountType\_accountsPayable
const _accountsPayable
Definition:
AccountType.php:22
AccountType\_creditCard
const _creditCard
Definition:
AccountType.php:54
AccountType\_otherExpense
const _otherExpense
Definition:
AccountType.php:150
AccountType\_equity
const _equity
Definition:
AccountType.php:78
AccountType\_otherAsset
const _otherAsset
Definition:
AccountType.php:126
AccountType\_longTermLiability
const _longTermLiability
Definition:
AccountType.php:110
AccountType\_unbilledReceivable
const _unbilledReceivable
Definition:
AccountType.php:174
AccountType\_nonPosting
const _nonPosting
Definition:
AccountType.php:118
AccountType\_fixedAsset
const _fixedAsset
Definition:
AccountType.php:94
AccountType\_otherCurrentLiability
const _otherCurrentLiability
Definition:
AccountType.php:142
AccountType\_deferredExpense
const _deferredExpense
Definition:
AccountType.php:62
AccountType\_costOfGoodsSold
const _costOfGoodsSold
Definition:
AccountType.php:46
AccountType\$paramtypesmap
static $paramtypesmap
Definition:
AccountType.php:12
AccountType\_otherCurrentAsset
const _otherCurrentAsset
Definition:
AccountType.php:134
AccountType
Definition:
AccountType.php:8
AccountType\_otherIncome
const _otherIncome
Definition:
AccountType.php:158
AccountType\_deferredRevenue
const _deferredRevenue
Definition:
AccountType.php:70
AccountType\_accountsReceivable
const _accountsReceivable
Definition:
AccountType.php:30
AccountType\_statistical
const _statistical
Definition:
AccountType.php:166
Generated by
dreamxtream
using
1.8.10