Commit 058488e0 authored by Frank Bergmann's avatar Frank Bergmann

- added TimesheetLastMonthClosingDay parameter to close the last month

  a the 5th of the current month (example)
parent a4359506
......@@ -26,6 +26,7 @@
<parameter datatype="number" min_n_values="1" max_n_values="1" name="SyncHoursInterval" default="1000000" description="Interval for the Hours-Costs synchronizer to between checks if new im_hours items have been generated to be synchronized. This interval can be &quot;never&quot; (1000000) if timesheet hours are captured by the system itself. However, you should set this interval to something less for systems importing im_hours from an external source."/>
<parameter datatype="number" min_n_values="1" max_n_values="1" name="SyncHoursP" default="1" description="Should we create im_cost Cost-Items for each timesheet hour? This is usually the case, unless the profit &amp; loss function is not being used."/>
<parameter datatype="number" min_n_values="1" max_n_values="1" name="TimesheetHoursPerAbsence" default="8" description="Specifies the equivalent hours of a day of absences. 8 by default."/>
<parameter datatype="number" min_n_values="1" max_n_values="1" name="TimesheetLastMonthClosingDay" default="0" description="Should an Employee be able to edit his or her hours of the last month? Default is &quot;0&quot;, indicating that there is no closing date. Please enter a number from 1 to 27 (for example: &quot;5&quot;) to activate a closing day functionality, indicate that the last month becomes &quot;closed&quot; at the 5th of the current month."/>
<parameter datatype="number" min_n_values="1" max_n_values="1" name="TimesheetRedirectHomeIfEmptyHoursP" default="0" description="Redirect the user from the Home page to the timesheet if there are not enough hours logged?"/>
<parameter datatype="number" min_n_values="1" max_n_values="1" name="TimesheetRedirectNumDays" default="7" description="The number of days to check for redirection"/>
<parameter datatype="number" min_n_values="1" max_n_values="1" name="TimesheetRedirectNumHoursInDays" default="32" description="The number of hours that should be logged in NumDays (see above)"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment