Database
Reports
SalaryComparisonReport

SalaryComparisonReport

Documentation for the SalaryComparisonReport 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.
officeNameStringThe name or title of the salarycomparisonreport.
codeStringStores the code data.
locnameStringThe name or title of the salarycomparisonreport.
prevMonthNumberStores the prev month data.
prevYearNumberStores the prev year data.
prevStrengthNumberStores the prev strength data.
prevNetPayNumberStores the prev net pay data.
prevWDaysNumberStores the prev w days data.
prevOTDaysNumberStores the prev o t days data.
prevNetOTNumberStores the prev net o t data.
prevNetHRSOTNumberStores the prev net h r s o t data.
prevNFHNumberStores the prev n f h data.
prevVoucherAmtNumberStores the prev voucher amt data.
prevTakeHomeNumberStores the prev take home data.
prevCTCNumberStores the prev c t c data.
currMonthNumberStores the curr month data.
currYearNumberStores the curr year data.
currStrengthNumberStores the curr strength data.
currWDaysNumberStores the curr w days data.
currOTDaysNumberStores the curr o t days data.
currNetOTNumberStores the curr net o t data.
currVoucherAmtNumberStores the curr voucher amt data.
currTakeHomeNumberStores the curr take home data.
currCTCNumberStores the curr c t c data.
totalTRFNumberStores the total t r f data.
remainingSalaryNumberStores the remaining salary data.
pendingSalaryNoOfEmpNumberStores the pending salary no of emp data.
calculatedAtDateTimestamp/Date for calculatedAt.
createdByObjectIdTimestamp/Date for createdBy.
updatedByObjectIdTimestamp/Date for updatedBy.