Database
Payroll
Transactions
Specialloanmaster
SpecialLoanMaster

SpecialLoanMaster

Documentation for the SpecialLoanMaster database schema.

Fields

FieldData TypeUsage
companyIdObjectIdUnique reference to company.
unitIdObjectIdUnique reference to unit.
designationIdObjectIdUnique reference to designation.
loanCodeStringStores the loan code data.
headIdObjectIdUnique reference to head.
orderNumberStringStores the order number data.
allotmentDateDateTimestamp/Date for allotmentDate.
loanTypeStringStores the loan type data.
loanAmountNumberMonetary or numeric value.
balanceAmountNumberMonetary or numeric value.
numberOfInstallmentsNumberStores the number of installments data.
installmentAmountNumberMonetary or numeric value.
remainingInstallmentsNumberStores the remaining installments data.
dateDateTimestamp/Date for date.
effectiveDateDateTimestamp/Date for effectiveDate.
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.
insertedByObjectIdStores the inserted by data.
updatedByObjectIdTimestamp/Date for updatedBy.
insertedDateDateTimestamp/Date for insertedDate.
updatedDateDateTimestamp/Date for updatedDate.