Commit graph

272 commits

Author SHA1 Message Date
Jan Böhmer
85821ec673 Added basic scan dialog. 2020-04-26 21:26:11 +02:00
Jan Böhmer
74b1b7acf5 Use 9pt font size as default for labels. 2020-04-25 18:52:13 +02:00
Jan Böhmer
3beba96e39 Added Code93 and Datamatrix as valid barcode types. 2020-04-24 23:58:19 +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
Jan Böhmer
a4e1a17b4a Added basic label generation dialog. 2020-04-16 19:56:30 +02:00
Jan Böhmer
dee4094d8b Added a basic text to PDF renderer. 2020-04-14 11:07:07 +02:00
Jan Böhmer
a8a92b9c5d Added basic admin page for Label profiles. 2020-04-11 17:34:01 +02:00
Jan Böhmer
0b16fd7697 Hide average price row, if we dont have info about it. 2020-04-08 16:10:35 +02:00
Jan Böhmer
21e34166ba Fixed exception in "Show all parts table". 2020-04-06 18:40:00 +02:00
Jan Böhmer
a50fec2e8b Disable "New part" button if a category is marked as not selectable.
Fixes issue #36.
2020-04-06 18:07:23 +02:00
Jan Böhmer
e654c46e11 Added a duplicate button in data structures (categories, footprints, etc.) Admin pages. 2020-04-06 13:14:47 +02:00
Jan Böhmer
f35a8611e3 Improved placement of tooltips for part description. 2020-04-04 19:16:13 +02:00
Jan Böhmer
fca2ad9d99 Show user history in user info page. 2020-04-04 15:45:14 +02:00
Jan Böhmer
2dd807bbe6 Use twig global AttachmentManager in templates. 2020-04-03 14:56:48 +02:00
Jan Böhmer
6b99784238 Improved info box on part tables. 2020-04-03 14:53:12 +02:00
Jan Böhmer
6ad24aa9f8 Added an button to parts tables to directly add a new part in the selected category. 2020-04-01 18:02:56 +02:00
Jan Böhmer
d91eb334f1 Fixed a preloading warning. 2020-03-30 17:17:08 +02:00
Jan Böhmer
99cf371ae5 Show filename as badges on part attachment info page. 2020-03-30 17:09:31 +02:00
Jan Böhmer
e83d72ec10 Added a permission to control which users can access private attachments. 2020-03-30 16:56:58 +02:00
Jan Böhmer
7bda340368 Show correct validator error position when a new element was added to CollectionType. 2020-03-30 15:49:04 +02:00
Jan Böhmer
5e6b6f08dd Dont log pricedetail infos to web console. 2020-03-30 15:26:44 +02:00
Jan Böhmer
7ed1836d59 Fixed timezone issue related to expiration date. Also only date is editable and shown now.
Fixes issue #30.
2020-03-29 19:16:48 +02:00
Jan Böhmer
f8af23b92b Implemented permission system for part parameters. 2020-03-26 13:09:25 +01:00
Jan Böhmer
e72fc2716b Disable parameters fields when user is not allowed to edit data structures. 2020-03-25 15:19:09 +01:00
Jan Böhmer
ff05868051 Allow to edit parameters for data structures. 2020-03-24 21:49:09 +01:00
Jan Böhmer
4c63c88021 Hide empty tabs in part info. 2020-03-24 17:08:26 +01:00
Jan Böhmer
2a9cf2cf9f Show parameters count in parameters tab header. 2020-03-24 17:02:41 +01:00
Jan Böhmer
b66aabd153 Tries to extract parameters from part description and comment. 2020-03-24 16:57:02 +01:00
Jan Böhmer
2899db0206 Allow to put parameters in different groups. 2020-03-24 15:08:56 +01:00
Jan Böhmer
562db6da06 Allow Latex equations in homepage banners and part comment. 2020-03-15 15:48:01 +01:00
Jan Böhmer
0fd677d2fd Render the formula symbols of the properties. 2020-03-15 14:53:20 +01:00
Jan Böhmer
bc8748e6f4 Show parameters on info page & improved parameter editing. 2020-03-14 22:12:19 +01:00
Jan Böhmer
719e21c0df Save element parameters in its own database table (dont use JSON)
This makes it easier to query for specific parameters.
2020-03-11 21:48:47 +01:00
Jan Böhmer
a6e0f1738b Added a basic possibility to create/edit/delete specifications for parts. 2020-03-08 22:46:29 +01:00
Jan Böhmer
502febb008 Fixed price detail autofill for min discount quantity. 2020-03-08 19:04:34 +01:00
Jan Böhmer
86ee10e582 Search options now working. Added Regex search. 2020-03-08 13:05:53 +01:00
Jan Böhmer
8a61b465d0 Check permissions for time travel and element undo. 2020-03-07 20:49:52 +01:00
Jan Böhmer
41074f70ed Show last activity to elements on homepage. 2020-03-07 17:15:16 +01:00
Jan Böhmer
31290c070a Allow timetraveling on data structures admin pages. 2020-03-04 21:54:03 +01:00
Jan Böhmer
f9bb2d57e9 Added history tab to admin pages. 2020-03-04 21:09:01 +01:00
Jan Böhmer
654c5bd59f Added button to revert part to a given timestamp. 2020-03-01 20:30:23 +01:00
Jan Böhmer
5a5d7b24be Allow to undo a change from event log. 2020-03-01 19:46:48 +01:00
Jan Böhmer
181e0f72ed Fixed entity export. 2020-02-23 19:45:06 +01:00
Jan Böhmer
b6f95ebe48 Allow to add a comment when editing/creating/deleting an element. 2020-02-23 00:44:52 +01:00
Jan Böhmer
c14d6d91ff Show element history on part info page in history tab. 2020-02-22 20:04:43 +01:00
Jan Böhmer
fff1864a68 Merge branch 'master' into time_machine 2020-02-22 18:16:58 +01:00
Jan Böhmer
9e8771a4ee Changed license to AGPL3+ 2020-02-22 18:14:36 +01:00
Jan Böhmer
464a487a17 Added some simple time travel mechanism for part view.
In the moment it is not possible to show elements that were deleted.
2020-02-16 23:48:57 +01:00
Jan Böhmer
ab4149779b Escape settings for datatables to prevent issues, if some translations contain '. 2020-02-10 23:49:31 +01:00