send values for processing individual csv files for each selected account type

This commit is contained in:
Jonathan Rosenbaum
2015-04-03 05:00:51 +00:00
parent 45b71aca5c
commit 81fdd2c518
3 changed files with 28 additions and 2 deletions
+1 -1
View File
@@ -164,7 +164,7 @@ define("CSV_DIRECTORY","csv");
// note: this is a hack for record keeping in an accounting program, and not recommended;
// bike donations/giveaways should be handled in a better way like using BikeBinder,
// an inventory system application,that may be tied into YBDB someday
$gnucash_accounts = array( "Assets:Current Assets:Checking" => "checking",
$gnucash_accounts = array( "Assets:Current Assets:Checking Account" => "checking",
"Assets:Current Assets:PayPal" => "credit",
"Assets:Account Receivable" => "account_receivable",
"Assets:Donations" => "donation"