
Hi All,
we have a client that is using ax 2012 r3 retail for their Restaurants and the time of Live Transaction there are 2 receipts prints one is main receipt and another one is Customized receipts item category wise and if i print same transaction from show journal and that time i want to print only main receipt and stop printing of Customized receipt item category wise. Please tell me how to do it
*This post is locked for comments
I have the same question (0)i have achieved by following below steps.
created 2 receipt format and added into receipt profile.
at the end of transaction, default print receipt will be invoked, upon postendtransaction trigger will be invoking printreceipt method by passing the receipt format id
this way you can achieve that. i think you have written the code inside printreceipt method, that is why it happened