diff options
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" |
