2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-13 10:35:40 +00:00

Pass column and index data through to each cell in the template

Allows for much more intelligent template rendering
This commit is contained in:
Oliver Walters
2019-07-07 09:50:59 +10:00
parent 0e95fb773f
commit b77bfc74ea
4 changed files with 39 additions and 7 deletions

3
.gitignore vendored
View File

@ -37,8 +37,9 @@ InvenTree/media
# Key file
secret_key.txt
# Ignore python IDE project configuration
# IDE / development files
.idea/
*.code-workspace
# Coverage reports
.coverage