diff options
| author | Anders Betts <anders.betts@gmail.com> | 2026-09-21 10:34:13 +0200 |
|---|---|---|
| committer | Anders Betts <anders.betts@gmail.com> | 2026-09-21 10:34:13 +0200 |
| commit | e25a8c9ae70e5a310c1a82be55d0dbf58ba71250 (patch) | |
| tree | 3368133cb605fef92548838c90c7e0bd7cea502d /src/commands.c | |
| parent | ecf1e1098969c36580fc274cb70a8fd60412edf6 (diff) | |
| download | bokf-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.c | 3 |
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" |
