SalaryLocationMaster
Documentation for the SalaryLocationMaster database schema.
Fields
| Field | Data Type | Usage |
|---|---|---|
| companyId | ObjectId | Unique reference to company. |
| locationId | String | Unique reference to location. |
| locationName | String | The name or title of the salarylocationmaster. |
| locationCode | String | Timestamp/Date for locationCode. |
| locationAddress | String | Timestamp/Date for locationAddress. |
| isActive | String | Active status flag. |
| emailAddress | String | Primary email address. |
| phoneNumber | String | Contact phone number. |
| faxNumber | String | Stores the fax number data. |
| isLoginAllowed | Boolean | Stores the is login allowed data. |
| isDailyAttendanceAllowedForEmployee | Boolean | Timestamp/Date for isDailyAttendanceAllowedForEmployee. |
| bonusBasedOn | String | Stores the bonus based on data. |
| createdByUserId | ObjectId | Unique reference to created By User. |
| updatedByUserId | ObjectId | Unique reference to updated By User. |
| createdDateId | Date | Unique reference to created 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. |