From 23c8bf6597ae833bf4ff61025edcb20fbe1f595d Mon Sep 17 00:00:00 2001 From: Daniel Gnoutcheff Date: Thu, 19 Jan 2017 19:09:48 -0500 Subject: PTO: rounding, anniversary max overrides - Allow changing/disabling anniversary PTO rollover caps per-employment. (We want to let mishi accumulated unlimited vacation time.) - Round all amounts to two decimal places. (Requested by tanisha.) --- config/models | 1 + 1 file changed, 1 insertion(+) (limited to 'config') diff --git a/config/models b/config/models index 54723f0..478f3a8 100644 --- a/config/models +++ b/config/models @@ -8,6 +8,7 @@ Employment startDate Day endDate Day Maybe commitment Double + ptoMaxRollover Double Maybe TimeEntry user UserId category TimeCategoryId -- cgit v1.2.3