payroll-rules-india 1.7.0 → 1.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,2 +1,2 @@
1
1
  import { Rule } from "../../utils/types";
2
- export declare const quarterRentHSWRuleTierA: Rule;
2
+ export declare const quarterRentRule: Rule;
@@ -1,10 +1,10 @@
1
- export const quarterRentHSWRuleTierA = {
2
- ruleCode: "QUARTER_RENT_HSW",
3
- name: "Quarter Rent (HSW)",
1
+ export const quarterRentRule = {
2
+ ruleCode: "QUARTER_RENT",
3
+ name: "Quarter Rent",
4
4
  category: "Deduction",
5
5
  type: "Fixed",
6
6
  version: "FY2024-2025",
7
- description: "Quarter rent deduction for HSW category at Rs.498.",
8
- condition: "skillCategory == 'HSW'",
7
+ description: "Flat quarter rent deduction applicable to all employee categories.",
8
+ condition: "true",
9
9
  monthlyFormula: "498",
10
10
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "payroll-rules-india",
3
- "version": "1.7.0",
3
+ "version": "1.7.1",
4
4
  "description": "Custom and statutory payroll rules engine for India salary calculations.",
5
5
  "author": "Yogesh c",
6
6
  "license": "MIT",