Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Balancing Accounting Dimensions #36430

Closed
deepeshgarg007 opened this issue Jul 31, 2023 · 1 comment
Closed

Balancing Accounting Dimensions #36430

deepeshgarg007 opened this issue Jul 31, 2023 · 1 comment
Assignees

Comments

@deepeshgarg007
Copy link
Member

Many companies follow Branch/Business Area wise accounting and create accounting dimensions for these.

Ideally, the trial balance report should have equal debit and credit values. When the TB report is viewed based on some accounting dimension filter, the total debit and credit values might not match as no debit credit balance is maintained.

For example, consider a simple journal entry where some amount is transferred from Branch 1 (Delhi) to Branch 2 (Mumbai), the GL Entries for this transaction might look as follows

Account/Ledger Branch (Accounting Dimension) Debit Credit
Account 1 Delhi ₹0 ₹10000
Account 2 Mumbai ₹10000 ₹0

Now, let's say the trial balance report is viewed for the Mumbai branch, it will show a 10000 in debit and 0 in credit column.
Nothing is wrong with this but this defeats the purpose of a TB report since the values are not balanced. Any actual flaws might also be missed during an audit as the values are not balanced. A good accounting practice is passing a net zero entry in some common offsetting account to balance out the dimension-wise entries.

A provision for this can be added at the accounting dimension level to enable/disable this for specific dimensions. A common offsetting account at the company defaults table can be added as shown below.

Image

Once this is enabled the GL Entries posted against the above-mentioned Journal Entries should be as follows

Account/Ledger Branch (Accounting Dimension) Debit Credit
Account 1 Delhi ₹0 ₹10000
Account 2 Mumbai ₹10000 ₹0
Offset Account Delhi ₹10000 ₹0
Offset Account Mumbai ₹0 ₹10000
@deepeshgarg007
Copy link
Member Author

Closed via #36149

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 4, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

2 participants