Invoice #: |
{{invoice.number || '####'}} |
Date: |
{{invoice.send_date || 'January 01, 2014'}} |
Due Date: |
{{invoice.due_date || 'January 15, 2014'}} |
Item | Task | Hours | Rate | Amount |
---|---|---|---|---|
{{$index+1}} |
|
{{item.hours || '0'}} | ${{item.unit_price || '100'}} | ${{item.hours*item.unit_price}} |
{{invoice.line_items.length + 1}} |
|
{{invoice.temp.hours}} | ${{invoice.temp.unit_price}} | ${{invoice.temp.hours * invoice.temp.unit_price}} |
Subtotal: |
${{ getSubTotal() }} |
|||
Deposit: |
${{invoice.client_deposit || '0'}} |
|||
Total: |
${{ getSubTotal() - invoice.client_deposit }} |
Your business is greatly appreciated!
Balance Due: ${{ getSubTotal() - invoice.client_deposit }}