From ae90a0595d6d996b4ab8047ef304820228573eae Mon Sep 17 00:00:00 2001 From: Alejandro Repetto Date: Sun, 7 Jun 2026 06:29:00 -0300 Subject: [PATCH] docs: add business context, anonymize client name, unify language --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f4f1112..ef68f20 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Agromaq Quotation System +# Agricultural Machinery Quotation System -A comprehensive quotation system for agricultural machinery with web interface, API, and Telegram bot integration. +A real-world quotation system for agricultural machinery dealers — Telegram bot for field use, React web panel for back-office, FastAPI backend, and PDF generation. ## 🚀 Features @@ -13,6 +13,13 @@ A comprehensive quotation system for agricultural machinery with web interface, - **Database**: SQLite/PostgreSQL support for data persistence - **Search Functionality**: Advanced search across products and categories + +## 🌾 Context + +Built for a real agricultural machinery dealer in Santa Fe, Argentina. The core challenge: salespeople and operators needed to generate accurate, formatted quotations on the go — from the field — without opening a laptop. + +**Why Telegram?** The team already uses Telegram daily. A bot integrated into their existing workflow (vs. training on a new web app) is the fastest path to adoption. The web admin panel covers the back-office side; the bot covers the fieldwork side. + ## 📸 Screenshots
@@ -215,7 +222,7 @@ Replace the Tractor icon in the header with your actual logo: ```jsx // In src/App.tsx
- Agromaq + Company Logo
```