From 5e7b30d002a88b63fd93f698947f01ce1d94576e Mon Sep 17 00:00:00 2001 From: youngcw Date: Wed, 9 Oct 2024 10:55:30 -0700 Subject: [PATCH] add copy template --- docs/experimental/goal-templates.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/experimental/goal-templates.md b/docs/experimental/goal-templates.md index fbe6420d5..1ca482883 100644 --- a/docs/experimental/goal-templates.md +++ b/docs/experimental/goal-templates.md @@ -41,8 +41,9 @@ You are welcome to have other lines in your note, but the #template line must ma |#template schedule {SCHEDULE NAME}|Fund upcoming scheduled transactions over time|Monthly schedules, or larger non-monthly scheduled transactions| |#template schedule full {SCHEDULE NAME}|Fund upcoming scheduled transaction only on needed month| Small schedules that are non-monthly| |#template average 6 months | Budget the average amount spent over the last 6 months. Can set the number to any number > 0. Matches the existing option on the budget page but with flexible month ranges | +|#template copy from 12 months ago | Budget the same amount as was budgeted 12 months ago. Number of months is adjustable | Your power bill fluxuates throughout the year, but is about the same in equivalent months between years. | |#template remainder | Add all remaining funds to this category| See the [Remainder Template](#remainder-template) Section for info | -| #goal 1000 | Set a long term goal instead of a monthly goal | See the [Goal Directive](#goal-directive) Section for info | +|#goal 1000 | Set a long term goal instead of a monthly goal | See the [Goal Directive](#goal-directive) Section for info | ### Notes