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

Adds Stand Time transaction type.

This commit is contained in:
Jonathan Rosenbaum 2017-07-23 16:56:12 +00:00
parent ea3390354c
commit 3087e5d21f

View File

@ -165,8 +165,8 @@ INSERT INTO contacts (
-- earned with volunteer hour benefits (transforming volunteer hours into cash). -- earned with volunteer hour benefits (transforming volunteer hours into cash).
-- --
-- STAND TIME -- STAND TIME
-- Stand Time (transaction_type_id) is a special transaction type to automatically figures out the amount that needs to be paid based -- Stand Time (transaction_type_id) is a special transaction type that automatically figures out the amount that needs to be paid based
-- on the configured hourly rate. -- on the configured hourly rate (15 minute grace period) and login status.
-- --
-- DONATIONS are best complimented with anonymous, see below. -- DONATIONS are best complimented with anonymous, see below.
-- --