Database
Reports
SalaryAnalysisUnit

SalaryAnalysisUnit

Documentation for the SalaryAnalysisUnit database schema.

Fields

FieldData TypeUsage
companyIdObjectIdUnique reference to company.
branchIdObjectIdUnique reference to branch.
monthNumberStores the month data.
minNumberStores the min data.
maxNumberStores the max data.
yearNumberStores the year data.
unitIdObjectIdUnique reference to unit.
unitCodeStringStores the unit code data.
unitNameStringThe name or title of the salaryanalysisunit.
prevProcessedNumberStores the prev processed data.
currProcessedNumberStores the curr processed data.
prevTotalNumberStores the prev total data.
currTotalNumberStores the curr total data.
calculatedAtDateTimestamp/Date for calculatedAt.
createdByObjectIdTimestamp/Date for createdBy.
updatedByObjectIdTimestamp/Date for updatedBy.