InvenTree/InvenTree
Matthias Mair 2509c8f48b
[PUI] Template helpers (#5993)
* added helper to render an instance for an url

* made manifest loading more error tolerant (to the user)

* refactored return string composition

* made manifest path configurable

* made django app relative

* fix typing for py 3.9

* move css up
2023-11-27 22:13:06 +11:00
..
build Distinct query fix (#5916) 2023-11-15 10:18:26 +11:00
common Fix 'Maximimum' typo (#5990) 2023-11-27 13:01:01 +11:00
company Translation test : Add context (#5987) 2023-11-26 10:31:32 +11:00
generic [PUI] Render status labels (#5759) 2023-10-26 21:49:38 +11:00
InvenTree [PUI] URL fixes (#5989) 2023-11-27 11:51:53 +11:00
label Extend API for labels and reports to allow creating new items (#5982) 2023-11-26 20:52:03 +11:00
locale New Crowdin updates (#5980) 2023-11-26 10:31:45 +11:00
order API bug fix: Distinct query (#5940) 2023-11-20 18:25:52 +11:00
part API filter fix (#5979) 2023-11-24 10:34:56 +11:00
plugin Docker CI Updates (#5909) 2023-11-22 00:25:13 +11:00
plugins Update documentation URLs (#4325) 2023-02-10 10:39:57 +11:00
report Extend API for labels and reports to allow creating new items (#5982) 2023-11-26 20:52:03 +11:00
script
stock Add custom InvenTreeDateFilter class (#5970) 2023-11-23 10:36:15 +11:00
templates Project Responsible (#5944) 2023-11-21 23:13:20 +11:00
users Toggle full name display of users (#5927) 2023-11-16 13:18:01 +11:00
web [PUI] Template helpers (#5993) 2023-11-27 22:13:06 +11:00
config_template.yaml Frontend server settings (#5765) 2023-10-23 22:33:16 +11:00
gunicorn.conf.py Skip ready functions if not in main thread or plugins are not loaded yet (#5005) 2023-07-26 08:33:13 +10:00
manage.py