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:
parent
9ff3b1219f
commit
3358af425f
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user