sum_transactions
Sum filtered ledger transactions to obtain net total, outflow, inflow, and count, aiding discrepancy detection in rent charges and payments.
Instructions
Sum a filtered set of transactions.
Returns net (signed total), outflow (charges) and inflow
(payments/credits) magnitudes, and a count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | ||
| source | No | ||
| account | No | ||
| date_to | No | ||
| date_from | No | ||
| categories | No | ||
| entry_types | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||