Company Logo Here #{Merchant.company}   INVOICE
#{Merchant.address}   Invoice Number: #{Invoice.number}
#{Merchant.city} #{Merchant.state} #{Merchant.zipcode}  
#{Merchant.country_name}   Invoice Date: #{Invoice.date}
#{Merchant.phone}    
Your Fax # Here    
       

 
Customer Information: 

Billing Address:
Company: #{Customer.company}
Name: #{Customer.name}
Address: #{Customer.address}
City/State/Zip #{Customer.city} #{Customer.state} #{Customer.zipcode}
Country #{Customer.country_name}

 
Order Information: 

Qty Product Description Amount Each Amount
#{Item1.qty}  #{Item1.descr}  #{Item1.amount}  #{Item1.sum} 
#{Item2.qty}  #{Item2.descr}  #{Item2.amount}  #{Item2.sum} 
#{Item3.qty}  #{Item3.descr}  #{Item3.amount}  #{Item3.sum} 
#{Item4.qty}  #{Item4.descr}  #{Item4.amount}  #{Item4.sum} 
#{Item5.qty}  #{Item5.descr}  #{Item5.amount}  #{Item5.sum} 
#{Item6.qty}  #{Item6.descr}  #{Item6.amount}  #{Item6.sum} 
#{Item7.qty}  #{Item7.descr}  #{Item7.amount}  #{Item7.sum} 
#{Item8.qty}  #{Item8.descr}  #{Item8.amount}  #{Item8.sum} 
#{Item9.qty}  #{Item9.descr}  #{Item9.amount}  #{Item9.sum} 
#{Item10.qty}  #{Item10.descr}  #{Item10.amount}  #{Item10.sum} 
#{Item11.qty}  #{Item11.descr}  #{Item11.amount}  #{Item11.sum} 
    Tax: #{Invoice.tax}
    Total: #{Invoice.total}

 
Additional Information: Sales, Events, Conditions of Sale, Warranty Information, Shipping Options or other policies can be mentioned here.