$financialAccountTitle = 'Financial Account '.substr(sha1(rand()), 0, 4);
$financialAccountDescription = "{$financialAccountTitle} Description";
$accountingCode = 1033;
- $financialAccountType = 'Expenses';
+ $financialAccountType = 'Liability';
$taxDeductible = FALSE;
$isActive = TRUE;
$isTax = TRUE;
$editfinancialAccount = $financialAccountTitle;
$financialAccountTitle .= ' Edited';
$orgNameEdit = FALSE;
- $financialAccountType = 'Revenue';
+ $financialAccountType = 'Liability';
if ($orgNameEdit) {
$orgNameEdit = 'NGO '.substr(sha1(rand()), 0, 7);