[This is preliminary documentation and is subject to change.]
Enumeration for the group profile for timesheet
Namespace:
OfficeClip.BusinessLayer.Framework.ProfileAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public enum TimesheetGroupEnum |
Visual Basic (Declaration) |
---|
Public Enumeration TimesheetGroupEnum |
Visual C++ |
---|
public enum class TimesheetGroupEnum |
Members
Member name | Description | |
---|---|---|
ShowPayroll |
Show payroll on the new/edit timesheet screen
| |
ShowHistory |
Show timesheet history
| |
AllowSelfApprove |
Allow timesheet to be approved by the creator
| |
NumberOfRows |
Default number of rows for the timesheet
| |
WeekStartDay |
Te week start day for the timesheet
| |
ShowDetail |
Show the detail link for the hours on the timesheet
| |
ShowAttachment |
Whether the attachment can be added to the timesheet
| |
ColonBased |
If the duration should be represented as colon based (:) or decimal (.)
| |
ShowTotals |
Shows the totals of each rows and column
| |
ServiceItemAlias |
Alias for the service item
| |
AccountAlias |
Alias for the account
| |
ProjectAlias |
Alias for the project
| |
DCAA |
If the DCAA tracking is acivated, when activated DCAA tracking foces users to enter a note
for each changes and shows detail timesheet modification history.
| |
NumberOfStartingPeriodForward |
The total number of forward periods (in the future) that the timesheet can be created for
| |
NumberOfStartingPeriodBackward |
The total number of backward periods (in the past) that the timesheet can be created for
| |
ProxyEnabled |
Shows whether the proxy feature is enabled
| |
BulkApprove |
Shows whether the Bulk Approval feature is enabled
| |
AutoApprove |
Shows whether the Auto Approval feature is enabled
| |
TimesheetHeader |
Timesheet Header
| |
TimesheetFooter |
Timesheet Footer
|