Add new fields to "Detail Trial Balance" report

foxclubfoxclub Member Posts: 16
Hello,

I want please to add two fields to "Detail Trial Balance" report:
1. Account name (the partner that can be vendor, supplier or bank)
2. his account number

Which table(s) can I use?

Answers

  • Report is based on GL Entry table. So use "Source type" - option Customer/Vendor,.. and "Source No.".

    Add Global variable to store account name.

    Then OnAfterGet record on "G/L Entry" dataitem fill the added global variable and use it in section or layout.
Sign In or Register to comment.