Commit Graph

8 Commits

Author SHA1 Message Date
bb5ef7fed8 feat: Display fields for Customer model in webadmin. 2026-06-09 12:03:22 -05:00
47c18c760d feat: add CatalogSale model with abstract base classes for Sale/SaleLine
- Introduced SaleAbstractModel and SaleLineAbstractModel as abstract bases
- Added CatalogSale and CatalogSaleLine models inheriting from them
- Created migration 0045 for new models
- Added CatalogSaleView, CatalogSaleSerializer with nested line creation
- Registered new models in admin
- Added catalog_sales router endpoint to URLs
- Removed placeholder api/ package (now redundant)
2026-05-28 16:38:45 -05:00
f97b47081c refactor: split models into modules, remove template-based views, and clean up code style
- Split monolithic models.py into models/ package (customers, products, sales, payments, admin)
- Removed forms.py, all HTML templates, and associated template-based views
- Added api/ package with CatalogSaleView placeholder
- Updated all imports across project to use new model paths
- Removed obsolete tests (form, export, purchase, summary tests)
- Removed template-based URL patterns, kept only API endpoints
- Standardized string quotes (single to double) and reformatted code
2026-05-28 15:25:27 -05:00
19a1ba29d7 Feat: Se agrega modelo de terceros closed #15 2024-08-03 11:23:33 -05:00
74d2e0d234 admin: set Payment and reconciliatoJar in admin 2024-07-13 17:38:33 -05:00
84c295e7de admin: registrando productos y categoria de productos en admin. 2024-06-29 16:24:07 -05:00
0e2b59a40b admin: registrando Sale y SaleLine en admin. 2024-06-22 14:12:16 -05:00
e77b426044 ENV: Creación aplicacin Django 2024-06-22 09:52:44 -05:00