From 8ee3309484ae12ec1abb72b097499c79656da657 Mon Sep 17 00:00:00 2001 From: San Jacobs Date: Sun, 7 Aug 2022 21:08:27 +0200 Subject: Added reasons to overtime rates, implemented ยง6.12 --- src/time.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/time.h') diff --git a/src/time.h b/src/time.h index ba803bd..efade95 100755 --- a/src/time.h +++ b/src/time.h @@ -48,7 +48,8 @@ struct timeblock{ moment end; double hourcount(); float valuefactor = 1; - float upvalue(float suggestion); + float upvalue(float suggestion, std::string reason); + std::string price_reason = "Norm"; }; struct workday{ -- cgit v1.2.1