Chart of accounts - keep open 0001-3999

When viewing the chart of accounts, the sections of codes 0001-3999 are always “closed” and to view it is necessary to click the + to the left. Is there a setting where I can set this to be permanently open? (specifically 0001-2999). Thank you.

Hi @Silverfrost

There’s no set option to do this, but it is possible if you have a Power User Subscription as you can add a bit of custom script.

If you go to Account Settings >> Design Customisation >> Advanced HTML/CSS Customisation. Then select Custom Scripts on the left hand menu, and paste in the following:

$(document).ready(function() {
   
   $('.expColAL').trigger('click');

});

This would work in the same way as you clicking on the ‘+’ icon.

Thank you, it worked :smiley::smiley::smiley:

1 Like

This topic was automatically closed after 7 days. New replies are no longer allowed.