Download presentation
Presentation is loading. Please wait.
Published byLesley Williams Modified over 9 years ago
1
1 GL trial balance check balance-brought-forward 242678.26 D … standard 242678.26 D … account balances period’s changes D – debit C - credit Check if sections are in balance: sum(amts with ‘D’ siblings) = sum(amts with ‘C’ siblings)
2
2 General filter Just an XPath 2 expression –Need to test if sibling of amount is credit code 242678.26 D –test=“../gl-cor:debitCreditCode eq ‘D’”
3
3 Trial balance checks
4
4 Value filter Value matches an XPath 2 expression Not Nil test Nil test Precision expression
5
5 GL ending balance computation balance-brought-forward 5100 Supplies account 242678.26 D beginning_balance … standard … … aggregate by account skip ending_balances
6
6 GL ending balance computation
7
7 GL ending balance test Added 2 more variables –For each account Get amount for ending-balance entry with ‘C’ (credit) code Get amount for ending-balance entry with ‘D’ (debit) code –Change equation to test Sum (credits which are not ending-balance - debits which are not ending-balance + credit which is ending-balance – debit which is not ending-balance) < 1.00
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.