Lagerregal icon indicating copy to clipboard operation
Lagerregal copied to clipboard

Super awesome inventory System for electronic devices

Results 27 Lagerregal issues
Sort by recently updated
recently updated
newest added

Bumps [datatables.net](https://github.com/DataTables/Dist-DataTables) from 1.10.25 to 1.11.3. Commits d67ca5d Sync tag release - 1.11.3 02aee29 79772b97fe6d45af67057cc13fa6af3f00c873ea 1.11.3 release 0ba589b 148ef5aaad0ebbafab2afd5b52e30b09b509301b remove debug 3e83d1d 1be97b106ca9b87308ca4fba2e8d8abf795c9213 dev: Stop calling save state when lo......

dependencies
javascript

Still needs work, but this adds support for barramundi as a data provider.

Currently the "More…" button on widgets trigger ``` Traceback (most recent call last): File "/home/mk/work/src/Lagerregal/.venv/lib/python3.9/site-packages/django/core/handlers/exception.py", line 47, in inner response = get_response(request) File "/home/mk/work/src/Lagerregal/.venv/lib/python3.9/site-packages/django/core/handlers/base.py", line 181, in _get_response response =...

`Lagerregal/settings/base.py` references several files in a folder pdf_forms: ``` LABEL_ICON = "pdf_forms/minerva.jpg" HANDOVER_PROTOCOL_LOCATION = "pdf_forms/Leihschein.pdf" TRASHED_PROTOCOL_LOCATION = "pdf_forms/geraeterueckgabe_lagerregal.pdf" ``` These files are missing from the repository, resulting in 500 responses....

Fixes #367 I re-implemented `DeviceCreateAutomatic` without javascript. The result is pretty similar, though I am not sure if I got all the details right.

When running `manage.py makemigrations` on different setups, I get different results.

In #240 I tried to improve security by adding a content security policy and refactoring the code to avoid unsafe patterns like inline javascript. 5bb991066bd8271f50dfaf0361dfea9a548fb405 went in the opposite direction...