@extends('admin.layout.master') @section('title', __('obs.productwise_cash_receive')) @section('custom_style') @include('inventory.blade_styles.posting_blade_css') {{-- --}} @endsection @section('content')
{{__('obs.productwise_cash_receive')}}
@include('v2.inventory.global.party_live_dd', [ 'type' => 2, // 'binder'=> 'NsModelBind=voucher.party_id', 'skip_add_new'=> 1, 'event'=> "onChange=setSelectedParty(this.value)" ]) @if (!@$voucher) @endif
{{--
@include('v2.inventory.global.party_live_dd', [ 'type' => 2, 'binder' => 'NsModelBind=dataObj.party_id', 'skip_add_new'=> 1 ])
--}}
@include('v2.admin.global.date', [ 'binder'=> "voucher.date", 'value'=> date('d-m-Y') ])
@include('v2.inventory.global.cost_center_dd',[ 'binder'=> "voucher.cost_center_id" ])
# {{__('obs.product_name')}} {{__('obs.total_bill')}} {{__('obs.total_recv')}} {{__('obs.due') }} {{__('obs.amount') }}

# {{__('obs.ledger_title')}} {{__('obs.cost_center')}} {{__('obs.note') }}
{{__('obs.amount') }}


@php $cbOptions = $cashBanks->map(function($cb) { return ''; })->toArray(); $ccOptions = $costCenters->map(function($cb) { return ''; })->toArray(); @endphp @include('v2.inventory.global.quick_posting.q_cost_center_create') @endsection @section('script') @append