Database
Tax
SAL_Tax_Configuration

SAL_Tax_Configuration

Documentation for the SAL_Tax_Configuration database schema.

Fields

FieldData TypeUsage
anyIdObjectIdUnique reference to any.
chargeQuarterlyAmountLimitmongoose.Types.Decimal128Monetary or numeric value.
surchargePercentagemongoose.Types.Decimal128Stores the surcharge percentage data.
cessChargePercentagemongoose.Types.Decimal128Stores the cess charge percentage data.
maximum80DeductionLimitmongoose.Types.Decimal128Stores the maximum80 deduction limit data.
maximumChildrenNumberStores the maximum children data.
seniorCitizenAgemongoose.Types.Decimal128Stores the senior citizen age data.
hraExemptionMetroPercentagemongoose.Types.Decimal128Stores the hra exemption metro percentage data.
hraExemptionNonMetroPercentagemongoose.Types.Decimal128Stores the hra exemption non metro 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.