
{{$company->company_name}}
{{$company->company_caption}}
{{$company->address1}}
GST NO :{{$company->gst_number}}
Bill Entry No | {{$bill->bill_number}} | Bill Entry Date | {{formatDate($bill->bill_date)}} |
Vendor Name | {{ isset($bill->acc_party) ? $bill->acc_party->account_name :'' }} | Vendor Accounted to | {{ isset($bill->acc_party) ? $bill->acc_party->group ?$bill->acc_party->group->group_name:'' : ''}} |
Vendor Bill Number | {{$bill->invoice_number}} | Vendor Bill Amount | {{$bill->grand_total_amount}} |
Vendor Bill Date | {{formatDate($bill->invoice_date)}} | Due Date | |
Ref. NO. | Remark | {{$bill->remarks}} | |
GST Reverse Charge | NO | Net Amount | {{$bill->grand_total_amount}} |
Sr No | Account Head | Debit Amount | SGST Amount | CGST Amount | IGST Amount | Net Amount | Narration | |||
{{$index + 1}} | {{$desc_item['dr_account']->account_name}} | {{$desc_item->amount}} | {{$desc_item->sgst_percent}} | {{$desc_item->sgst_amount}} | {{$desc_item->cgst_percent}} | {{$desc_item->cgst_amount}} | {{$desc_item->igst_percent}} | {{$desc_item->igst_amount}} | {{$desc_item->net_amount}} | |
Total Amount | {{$totalAmount}} | {{$totalSgstAmount}} | {{$totalCgstAmount}} | {{$totalIgstAmount}} | {{$totalNetAmount}} | |||||
Add TCS (+) | Less TDS (-) | ||
TCS Rate(%) | 0.000 | TDS Section | TDS PAYABLE PROFESSIONAL AND CONSULTANCY SEC-194J |
TCS Amount | 0.00 | TDS Section | Non Corporate |
TDS Rate | {{ isset($bill->acc_party)? $bill->acc_party->party ? $bill->acc_party->party->tds_percent :'':''}} | ||
TDS Amount (-) | {{ $bill->acc_party->party->tds_percent ? $totalAmount / $bill->acc_party->party->tds_percent : '' }} |
PAN No | {{$bill->acc_party->party->pan_number}} | GST No | {{$bill->acc_party->party->gst_number}} |
Other Deduction | Discount Received | 0 | |
Net Payable Amount | |||
Prepared By :{{$bill->created_by_user->username}} | Authorized Sign. : |