SAL_ProfTaxSlab_Master
Documentation for the SAL_ProfTaxSlab_Master database schema.
Fields
| Field | Data Type | Usage |
|---|---|---|
| anyId | ObjectId | Unique reference to any. |
| sequence | Number | Stores the sequence data. |
| serialNumber | Number | Stores the serial number data. |
| stateId | ObjectId | Unique reference to state. |
| lowerLimit | Number | Stores the lower limit data. |
| upperLimit | Number | Stores the upper limit data. |
| isPercentage | Boolean | Stores the is percentage data. |
| taxPercentage | Number | Stores the tax percentage data. |
| insertedUserId | ObjectId | Unique reference to inserted User. |
| updatedUserId | ObjectId | Unique reference to updated User. |
| insertedDateId | ObjectId | Unique reference to inserted Date. |
| updatedDateId | ObjectId | 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. |