Database
Reports
SalaryAnalysisBranch

SalaryAnalysisBranch

Documentation for the SalaryAnalysisBranch 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.
branchNameStringThe name or title of the salaryanalysisbranch.
branchCodeStringStores the branch code data.
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.