@if(isset($setting_fields['salesaccounts']['fields']['sales_account']))
Select Sales Account*
{{ Form::select('sales_account', $salesAccountList , Input::old('sales_account', @$settingData['sales_account']), array('class'=>'form-control form-select', 'style'=>'width:100%','id'=>'sales_account','data-control'=> 'select2')) }} {!! $errors->first('sales_account', ' :message') !!}

Select Sales account where you receive payments.

@endif @if(isset($setting_fields['salesaccounts']['fields']['product_creation']))
Tally Product creation for Order Sync
{{ Form::select('product_creation', $productType_list , Input::old('product_creation', @$settingData['product_creation']), array('id'=>'product_creation','class'=>'form-control form-select', 'style'=>'width:100%' ,'onchange' => "fetchAllProduct('product_name','product_creation'); productTypeChange()",'data-control'=> 'select2')) }} {!! $errors->first('product_creation', ' :message') !!}

Select the way Product creation for Order Sync.

@endif @if(isset($setting_fields['salesaccounts']['fields']['product_name']))
@endif @if(isset($setting_fields['salesaccounts']['fields']['shipping_sync_type']))
Select Shipping Sync As
As Account
As Line Item
@endif @if(isset($setting_fields['salesaccounts']['fields']['shipping_product_name']))
@endif @if(isset($setting_fields['salesaccounts']['fields']['shipping_account']))
@endif @if(isset($setting_fields['salesaccounts']['fields']['product_matching']))
Amazon product Title matched against the Tally Name field. (First 50 character will get considered in this option)
Amazon Product SKU matched against the Tally Name field. (Product created in Tally using Amazon SKU as Tally product name)
@endif