payroll-rules-india 1.0.6 → 1.0.7

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.
@@ -12,8 +12,8 @@ export const shiftAllowanceRule = {
12
12
  };
13
13
  // Shift Allowance: payable days * 11.50 rupee per day
14
14
  export const shiftAllowanceRuleNew = {
15
- ruleCode: "SHIFT_ALLOWANCE",
16
- name: "Shift Allowance",
15
+ ruleCode: "SHIFT_ALLOWANCE_NEW",
16
+ name: "Shift Allowance -new ",
17
17
  category: "Earning",
18
18
  type: "Custom",
19
19
  version: "FY2024-2025",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "payroll-rules-india",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "Custom and statutory payroll rules engine for India salary calculations.",
5
5
  "author": "Yogesh c",
6
6
  "license": "MIT",