Skip to content

Commit 9fd57cd

Browse files
authored
Update README.md
1 parent aeaa6e4 commit 9fd57cd

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

README.md

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,14 @@
3636

3737
- **Custom Payday Calculation:**
3838
- 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**
4647

4748
- **Automatic Adjustment for Holidays and Weekends:**
4849
- Fetches public holidays from the [Nager.Date API](https://date.nager.at).
@@ -87,13 +88,17 @@
8788
- **Label:** Select the payout frequency
8889
- **Options:**
8990
- `monthly`: Monthly
91+
- `bimonthly`: Every 2 months
92+
- `quarterly`: Every 3 months
93+
- `semiannual`: Every 6 months
94+
- `annual`: Every year
9095
- `28_days`: Every 28th day
9196
- `14_days`: Every 14th day
9297
- `weekly`: Weekly
9398

9499
### Step 3: Depending on the Selected Frequency
95100

96-
- **Monthly:**
101+
- **Monthly / Bimonthly / Quarterly / Semiannual / Annual:**
97102
- **Label:** Select day of month
98103
- **Options:**
99104
- `last_bank_day`: Last bank day
@@ -108,7 +113,7 @@
108113
- **Label:** Select weekday
109114
- **Description:** Choose the weekday you receive your payment.
110115

111-
### Additional Configuration for Monthly Frequency
116+
### Additional Configuration for Monthly-Based Frequencies
112117

113118
- **If "Last bank day" is selected:**
114119
- **Label:** Days before last bank day

0 commit comments

Comments
 (0)