Database
Tax
SAL_TaxDeductionSlab_Master

SAL_TaxDeductionSlab_Master

Documentation for the SAL_TaxDeductionSlab_Master database schema.

Fields

FieldData TypeUsage
IdObjectIdUnique reference to .
serialNumberNumberStores the serial number data.
lowerLimitmongoose.Types.Decimal128Stores the lower limit data.
upperLimitmongoose.Types.Decimal128Stores the upper limit data.
personTypeStringStores the person type data.
taxPercentagemongoose.Types.Decimal128Stores the tax percentage data.
insertedUserIdObjectIdUnique reference to inserted User.
updatedUserIdObjectIdUnique reference to updated User.
insertedDateIdObjectIdUnique reference to inserted Date.
updatedDateIdObjectIdUnique reference to updated Date.
timestampDateTimestamp/Date for timestamp.