From b904063ac4091bd622ed6c7d91950c45c6799356 Mon Sep 17 00:00:00 2001 From: Yisroel Baum Date: Mon, 3 Nov 2025 09:28:03 +0200 Subject: [PATCH] create readme with system reqs --- README.md | 132 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 132 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..8b11394 --- /dev/null +++ b/README.md @@ -0,0 +1,132 @@ +Freight Quote Request System – Functional Requirements Summary + +1. Objective + +Develop a web-based system that allows operations staff to create freight quote +requests, send them to selected carriers, and collect responses automatically — +all organized under a single freight request record. + + +--- + +2. User Roles + +Operations User (Admin): Creates and manages freight quote requests, +views all carrier responses. + +Carrier (External User): Receives email invitations and submits quote responses +via a secure link (no login required). + + + +--- + +3. Core Features + +A. Freight Quote Request Creation + +User can create a new freight quote request with: + +Request ID (auto-generated) + +Ship-from location + +Ship-to location + +Pickup date / delivery deadline + +Load details (pallet count, weight, dimensions, etc.) + +Notes / special instructions + +File attachments (e.g., BOL, load sheet, customer order) + + +Ability to select multiple carriers from an internal database. + + +B. Carrier Database + +Central list of all approved carriers with: + +Company name + +Contact person + +Email + +Phone number + +Notes / preferred lanes / service type + + +Search, filter, and tag carriers (e.g., “East Coast”, “LTL”, “Full Truckload”) + + +C. Sending Quote Requests + +When user submits a new freight quote request: + +System sends an email to each selected carrier with: + +Summary of shipment details + +“Reply with Quote” button or link + + +Each link is unique to that carrier and request. + + + +D. Carrier Response Portal + +Carriers click the email link and open a simple web form (no login) showing: + +Shipment details + +Fields to enter: + +Freight cost + +Estimated pickup and delivery dates + +Notes / conditions + + +Submit Quote button + + +Upon submission: + +Carrier’s quote is recorded in the system. + +Confirmation message shown to carrier. + + + +E. Quote Response Management + +Operations dashboard shows: + +List of all freight quote requests + +Status: Open / Closed / Awarded + +Number of carrier responses + + +When a request is opened: + +Table view of all carrier responses with columns: + +Carrier Name + +Quote Amount + +Pickup Date + +Delivery Date + +Notes + +Timestamp \ No newline at end of file