Database
Payroll
Payroll Master
Common
SalaryFinancialYear

SalaryFinancialYear

Documentation for the SalaryFinancialYear database schema.

Fields

FieldData TypeUsage
companyIdObjectIdUnique reference to company.
startDateDateTimestamp/Date for startDate.
endDateDateTimestamp/Date for endDate.
calendarYearNumberStores the calendar year data.
isActiveBooleanActive status flag.
insertedUserIdObjectIdUnique reference to inserted User.
updatedUserIdObjectIdUnique reference to updated User.
insertedDateIdObjectIdUnique reference to inserted Date.
updatedDateIdObjectIdUnique reference to updated Date.
isDeletedBooleanStores the is deleted data.
statusBooleanTimestamp/Date for status.
deletedByObjectIdStores the deleted by data.
deletedTimeDateTimestamp/Date for deletedTime.