๐ Delay Ship Item Management System Documentation
๐งพ Overview
This system manages items with shipping delays greater than 7 days (GT 7 Days). It provides functionality to:
- View and manage delayed ship items.
- Upload delayed item lists from files.
- Download vendor item lists for processing.
- Set estimated delivery weeks (2, 3, 4 weeks, etc.).
- Mark items for delayed shipping or remove them from the delay list.
๐๏ธ Tabs Overview
1๏ธโฃ Delay Ship Item List
๐ Description
This section displays all items with lead time > 7 days. Users can manage item delay status, delivery estimate, or delete items from the delay list.
๐งฉ Features
Field | Description |
---|---|
Item SKU / ID | Unique identifier for the product |
Item Name | Name/description of the product |
Current Status | Shows if item is marked as delayed (Yes /No ) |
Estimated Delivery | Dropdown to select 2, 3, 4 weeks, or custom |
Action Buttons | Yes , No , Delete , Update |
๐ ๏ธ Actions
- โ
Mark as Delayed: Click
Yes
to confirm delay. - โ Remove from Delay List: Click
No
. - ๐๏ธ Delete Item: Completely remove item.
- ๐ Set Estimated Delivery Weeks: Select from dropdown.
- ๐พ Save Changes: Apply updates.
2๏ธโฃ Upload Delay Item List
๐ Description
Upload a CSV or Excel file containing delayed items to import them into the system.
๐งฉ Accepted File Format
Column Name | Description |
---|---|
Item SKU |
(Required) Unique product ID |
Item Name |
Optional |
Delay Status |
Optional (Yes / No ) |
Estimated Weeks |
Optional (2 , 3 , 4 , etc.) |
๐ค Instructions
- Navigate to the Upload Delay Item List tab.
- Click
Choose File
and select your.csv
or.xlsx
file. - Click
Upload
. - The system will validate and:
- Add new items.
- Update existing items based on SKU.
๐ Validations
- SKU must not be empty.
- Estimated weeks must be between 1 and 52.
- Invalid rows will be skipped with warnings.
3๏ธโฃ Download Vendor Item List
๐ Description
Download a vendor item list, edit it, and re-upload using the "Upload Delay Item List" tab.
๐ค File Format
Column | Description |
---|---|
Item SKU |
Unique identifier |
Item Name |
Product description |
Vendor |
Vendor name or code |
Lead Time |
In days |
Delay Status |
Marked Yes if Lead Time > 7 |
Estimated Weeks |
Empty by default |
๐ฅ Usage
- Click
Download
in the Download Vendor Item List tab. - Open in Excel or Google Sheets.
- Modify fields such as
Delay Status
andEstimated Weeks
. - Save and upload via the Upload Delay Item List tab.