ExpenseTypesitemizedExpenseTypes
Specifies subcategories for detailed expense entries under a parent expense type, enhancing accuracy and reporting granularity.
Columns
| Name | Type | Description |
| ExpenseTypesExpenseTypeId [KEY] | Long | Unique identifier for the expense type in the ExpenseTypesitemizedExpenseTypes table, linking the itemized expense type to its corresponding expense type. |
| ExpenseTypeParentId [KEY] | Long | Unique identifier for the parent expense type of an itemized expense, establishing a hierarchical relationship between itemized and parent expense types. |
| ExpenseTypeId [KEY] | Long | Unique identifier for the expense type within the itemized expense types, categorizing the expense for tracking and reporting. |
| CreationDate | Datetime | Timestamp indicating when the itemized expense type record was created, providing a reference for its establishment. |
| CreatedBy | String | Username of the individual who created the itemized expense type record, ensuring accountability for the creation process. |
| LastUpdateDate | Datetime | Timestamp indicating the most recent update to the itemized expense type record, allowing for tracking changes over time. |
| LastUpdatedBy | String | Username of the individual who last modified the itemized expense type record, providing accountability for updates. |
| LastUpdateLogin | String | Session login associated with the user who last updated the itemized expense type record, ensuring traceability for updates. |
| BindDate | Date | Date when the itemized expense type was bound to a specific record or context, making it applicable from that point onward. |
| BindTemplateId | Long | Unique identifier for the template to which the itemized expense type is bound, ensuring proper linkage to a specific expense template. |
| Finder | String | Search term or identifier used to locate and filter specific itemized expense type records within the system, aiding in efficient data retrieval. |