@extends('admin.layout.master') @section('title','INVOICE PARAMETER') @section('page') @endsection @section ('content')
| # | Invoice Type | Invoice Prefix | Start Range | Category | Transaction To | Invoice Generate | Attachment | Back Date | Ref No. | Payment | Show Product by | Vendor Invoice | Invoice Desc | Partywise Price | Invoice Reason (in update) | Print View | Fixed Price | Dual Currency | Unit Quantity | Send Mail |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{$item->type}} | {{$item->name}} | @php($arr = explode(',',$item->cat_codes)) | {{-- Transaction To --}}
transaction_to == 1) ?'checked':'' }} name="transaction_to_{{$j}}" id="transaction_to_{{$i}}" value="1">
transaction_to == 0)?'checked':'' }} name="transaction_to_{{$j++}}" id="transaction_to_{{$i}}" value="0">
|
{{-- Invoce Generate --}}
invoice_gen_type == 1) ? 'checked':''}} onclick="update({{$item->id}}, 'invoice_gen_type', this.value)" name="invoice_gen_{{$j}}" id="invoice_gen__{{$i}}" value="1">
invoice_gen_type == 0)?'checked':'' }} name="invoice_gen_{{$j}}" id="invoice_gen_{{$i}}" value="0">
|
{{-- Attachment --}}
attachment_type == 1 ?'checked':''}} name="attachment_{{$j}}" id="attachment__{{$i}}" value="1" >
attachment_type == 1 ? '' : 'checked'}} name="attachment_{{$j++}}" id="attachment_{{$i}}" value="0">
|
back_date_allow_type == 1)?'checked':'' }} name="back_date_{{$j}}" id="back_date__{{$i}}" value="1">
back_date_allow_type == 1)?'':'checked' }} name="back_date_{{$j++}}" id="back_date_{{$i}}" value="0">
|
{{-- Ref No. --}}
ref_no_type ?'checked':'' }} name="ref_no_{{$j}}" id="ref_no__{{$i}}" value="required|">
ref_no_type=='')?'checked':'' }} name="ref_no_{{$j++}}" id="ref_no_{{$i}}" value="">
|
{{-- Payment Type --}}
payment_type == 1) ? 'checked' : '' }} name="payment_{{$j}}" id="payment__{{$i}}" value="1">
payment_type == 1) ? '' : 'checked' }} name="payment_{{$j++}}" id="payment_{{$i}}" value="0">
|
{{-- Product Show Type --}}
product_show_type == 1) ? 'checked' : '' }} name="product_show_{{$j}}" id="product_show__{{$i}}" value="1">
product_show_type == 1) ? '' : 'checked' }} name="product_show_{{$j++}}" id="product_show_{{$i}}" value="0">
|
{{-- vendor invoice Type --}}
vendor_invoice_type == 1 ?'checked':'' }} name="vendor_invoice_{{$j}}" id="vendor_invoice_{{$i}}" value="1">
vendor_invoice_type == 1) ? '' : 'checked' }} name="vendor_invoice_{{$j++}}" id="vendor_invoice_{{$i}}" value="0">
|
{{-- invoice des Type --}}
invoice_des_type == 1 ?'checked':'' }} name="invoice_des_{{$j}}" id="invoice_des_{{$i}}" value="1">
invoice_des_type == 0) ? '' :' checked' }} name="invoice_des_{{$j++}}" id="invoice_des_{{$i}}" value="0">
|
{{-- party_wise_price --}}
party_wise_price == 1) ?'checked':'' }} name="party_wise_price_{{$j}}" id="party_wise_price_{{$i}}" value="1">
party_wise_price== 0)?'checked':'' }} name="party_wise_price_{{$j++}}" id="party_wise_price_{{$i}}" value="0">
|
{{-- Invoice Reason Type --}}
invoice_reason_type == 1 ? 'checked' : '' }} name="invoice_res_{{$j}}" id="invoice_res__{{$i}}" value="1">
invoice_reason_type==1) ? '' :'checked' }} name="invoice_res_{{$j++}}" id="invoice_res_{{$i}}" value="0">
|
{{-- Print View--}}
print_view == 1 ) ? 'checked' : '' }} name="print_view_{{$j}}" id="print_view_{{$i}}" value="1">
print_view==1) ? '' : 'checked' }} name="print_view_{{$j++}}" id="print_view_{{$i}}" value="0">
|
{{-- Fixed Price --}}
fixed_price == 1) ?'checked':'' }} name="fixed_price_{{$j}}" id="fixed_price_{{$i}}" value="1">
fixed_price == 0)?'checked':'' }} name="fixed_price_{{$j++}}" id="fixed_price_{{$i}}" value="0">
|
{{-- Dual Currency --}}
dual_currency == 1) ?'checked':'' }} name="dual_currency_{{$j}}" id="dual_currency_{{$i}}" value="1">
dual_currency== 0)?'checked':'' }} name="dual_currency_{{$j++}}" id="dual_currency_{{$i}}" value="0">
|
{{-- unit_qty --}}
unit_qty == 1) ?'checked':'' }} name="unit_qty_{{$j}}" id="unit_qty_{{$i}}" value="1">
unit_qty == 0)?'checked':'' }} name="unit_qty_{{$j++}}" id="unit_qty_{{$i}}" value="0">
|
{{-- Send Email --}}
send_mail == 1) ?'checked':'' }} name="send_mail_{{$j}}" id="send_mail_{{$i}}" value="1">
send_mail == 0)?'checked':'' }} name="send_mail_{{$j++}}" id="send_mail_{{$i}}" value="0">
|