Chart of Account - Settings

Hi @Darren_Smith,

You can do it using some custom script:

Account Settings > Design Customisation > Advanced CSS & HTML Customisation > Select Custom Scripts

Then add:

$(document).ready(function() {
   $('.expColSales, .expColPurchases, .expColExpenses, .expColOverheads').trigger('click');
});

This will result in this view: