1
0
mirror of https://github.com/fspc/Yellow-Bike-Database.git synced 2025-02-22 08:53:23 -05:00

This tiny change fixes the Bookkeeping Reports. What threw me off was the caveat concerning the purpose of "Accounting Group", basically is used to group together similar types of transactions, like Sales, Deposits, and Receivables.

This commit is contained in:
Jonathan Rosenbaum 2015-12-03 02:16:57 +00:00
parent e02e1b74d4
commit 3234faa464

View File

@ -121,6 +121,9 @@ INSERT INTO contacts (
-- --
-- Sales Tax Report - Hardwired Caveat: The same value used for accounting_group -- Sales Tax Report - Hardwired Caveat: The same value used for accounting_group
-- needs to be defined in Connections/database_functions.php - ACCOUNTING_GROUP -- needs to be defined in Connections/database_functions.php - ACCOUNTING_GROUP
-- Also, accounting_group could be used instead of array mapping in database_functions.php,
-- for creating spreadsheets for accounting programs (GnuCash), but, given the choice
-- whether to respect this caveat or use array mapping, array mapping won out.
-- --
-- STORAGE TRANSACTION -- STORAGE TRANSACTION
-- show_startdate - is used by transactions where an item (usually a bicycle) is stored for -- show_startdate - is used by transactions where an item (usually a bicycle) is stored for