mirror of
https://github.com/fspc/Yellow-Bike-Database.git
synced 2026-09-03 02:11:38 -04:00
send values for processing individual csv files for each selected account type
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user