Skip to content

Commit 28af5aa

Browse files
committed
updated celandar types
1 parent 5629fbe commit 28af5aa

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ Work in progress.
208208

209209
## Future capabilities
210210

211-
Is there a future capability that you want to see here? please open up a [discussion](https://github.com/usrbinr/fpaR/discussions) on our github site
211+
Is there a future capability that you want to see here? please open up [discussion](https://github.com/usrbinr/fpaR/discussions) on our github site
212212

213213
## Additional references and inspirations
214214

vignettes/articles/calendar_types.qmd

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ quarto::write_yaml_metadata_block(
1212
)
1313
```
1414

15-
## Introduction
15+
### Introduction
1616

1717
In many fpaR functions, you will see a reference to a calendar_type argument which may confuse most of you, isn't there only one type of calendar?
1818

@@ -23,7 +23,7 @@ To accomodate the uniqueness of some industries, financial planning analysis wil
2323

2424
This vignette explains the differences between these calendars and their typical use cases.
2525

26-
## Standard Calendar
26+
### Standard Calendar
2727

2828
This is your "typical" calendar also known as a conventional Gregorian calendar:
2929

@@ -49,7 +49,7 @@ The primary disadvantage of this calendar is that when you try to compare a metr
4949
This can lead to misleading conclusions that revenue is increasing or decreasing
5050

5151

52-
## 5-5-4 Calendar
52+
### 5-5-4 Calendar
5353

5454
The **5-5-4 calendar** is commonly used in retail designed to simplify period-over-period comparisons which a standard calendar introduces
5555

@@ -65,7 +65,7 @@ The **5-5-4 calendar** is commonly used in retail designed to simplify period-ov
6565
| Month 2 | 5 |
6666
| Month 3 | 4 |
6767

68-
# Comparison
68+
### Comparison
6969

7070
| Feature | Standard Calendar | 5-5-4 Calendar |
7171
|---------|-----------------|----------------|
@@ -75,7 +75,7 @@ The **5-5-4 calendar** is commonly used in retail designed to simplify period-ov
7575
| Best for | General reporting, financial statements | Retail, period-over-period sales and inventory analysis |
7676

7777

78-
## How to reference in `fpaR` functions?
78+
### How to reference in `fpaR` functions?
7979

8080
Where you see `calandar_type` argument in function you can either put in "standard" to get a traditional calendar or you can put "554" or "445" to get the alternative cealndar equivalents.
8181

0 commit comments

Comments
 (0)