[This is preliminary documentation and is subject to change.]

Enumerated types for the group profile for expenses

Namespace:  OfficeClip.BusinessLayer.Framework.Profile
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public enum ExpenseGroupEnum
Visual Basic (Declaration)
Public Enumeration ExpenseGroupEnum
Visual C++
public enum class ExpenseGroupEnum

Members

Member nameDescription
ShowHistory
Show the expense work history
AllowSelfApprove
Allows self approval for the expense
NumberOfRows
Number of rows in the expense
WeekStartDay
The week start day for the expense
ShowDetail
Show detail of the expense below each expense item
ShowAttachment
Determines if the attachments are to be shown on the expense entry/edit screen
ShowTotals
If the row and column totals are to be shown on the expese entry/edit screen
ExpenseTypeAlias
Alias for the expense type
AccountAlias
Alias for the account
ProjectAlias
Alias for the project
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
ShowPayments
If the payment processing screen is shown to the administrator
BulkApprove
Shows whether the Bulk Approval feature is enabled
AutoApprove
Shows whether the Auto Approval feature is enabled
ExpenseHeader
Expense Header
ExpenseFooter
Expense Footer
CostPerMile
Cost per mile

See Also