OrderID: #<%= invoice.order_id %>

Date: <%= invoice.created_at %>

Logo
Sold By:
127, H-Wing Ansa Industrial Estate,
Saki Vihar Road,
Chandivali, Andheri (East),
Mumbai, Maharashtra 400072
Billing Address:
<%= JSON.parse(invoice.details).address.name %> - <%= JSON.parse(invoice.details).address.mobile %>
<%= JSON.parse(invoice.details).address.address %>
<%= JSON.parse(invoice.details).address.city %>, <%= JSON.parse(invoice.details).address.state %>, <%= JSON.parse(invoice.details).address.pincode %>
<% JSON.parse(invoice.details).products.forEach(element=> { %> <% }) %>
Product Unit Price Qty Gst Tax Price Total
<%= element.title %> ₹<%= element.selling_price %> <%= element.quantity %> ₹<%= Math.round(element.gst) %> ₹<%= Math.round(element.product_price) %> ₹<%= Math.round(element.product_price + element.gst)%>
Print