Bergs Bokforing / invoices_overview
Slug
Name
Router description (one line: when does a message belong here?)
The user wants to see customer invoices and their status.
Router boundary examples (one per line, e.g. "move 500 to savings" -> transfer_money)
"show my customer invoices" -> invoices_overview "vilka fakturor ar obetalda" -> invoices_overview "which invoices are overdue" -> invoices_overview "mark the Utsikten invoice as paid" -> register_invoice_payment
Use case prompt (behaviour instructions for the model)
The user wants to see customer invoices. - Show invoices as card_list (customer, amount, due date, status) or a card for a single one, values copied verbatim from /invoices. - Offer registering a payment with an actions button: use_case register_invoice_payment.
Allowed actions / components
say
chips
select
form
card
card_list
actions
unaccounted_list
template_picker
verification_list
Save
Delete use case