feat: agregar página de ventas por catálogo
- Agregar CatalogSalesManagement.vue con tabla de ventas - Filtros por texto (ID/cliente) y rango de fechas - Filas expandibles con detalle de productos y datos de envío - Agregar ruta protegida /admin/catalog-sales - Agregar endpoint getCatalogSales() en servicios API - Agregar menú 'Ver Ventas por Catálogo' en NavBar
This commit is contained in:
@@ -67,6 +67,10 @@ class Api {
|
||||
return this.apiImplementation.sendSalesToTryton();
|
||||
}
|
||||
|
||||
getCatalogSales() {
|
||||
return this.apiImplementation.getCatalogSales();
|
||||
}
|
||||
|
||||
getCurrentUser() {
|
||||
return this.apiImplementation.getCurrentUser();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user