Trial balance edit

Hi,



Im confused, where should i edit to change the display of Trial balance report ? (i need to hide the group sum , or ill need to hide the legder and just show the amount of the last group)




Thanks,
Bobby



Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

    To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-developer-forum/1c96327c-049c-4e09-8ed9-1b20bdf0e62f%40googlegroups.com.

    For more options, visit https://groups.google.com/d/optout.
Check https://github.com/frappe/erpnext/blob/develop/erpnext/accounts/page/trial_balance/trial_balance.js

On 14-Jun-2014, at 3:32 pm, Bobby Hartanto <bo...@gmail.com> wrote:

Hi,



Im confused, where should i edit to change the display of Trial balance report ? (i need to hide the group sum , or ill need to hide the legder and just show the amount of the last group)




Thanks,
Bobby



Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

    To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-developer-forum/1c96327c-049c-4e09-8ed9-1b20bdf0e62f%40googlegroups.com.

    For more options, visit https://groups.google.com/d/optout.



Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

    To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-developer-forum/8955E0BA-048F-4AAC-AE03-42C6E732B046%40gmail.com.

    For more options, visit https://groups.google.com/d/optout.
wow thanks, but now im confused how i can make the zero values filters dont work to groups...i can edit the code but unfortuntely i dont know how to debug so i dont know wich variable on apply_zero_filters function variable contains group or legder information , please helps....


Thanks,
Bobby

On Saturday, June 14, 2014 5:02:45 PM UTC+7, Bobby Hartanto wrote:
Hi,



Im confused, where should i edit to change the display of Trial balance report ? (i need to hide the group sum , or ill need to hide the legder and just show the amount of the last group)




Thanks,
Bobby



Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

    To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-developer-forum/d6d79eba-f073-4c88-9735-9eb1245641dd%40googlegroups.com.

    For more options, visit https://groups.google.com/d/optout.

I have the same problem, and that link posted by @nabinhait gives a 404 error. This is a really basic report that we would need - list of accounts with balances - no groups, with a total at the end. I am quite sure everyone would need this. Am I missing something? Did you figure out how to do this @bobzz_zone bobzz_zone ?

1 Like

@fblauer im not facing 404 error anyway… have you changes code in it? or do you on the latest update ?

I agree, it can be a generic feature, showing all the ledgers without groups. Can you please raise an issue in github?

Updated link is erpnext/trial_balance.js at develop · frappe/erpnext · GitHub

@nabinhait Ok I created an issue #7288 I believe that this is someting everyone will need, since its a very basic accounting report.

In the mean time, Is this code to be able to filter out the groups? I can give it to one of the developers here. Thanks for the updated link.