summaryrefslogtreecommitdiff
path: root/src/commands.c
diff options
context:
space:
mode:
authorAnders Betts <anders.betts@gmail.com>2026-09-21 10:34:13 +0200
committerAnders Betts <anders.betts@gmail.com>2026-09-21 10:34:13 +0200
commite25a8c9ae70e5a310c1a82be55d0dbf58ba71250 (patch)
tree3368133cb605fef92548838c90c7e0bd7cea502d /src/commands.c
parentecf1e1098969c36580fc274cb70a8fd60412edf6 (diff)
downloadbokf-e25a8c9ae70e5a310c1a82be55d0dbf58ba71250.tar.gz
bokf-e25a8c9ae70e5a310c1a82be55d0dbf58ba71250.zip
mail: honor smtp_reply_to; mention payroll in agent instructions
Diffstat (limited to 'src/commands.c')
-rw-r--r--src/commands.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/commands.c b/src/commands.c
index 56e7010..5d5d7c1 100644
--- a/src/commands.c
+++ b/src/commands.c
@@ -123,6 +123,9 @@ static const char AGENT_INSTRUCTIONS[] =
" next number, stores the PDF and posts the voucher in one transaction.\n"
" `invoice.send` e-mails the stored PDF; it needs the org's SMTP settings\n"
" and sends to the customer's address unless `to` overrides it.\n"
+ "- Payroll: `payroll.run_preview` then `payroll.run_post` per period;\n"
+ " `payroll.agi` returns the values for the manual arbetsgivardeklaration;\n"
+ " `payroll.payslip` renders and `payroll.payslip_mail` sends the payslip.\n"
"\n"
"## Discovery\n"
"- `describe` lists every implemented command with permissions.\n"