Removes hardwired options in shop_log, preps for GnuCash CSV.

This commit is contained in:
Jonathan Rosenbaum
2015-01-22 04:36:25 +00:00
parent 04c2574c99
commit ab87744f46
3 changed files with 7 additions and 4 deletions
+2 -2
View File
@@ -54,8 +54,8 @@ define("CSV_DIRECTORY","csv");
// Define array mapping for Accounts. Usually Asset Accounts since Income is generally the main type of transaction.
// Currently three types of accounts are supported: checking, credit, account_receivable
// checking/credit = transaction has been 1). paid and is 2) cash & check [checking] or a credit card [credit]
// account_receivable = there is an account receivable invoice and it has been paid
// checking/credit = transaction has been 1) paid and is 2) cash & check [checking] or a credit card [credit] and 3) deposited
// account_receivable = there is an 1). account receivable invoice and it has been 2) paid and 3) deposited
$gnucash_accounts = array( "Assets:Current Assets:Checking" => "checking",
"Assets:Current Assets:PayPal" => "credit",
"Assets:Account Receivable" => "account_receivable"