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

Added documentation for other_volunteer.

This commit is contained in:
Jonathan Rosenbaum 2016-01-26 04:23:34 +00:00
parent 9ff3b1219f
commit 3358af425f

View File

@ -28,6 +28,7 @@ INSERT INTO shop_types (shop_type_id, list_order) VALUES
-- sales == 1 if you want a role to be able to do sales -- sales == 1 if you want a role to be able to do sales
-- volunteer == 1 if you want to keep track of volunteer hours -- volunteer == 1 if you want to keep track of volunteer hours
-- paid == 1 if you want to track staff/employee and stats -- paid == 1 if you want to track staff/employee and stats
-- other_volunteer == 1 if you want to keep track of other hours like community service and student service.
-- --
-- default select value for shop user may be set in Connections/database_functions.php, -- default select value for shop user may be set in Connections/database_functions.php,
-- a shop_type_id with the same name needs to exist in order for this to work. -- a shop_type_id with the same name needs to exist in order for this to work.