bkper 3.4.0 → 3.5.0

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.
@@ -39,12 +39,13 @@ Then use `group:'Total Equity'` - NOT `group:'Assets'` or `group:'Liabilities'`
39
39
  - **Balance analysis**: Always use `get_balances`
40
40
  - **Transaction inspection**: Use `list_transactions` (never for calculations)
41
41
 
42
- ### 4. Query Requirements (MANDATORY)
42
+ ### 4. Balance Analysis Query Requirements (MANDATORY)
43
43
  - **MUST include either `group:` or `account:` operator in EVERY query**
44
44
  - Never query subgroups directly (Assets, Liabilities, Revenue, Expenses) - use root groups
45
45
  - When using `account:`, be specific about individual accounts
46
46
  - Always include appropriate date filters
47
- - Queries without group/account operators will be rejected with an error
47
+ - Balance analysis queries without group/account operators will be rejected with an error
48
+ - Transaction queries can be without group/account operators
48
49
 
49
50
  ## Examples
50
51
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bkper",
3
- "version": "3.4.0",
3
+ "version": "3.5.0",
4
4
  "description": "Node.js command line client for Bkper",
5
5
  "bin": {
6
6
  "bkper": "./lib/cli.js"