Ref: {{ $ownerCompanyName }}/{{ $productName }}/{{ $clientInformationReceive->companyShortName }}/{{ $salesYear }}/{{ $salesMonth }}-{{ $salesBillNo }}
{{ $updatedDate }}
Invoice
To,
{{ $clientInformationReceive->clientContactPerson }}
{{ $clientInformationReceive->contactPersonDesigntion }}
{{ $clientInformationReceive->clientCompanyName }}
{{ $clientInformationReceive->address }}
Subject: Invoice Against {{ $productName }}
| SL | Particular | Price | Qty | Amount | ||||
|---|---|---|---|---|---|---|---|---|
| {{ ++$no }} | @if ($receiveAllDataBySalesId->branchTypeId == 1){{ $receiveAllDataBySalesId->name }} Bill for the Head Office | @elseif ($receiveAllDataBySalesId->branchTypeId == 2){{ $receiveAllDataBySalesId->name }} Bill for the Branch Office | @elseif ($receiveAllDataBySalesId->branchTypeId === '' || $receiveAllDataBySalesId->branchTypeId === null){{ $receiveAllDataBySalesId->name }} Bill | @elseif (!empty($receiveAllDataBySalesId->description)){{ $productName }}- {!! nl2br(e($receiveAllDataBySalesId->description)) !!} | @else{{ $receiveAllDataBySalesId->name }} Software Bill | @endif{{ $receiveAllDataBySalesId->unitPrice }} | {{ $receiveAllDataBySalesId->branchQuantity }} | {{ $receiveAllDataBySalesId->totalAmount }} | @php $totalQuantity += $receiveAllDataBySalesId->branchQuantity; $totalAmountOfSales += $receiveAllDataBySalesId->totalAmount; @endphp
| Total | {{ $totalQuantity }} | {{ $totalAmountOfSales }} | ||||||
In words: BDT {{ convert_number_to_words($totalAmount) }}
Demand Draft/Online Cheque is to be issued in favor of “{{ $ownerCompanyName }}”.
Thank you very much for your kind cooperation.
Regards,
Warning: Undefined variable $org in /home/shikkhaplus/public_html/demo_bk/resources/views/billing/transaction/sales/salespdf.blade.php on line 183
{{ $position }}
{{ $ownerCompanyName }}