Database
Payroll
Payroll Master
Common
salaryWeeklyOffMaster

salaryWeeklyOffMaster

Documentation for the salaryWeeklyOffMaster database schema.

Fields

FieldData TypeUsage
companyIdObjectIdUnique reference to company.
unitObjectIdStores the unit data.
departmentIdStringUnique reference to department.
sundayBooleanStores the sunday data.
mondayBooleanStores the monday data.
tuesdayBooleanStores the tuesday data.
wednesdayBooleanStores the wednesday data.
thursdayBooleanStores the thursday data.
fridayBooleanUnique reference to friday.
saturdayBooleanTimestamp/Date for saturday.
insertedUserIdObjectIdUnique reference to inserted User.
updatedUserIdObjectIdUnique reference to updated User.
insertedDateIdDateUnique reference to inserted Date.
updatedDateIdDateUnique reference to updated Date.
isDeletedBooleanStores the is deleted data.
statusBooleanTimestamp/Date for status.
deletedByObjectIdStores the deleted by data.
deletedTimeDateTimestamp/Date for deletedTime.