PDF Export API
Collection PDF
GET /api/v1/manager-core/collect/pdf
Generate PDF for a collection.
Query Parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
| id | integer | Yes | Collection ID |
Production Collection PDF
GET /api/v1/manager-core/production/collect/pdf
Generate PDF for production collection.
Warehouse Map PDF
GET /api/v1/manager-core/warehouse/{id}/map/barcode
Generate warehouse map barcode PDF.
Parameters:
id(path) - Warehouse ID
Trolleys Labels PDF
GET /api/v1/manager-core/trolleys/labels
Generate trolley labels PDF.
Production PDF
GET /api/v1/manager-core/production/{id}/pdf
Generate PDF for a production order.
Parameters:
id(path) - Production ID
Total Material PDF
GET /api/v1/manager-core/production/{id}/total-material-pdf
Generate total material usage PDF.
Parameters:
id(path) - Production ID
Income PDF
GET /api/v1/manager-core/production/{id}/income-pdf
Generate income PDF for production.
Parameters:
id(path) - Production ID
Production Barcode
GET /api/v1/manager-core/production/{id}/barcode
Generate barcode for production item.
Parameters:
id(path) - Production ID
Production Box Label
GET /api/v1/manager-core/production/{id}/box-label
Generate box label PDF.
Parameters:
id(path) - Production ID
Product Barcode
GET /api/v1/manager-core/product/{id}/barcode
Generate barcode for a product.
Parameters:
id(path) - Product ID
Product Box Label
GET /api/v1/manager-core/product/{id}/box-label
Generate box label for a product.
Parameters:
id(path) - Product ID
Delivery Note Print
GET /api/v1/manager-core/delivery/notes/{id}/print
Print delivery note.
Parameters:
id(path) - Delivery note ID
Warehouse Barcode
GET /api/v1/manager-core/warehouses/barcode/{warehouse}
Generate barcode for warehouse.
Parameters:
warehouse(path) - Warehouse ID
Ingredients PDF
GET /api/v1/manager-core/products/ingredients/pdf
Generate PDF with product ingredients.
Manufacturing Operations PDF
GET /api/v1/manager-core/products/manufacturing-operations/pdf
Generate PDF with manufacturing operations.
Ingredient Cost PDF
GET /api/v1/manager-core/products/ingredient-cost/pdf
Generate PDF with ingredient costs.
Catalog Download
GET /api/v1/manager-core/download-catalog/{catalog}
Download a catalog file.
Parameters:
catalog(path) - Catalog ID