When I populate Accounts receivable summary report I need the “Total Outstanding Amount” column to be the first column just after customer name. I get 4 columns before this balance column and the column needed is not visible easily. So what I need is to move “Total Outstanding Amount” column to be the first column. Is it possible in reporting.
as far as I know, the columns of predefined script reports are not customisable. What you can do though (preferably in an own app rather than by forking ERPNext) is to copy the report into a new version and make your changes there…