mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Remove reconcile expenses ritual (as now included in monthly accounting) (#27621)
This commit is contained in:
parent
626ff8a467
commit
444e13813f
1 changed files with 1 additions and 10 deletions
|
|
@ -46,16 +46,7 @@
|
|||
autoIssue: # Enables automation of GitHub issues
|
||||
labels: [ "#g-finance" ] # label to be applied to issue
|
||||
repo: "confidential" # The GitHub repo that issues will be created in
|
||||
-
|
||||
task: "Reconcile monthly recurring expenses"
|
||||
startedOn: "2024-02-28"
|
||||
frequency: "Monthly"
|
||||
description: "Each month, update the inputs in “The numbers” spreadsheet to reflect the actuals for recurring non-personnel spend, and identify any unexpected increase or decrease in spend."
|
||||
moreInfoUrl: "https://fleetdm.com/handbook/finance#reconcile-monthly-recurring-expenses"
|
||||
dri: "ireedy"
|
||||
autoIssue:
|
||||
labels: [ "#g-finance" ]
|
||||
repo: "confidential"
|
||||
|
||||
-
|
||||
task: "Monthly accounting"
|
||||
startedOn: "2024-02-28"
|
||||
|
|
|
|||
Loading…
Reference in a new issue