So this is a simple way to track one's holidays and sick leaves. This aims to be a simple Vault page where you can put dates and calculate how much PTO days you have left.
Dataview plugin is required for this to work. Dates here are just cosmetic - everything is calculated based on inline properties: carry-over
, initial
, days sick
, days used
, days planned
. You can also just mark dates like "📆 2024-01-31" instead of "(d:: 2024-01-31)" - will work just as good (especially if your locale is not compatible).
You can just copy everything below and adjust (the example below is for 2024, to migrate to next year), in particular modify the formula in Accumulated balance as of now.