Database
Salary
SalaryEmployeeArrearDetailsMaster

SalaryEmployeeArrearDetailsMaster

Documentation for the SalaryEmployeeArrearDetailsMaster database schema.

Fields

FieldData TypeUsage
ilIdStringUnique reference to il.
arrearIdObjectIdUnique reference to arrear.
monthIdObjectIdUnique reference to month.
yearIdObjectIdUnique reference to year.
financialYearIdObjectIdUnique reference to financial Year.
providentFundGrossDecimal128Unique reference to provident Fund Gross.
providentFundDecimal128Unique reference to provident Fund.
voluntaryProvidentFundDecimal128Unique reference to voluntary Provident Fund.
account1Decimal128Stores the account1 data.
account10Decimal128Stores the account10 data.
account2Decimal128Stores the account2 data.
account21Decimal128Stores the account21 data.
account22Decimal128Stores the account22 data.
esiGrossDecimal128Stores the esi gross data.
esiDecimal128Stores the esi data.
esiEmployerDecimal128Stores the esi employer data.
earningGrossDecimal128Stores the earning gross data.
deductionGrossDecimal128Stores the deduction gross data.
totalEarningsDecimal128Stores the total earnings data.
totalDeductionsDecimal128Stores the total deductions data.
netPayDecimal128Stores the net pay data.
numberOfDaysDecimal128Stores the number of days data.
salaryProcessedBooleanStores the salary processed data.
remarksStringDetailed notes or remarks.
insertedUserIdObjectIdUnique reference to inserted User.
updatedUserIdObjectIdUnique reference to updated User.
insertedDateIdObjectIdUnique reference to inserted Date.
updatedDateIdObjectIdUnique reference to updated Date.