@extends('layouts.dashboard') @section('title', 'Sales Order CSV Upload') @section('page-title', 'Sales Order CSV Upload') @section('breadcrumb')
Your CSV file should have the following columns:
| Column Name | Description |
|---|---|
| so_no | Sales Order Number |
| item_name | Item/Product Name |
| category | Product Category |
| hsn | HSN Code |
| qty | Quantity |
| rate | Rate per unit |