More enhancements on deposits before adding business logic.

This commit is contained in:
Jonathan Rosenbaum
2014-12-30 16:39:31 +00:00
parent baebf5612b
commit 7ddff6778c
6 changed files with 518 additions and 6 deletions
+6
View File
@@ -7,6 +7,12 @@ define("ACCOUNTING_GROUP", "Sales");
define("DEFAULT_TRANSACTION_TYPE", "Sale - Used Parts");
define("DEFAULT_SHOP_USER", "Volunteer");
/* Change Fund - A specific amount of money for the purpose of making change.
The amount on hand should remain the same at all times;
therefore a change funds does not require replenishment.
*/
define("CHANGE_FUND", 20);
// How many hours should the shop be open from the time a person logins? Hours display in pulldown in shop_log.php
// No overtime for volunteers. :)
// shop will be current shop for the 24hr day yyyy-mm-dd (currently no check for hrs, only date)