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

Add Label objects and printing method #138

Closed miggland closed 1 year ago

miggland commented 1 year ago

This adds basic functionality for Label (Part, StockItem, StockLocation) such as listing, as well as a 'printlabel' function to the relevant classes.

This function can either use a plugin, or save the created label to a file.

No tests implemented yet, therefore this is a draft.

This PR should fix #44.

SchrodingersGat commented 1 year ago

@miggland what is the status of this one?

miggland commented 1 year ago

Still waiting for me to find time to finish this off :)

SchrodingersGat commented 1 year ago

Nice work @miggland this looks great