jaz-clio 5.47.3 → 5.47.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/skills/api/SKILL.md +1 -1
- package/assets/skills/cli/SKILL.md +2 -2
- package/assets/skills/cli/references/command-catalog.md +81 -68
- package/assets/skills/cli/references/common-workflows.md +1 -1
- package/assets/skills/conversion/SKILL.md +1 -1
- package/assets/skills/jaz-kit/SKILL.md +1 -1
- package/assets/skills/jaz-pseudo-sql/SKILL.md +1 -1
- package/assets/skills/jobs/SKILL.md +1 -1
- package/assets/skills/transaction-recipes/SKILL.md +1 -1
- package/cli.mjs +283 -283
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: jaz-cli
|
|
3
|
-
version: 5.47.
|
|
3
|
+
version: 5.47.5
|
|
4
4
|
description: >-
|
|
5
5
|
Use this skill when running Clio CLI commands, building shell scripts with
|
|
6
6
|
Clio, debugging auth issues, understanding --json output, paginating results,
|
|
@@ -267,7 +267,7 @@ Sending `lineItems[]` to the FLAT endpoint silently ignores them and creates a $
|
|
|
267
267
|
|
|
268
268
|
**Reports & Exports**: `reports` (16 report types), `exports`
|
|
269
269
|
|
|
270
|
-
**AI & Automation**: `magic` (create, status
|
|
270
|
+
**AI & Automation**: `magic` (create, status), `quick-fix`, `capsules`, `capsule-transaction` (alias: `ct`, 13 recipe types)
|
|
271
271
|
|
|
272
272
|
**Judgment journal**: `jots` (create, recall, dispose). Every write command also takes `--jot "<one line>"` to log the judgment behind that specific write inline, no extra call (see `--jot` in Common Flags).
|
|
273
273
|
|
|
@@ -11,13 +11,13 @@ Complete reference for all 66 command groups. Organized by domain.
|
|
|
11
11
|
|------------|-----------|
|
|
12
12
|
| `list` | `--limit`, `--offset`, `--all`, `--format`, `--json` |
|
|
13
13
|
| `get <id>` | `--json` |
|
|
14
|
-
| `search` | `--
|
|
15
|
-
| `create` | `--contact`, `--date`, `--due`, `--ref`, `--currency`, `--rate`, `--lines`, `--
|
|
16
|
-
| `update <id>` | `--
|
|
14
|
+
| `search` | `--reference`, `--contact-name`, `--status`, `--from`, `--to`, `--tag`, `--sort`, `--order` |
|
|
15
|
+
| `create` | `--contact`, `--date`, `--due`, `--ref`, `--currency`, `--exchange-rate`, `--lines`, `--finalize`, `--input` |
|
|
16
|
+
| `update <id>` | `--date`, `--due`, `--ref`, `--lines`, `--input` |
|
|
17
17
|
| `delete <id>` | |
|
|
18
|
-
| `pay <id>` | `--amount`, `--
|
|
18
|
+
| `pay <id>` | `--amount`, `--transaction-amount`, `--account`, `--method`, `--ref`, `--date` |
|
|
19
19
|
| `apply-credits <id>` | `--credit-note`, `--amount` |
|
|
20
|
-
| `download <id>` | `--
|
|
20
|
+
| `download <id>` | `--json` — returns the PDF URL; writes no file |
|
|
21
21
|
| `draft list` | `--max-rows N`, `--ids`, `--json` — ⚠️ fans out 1 attachment lookup per draft (5 in flight); pass `--max-rows 10` for spot checks |
|
|
22
22
|
| `draft finalize <id>` | `--account`, `--input` |
|
|
23
23
|
| `bulk-upsert` | `--input <file>`, `--json` — **FLAT** shape (one line per row via `itemDescription`+`totalAmount`+`invoiceAccountResourceId`). Async → jobId. `currencyCode` REQUIRED |
|
|
@@ -28,11 +28,11 @@ Complete reference for all 66 command groups. Organized by domain.
|
|
|
28
28
|
|------------|-----------|
|
|
29
29
|
| `list` | `--limit`, `--offset`, `--all`, `--format`, `--json` |
|
|
30
30
|
| `get <id>` | `--json` |
|
|
31
|
-
| `search` | `--
|
|
32
|
-
| `create` | `--contact`, `--date`, `--due`, `--ref`, `--currency`, `--rate`, `--lines`, `--
|
|
33
|
-
| `update <id>` | `--
|
|
31
|
+
| `search` | `--reference`, `--contact-name`, `--status`, `--from`, `--to`, `--tag`, `--sort`, `--order` |
|
|
32
|
+
| `create` | `--contact`, `--date`, `--due`, `--ref`, `--currency`, `--exchange-rate`, `--lines`, `--finalize`, `--input` |
|
|
33
|
+
| `update <id>` | `--date`, `--due`, `--ref`, `--lines`, `--input` |
|
|
34
34
|
| `delete <id>` | |
|
|
35
|
-
| `pay <id>` | `--amount`, `--
|
|
35
|
+
| `pay <id>` | `--amount`, `--transaction-amount`, `--account`, `--method`, `--ref`, `--date` |
|
|
36
36
|
| `apply-credits <id>` | `--credit-note`, `--amount` |
|
|
37
37
|
| `draft list` | `--max-rows N`, `--ids`, `--json` — same attachment fan-out warning as invoices |
|
|
38
38
|
| `draft finalize <id>` | `--account`, `--input` |
|
|
@@ -44,13 +44,13 @@ Complete reference for all 66 command groups. Organized by domain.
|
|
|
44
44
|
|------------|-----------|
|
|
45
45
|
| `list` | `--limit`, `--offset`, `--all`, `--format`, `--json` |
|
|
46
46
|
| `get <id>` | `--json` |
|
|
47
|
-
| `search` | `--
|
|
48
|
-
| `create` | `--contact`, `--date`, `--ref`, `--currency`, `--rate`, `--lines`, `--
|
|
49
|
-
| `update <id>` | `--
|
|
47
|
+
| `search` | `--reference`, `--contact-name`, `--status`, `--from`, `--to`, `--tag`, `--sort`, `--order` |
|
|
48
|
+
| `create` | `--contact`, `--date`, `--ref`, `--currency`, `--exchange-rate`, `--lines`, `--finalize`, `--input` |
|
|
49
|
+
| `update <id>` | `--date`, `--ref`, `--lines`, `--input` |
|
|
50
50
|
| `delete <id>` | |
|
|
51
51
|
| `refund <id>` | `--amount`, `--account`, `--method`, `--ref`, `--date` |
|
|
52
52
|
| `refunds <id>` | List refunds for a credit note |
|
|
53
|
-
| `download <id>` | `--
|
|
53
|
+
| `download <id>` | `--json` — returns the PDF URL; writes no file |
|
|
54
54
|
| `draft list` | `--max-rows N`, `--ids`, `--json` |
|
|
55
55
|
| `bulk-upsert` | `--input <file>`, `--json` — Nested `lineItems[]`. Async → jobId. `currencyCode` REQUIRED |
|
|
56
56
|
|
|
@@ -59,9 +59,9 @@ Complete reference for all 66 command groups. Organized by domain.
|
|
|
59
59
|
|------------|-----------|
|
|
60
60
|
| `list` | `--limit`, `--offset`, `--all`, `--format`, `--json` |
|
|
61
61
|
| `get <id>` | `--json` |
|
|
62
|
-
| `search` | `--
|
|
63
|
-
| `create` | `--contact`, `--date`, `--ref`, `--currency`, `--rate`, `--lines`, `--
|
|
64
|
-
| `update <id>` | `--
|
|
62
|
+
| `search` | `--reference`, `--contact-name`, `--status`, `--from`, `--to`, `--tag`, `--sort`, `--order` |
|
|
63
|
+
| `create` | `--contact`, `--date`, `--ref`, `--currency`, `--exchange-rate`, `--lines`, `--finalize`, `--input` |
|
|
64
|
+
| `update <id>` | `--date`, `--ref`, `--lines`, `--input` |
|
|
65
65
|
| `delete <id>` | |
|
|
66
66
|
| `refund <id>` | `--amount`, `--account`, `--method`, `--ref`, `--date` |
|
|
67
67
|
| `refunds <id>` | List refunds for a credit note |
|
|
@@ -73,11 +73,11 @@ Complete reference for all 66 command groups. Organized by domain.
|
|
|
73
73
|
|------------|-----------|
|
|
74
74
|
| `list` | `--limit`, `--offset`, `--all`, `--format`, `--json` |
|
|
75
75
|
| `get <id>` | `--json` |
|
|
76
|
-
| `search` | `--
|
|
77
|
-
| `create` | `--date`, `--ref`, `--entries`, `--
|
|
76
|
+
| `search` | `--reference`, `--from`, `--to`, `--status`, `--tag`, `--type`, `--sort`, `--order` |
|
|
77
|
+
| `create` | `--date`, `--ref`, `--entries`, `--finalize`, `--input` |
|
|
78
78
|
| `update <id>` | `--date`, `--ref`, `--entries`, `--input` |
|
|
79
79
|
| `delete <id>` | |
|
|
80
|
-
| `transfer-trial-balance` (alias: `ttb`) | `--
|
|
80
|
+
| `transfer-trial-balance` (alias: `ttb`) | `--date`, `--entries`, `--input`, `--currency`, `--exchange-rate`, `--rate-direction` |
|
|
81
81
|
| `draft list` | `--max-rows N`, `--ids`, `--json` |
|
|
82
82
|
| `bulk-upsert` | `--input <file>`, `--json` — ⚠️ Natural key is `journalReference` (NOT `reference`); legs use `journalEntries[]` (NOT `entries[]`); each leg is `organizationAccountResourceId` (NOT `accountResourceId`) + exactly one of `debitAmount`/`creditAmount` (NOT `amount`+`type`), omitting the unused side. No `currencyCode` on journal rows. Async → jobId |
|
|
83
83
|
|
|
@@ -100,7 +100,7 @@ Same subcommands and flags as `cash-in`.
|
|
|
100
100
|
| `list` | `--limit`, `--offset`, `--all`, `--format`, `--json` |
|
|
101
101
|
| `get <id>` | `--json` |
|
|
102
102
|
| `search` | `--ref`, `--from`, `--to`, `--status` |
|
|
103
|
-
| `create` | `--from-account`, `--to-account`, `--amount`, `--date`, `--ref`, `--
|
|
103
|
+
| `create` | `--from-account`, `--to-account`, `--amount`, `--date`, `--ref`, `--input` |
|
|
104
104
|
| `delete <id>` | |
|
|
105
105
|
|
|
106
106
|
### `clio payments` — Cashflow transactions (read-only)
|
|
@@ -109,14 +109,13 @@ Same subcommands and flags as `cash-in`.
|
|
|
109
109
|
| `list` | `--limit`, `--offset`, `--all`, `--format`, `--json` |
|
|
110
110
|
| `search` | `--from`, `--to`, `--type`, `--direction`, `--ref`, `--sort`, `--order` |
|
|
111
111
|
| `get <id>` | `--json` |
|
|
112
|
-
| `update <id>` | `--date`, `--
|
|
112
|
+
| `update <id>` | `--date`, `--reference`, `--input` |
|
|
113
113
|
| `delete <id>` | |
|
|
114
114
|
|
|
115
115
|
### `clio cashflow` — Cashflow search
|
|
116
116
|
| Subcommand | Key flags |
|
|
117
117
|
|------------|-----------|
|
|
118
118
|
| `search` | `--from`, `--to`, `--type`, `--direction`, `--ref`, `--sort`, `--order`, `--limit`, `--offset`, `--all` |
|
|
119
|
-
| `delete <id>` | |
|
|
120
119
|
|
|
121
120
|
---
|
|
122
121
|
|
|
@@ -139,8 +138,8 @@ Same subcommands and flags as `cash-in`.
|
|
|
139
138
|
| `list` | `--limit`, `--offset`, `--all`, `--format`, `--json` |
|
|
140
139
|
| `get <id>` | `--json` |
|
|
141
140
|
| `search <query>` | `--limit`, `--offset` |
|
|
142
|
-
| `create` | `--name
|
|
143
|
-
| `update <id>` | `--name
|
|
141
|
+
| `create` | `--name` |
|
|
142
|
+
| `update <id>` | `--name` |
|
|
144
143
|
| `delete <id>` | |
|
|
145
144
|
|
|
146
145
|
### `clio accounts` — Chart of accounts
|
|
@@ -158,7 +157,7 @@ Same subcommands and flags as `cash-in`.
|
|
|
158
157
|
| `list` | `--limit`, `--offset`, `--all`, `--format`, `--json` |
|
|
159
158
|
| `get <id>` | `--json` |
|
|
160
159
|
| `search <query>` | `--limit`, `--offset`, `--all` |
|
|
161
|
-
| `create` | `--
|
|
160
|
+
| `create` | `--sale-account`, `--purchase-account`, `--sale-tax`, `--purchase-tax`, `--name`, `--sale-name`, `--purchase-name`, `--sale-price`, `--purchase-price`, `--input` |
|
|
162
161
|
| `update <id>` | Same as create flags |
|
|
163
162
|
| `delete <id>` | |
|
|
164
163
|
|
|
@@ -192,7 +191,7 @@ Same subcommands and flags as `cash-in`.
|
|
|
192
191
|
| `list` | `--limit`, `--offset`, `--all`, `--format`, `--json` |
|
|
193
192
|
| `get <id>` | `--json` |
|
|
194
193
|
| `search <query>` | `--limit`, `--offset` |
|
|
195
|
-
| `create` | `--
|
|
194
|
+
| `create` | `--rate`, `--name`, `--tax-type-code` |
|
|
196
195
|
| `update <id>` | `--name`, `--rate` |
|
|
197
196
|
| `types` | List available tax type codes |
|
|
198
197
|
| `wht-codes` | List withholding tax codes |
|
|
@@ -203,10 +202,24 @@ Same subcommands and flags as `cash-in`.
|
|
|
203
202
|
| `list` | `--limit`, `--offset`, `--all`, `--format`, `--json` |
|
|
204
203
|
| `get <id>` | `--json` |
|
|
205
204
|
| `search <query>` | `--limit`, `--offset` |
|
|
206
|
-
| `create` | `--name`, `--
|
|
205
|
+
| `create` | `--name`, `--description`, `--print-on-documents`, `--invoices`, `--bills`, `--customer-credits`, `--supplier-credits`, `--payments`, `--field-format` |
|
|
207
206
|
| `update <id>` | `--name` |
|
|
208
207
|
| `delete <id>` | |
|
|
209
208
|
|
|
209
|
+
`--field-format` picks the kind of field: `CUSTOM` (default) is free text; `ALL_CUSTOMERS` / `ALL_SUPPLIERS` / `ALL_CONTACTS` / `ALL_EMPLOYEES` / `ALL_USERS` make it a picklist of that population. The datatype is derived from it, not chosen — there is no NUMBER or DATE field. Send at least one applicability flag or the field appears on nothing.
|
|
210
|
+
|
|
211
|
+
### `clio catalogs` — Price catalogs
|
|
212
|
+
| Subcommand | Key flags |
|
|
213
|
+
|------------|-----------|
|
|
214
|
+
| `list` | `--limit`, `--offset`, `--all`, `--format`, `--json` |
|
|
215
|
+
| `search` | `--limit`, `--offset`, `--json` |
|
|
216
|
+
| `get <id>` | `--json` |
|
|
217
|
+
| `create` | `--name`, `--description`, `--status`, `--input`, `--json` |
|
|
218
|
+
| `update <id>` | `--name`, `--description`, `--status`, `--input`, `--json` |
|
|
219
|
+
| `delete <id>` | `--json` |
|
|
220
|
+
|
|
221
|
+
`update` is a FULL REPLACEMENT: pass `--input` with the complete body (get it first), because omitting `items` or `contactGroupResourceIds` drops them. `create` rejects a body with no items.
|
|
222
|
+
|
|
210
223
|
### `clio bookmarks` — Organization bookmarks
|
|
211
224
|
| Subcommand | Key flags |
|
|
212
225
|
|------------|-----------|
|
|
@@ -232,7 +245,7 @@ Same subcommands and flags as `cash-in`.
|
|
|
232
245
|
### `clio claims` — Employee-expense claims
|
|
233
246
|
| Subcommand | Key flags |
|
|
234
247
|
|------------|-----------|
|
|
235
|
-
| `search`
|
|
248
|
+
| `search` | `--status`, `--employee-resource-id`, `--contact-resource-id`, `--reference`, `--from`, `--to`, `--sort`, `--order` |
|
|
236
249
|
| `get <id>` | `--json` |
|
|
237
250
|
| `create` | `--value-date`*, `--currency`*, `--employee`, `--contact` / `--vendor-name` (XOR), `--items <json>`, `--custom-fields <json>`, `--tags`, `--submit` |
|
|
238
251
|
| `update <id>` | partial; `--items` non-empty REPLACES all lines, `--submit` |
|
|
@@ -246,13 +259,13 @@ Same subcommands and flags as `cash-in`.
|
|
|
246
259
|
| `preview-conversion` | `--ids`, `--posting-rule`, `--payout-flow` |
|
|
247
260
|
| `convert` | `--ids`, `--value-date`*, `--posting-rule`, `--include-payout`, `--idempotency-key` |
|
|
248
261
|
| `record-payout` | `--employee`, `--amount`, `--payment-account`, `--payout-for` (REIMBURSEMENT / ADVANCE) |
|
|
249
|
-
| `payouts`
|
|
262
|
+
| `payouts` | `--employee-resource-id`, `--employee-name`, `--reference`, `--payout-status`, `--payout-type` |
|
|
250
263
|
| `tracking-tags` / `custom-field-values` | picker arrays |
|
|
251
264
|
|
|
252
265
|
### `clio employees` — Claim members
|
|
253
266
|
| Subcommand | Key flags |
|
|
254
267
|
|------------|-----------|
|
|
255
|
-
| `search`
|
|
268
|
+
| `search` | `--name`, `--email`, `--active`, `--claim-profile-resource-id`, `--sort`, `--order` |
|
|
256
269
|
| `balances` (alias `search-balances`) | per-employee, per-currency reimbursement owed |
|
|
257
270
|
| `get <id>` | `--json` |
|
|
258
271
|
| `create` | `--name`, `--user`* (bind login), `--claim-profile`*, `--employment-type`, `--email`, `--manager` |
|
|
@@ -294,12 +307,12 @@ EmploymentType: `FULL_TIME` · `PART_TIME` · `CONTRACTOR` · `INTERN` · `TEMPO
|
|
|
294
307
|
### `clio bank` — Bank accounts and records
|
|
295
308
|
| Subcommand | Key flags |
|
|
296
309
|
|------------|-----------|
|
|
297
|
-
| `accounts` | `--limit`, `--
|
|
310
|
+
| `accounts` | `--limit`, `--json` |
|
|
298
311
|
| `get <id>` | `--json` |
|
|
299
312
|
| `records <accountId>` | `--from`, `--to`, `--status`, `--description`, `--limit`, `--offset`, `--all` |
|
|
300
|
-
| `add-records <accountId>` | `--
|
|
301
|
-
| `import <accountId> <file>` | Supports CSV, OFX, XLS, XLSX |
|
|
302
|
-
| `auto-recon` | READ-ONLY reconciliation suggestions. `--type <workflow>` and `--entries <id,...>` are both REQUIRED (per-entry; no account-wide mode). `--account` optional. |
|
|
313
|
+
| `add-records <accountId>` | `--records`, (JSON array of bank records) |
|
|
314
|
+
| `import <accountId> <file>` | `--file`, `--account`, Supports CSV, OFX, XLS, XLSX |
|
|
315
|
+
| `auto-recon` | `--type`, `--entries`, READ-ONLY reconciliation suggestions. `--type <workflow>` and `--entries <id,...>` are both REQUIRED (per-entry; no account-wide mode). `--account` optional. |
|
|
303
316
|
|
|
304
317
|
### `clio bank-rules` — Bank reconciliation rules
|
|
305
318
|
| Subcommand | Key flags |
|
|
@@ -323,12 +336,12 @@ Dynamic strings in rules: `{{bankReference}}`, `{{bankPayee}}`, `{{bankDescripti
|
|
|
323
336
|
| `list` | `--limit`, `--offset`, `--all`, `--format`, `--json` |
|
|
324
337
|
| `get <id>` | `--json` |
|
|
325
338
|
| `search <query>` | `--limit`, `--offset` |
|
|
326
|
-
| `create` | `--
|
|
339
|
+
| `create` | `--amount`, `--name`, `--type`, `--date`, `--input` |
|
|
327
340
|
| `update <id>` | `--name`, `--input` |
|
|
328
341
|
| `delete <id>` | |
|
|
329
|
-
| `discard <id>` | `--date`, `--account` |
|
|
330
|
-
| `sell <id>` | `--date`, `--
|
|
331
|
-
| `transfer <id>` | `--date`, `--
|
|
342
|
+
| `discard <id>` | `--disposal-date`, `--gain-loss-account` |
|
|
343
|
+
| `sell <id>` | `--id`, `--depreciation-end-date`, `--sale-type`, `--gain-loss-account` |
|
|
344
|
+
| `transfer <id>` | `--date`, `--type` |
|
|
332
345
|
| `undo-disposal <id>` | Reverse a discard or sale |
|
|
333
346
|
| `bulk-upsert` | `--input <file>`, `--json` — ⚠️ Date field is `valueDate` (NOT `purchaseDate` — that's the GET response field; bulk request uses `valueDate`). `cost`/`purchaseAmount` synonyms accepted. `effectiveLife`/`usefulLifeMonths` synonyms accepted. Required: `reference`, `registrationType` ("NEW" or "TRANSFER"). Async → jobId |
|
|
334
347
|
|
|
@@ -387,9 +400,9 @@ All seven of `--item-code`, `--name`, `--unit`, `--costing-method`, `--cogs-acco
|
|
|
387
400
|
| `list-invoices` | `--limit`, `--offset`, `--all`, `--format`, `--json` |
|
|
388
401
|
| `list-bills` | `--limit`, `--offset`, `--all`, `--format`, `--json` |
|
|
389
402
|
| `list-journals` | `--limit`, `--offset`, `--all`, `--format`, `--json` |
|
|
390
|
-
| `create-invoice` | `--contact`, `--
|
|
391
|
-
| `create-bill` | `--contact`, `--
|
|
392
|
-
| `create-journal` | `--
|
|
403
|
+
| `create-invoice` | `--contact`, `--reference`, `--repeat`, `--start-date`, `--line-items`, `--input` |
|
|
404
|
+
| `create-bill` | `--contact`, `--reference`, `--repeat`, `--start-date`, `--line-items`, `--input` |
|
|
405
|
+
| `create-journal` | `--reference`, `--repeat`, `--start-date`, `--entries`, `--input` |
|
|
393
406
|
|
|
394
407
|
Dynamic strings in schedulers: `{{Day}}`, `{{Date}}`, `{{Date+X}}`, `{{DateRange:X}}`, `{{Month}}`, `{{Month+X}}`, `{{MonthRange:X}}`, `{{Year}}`, `{{Year+X}}`
|
|
395
408
|
|
|
@@ -428,7 +441,6 @@ Also: `clio reports pdf` — generate PDF from a message/document.
|
|
|
428
441
|
|------------|-----------|
|
|
429
442
|
| `create` | one of `--file <path>` / `--url <url>` / `--html <string\|@file>`; `--type` (invoice, bill, credit-note-customer, credit-note-supplier); `--merged` (split a multi-doc PDF). `--html` takes raw HTML (e.g. an email body), rendered to a PDF server-side. Encrypted PDFs: `name__pw__password.pdf`. |
|
|
430
443
|
| `status <workflowIds>` | Comma-separated workflow IDs |
|
|
431
|
-
| `search` | `--type`, `--status`, `--from`, `--to`, `--limit`, `--offset` |
|
|
432
444
|
|
|
433
445
|
### `clio quick-fix <entity>` — Bulk-update transactions
|
|
434
446
|
Entities: `invoices`, `bills`, `customer-credit-notes`, `supplier-credit-notes`, `journals`, `cash-entries`, `sale-schedules`, `purchase-schedules`, `subscription-schedules`, `journal-schedules`
|
|
@@ -472,16 +484,16 @@ All calculators work offline (no auth). Use `--json` for structured output.
|
|
|
472
484
|
| `loan` | `--principal`, `--rate`, `--term` |
|
|
473
485
|
| `lease` | `--payment`, `--term`, `--rate` (optional: `--useful-life` for hire purchase) |
|
|
474
486
|
| `depreciation` | `--cost`, `--salvage`, `--life`, `--method` |
|
|
475
|
-
| `prepaid-expense` | `--amount`, `--start-date
|
|
476
|
-
| `deferred-revenue` | `--amount`, `--start-date
|
|
487
|
+
| `prepaid-expense` | `--amount`, `--periods`, `--frequency`, `--start-date` |
|
|
488
|
+
| `deferred-revenue` | `--amount`, `--periods`, `--frequency`, `--start-date` |
|
|
477
489
|
| `fx-reval` | `--amount`, `--book-rate`, `--closing-rate`, `--rate-direction`, `--currency` |
|
|
478
|
-
| `ecl` | `--
|
|
479
|
-
| `provision` | `--amount`, `--rate`, `--
|
|
490
|
+
| `ecl` | `--current`, `--30d`, `--60d`, `--90d`, `--120d`, `--rates`, `--existing-provision` |
|
|
491
|
+
| `provision` | `--amount`, `--rate`, `--term`, `--start-date` |
|
|
480
492
|
| `fixed-deposit` | `--principal`, `--rate`, `--term` |
|
|
481
|
-
| `asset-disposal` | `--cost`, `--
|
|
482
|
-
| `accrued-expense` | `--amount`, `--start-date
|
|
483
|
-
| `leave-accrual` | `--
|
|
484
|
-
| `dividend` | `--
|
|
493
|
+
| `asset-disposal` | `--cost`, `--salvage`, `--life`, `--acquired`, `--disposed`, `--proceeds`, `--method` |
|
|
494
|
+
| `accrued-expense` | `--amount`, `--periods`, `--frequency`, `--start-date` |
|
|
495
|
+
| `leave-accrual` | `--employees`, `--days`, `--daily-rate`, `--periods`, `--start-date` |
|
|
496
|
+
| `dividend` | `--amount`, `--declaration-date`, `--payment-date`, `--withholding-rate` |
|
|
485
497
|
|
|
486
498
|
Common optional flags: `--start-date`, `--currency`, `--json`
|
|
487
499
|
|
|
@@ -494,21 +506,21 @@ Blueprints are offline (no auth). Tools require auth.
|
|
|
494
506
|
|
|
495
507
|
| Subcommand | Type | Key flags |
|
|
496
508
|
|------------|------|-----------|
|
|
497
|
-
| `month-end` | Blueprint | `--
|
|
498
|
-
| `quarter-end` | Blueprint | `--
|
|
499
|
-
| `year-end` | Blueprint | `--
|
|
500
|
-
| `bank-recon` | Blueprint | `--
|
|
509
|
+
| `month-end` | Blueprint | `--period`, `--currency` |
|
|
510
|
+
| `quarter-end` | `--period`, Blueprint | `--currency` |
|
|
511
|
+
| `year-end` | `--period`, Blueprint | `--currency` |
|
|
512
|
+
| `bank-recon` | Blueprint | `--account`, `--period`, `--currency` |
|
|
501
513
|
| `match` | Tool | `--input` (bank records + transactions JSON) |
|
|
502
|
-
| `gst-vat` | Blueprint | `--period
|
|
503
|
-
| `payment-run` | Blueprint | `--
|
|
504
|
-
| `outstanding` | Tool | `--
|
|
505
|
-
| `credit-control` |
|
|
506
|
-
| `supplier-recon` | Blueprint |
|
|
507
|
-
| `audit-prep` | Blueprint |
|
|
508
|
-
| `fa-review` | Blueprint |
|
|
509
|
-
| `document-collection` | Blueprint | `--
|
|
510
|
-
| `ingest` | Tool | `<path>` (classify + upload documents) |
|
|
511
|
-
| `statutory-filing` | Blueprint | `--jurisdiction`, `--
|
|
514
|
+
| `gst-vat` | Blueprint | `--period` |
|
|
515
|
+
| `payment-run` | Blueprint | `--due-before`, `--currency` |
|
|
516
|
+
| `outstanding` | Tool | `--limit` (group outstanding bills) |
|
|
517
|
+
| `credit-control` | `--overdue-days`, Blueprint | |
|
|
518
|
+
| `supplier-recon` | `--supplier`, `--period`, Blueprint | |
|
|
519
|
+
| `audit-prep` | `--period`, Blueprint | |
|
|
520
|
+
| `fa-review` | `--currency`, Blueprint | |
|
|
521
|
+
| `document-collection` | Blueprint | `--currency` |
|
|
522
|
+
| `ingest` | `--source`, Tool | `<path>` (classify + upload documents) |
|
|
523
|
+
| `statutory-filing` | Blueprint | `--ya`, `--jurisdiction`, `--currency` |
|
|
512
524
|
| `sg-cs` | Tool | `--input` (compute Singapore Form C-S) |
|
|
513
525
|
| `sg-ca` | Tool | `--input` (compute Singapore capital allowances) |
|
|
514
526
|
|
|
@@ -539,8 +551,8 @@ Batch create via `--input` file or stdin (`{ "entries": [...] }`, 1-100 per call
|
|
|
539
551
|
|------------|-----------|
|
|
540
552
|
| `list` | `--limit`, `--offset`, `--all`, `--format`, `--json` |
|
|
541
553
|
| `search <query>` | `--limit`, `--offset` |
|
|
542
|
-
| `invite` | `--email`, `--first-name`, `--last-name`, `--
|
|
543
|
-
| `update <id>` | `--
|
|
554
|
+
| `invite` | `--email`, `--first-name`, `--last-name`, `--role`, `--input` |
|
|
555
|
+
| `update <id>` | `--role`, `--input` |
|
|
544
556
|
| `remove <id>` | |
|
|
545
557
|
|
|
546
558
|
### `clio auth` — Authentication
|
|
@@ -555,8 +567,9 @@ See SKILL.md Auth Precedence section for full details.
|
|
|
555
567
|
|------------|-----------|
|
|
556
568
|
| `list` | `--type` (invoices, bills, journals, etc.), `--id` |
|
|
557
569
|
| `add` | `--type`, `--id`, `<file>` |
|
|
558
|
-
| `delete
|
|
559
|
-
|
|
570
|
+
| `delete <attachmentId>` | `--type`, `--id` (the transaction; the attachment id is positional) |
|
|
571
|
+
|
|
572
|
+
`list` renders the tabular view — pass `--format table` (the default) or `--format csv`.
|
|
560
573
|
|
|
561
574
|
### `clio help-center` (alias: `hc`) — Help center search
|
|
562
575
|
```
|
|
@@ -249,7 +249,7 @@ clio magic create --html @./email-body.html --type invoice --json
|
|
|
249
249
|
clio magic status "wf-id-1,wf-id-2,wf-id-3" --json
|
|
250
250
|
|
|
251
251
|
# Search past magic workflows
|
|
252
|
-
clio magic
|
|
252
|
+
clio magic status <workflowIds> --json # comma-separated ids from `magic create`
|
|
253
253
|
|
|
254
254
|
# For encrypted PDFs — embed the password in the filename via __pw__
|
|
255
255
|
clio magic create --file ./encrypted-file__pw__secret123.pdf --type invoice --json
|