Skip to main content
Question

Inter-Branch transaction post detail to BS

  • August 28, 2026
  • 1 reply
  • 8 views

Forum|alt.badge.img

When using Inter-Branch Accounting, the Due to/from entries don’t post until release. Then, the debits and credits are totalled for each branch pair and posted to the Balance Sheet. Is there any way to have the Due To/From for each individual line affected by the Inter-Branch Mapping?

I’ve tried Detail/Summary posting on the COA with no success.

1 reply

Forum|alt.badge.img+5
  • Jr Varsity II
  • August 28, 2026

Hi ​@tonym68 ,

In Acumatica, there is no out-of-the-box configuration to force Inter-Branch Due To/From balancing entries to post for each individual transaction line.

By design, Acumatica's GL engine is hardcoded to summarize (net) the debits and credits for each branch pair within a batch.

Here is why your attempt didn't work, and the context behind how Acumatica handles this:

Why the COA "Detail/Summary" Setting Didn't Work

The "Post Option" (Detail vs. Summary) on the Chart of Accounts controls how subledger transactions (like AP Bills or AR Invoices) flow into the General Ledger. However, Inter-Branch balancing entries are not generated by the subledger; they are generated internally by the GL release process itself (specifically the JournalEntry balancing engine). This engine ignores the COA setting and purposefully rolls up the amounts to prevent massive GL bloat.

 

Hope above helps!!