SAL_LoanTransaction_Mst
Documentation for the SAL_LoanTransaction_Mst database schema.
Fields
| Field | Data Type | Usage |
|---|---|---|
| companyId | ObjectId | Unique reference to company. |
| loanId | String | Unique reference to loan. |
| loanCode | String | Stores the loan code data. |
| headId | ObjectId | Unique reference to head. |
| allotmentId | String | Unique reference to allotment. |
| loanDate | Date | Timestamp/Date for loanDate. |
| employeeId | ObjectId | Unique reference to employee. |
| loanNatureId | String | Unique reference to loan Nature. |
| remarks | String | Detailed notes or remarks. |
| isDeleted | Boolean | Stores the is deleted data. |
| createdBy | ObjectId | Timestamp/Date for createdBy. |
| updatedBy | ObjectId | Timestamp/Date for updatedBy. |
| createdDateId | ObjectId | Unique reference to created Date. |
| updatedDateId | ObjectId | Unique reference to updated Date. |
| timestamp | Date | Timestamp/Date for timestamp. |