@extends('layouts.app') @section('title', 'Quotes - Select File') @section('content')

Quotes - Select File

1 Configure
2 Map Fields
3 Preview
@csrf @if(session('error'))
{{ session('error') }}
@endif
Drag and drop file to import

Maximum File Size: 25 MB • File Format: CSV or TSV or XLS

Download a sample csv file or sample xls file and compare it to your import file to ensure you have the file perfect for the import.

Quote numbers will be generated automatically according to your settings. Any Quote numbers in the import file will be ignored.

Page Tips
  • Import data with the details of GST Treatment by referring these accepted formats.
  • You can download the sample xls file to get detailed information about the data fields used while importing.
  • If you have files in other formats, you can convert it to an accepted file format using any online/offline converter.
  • You can configure your import settings and save them for future too!
Cancel
@endsection