Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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

<div align="center" style="display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 0.75rem; margin: 1.5rem 0;">
Expand Down Expand Up @@ -215,7 +222,7 @@ Replace the Tractor icon in the header with your actual logo:
```jsx
// In src/App.tsx
<div className="w-10 h-10 bg-green-600 rounded-lg flex items-center justify-center">
<img src="/logo.png" alt="Agromaq" className="w-6 h-6" />
<img src="/logo.png" alt="Company Logo" className="w-6 h-6" />
</div>
```

Expand Down