Guest User

Untitled

a guest
Jan 23rd, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. ${companyLogo} ${Organization.Organization Name}
  2. ${Organization.Street}
  3. ${Organization.City}
  4. ${Organization.State}
  5. ${Organization.Country} ${Organization.Zip Code} Quote
  6. Valid Till: ${Quotes.Valid Till}
  7. Quote Number : ${Quotes.Quote Number}
  8. BILL TO:
  9.  
  10. ${Quotes.Billing Street}
  11. ${Quotes.Billing City}
  12. ${Quotes.Billing State}
  13. ${Quotes.Billing Country}
  14. ${Quotes.Billing Code}
  15. SHIP TO:
  16.  
  17. ${Quotes.Shipping Street}
  18. ${Quotes.Shipping City}
  19. ${Quotes.Shipping State}
  20. ${Quotes.Shipping Country}
  21. ${Quotes.Shipping Code}
  22.  
  23.  
  24. Account Name: ${Quotes.Account Name} Quote Stage: ${Quotes.Quote Stage}
  25. Contact Name: ${Quotes.Contact Name}
  26.  
  27.  
  28.  
  29. Product Name Product Code Qty List Price Total
  30. ${Products.Product Name} ${Products.Product Code} ${Quotes.Qty} ${Quotes.List Price} ${Quotes.Total}
  31. Sub Total ${Quotes.Sub Total}
  32. Tax ${Quotes.Tax}
  33. Adjustment ${Quotes.Adjustment}
  34. Grand Total ${Quotes.Grand Total}
  35.  
  36.  
  37. Terms and Conditions
  38.  
  39. ${Invoices.Terms and Conditions}
Add Comment
Please, Sign In to add comment