My Takings
Invoice report {{date('l jS M', strtotime(@$sdate))}} - {{date('l jS M', strtotime(@$enddate))}}
Invoice report {{date('l jS M', strtotime(@$sdate))}} - {{date('l jS M', strtotime(@$enddate))}}
| Date | Details | Description | Cost | Payment method | Total Paid | Total GST |
|---|
Total ${{number_format($total_paid,2)}}
Services
${{number_format($service_count,2)}}
Products
${{number_format($product_count,2)}}
@if($creditcard > 0)
@endif
@if($hicaps > 0)
@endif
@if($direct_debit > 0)
@endif
@if($online_payment > 0)
@endif
@if($cash > 0)
@endif
Credit card
${{number_format($creditcard,2)}}
HICAPS
${{number_format($hicaps,2)}}
Direct debit
${{number_format($direct_debit,2)}}
Online Payment
${{number_format($online_payment,2)}}
Cash
${{number_format($cash,2)}}