|
36 | 36 |
|
37 | 37 | - **Custom Payday Calculation:** |
38 | 38 | - Supports various pay frequencies: |
39 | | - - **Monthly:** Options include: |
40 | | - - Last bank day of the month. |
41 | | - - First bank day of the month. |
42 | | - - Specific day of the month. |
43 | | - - **Every 28 days.** |
44 | | - - **Every 14 days.** |
45 | | - - **Weekly.** |
| 39 | + - **Monthly** |
| 40 | + - **Every 2 months** |
| 41 | + - **Quarterly (every 3 months)** |
| 42 | + - **Semi-annually (every 6 months)** |
| 43 | + - **Annually** |
| 44 | + - **Every 28 days** |
| 45 | + - **Every 14 days** |
| 46 | + - **Weekly** |
46 | 47 |
|
47 | 48 | - **Automatic Adjustment for Holidays and Weekends:** |
48 | 49 | - Fetches public holidays from the [Nager.Date API](https://date.nager.at). |
|
87 | 88 | - **Label:** Select the payout frequency |
88 | 89 | - **Options:** |
89 | 90 | - `monthly`: Monthly |
| 91 | + - `bimonthly`: Every 2 months |
| 92 | + - `quarterly`: Every 3 months |
| 93 | + - `semiannual`: Every 6 months |
| 94 | + - `annual`: Every year |
90 | 95 | - `28_days`: Every 28th day |
91 | 96 | - `14_days`: Every 14th day |
92 | 97 | - `weekly`: Weekly |
93 | 98 |
|
94 | 99 | ### Step 3: Depending on the Selected Frequency |
95 | 100 |
|
96 | | -- **Monthly:** |
| 101 | +- **Monthly / Bimonthly / Quarterly / Semiannual / Annual:** |
97 | 102 | - **Label:** Select day of month |
98 | 103 | - **Options:** |
99 | 104 | - `last_bank_day`: Last bank day |
|
108 | 113 | - **Label:** Select weekday |
109 | 114 | - **Description:** Choose the weekday you receive your payment. |
110 | 115 |
|
111 | | -### Additional Configuration for Monthly Frequency |
| 116 | +### Additional Configuration for Monthly-Based Frequencies |
112 | 117 |
|
113 | 118 | - **If "Last bank day" is selected:** |
114 | 119 | - **Label:** Days before last bank day |
|
0 commit comments