mirror of
https://github.com/fspc/Yellow-Bike-Database.git
synced 2025-02-22 08:53:23 -05:00
Add MAX_BIKE_EARNED definition.
This commit is contained in:
parent
c6f68ff19b
commit
670d27432b
@ -70,6 +70,7 @@ May add capability to adjust limits based on status, but that can get complex if
|
|||||||
|
|
||||||
*/
|
*/
|
||||||
define("SWEAT_EQUITY_LIMIT",100);
|
define("SWEAT_EQUITY_LIMIT",100);
|
||||||
|
define("MAX_BIKE_EARNED",1);
|
||||||
define("VOLUNTEER_HOUR_VALUE",8);
|
define("VOLUNTEER_HOUR_VALUE",8);
|
||||||
define("VOLUNTEER_DISCOUNT",25);
|
define("VOLUNTEER_DISCOUNT",25);
|
||||||
define("SPECIAL_VOLUNTEER_HOURS_QUALIFICATION",100);
|
define("SPECIAL_VOLUNTEER_HOURS_QUALIFICATION",100);
|
||||||
@ -85,7 +86,7 @@ $gnucash_accounts = array( "Bicycles" => "",
|
|||||||
"New Parts" => "",
|
"New Parts" => "",
|
||||||
"Stand Time" => "",
|
"Stand Time" => "",
|
||||||
"Inventory Parts" => "",
|
"Inventory Parts" => "",
|
||||||
"Inventory Parts" => "",
|
"Inventory Parts" => ""
|
||||||
|
|
||||||
);
|
);
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user