ExpensesGroupableColumns
The valid fields by which expenses can be grouped.
enum ExpensesGroupableColumns {
STATUS
COMPANY
PERSON
PROJECTS
PROPERTIES
}
Values
ExpensesGroupableColumns.STATUS
Group by expense status.
ExpensesGroupableColumns.COMPANY
Group by company.
ExpensesGroupableColumns.PERSON
Group by person.
ExpensesGroupableColumns.PROJECTS
Group by projects.
ExpensesGroupableColumns.PROPERTIES
Group by properties.