SalaryTransferSummary
Documentation for the SalaryTransferSummary database schema.
Fields
| Field | Data Type | Usage |
|---|---|---|
| companyId | ObjectId | Unique reference to company. |
| branchId | ObjectId | Unique reference to branch. |
| month | Number | Stores the month data. |
| min | Number | Stores the min data. |
| max | Number | Stores the max data. |
| year | Number | Stores the year data. |
| unitId | ObjectId | Unique reference to unit. |
| unitCode | String | Stores the unit code data. |
| unitName | String | The name or title of the salarytransfersummary. |
| byBankAmount | Number | Monetary or numeric value. |
| byCashAmount | Number | Monetary or numeric value. |
| totalAmount | Number | Monetary or numeric value. |
| bankWiseBreakdown | Date | Stores the bank wise breakdown data. |
| bankName | Date | The name or title of the salarytransfersummary. |
| amount | Date | Monetary or numeric value. |
| calculatedAt | Date | Timestamp/Date for calculatedAt. |
| createdBy | ObjectId | Timestamp/Date for createdBy. |
| updatedBy | ObjectId | Timestamp/Date for updatedBy. |