How to generate purchase order report for certain period? #4916
-
I've not used any reporting features before so think I am missing something. Under settings I have enabled Enable generation of reports. How do you actually use this feature. I want to say for example generate a report of all purchase orders for the last month and get the total amount spent? I've looked through the docs but it's still not clear.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You can read about the reporting features here - https://docs.inventree.org/en/latest/report/report/ The type of report you are looking for is not readily available out of the box. The natively supported report types are more related to individual orders, e.g. creating an invoice or a work order. Introspecting data and extract the data you are looking for is certainly possible! You could use the python interface to extract data, or write a plugin which gives you the information you need |
Beta Was this translation helpful? Give feedback.
You can read about the reporting features here - https://docs.inventree.org/en/latest/report/report/
The type of report you are looking for is not readily available out of the box. The natively supported report types are more related to individual orders, e.g. creating an invoice or a work order.
Introspecting data and extract the data you are looking for is certainly possible! You could use the python interface to extract data, or write a plugin which gives you the information you need