1
0
mirror of https://github.com/fspc/Yellow-Bike-Database.git synced 2025-02-22 17:03:22 -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).
--
-- STAND TIME
-- Stand Time (transaction_type_id) is a special transaction type to automatically figures out the amount that needs to be paid based
-- on the configured hourly rate.
-- 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 (15 minute grace period) and login status.
--
-- DONATIONS are best complimented with anonymous, see below.
--