jaz-clio 5.61.2 → 5.61.3
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/api/references/search-syntax.md +13 -10
- package/assets/skills/cli/SKILL.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/package.json +1 -1
|
@@ -52,7 +52,7 @@ Space between conditions = AND (implicit). AND binds tighter than OR. Parenthese
|
|
|
52
52
|
|
|
53
53
|
## Amount Search
|
|
54
54
|
|
|
55
|
-
Prefix with any currency symbol or
|
|
55
|
+
Prefix with any currency symbol, or use the `amount:` field. A number with no symbol or field key is plain text.
|
|
56
56
|
|
|
57
57
|
| Input | Meaning |
|
|
58
58
|
|-------|---------|
|
|
@@ -68,9 +68,9 @@ Prefix with any currency symbol or type a numeric range.
|
|
|
68
68
|
| `$500+` | amount >= 500 |
|
|
69
69
|
| `$<200` | amount < 200 |
|
|
70
70
|
| `$>=1000` | amount >= 1000 |
|
|
71
|
-
|
|
|
72
|
-
|
|
|
73
|
-
|
|
|
71
|
+
| `$100-500` | amount range |
|
|
72
|
+
| `$>500` | amount > 500 |
|
|
73
|
+
| `$500+` | amount >= 500 |
|
|
74
74
|
|
|
75
75
|
### Magnitude Suffixes
|
|
76
76
|
|
|
@@ -104,7 +104,7 @@ Supported currency symbols: `$` `€` `£` `¥` `₱` `₹` `₩` `฿` `₫` `
|
|
|
104
104
|
|
|
105
105
|
Also works with ISO codes: `SGD500`, `PHP1000`, `EUR200-500`
|
|
106
106
|
|
|
107
|
-
A bare number like `500` searches all text fields (reference, ID, etc.). Add `$` or use
|
|
107
|
+
A bare number like `500` — and any keyless expression like `100-500`, `>500`, or `5k` — searches all text fields (reference, ID, etc.). Add `$` or use `amount:` to search amounts specifically.
|
|
108
108
|
|
|
109
109
|
---
|
|
110
110
|
|
|
@@ -448,6 +448,9 @@ Aliases: `reference:` = `ref:`, `valuedate:` = `date:`
|
|
|
448
448
|
|
|
449
449
|
Aliases: `reference:` = `ref:`, `customer:` / `supplier:` = `contact:`, `total:` = `amount:`, `valuedate:` = `date:`
|
|
450
450
|
|
|
451
|
+
### Deposit Transactions
|
|
452
|
+
`contact` `ref` `date` `amount` `currency`
|
|
453
|
+
|
|
451
454
|
### Bank Accounts
|
|
452
455
|
`name` `code` `status` `currency` `id` `balance`
|
|
453
456
|
|
|
@@ -493,31 +496,31 @@ Aliases: `bttype:` = `type:`, `documenttype:` = `doctype:`, `workflowstatus:` =
|
|
|
493
496
|
`id` `ref` `date` `due` `approved` `currency` `amount` `customer` `regid` `taxid` `tag` `created` `status` `customfields`
|
|
494
497
|
|
|
495
498
|
### Sale Order Line Items
|
|
496
|
-
`id` `name` `currency` `amount` `customer` `status` `ref` `date`
|
|
499
|
+
`id` `name` `currency` `amount` `customer` `status` `ref` `date` `createdby` `createdat`
|
|
497
500
|
|
|
498
501
|
### Sale Quotes
|
|
499
502
|
`id` `ref` `date` `due` `currency` `amount` `customer` `regid` `taxid` `tag` `created` `status` `customfields` `signing` `changesrequested`
|
|
500
503
|
|
|
501
504
|
### Sale Quote Line Items
|
|
502
|
-
`id` `name` `currency` `amount` `customer` `status` `ref` `date`
|
|
505
|
+
`id` `name` `currency` `amount` `customer` `status` `ref` `date` `createdby` `createdat`
|
|
503
506
|
|
|
504
507
|
### Purchase Orders
|
|
505
508
|
`id` `ref` `date` `due` `approved` `currency` `amount` `supplier` `regid` `taxid` `tag` `created` `status` `customfields`
|
|
506
509
|
|
|
507
510
|
### Purchase Order Line Items
|
|
508
|
-
`id` `name` `currency` `amount` `supplier` `status` `ref` `date`
|
|
511
|
+
`id` `name` `currency` `amount` `supplier` `status` `ref` `date` `createdby` `createdat`
|
|
509
512
|
|
|
510
513
|
### Purchase Requests
|
|
511
514
|
`id` `ref` `date` `due` `currency` `amount` `supplier` `regid` `taxid` `tag` `created` `status` `customfields` `signing` `changesrequested`
|
|
512
515
|
|
|
513
516
|
### Purchase Request Line Items
|
|
514
|
-
`id` `name` `currency` `amount` `supplier` `status` `ref` `date`
|
|
517
|
+
`id` `name` `currency` `amount` `supplier` `status` `ref` `date` `createdby` `createdat`
|
|
515
518
|
|
|
516
519
|
### Employees / Directory
|
|
517
520
|
`id` `name` `email` `phone` `currency` `employmenttype` `beneficiary` `paymentmethod` `manager` `claimprofile` `created` `updated`
|
|
518
521
|
|
|
519
522
|
### Employees / Claims
|
|
520
|
-
`id` `ref` `currency` `date` `created` `amount` `employee` `vendor` `customfields` `hasattachment` `createdby` `changesrequested`
|
|
523
|
+
`id` `ref` `currency` `date` `created` `amount` `employee` `vendor` `customfields` `hasattachment` `createdby` `changesrequested` `tags`
|
|
521
524
|
|
|
522
525
|
### Employees / Payouts
|
|
523
526
|
`employee` `ref` `type` `valuedate`
|