Accounts Receivable "Ageing Based On" to have "Posting Date"

How to have “Posting Date” option by default selected in accounts receivable report.

You may have to either do this through custom JS or if it custom JS does not work you may have to modify the accounts_receivable.js file

	{
		"fieldname":"ageing_based_on",
		"label": __("Ageing Based On"),
		"fieldtype": "Select",
		"options": 'Posting Date\nDue Date',
		"default": "Posting Date"
	},

Thank you for the reply @Pawan , but i was looking for an easier solution…

Of course, you can hire a developer and get him/her to help you make the changes. It is easier but not free :slight_smile:

1 Like

Does Custom JS work on reports?