farsi-crm was forked. Continue chatting to ask questions about or make changes to it.
بخش /quotes هم اضافه کن ساختار جدوش مثل قبلی ها باشه و فیلد هاش شامل موارد زیر باشه:شماره قبض نوع مشتری مرحله مسئول مبدا تاریخ ایجاد عملیات
I'll add a new /quotes
section with a table structure similar to the previous ones, including the fields you specified. Let me create that for you.
I'll now create the new quotes page with the requested structure and fields.
I've created a new page for quotes (app/quotes/page.tsx
) with the following features:
The page displays a list of quotes with mock data and allows for pagination. Users can view quote details by clicking the "جزئیات" (Details) button for each quote. The page also includes functionality for refreshing, settings, filtering, and maximizing the view, consistent with other pages in the application.
Is there anything else you'd like me to add or modify in this quotes page?
بخش /products برام طراحی بر اساس جیسون زیر { "name": "موتور سیکلت نیکران", "englishName": "Nikran Motorcycle", "description": "موتور سیکلت با کیفیت بالا و طراحی زیبا", "sku": "78669", "brand": "Nikran", "model": "NKR2025", "price": { "unit": "USD", "value": 1500.00 }, "taxRate": 0.09, "totalPrice": 1635.00, "imagePath": "/images/nkr2025.jpg", "weight": 120.5, "dimensions": "210x80x115 cm", "colors": ["Red", "Black", "Blue"], "material": "Steel", "warranty": "2 years", "active": true }