Add helper WorkDayId() for future use.
This commit is contained in:
		| @@ -79,6 +79,8 @@ namespace Utilities { | ||||
|     QTime SpecialDaysWorkTimeUntil(Configuration const *cfg, int specialDayId); | ||||
|     QTime WeekDaysWorkTimeFrom(std::multimap<int, ATBWeekDaysWorktime>::const_iterator itr); | ||||
|     QTime WeekDaysWorkTimeUntil(std::multimap<int, ATBWeekDaysWorktime>::const_iterator itr); | ||||
|     int WeekDayId(std::multimap<int, ATBWeekDaysWorktime>::const_iterator itr); | ||||
|     // PaymentRate GetPaymentRate(Configuration const *cfg, ); | ||||
|     bool isCarryOverSet(Configuration const *cfg, PaymentMethod paymentMethodId); | ||||
|     bool isCarryOverNotSet(Configuration const *cfg, PaymentMethod paymentMethodId); | ||||
|     PaymentMethod getPaymentMethodId(Configuration const *cfg); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user