payroll-rules-india 2.9.0 → 2.10.0
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.
- package/dist/rules/fy2024_2025/index.d.ts +7 -7
- package/dist/rules/fy2024_2025/index.js +7 -7
- package/dist/rules/fy2024_2025/mobileAllowanceRules.d.ts +1 -0
- package/dist/rules/fy2024_2025/mobileAllowanceRules.js +11 -0
- package/dist/rules/fy2024_2025/professionTaxrules.d.ts +2 -0
- package/dist/rules/fy2024_2025/professionTaxrules.js +10 -0
- package/dist/rules/fy2024_2025/teaAllowanceRules.js +3 -3
- package/package.json +1 -1
- /package/dist/rules/fy2024_2025/{acChargesRule.d.ts → acChargesRules.d.ts} +0 -0
- /package/dist/rules/fy2024_2025/{acChargesRule.js → acChargesRules.js} +0 -0
- /package/dist/rules/fy2024_2025/{elRules.d.ts → earnedleaveRules.d.ts} +0 -0
- /package/dist/rules/fy2024_2025/{elRules.js → earnedleaveRules.js} +0 -0
- /package/dist/rules/fy2024_2025/{emergencyAllowance.d.ts → emergencyAllowanceRules.d.ts} +0 -0
- /package/dist/rules/fy2024_2025/{emergencyAllowance.js → emergencyAllowanceRules.js} +0 -0
- /package/dist/rules/fy2024_2025/{extraBasicRule.d.ts → extraBasicRules.d.ts} +0 -0
- /package/dist/rules/fy2024_2025/{extraBasicRule.js → extraBasicRules.js} +0 -0
- /package/dist/rules/fy2024_2025/{geyserAllowance.d.ts → geyserAllowanceRules.d.ts} +0 -0
- /package/dist/rules/fy2024_2025/{geyserAllowance.js → geyserAllowanceRules.js} +0 -0
- /package/dist/rules/fy2024_2025/{overTimesRule.d.ts → overTimesRules.d.ts} +0 -0
- /package/dist/rules/fy2024_2025/{overTimesRule.js → overTimesRules.js} +0 -0
- /package/dist/rules/fy2024_2025/{rfbRule.d.ts → rfbRules.d.ts} +0 -0
- /package/dist/rules/fy2024_2025/{rfbRule.js → rfbRules.js} +0 -0
|
@@ -4,14 +4,14 @@ export * from "./esiRules";
|
|
|
4
4
|
export * from "./pfRules";
|
|
5
5
|
export * from "./profTaxRules";
|
|
6
6
|
export * from "./incomeTaxRules";
|
|
7
|
-
export * from "./
|
|
7
|
+
export * from "./rfbRules";
|
|
8
8
|
export * from "./specialAllowanceRules";
|
|
9
9
|
export * from "./conveyanceAllowanceRules";
|
|
10
10
|
export * from "./medicalAllowanceRules";
|
|
11
11
|
export * from "./mobileAllowanceRules";
|
|
12
12
|
export * from "./nationalHolidayRules";
|
|
13
13
|
export * from "./optionalHolidayRules";
|
|
14
|
-
export * from "./
|
|
14
|
+
export * from "./earnedleaveRules";
|
|
15
15
|
export * from "./bonusRules";
|
|
16
16
|
export * from "./localAllowanceRules";
|
|
17
17
|
export * from "./leaveAllowanceRules";
|
|
@@ -27,11 +27,11 @@ export * from "./shiftAllowanceRules";
|
|
|
27
27
|
export * from "./washingAllowanceRules";
|
|
28
28
|
export * from "./uniformAllowanceRules";
|
|
29
29
|
export * from "./safetyAllowanceRules";
|
|
30
|
-
export * from "./
|
|
31
|
-
export * from "./
|
|
32
|
-
export * from "./
|
|
30
|
+
export * from "./emergencyAllowanceRules";
|
|
31
|
+
export * from "./acChargesRules";
|
|
32
|
+
export * from "./geyserAllowanceRules";
|
|
33
33
|
export * from "./quarterRentRules";
|
|
34
|
-
export * from "./
|
|
34
|
+
export * from "./extraBasicRules";
|
|
35
35
|
export * from "./dearnessAllowanceRules";
|
|
36
36
|
export * from "./otherDeductionsRule";
|
|
37
|
-
export * from "./
|
|
37
|
+
export * from "./overTimesRules";
|
|
@@ -4,14 +4,14 @@ export * from "./esiRules";
|
|
|
4
4
|
export * from "./pfRules";
|
|
5
5
|
export * from "./profTaxRules";
|
|
6
6
|
export * from "./incomeTaxRules";
|
|
7
|
-
export * from "./
|
|
7
|
+
export * from "./rfbRules";
|
|
8
8
|
export * from "./specialAllowanceRules";
|
|
9
9
|
export * from "./conveyanceAllowanceRules";
|
|
10
10
|
export * from "./medicalAllowanceRules";
|
|
11
11
|
export * from "./mobileAllowanceRules";
|
|
12
12
|
export * from "./nationalHolidayRules";
|
|
13
13
|
export * from "./optionalHolidayRules";
|
|
14
|
-
export * from "./
|
|
14
|
+
export * from "./earnedleaveRules";
|
|
15
15
|
export * from "./bonusRules";
|
|
16
16
|
export * from "./localAllowanceRules";
|
|
17
17
|
export * from "./leaveAllowanceRules";
|
|
@@ -27,11 +27,11 @@ export * from "./shiftAllowanceRules";
|
|
|
27
27
|
export * from "./washingAllowanceRules";
|
|
28
28
|
export * from "./uniformAllowanceRules";
|
|
29
29
|
export * from "./safetyAllowanceRules";
|
|
30
|
-
export * from "./
|
|
31
|
-
export * from "./
|
|
32
|
-
export * from "./
|
|
30
|
+
export * from "./emergencyAllowanceRules";
|
|
31
|
+
export * from "./acChargesRules";
|
|
32
|
+
export * from "./geyserAllowanceRules";
|
|
33
33
|
export * from "./quarterRentRules";
|
|
34
|
-
export * from "./
|
|
34
|
+
export * from "./extraBasicRules";
|
|
35
35
|
export * from "./dearnessAllowanceRules";
|
|
36
36
|
export * from "./otherDeductionsRule";
|
|
37
|
-
export * from "./
|
|
37
|
+
export * from "./overTimesRules";
|
|
@@ -55,3 +55,14 @@ export const mobileAllowaceTierC = {
|
|
|
55
55
|
monthlyFormula: "round(8.93 * payableDays, 2)",
|
|
56
56
|
annualFormula: "round(8.93 * payableDays, 2)",
|
|
57
57
|
};
|
|
58
|
+
export const mobileAllowaceTierD = {
|
|
59
|
+
ruleCode: "MOBILE_Allowance_TIER_D",
|
|
60
|
+
name: "Mobile Allowance (MB) - ₹56.94 per day",
|
|
61
|
+
category: "Earning",
|
|
62
|
+
type: "Custom",
|
|
63
|
+
version: "FY2024-2025",
|
|
64
|
+
description: "Mobile Allowance = 56.94 * payable days",
|
|
65
|
+
condition: "payableDays > 0",
|
|
66
|
+
monthlyFormula: "round(56.94 * payableDays, 2)",
|
|
67
|
+
annualFormula: "round(56.94 * payableDays, 2)",
|
|
68
|
+
};
|
|
@@ -5,8 +5,8 @@ export const teaAllowanceRule = {
|
|
|
5
5
|
category: "Earning",
|
|
6
6
|
type: "Custom",
|
|
7
7
|
version: "FY2024-2025",
|
|
8
|
-
description: "Tea Allowance =
|
|
8
|
+
description: "Tea Allowance = 5.44 * No of payable days",
|
|
9
9
|
condition: "payableDays > 0",
|
|
10
|
-
monthlyFormula: "round(
|
|
11
|
-
annualFormula: "round(
|
|
10
|
+
monthlyFormula: "round(5.44 * payableDays, 2)",
|
|
11
|
+
annualFormula: "round(5.44 * payableDays * 12, 2)",
|
|
12
12
|
};
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|