@extends('layouts.master') @section('page_title', 'Sale Guideline') @section('title', 'Sale Import Guideline') @section('main_item', 'Sale Guideline') @section('sub_item', 'Sale Guideline') @section('content')

Follow the instructions carefully before importing the file.

The columns of the files should be in the following order

Column No Column Name Instruction
1 Invoice No (Required) * Column title should be "invoice_no".
* Must Be Unique.
2 SKU (Required) * Column title should be "sku" & Should be valid product.
3 Customer Namw * Column title should be "Customer_name".
* If not Found Crate A New Customer.
  (If not found, new customer with the given name above will be created.)
4 Landmark * Column title should be "address".
* Ex: no 12,straight line
  (If create a new customer , it s required.)
5 Customer Mobile * Column title should be "customer_mobile2".
*Secondry Number Of Customer.
  
6 Customer Mobile2 * Column title should be "customer_mobile2".
*Secondry Number Of Customer.
  
7 City (Required) * Column title should be "city".
* Name of the Customer's City.
8 Quantity (Required) * Column title should be "qty".
*If Empty Leave 0
9 Delivery Charge * Column title should be "delivery_charge".
* *If Empty Leave 0
10 Discount * Column title should be "discount ".
* Amount Of Discount
11 Payment Method * Column title should be "payment_method ".
* cash(Online) Or Cod
12 Order Status * Column title should be "order_status ".
* pending ,confirm
13 Weight * Column title should be "weight ".
* Number Of Kilograms
14 Courier * Column title should be "courier ".
* Name Of Already Added Courier.
* Leave Empty For Default Courier.
@endsection