@extends('layouts.business.master') @section('title') {{ __('Bulk Upload') }} @endsection @section('main_content')
@usercan('bulk-uploads.create') @endusercan {{__('Download File')}}
{{-- Instructions Section --}}
{{__('Instructions')}}
{{__('Note')}}: {{__('Please follow the instructions below to upload your file.')}}
  • {{__('1.')}}{{__('Download the sample file first and add all your products to it.')}}
  • {{__('2.')}} *{{__('Indicates a required field. If you do not provide the required fields, the system will ignore the product.')}}
  • {{__('3.')}}{{__('After adding all your products, please save the file and then upload the updated version.')}}
{{-- Fields Documentation Table --}}
{{ __('SL') }}. {{ __('Field Name') }} {{ __('Description') }}
{{__('1.')}} {{__('Product Name')}} * {{__('The name of the product you are adding')}} ({{__('e.g.,')}} {{__('Banana')}}).
{{__('1.')}} {{__('Product Category')}}* {{__('The category under which the product falls')}} ({{__('e.g.,')}} {{__('Beverages, Electronics')}}).
{{__('If not found, the system will automatically create a new category.')}}
{{__('3.')}} {{__('Unit Name')}} {{__('The measurement unit used for the product')}} ({{__('e.g.,')}} {{__('Piece, Kg, Litre')}}).
{{__('If not found, a new unit will be created automatically.')}}
{{__('4.')}} {{__('Brand Name')}} {{__('The brand associated with the product')}} ({{__('e.g.,')}} {{__('Samsung, Nestlé')}}).
{{__('If not found, the system will create it automatically.')}}
{{__('5.')}} {{__('Stock Quantity')}} {{__('The available quantity of the product currently in stock.')}}
{{__('6.')}} {{__('Product Code')}} * {{__('A unique identifier for the product')}} ({{__('e.g.,')}} {{__('SKU001')}}).
{{__('Product codes must be unique — duplicate codes will be ignored.')}}
{{__('7.')}} {{__('Purchase Price')}} * {{__('The cost price of the product excluding VAT.')}}
{{__('8.')}} {{__('Sale Price (MRP)')}} * {{__('The selling price or maximum retail price for the product.')}}
{{__('9.')}} {{__('Dealer Price')}} {{__('Special discounted price for bulk resellers or dealers.')}}
{{__('10.')}} {{__('Wholesale Price')}} {{__('The price offered for wholesale buyers, usually lower than MRP.')}}
{{__('11.')}} {{__('VAT Name')}} {{__('The VAT name applied to the product.')}}
{{__('If the system doesn’t find it, it will create a new VAT with the provided rate.')}}
{{__('12.')}} {{__('VAT (%)')}} {{__('The VAT rate as a percentage')}} ({{__('e.g.,')}} {{__('15')}}).
{{__('13.')}} {{__('VAT Type')}} {{__('Define whether the VAT is')}} {{__('exclusive')}} {{__('or')}} {{__('inclusive')}}{{__('in the price.')}}
{{__('14.')}} {{__('Low Stock Qty')}} {{__('The minimum stock quantity to trigger a low-stock alert.')}}
{{__('15.')}} {{__('Manufacturer')}} {{__('Name of the product manufacturer or supplier.')}}
{{__('16.')}} {{__('Expire Date')}} {{__('Expiry date for perishable products')}} ({{__('format:')}} {{__('YYYY-MM-DD')}}).
{{__('17.')}} {{__('Batch No')}} {{__('Batch or lot number used to identify stock batches.')}}
{{__('18.')}} {{__('Model Name')}} {{__('The model of the product')}} ({{__('e.g.,')}} {{__('iPhone 15')}}).
{{__('19.')}} {{__('Manufacturing Date')}} {{__('Date the product was manufactured')}} ({{__('format:')}} {{__('YYYY-MM-DD')}}).
{{__('20.')}} {{__('Product Type')}} {{__('Define whether the product is')}} {{__('single')}} {{__('or')}} {{__('variant')}}.
{{__('Use')}} {{__('variant')}} {{__('for products with multiple variations like size or color.')}}
{{__('21.')}} {{__('Variations')}} {{__('This column defines all variations for variant products.')}}
{{__('Use the format:')}} {{__('VariationName:Value')}} {{__('separated by a')}} | {{__('for multiple values.')}}
{{__('Example:')}} {{__('Color:Black|Size:M')}}
{{__('➤ The system will:')}}
  • {{__('Create or match existing variations dynamically.')}}
  • {{__('Store selected variation IDs in the')}} {{__('Product')}} {{__('table.')}}
  • {{__('Store structured JSON like')}} [{{{__('"Color":"Black"')}}},{{{__('"Size":"M"')}}}] {{__('in the')}} {{__('Stock')}} {{__('table.')}}
  • {{__('Automatically create')}} {{__('variant_name')}} {{__('such as')}} {{__('Black - M')}}.
@endsection