Modulo/Creacion de endpoint para las tablas de facturas, asi como sus creaciones

This commit is contained in:
2025-12-12 17:23:58 -06:00
parent a07aeb7b12
commit 314df4ffc1
19 changed files with 3794 additions and 14 deletions

View File

@@ -150,6 +150,7 @@ def get_invoice_details(
status_code=201,
summary="Add sales detail to an invoice",
)
def create_invoice_detail(
invoice_id: int = Path(..., description="Invoice ID"),
detail_data: schemas.InvoiceSalesDetailsCreate = ...,