Cash Source Reporting

Modified on Sun, 26 Jul at 3:40 AM

Overview

Cash Source reporting starts with the original General Ledger transaction and follows its linked transactions until the final cash or credit-card account is reached.

The logic works in reverse from the original transaction. A bill may later be paid from a bank account. An invoice may later receive a payment that is deposited into a bank account. In each case, the original transaction exists first, and the cash account is identified through its linked transactions.

Core Concept

The original transaction is linked to its final cash source. The transaction may be unpaid, paid directly, or connected through several intermediate transactions.

The Three Linking Pieces

ComponentMeaning
Original TransactionThe base General Ledger transaction, whether it has been linked or paid.
Linked TransactionThe next transaction connected to the original transaction, such as a Bill Payment or Receive Payment.
Cash Source TransactionThe final transaction in the chain that identifies where the money ultimately rests.

Original Transaction

The Original Transaction is the base General Ledger item. Examples include an expense created by a bill or income created by an invoice.

QQube Original Transaction fields used in Cash Source reporting

Linked Transaction

The Linked Transaction is the next step from the original transaction. Examples include a Bill Payment linked to a bill or a Receive Payment linked to an invoice.

QQube Linked Transaction fields used in Cash Source reporting

Cash Source Transaction

The Cash Source Transaction is the final resting place for the linked transaction chain.

Possible values include:

  • NULL — no linked transactions exist.
  • Cash Account — the final bank or cash account.
  • Undeposited Funds — a Receive Payment or payment exists, but no deposit has occurred.
  • Credit Card Account — the final account is a credit-card account.

QQube Cash Source Transaction and Cash Source Account fields

Examples

ExampleOriginal TransactionLinked TransactionCash Source TransactionCash Source Account
1Expense to Account 6000BillBill Payment, if paidAccount 1000
2Income to Account 4000Receive Payment, if paidDepositAccount 1000
3Expense to Account 6500CheckCheckAccount 1000

Pivot Table Considerations

One transaction can have multiple linked transactions. For example, one invoice may have several payments applied to it.

When this occurs, the original General Ledger line is repeated once for each linked transaction. A normal PivotTable sum will therefore overstate the original amount.

In this example, Invoice 1008 has three payments with reference numbers 5096, 5127, and 5139. The actual invoice amount is $5,516.05, but the repeated rows cause the total to appear incorrectly.

PivotTable showing repeated invoice amounts caused by multiple linked payments

Correct the Pivot Table Total

QQube provides two counter fields that can be used as a divisor:

  • Txn Detail Count
  • Txn Linked Count

QQube Txn Detail Count and Txn Linked Count fields

1. Create a Calculated Field

Create a calculated field in the PivotTable.

Excel PivotTable command for creating a calculated field

2. Enter the Formula

Use the following calculated-field formula:

='Line Amount' * ('Txn Detail Count' / 'Txn Linked Count')

Excel calculated field containing the QQube cash-source divisor formula

3. Use the Calculated Amount

The resulting calculated field divides the repeated original amount across the linked transactions. The grand total then returns the correct original amount.

PivotTable showing the corrected Cash Source calculated amount

Important Limitation

Use this calculated field only to calculate the grand total for the source checking account. It does not accurately represent the amount assigned to individual items or other transaction details.

Expected Result

The Cash Source fields identify the final cash or credit-card account connected to the original General Ledger transaction. The calculated field prevents repeated linked transactions from overstating the PivotTable grand total.

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article