Reporting¶
Order reports¶
-
plata.reporting.order.invoice_pdf(pdf, order)[source] PDF suitable for use as invoice
-
plata.reporting.order.packing_slip_pdf(pdf, order)[source] PDF suitable for use as packing slip
Product reports¶
-
plata.reporting.product.product_xls()[source] Create a list of all product variations, including stock and aggregated stock transactions (by type)
Reporting views¶
-
plata.reporting.views.invoice(request, *args, **kwargs)[source] Returns the invoice PDF
-
plata.reporting.views.invoice_pdf(request, *args, **kwargs)[source] Returns the invoice PDF
-
plata.reporting.views.packing_slip_pdf(request, *args, **kwargs)[source] Returns the packing slip PDF
-
plata.reporting.views.product_xls(request, *args, **kwargs)[source] Returns an XLS containing product information