Hi,
How to send customised sms for the transactions based on transaction type by fetching the details of transaction.
Hi,
How to send customised sms for the transactions based on transaction type by fetching the details of transaction.
@Ashish_Dhingra, take a look into this erpnext/sms_manager.js at 6239923340d83465c34e12cddb852579576e08c5 · frappe/erpnext · GitHub
Your custom app need override some methods.
where to put the edited commands ?
@Ashish_Dhingra, do you can put it in your global javascript, from your app, defined in hooks.py
or in the head of Custom Script
for each transaction that do you need customize!