mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 12:43:09 -05:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user