Fix: Forgot to add this
This commit is contained in:
parent
e44fc4d313
commit
584be9f349
@ -50,6 +50,7 @@ from .routers.reports import (
|
||||
entries,
|
||||
ledger,
|
||||
net_transactions,
|
||||
non_contract_purchase,
|
||||
product_ledger,
|
||||
profit_loss,
|
||||
purchase_entries,
|
||||
@ -106,6 +107,7 @@ app.include_router(stock_movement.router, prefix="/api/stock-movement", tags=["r
|
||||
app.include_router(trial_balance.router, prefix="/api/trial-balance", tags=["reports"])
|
||||
app.include_router(entries.router, prefix="/api/entries", tags=["reports"])
|
||||
app.include_router(batch_integrity.router, prefix="/api/batch-integrity", tags=["reports"])
|
||||
app.include_router(non_contract_purchase.router, prefix="/api/non-contract-purchase", tags=["reports"])
|
||||
|
||||
app.include_router(issue_grid.router, prefix="/api/issue-grid", tags=["vouchers"])
|
||||
app.include_router(batch.router, prefix="/api/batch", tags=["vouchers"])
|
||||
|
Loading…
Reference in New Issue
Block a user