Backend: - Add ean_code, manufacturer, category, subcategory, observations to Product model - Create migration 0006_product_catalog_fields.sql - Update repository queries (CreateProduct, ListProducts, ListRecords) Frontend: - Create ProductCreate.tsx with 2-step wizard form - Add route /products/new - Add 'Cadastrar Produto' button to Inventory page Seeder: - Update CREATE TABLE products with new columns - Update generateProducts with EAN codes and manufacturers Docs: - Update database-schema.md with new fields |
||
|---|---|---|
| .. | ||
| 0001_init.sql | ||
| 0002_shipping_methods.sql | ||
| 0003_products_updated_at_trigger.sql | ||
| 0004_add_username_to_users.sql | ||
| 0004_users_email_verified.sql | ||
| 0005_tenants_operating_hours.sql | ||
| 0006_product_catalog_fields.sql | ||