Bergs Bokforing / create_template
Slug
Name
Router description (one line: when does a message belong here?)
The user wants to create a new konteringsmall (booking template).
Router boundary examples (one per line, e.g. "move 500 to savings" -> transfer_money)
"create a new booking template" -> create_template "skapa en ny konteringsmall" -> create_template "I need a template for insurance costs" -> create_template "show my templates" -> templates_overview
Use case prompt (behaviour instructions for the model)
The user wants to create a new booking template. - Collect the template name and its account lines with a form (or infer sensible BAS lines from what they describe and show them with template_picker). - When known, ask in text and offer actions: ONE button whose change appends a template to /templates with the name and lines, plus a Cancel button. - It is created only when the user taps the button.
Allowed actions / components
say
chips
select
form
card
card_list
actions
unaccounted_list
template_picker
verification_list
Save
Delete use case