Goal templates: Edit note that currency symbols other than $ are supported (#315)

The regex for the parser is implemented to match any currency symbol:


5a67b7e822/packages/loot-core/src/server/budget/goal-template.pegjs
This commit is contained in:
Lars Stegman
2024-02-12 21:14:19 +01:00
committed by GitHub
parent d73265cdc7
commit 5eab5cf9d1

View File

@@ -44,8 +44,7 @@ You are welcome to have other lines in your note, but the #template line must ma
### Notes
- $ sign is optional, `#template $50` and `#template 50` are the same.
- Other currency symbols are not supported.
- Currency symbol is optional, `#template $50` and `#template 50` are the same.
- Number formats that use comma for the decimal separator are not supported (eg, 123,45). You must use 123.45.
- Thousands separators are not supported (eg, 1,234). You must use 1234.
- {SCHEDULE NAME} is defined in the **Schedules** editor.