Database
Payroll
Transactions
Loan
SalaryEmployeeMaster

SalaryEmployeeMaster

Documentation for the SalaryEmployeeMaster database schema.

Fields

FieldData TypeUsage
companyIdObjectIdUnique reference to company.
employeeIdObjectIdUnique reference to employee.
unitIdObjectIdUnique reference to unit.
loanCodeStringStores the loan code data.
headIdObjectIdUnique reference to head.
orderNumberStringStores the order number data.
allotmentDateDateTimestamp/Date for allotmentDate.
requisitionAmountNumberMonetary or numeric value.
allottedAmountNumberMonetary or numeric value.
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.
isTransferredBooleanStores the is transferred data.
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.