SAL_TaxDeductionSlab_Master
Documentation for the SAL_TaxDeductionSlab_Master database schema.
Fields
| Field | Data Type | Usage |
|---|---|---|
| Id | ObjectId | Unique reference to . |
| serialNumber | Number | Stores the serial number data. |
| lowerLimit | mongoose.Types.Decimal128 | Stores the lower limit data. |
| upperLimit | mongoose.Types.Decimal128 | Stores the upper limit data. |
| personType | String | Stores the person type data. |
| taxPercentage | mongoose.Types.Decimal128 | 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. |
| timestamp | Date | Timestamp/Date for timestamp. |