From 19710d9df3407d3f774a783f2a3525ff7d5ca45c Mon Sep 17 00:00:00 2001 From: Mauve Signweaver Date: Wed, 23 Oct 2024 14:58:59 -0400 Subject: [PATCH 1/4] docs: Add salary adjustment instructions --- Operations/salary-adjustments.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Operations/salary-adjustments.md diff --git a/Operations/salary-adjustments.md b/Operations/salary-adjustments.md new file mode 100644 index 00000000..896bdba8 --- /dev/null +++ b/Operations/salary-adjustments.md @@ -0,0 +1,19 @@ +# Salary Adjustment Processes + +## Yearly Cost Of Living Increase + +Every year we increase the base salary by `2.5%` to account for the increase in cost of living due to inflation. + +Here are the steps for increasing the salary: + +- Navigate to the Operations Planning Sheet +- Navigate to the Salary Matrix Sheet +- Increase the Min Base Salary by 2.5% +- The other cells will update accordingly + +## Updating L/R Levels + +- Navigate to the Operations Planning Sheet +- Navigate to the MEmber-Path Salaries Sheet +- Find the row for the relevant member and update their values +- The other cells will update accordingly \ No newline at end of file From 0a300670596ed009f3ba1753f6528eb9385c8a08 Mon Sep 17 00:00:00 2001 From: Mauve Signweaver Date: Wed, 30 Oct 2024 15:19:52 -0400 Subject: [PATCH 2/4] fix: docs use vibes based percent for yearly increase --- Operations/salary-adjustments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Operations/salary-adjustments.md b/Operations/salary-adjustments.md index 896bdba8..44469a1d 100644 --- a/Operations/salary-adjustments.md +++ b/Operations/salary-adjustments.md @@ -2,7 +2,7 @@ ## Yearly Cost Of Living Increase -Every year we increase the base salary by `2.5%` to account for the increase in cost of living due to inflation. +Every year we increase the base salary by looking at the consumer price index for the last 12 months to account for the increase in cost of living due to inflation and use a "vibes based judgement" for the %increase.. Here are the steps for increasing the salary: From a91561680122606444b781ae545bdb07f9ba25fa Mon Sep 17 00:00:00 2001 From: Mauve Signweaver Date: Wed, 30 Oct 2024 15:21:34 -0400 Subject: [PATCH 3/4] fix: docs - use vibes salary in steps --- Operations/salary-adjustments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Operations/salary-adjustments.md b/Operations/salary-adjustments.md index 44469a1d..b0f53d8e 100644 --- a/Operations/salary-adjustments.md +++ b/Operations/salary-adjustments.md @@ -8,7 +8,7 @@ Here are the steps for increasing the salary: - Navigate to the Operations Planning Sheet - Navigate to the Salary Matrix Sheet -- Increase the Min Base Salary by 2.5% +- Increase the Min Base Salary by the determined percent - The other cells will update accordingly ## Updating L/R Levels From 46f9e116bdd87e072093d8e869f9c984e5edb684 Mon Sep 17 00:00:00 2001 From: Mauve Signweaver Date: Wed, 30 Oct 2024 15:22:39 -0400 Subject: [PATCH 4/4] Update Operations/salary-adjustments.md Co-authored-by: Lexa Michaelides <32111123+LexaMichaelides@users.noreply.github.com> --- Operations/salary-adjustments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Operations/salary-adjustments.md b/Operations/salary-adjustments.md index b0f53d8e..833f704a 100644 --- a/Operations/salary-adjustments.md +++ b/Operations/salary-adjustments.md @@ -14,6 +14,6 @@ Here are the steps for increasing the salary: ## Updating L/R Levels - Navigate to the Operations Planning Sheet -- Navigate to the MEmber-Path Salaries Sheet +- Navigate to the Member-Path Salaries Sheet - Find the row for the relevant member and update their values - The other cells will update accordingly \ No newline at end of file