0

I have required to send POS Receipt to customer while validating POS order, the challenge is ticket is defined in point_of_sale/xml/pos.xml

receipt name is <t t-name="PosTicket">

how can i send this via email to customer.

Alpesh Valaki
  • 1,611
  • 1
  • 16
  • 36
  • You can create a wizard at the time of validation of POS order which popup after validating order. In that popup enter mail id of customer and by submit that receipt is directly forwarded to that customer. – Keval Mehta Mar 15 '18 at 07:27
  • @KevalMehta: Can you share the answer here it will be helpful to me and others also. – sankar muniyappa Oct 18 '18 at 07:44

1 Answers1

0

You can create a wizard at the time of validation of POS order which popup after validating order. In that popup enter mail id of customer and by submit that receipt is directly forwarded to that customer.

Keval Mehta
  • 689
  • 3
  • 28