I am creating a custom print format for my sales invoice. In that I need to show currency as Rupees and Paise. That is I need to split the Amount to integer part and floating/decimal part and show it in corresponfing columns.
How can I do it? Is there any function to do in ERPNext print Format?