Jan Böhmer
|
78e3d36a5c
|
Use tom-select as tagsinput input
|
2022-08-03 22:44:38 +02:00 |
|
Jan Böhmer
|
f7ce94c168
|
Always show a gravatar even if a user does not have an email set.
|
2022-08-01 01:09:28 +02:00 |
|
Jan Böhmer
|
fc90259032
|
Use stimulus controller for sidebar treeviews.
|
2022-07-31 15:50:16 +02:00 |
|
Jan Böhmer
|
ea6357c259
|
Use stimulus for global reloading
|
2022-07-24 14:41:28 +02:00 |
|
Jan Böhmer
|
1460894946
|
Fixed some exceptions.
|
2022-03-07 00:47:41 +01:00 |
|
Jan Böhmer
|
ae24fb5eb1
|
Use renderForm for proper return codes for turbo
|
2022-03-04 21:20:18 +01:00 |
|
Jan Böhmer
|
193ecd252b
|
Fixed some deprecations.
|
2021-10-02 20:41:14 +02:00 |
|
Jan Böhmer
|
ff568d8390
|
Fixed exception when visiting user admin page.
|
2020-10-03 14:20:54 +02:00 |
|
Jan Böhmer
|
28e7e401d4
|
Show root node for devices.
|
2020-10-03 14:04:43 +02:00 |
|
Jan Böhmer
|
c6970505c7
|
Put sidebar trees under a root node.
|
2020-10-03 13:56:30 +02:00 |
|
Jan Böhmer
|
1caaad908b
|
Use correct Attachment class for Storelocation Controller.
This fixes issue #81.
|
2020-10-03 13:31:05 +02:00 |
|
Jan Böhmer
|
3328dd968d
|
Fixed some higher level PHPstan issues.
|
2020-10-02 12:42:15 +02:00 |
|
Jan Böhmer
|
e73a90a234
|
Fixed code style.
|
2020-08-21 22:44:38 +02:00 |
|
Jan Böhmer
|
e01b06fb85
|
Fixed some inspection issues.
|
2020-08-21 22:43:37 +02:00 |
|
Jan Böhmer
|
349ab706cc
|
Apply symplify checkers.
|
2020-08-21 21:38:31 +02:00 |
|
Jan Böhmer
|
d0b1024d80
|
Fixed code style.
|
2020-08-21 21:36:22 +02:00 |
|
Jan Böhmer
|
59d1349ce8
|
Fixed PHPstan issue.
|
2020-06-07 23:00:27 +02:00 |
|
Jan Böhmer
|
af42c3cca0
|
Added a button to update exchange rates via web gui.
|
2020-06-07 22:38:10 +02:00 |
|
Jan Böhmer
|
a8786341d5
|
Refactored Admin Page controllers a bit...
|
2020-06-07 21:11:09 +02:00 |
|
Jan Böhmer
|
36dfae52f2
|
[ReelCalculator] Added permission and added it to tools menu.
|
2020-06-03 22:19:59 +02:00 |
|
Jan Böhmer
|
e2ee0df58a
|
Added simple SMD reel calculator.
|
2020-06-03 21:29:40 +02:00 |
|
Jan Böhmer
|
f0d0a78f65
|
Show a preview image in builtin attachment select autocomplete.
|
2020-06-01 14:51:38 +02:00 |
|
Jan Böhmer
|
f53c80c442
|
Fixed PHPUnit issues.
|
2020-05-31 13:10:44 +02:00 |
|
Jan Böhmer
|
6602015a5a
|
Added option to "save and clone" a part, which is especially useful, when creatiing multiple similar parts.
This should (partly) fix issue 45.
|
2020-05-30 23:50:50 +02:00 |
|
Jan Böhmer
|
9d6ca8be31
|
Added missing translation for action success.
|
2020-05-24 20:20:44 +02:00 |
|
Jan Böhmer
|
ca74dd84f0
|
Added basic possibility to change the manufacturer, footprint, category and part unit of multiple parts.
|
2020-05-24 18:26:10 +02:00 |
|
Jan Böhmer
|
6f6ac0f128
|
Added simple possibility to favorite/unfavorite and delete multiple parts at once.
|
2020-05-23 19:06:46 +02:00 |
|
Jan Böhmer
|
e6a3c41cee
|
Pass typeahead ressource search as query param instead of URL part.
This hopefully fixes the 404 bugs, when putting an URL in the typeahead field...
|
2020-05-22 12:39:12 +02:00 |
|
Jan Böhmer
|
8951940be1
|
Show messages, when an element can not be deleted.
Fixes issue #43.
|
2020-05-17 21:52:47 +02:00 |
|
Jan Böhmer
|
cad9534b04
|
Fixed an exception on admin pages, if the element does not contain parts.
|
2020-05-16 21:14:05 +02:00 |
|
Jan Böhmer
|
14adb77a97
|
Moved getParts() and getPartsCount() to a repository (instead of a class method).
|
2020-05-16 20:53:35 +02:00 |
|
Jan Böhmer
|
decc4e90fc
|
Organized parameters better.
Parameters can now be found in their own file config/parameters.yaml. They are prefixed with partdb. and structured into different sections.
|
2020-05-12 22:53:42 +02:00 |
|
Jan Böhmer
|
f5d685dfd4
|
Fixed coding style.
|
2020-05-10 21:39:31 +02:00 |
|
Jan Böhmer
|
6a40f04243
|
Fixed exception from wrong 'disable' parameter.
|
2020-05-10 16:58:53 +02:00 |
|
Jan Böhmer
|
7e656be246
|
Added some tests to check if LabelSystem and scanner pages are available.
|
2020-05-10 13:28:01 +02:00 |
|
Jan Böhmer
|
236249e4a1
|
Added tests for various label services.
|
2020-05-09 20:24:07 +02:00 |
|
Jan Böhmer
|
e925bec5b6
|
Make LabelGenerator services final.
|
2020-05-09 18:17:23 +02:00 |
|
Jan Böhmer
|
9a9cd8e887
|
Added permission to control who can access label scanner.
|
2020-05-08 12:50:44 +02:00 |
|
Jan Böhmer
|
1f48247474
|
Added possibility to load profiles from label generator dialog.
|
2020-05-08 12:43:04 +02:00 |
|
Jan Böhmer
|
1a35adab17
|
Added permission system, to control who can edit Twig labels.
|
2020-05-07 22:29:45 +02:00 |
|
Jan Böhmer
|
d2ed3571e8
|
Show error next to target_id if no entity was valid.
|
2020-05-07 13:31:19 +02:00 |
|
Jan Böhmer
|
11225eb9cc
|
Added an "twig" lines mode, where the label lines are processed via a sandboxed twig.
|
2020-05-06 22:44:21 +02:00 |
|
Jan Böhmer
|
c2db827c9d
|
Show warning, if no valid entity was found to generate a label (don't throw an exception)
|
2020-05-05 19:55:31 +02:00 |
|
Jan Böhmer
|
5a9be023b1
|
Added permissions to label system.
|
2020-05-04 23:21:58 +02:00 |
|
Jan Böhmer
|
3804e2534d
|
Added preview with example elements, on LabelProfile Admin Pages.
|
2020-05-01 21:19:13 +02:00 |
|
Jan Böhmer
|
48ff81a6d1
|
Added dropdowns for quick generating labels for different profiles.
|
2020-05-01 20:29:18 +02:00 |
|
Jan Böhmer
|
85821ec673
|
Added basic scan dialog.
|
2020-04-26 21:26:11 +02:00 |
|
Jan Böhmer
|
c200b650a0
|
Added simple redirect to info page, when scanning an QR code.
|
2020-04-26 18:59:49 +02:00 |
|
Jan Böhmer
|
6bd3ad6138
|
Added basic support for label barcodes (C39 and QR).
|
2020-04-24 22:10:49 +02:00 |
|
Jan Böhmer
|
e89cc4bb01
|
Allow to generate multiple labels at once (multiple pages in 1 PDF file).
|
2020-04-21 00:00:29 +02:00 |
|