Dept Sale Report By Customer
កាលបរិច្ឆេទ / Date: | {{ $date }} |
---|---|
អតិថិជន / Customer: | {{ $customer }} |
វិក័យបត្រ / Invoice: | {{ $invoice }} |
ល.រ. No. |
អតិថិជន Customer Name |
ទំនាក់ទំនងអតិថិជន Customer Phone |
សរុបមុនបញ្ចុះតម្លៃ Total Before Discount |
ចំនួនបញ្ចុះតម្លៃ Discount Amount |
សរុបក្រាយបញ្ចុះតម្លៃ Total After Discount |
ចំនួនទឹកប្រាក់ដែលបានបង់ Paid Amount |
ចំនួនទឹកប្រាក់ដែលនៅសល់ Outstanding Amount |
---|---|---|---|---|---|---|---|
{{ $loop->iteration }} | @if ($item->customer_name == null) អតិថិជនទូទៅ @else {{ $item->customer_name }} @endif | {{ $item->customer_phone }} | {{ $item->currency_symbol }} {{ App\Helpers\StringHelper::currency($item->total_before_discount) }} | {{ $item->currency_symbol }} {{ App\Helpers\StringHelper::currency($item->total_discount_amount) }} | {{ $item->currency_symbol }} {{ App\Helpers\StringHelper::currency($item->total_after_discount) }} | {{ $item->currency_symbol }} {{ App\Helpers\StringHelper::currency($item->total_paid) }} | {{ $item->currency_symbol }} {{ App\Helpers\StringHelper::currency($item->outstanding_amount) }} |