Database
Payroll
Transactions
Specialloanmaster
SpecialLoanInstallment

SpecialLoanInstallment

Documentation for the SpecialLoanInstallment database schema.

Fields

FieldData TypeUsage
companyIdObjectIdUnique reference to company.
loanIdObjectIdUnique reference to loan.
employeeIdObjectIdUnique reference to employee.
salaryIdObjectIdUnique reference to salary.
unitIdObjectIdUnique reference to unit.
monthNumberStores the month data.
yearNumberStores the year data.
installmentNumberNumberStores the installment number data.
deductionAmountNumberMonetary or numeric value.
balanceAfterPaymentNumberStores the balance after payment data.
statusStringTimestamp/Date for status.
remarksStringDetailed notes or remarks.
isActiveBooleanActive status flag.
isDeletedBooleanStores the is deleted data.
deletedByObjectIdStores the deleted by data.
deletedTimeDateTimestamp/Date for deletedTime.