ACCOUNTTOTALDEBITS
Overview
The ACCOUNTTOTALDEBITS function calculates the total debits of one or more general ledger account(s) for a given period.
Syntax
=ACCOUNTTOTALDEBITS(Connection, Ledger, AccountClass, Account, Subaccount, Branch, FromPeriodOrDate, ToPeriodOrDate, IncludeUnposted, UseMasterFinancialCalendar)
Arguments
The ACCOUNTTOTALDEBITS function uses the following arguments (see our articles on Filtering Velixo Functions and using arrays or cell ranges as arguments):
Argument | Required/Optional | Description |
| Required | The name of the connection, as specified in the Connection Manager |
| Required | Ledger to use in the calculation. |
| Optional, though required if | The account class to use for the calculation. |
| Optional, though required if | The general ledger account(s) to use for the calculation. |
| Optional | The general ledger subaccounts(s) to include. |
| Optional | The branch(es) to include. |
| Required | The beginning financial period, in MM-YYYY format |
| Required | The ending financial period, in MM-YYYY format. |
| Optional | 1 - Include posted transactions only (default) 2 - Include Unposted transactions only 3 - Include Posted and Unposted transactions
|
| Optional | Use Acumatica's Master Financial Calendar instead of the financial calendar defined within the specific tenant associated with the connection being accessed (this can be useful for consolidation reports).
|
Examples
Based on this data:

Example 1 - using Financial Period
=ACCOUNTTOTALDEBITS("Demo", "ACTUAL", , "10200",, "PRODWHOLE", $F$1, $F$1)
Description: Calculates the total debits posted in general ledger account #10200 of the PRODWHOLE branch during the period of 01-2019.
Result: 4,548,435

Example 2 - using cell references to dates
=ACCOUNTTOTALDEBITS("Demo", "ACTUAL" , , $B7 , , , $C$4, $D$4)
Description: Calculates the total debits posted in general ledger account #10600 (as noted in cell B7) between January 1, 2019 and January 15, 2019 (as noted in cells C4 and D4).
Result: 3,325

Limitations to filtering by date instead of financial period
This feature cannot be used with the Net Income account
Drilldown will show transactions for the entire financial period (you will then need to manually filter on the date column)
Balances are calculated based on the total from the nearest financial period, and then adjusted based on the filtered transaction date
Balances will not reflect transactions within the specified date range but which have been posted to a different financial period.