SalaryBankMaster
Documentation for the SalaryBankMaster database schema.
Fields
| Field | Data Type | Usage |
|---|---|---|
| companyId | ObjectId | Unique reference to company. |
| bankName | String | The name or title of the salarybankmaster. |
| accountNumber | String | Stores the account number data. |
| ifscCode | String | Stores the ifsc code data. |
| validator | String | Unique reference to validator. |
| micrCode | String | Stores the micr code data. |
| address | String | Stores the address data. |
| contactPerson1 | String | Stores the contact person1 data. |
| contactNo1 | String | Stores the contact no1 data. |
| contactPerson2 | String | Stores the contact person2 data. |
| contactNo2 | String | Stores the contact no2 data. |
| remarks | String | Detailed notes or remarks. |
| transferSalary | String | Stores the transfer salary data. |
| NEFTBankName | String | The name or title of the salarybankmaster. |
| insertedUserId | ObjectId | Unique reference to inserted User. |
| updatedUserId | ObjectId | Unique reference to updated User. |
| insertedDateId | Date | Unique reference to inserted Date. |
| updatedDateId | Date | Unique reference to updated Date. |
| isDeleted | Boolean | Stores the is deleted data. |
| status | Boolean | Timestamp/Date for status. |
| deletedBy | ObjectId | Stores the deleted by data. |
| deletedTime | Date | Timestamp/Date for deletedTime. |