inventree / inventree-python

Python library for communication with inventree via API
https://docs.inventree.org/en/latest/api/python/python/
MIT License
26 stars 34 forks source link

New printing api #226

Closed SchrodingersGat closed 2 months ago

SchrodingersGat commented 2 months ago

Working on a new implementation of label and report printing, to match the updated API version:

Ref: https://github.com/inventree/InvenTree/pull/7074

The intent here is that both "modern" and "legacy" API versions will be supported concurrently, at least until we decide to deprecate the "old" API in the future.

TODO