mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-18 18:56:31 +00:00
.devcontainer
.devops
.github
.vscode
InvenTree
ci
contrib
deploy
docker
docs
_includes
ci
docs
api
app
assets
barcodes
build
concepts
develop
extend
javascripts
order
part
releases
report
settings
start
stock
stylesheets
webfonts
__init__.py
credits.md
demo.md
faq.md
features.md
hooks.py
index.md
privacy.md
.gitignore
LICENSE
README.md
__init__.py
main.py
mkdocs.yml
requirements.txt
images
src
.deepsource.toml
.djlintrc
.eslintrc.yml
.gitattributes
.gitignore
.pkgr.yml
.pre-commit-config.yaml
CONTRIBUTING.md
Dockerfile
LICENSE
Procfile
README.md
RELEASE.md
SECURITY.md
backportrc.json
crowdin.yml
docker-compose.yml
docker.dev.env
package-lock.json
package.json
readthedocs.yml
requirements-dev.in
requirements-dev.txt
requirements.in
requirements.txt
runtime.txt
setup.cfg
tasks.py
yarn.lock
* Add skeleton for new label sheet plugin * Add custom printing options serializer * Render individual label outputs to HTML * Extract page size and column size * Check label dimensions before printing * Split labels into multiple pages / sheets * Render out multiple labels onto a single sheet * Cleanup base label template - Allow @page style to *not* be generated - Pass through as optional context variable - Check that it still works for single label printing (default behaviour unchanged) - Prevents multiple @page styles from being generated on label sheet output * Fix stylesheets for part labels * Cleanup stock location labels * Cleanup more label templates * Check if label can actually fit on page * Generate output to PDF and return correct response * Update panel.md * Fix unit tests * More unit test fixes