Query structure #4
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Using
aggregate()
makes things a lot simpler, but still need some functions to turn bookkeeping questions intoaggregate()
queries. What are the things we need to group or query by?class
(in the Quickbooks sense; also could be calledtag
orcategory
)account
(in the QB/ledger sense; where the double-entry-ish part comes in)dates
rangetotal
line item (function output, notaggregate()
input)Anything else?
Comparative queries on
Text search queries on
- Memo
It's also possible that table filters could be used for some of these, but those probably aren't as easy to save/export.