payrollbatch
The table managing payroll batches, used to group and track payroll processing activities for employees.
Columns
| Name | Type | References | Description |
| account | String | The account associated with the record, used for tracking financial transactions, payroll, or employee data. | |
| balance | Decimal | The current balance in the account, reflecting the total amount available or owed based on the account's activity. | |
| count | Integer | The number of items, records, or transactions associated with the account, typically used for summarizing or reporting. | |
| externalid | String | A unique identifier for the record as assigned by an external system, used for integration or synchronization purposes. | |
| message | String | A text message associated with the record, often used to provide information, alerts, or instructions related to the record. | |
| offcycle | Boolean | Indicates whether the transaction is part of an off-cycle payroll or payment run, typically used for special or one-time payments. | |
| payfrequency | String | The frequency with which payments are made, such as weekly, biweekly, monthly, or yearly. | |
| payrolltype | String | The type of payroll (such as salaried, hourly, or contract), used to categorize payment structures. | |
| periodending | Date | The end date of the payroll or accounting period, used to mark the end of a specific reporting or payment cycle. | |
| subsidiary | String | The subsidiary or branch of the parent company associated with the record, typically used in multi-entity financial systems. |