Commit graph

906 commits

Author SHA1 Message Date
Jan Böhmer
368645f0cb Added an environment for the demo
In this environment the exception are logged to stderr, so we can access it via heroku.
2019-08-10 17:20:23 +02:00
Jan Böhmer
01a83d388b Show attachments in part info
WIP: viewing and downloading attachments is not possible yet.
2019-08-06 18:47:09 +02:00
Jan Böhmer
717b257778 Fixed exception, when a part does not have price informations. 2019-08-06 17:15:37 +02:00
Jan Böhmer
a916c40aa3 Added descriptions to migrations. 2019-08-06 13:43:43 +02:00
Jan Böhmer
d23d566612 Added migration to create an empty database. 2019-08-06 13:40:12 +02:00
Jan Böhmer
2f39ac90a2 Added migration from old Database to new database. 2019-08-06 13:18:29 +02:00
Jan Böhmer
42c8222e35 Protect internal table against the doctrine migration system. 2019-08-03 13:25:49 +02:00
Jan Böhmer
cd4a1470e3 Protect internal table against the doctrine migration system 2019-08-02 16:19:15 +02:00
Jan Böhmer
a40d4df818 Show average price of a part in part info. 2019-08-02 15:10:29 +02:00
Jan Böhmer
baa0466633 Added tab for extended infos to part info 2019-08-02 14:44:58 +02:00
Jan Böhmer
953ac422df Rearranged info view 2019-08-02 12:35:59 +02:00
Jan Böhmer
c2b4d100f0 Show shopping informations in part details 2019-08-02 12:17:56 +02:00
Jan Böhmer
855eace81d Updated symfony to 4.3.3 2019-08-01 11:44:17 +02:00
Jan Böhmer
11490b2810 Upgraded yarn dependencies: Fixes XSS vulnerability in Bootbox 2019-08-01 11:38:18 +02:00
Jan Böhmer
2246da54b7 Updated yarn dependencies. 2019-07-12 21:06:46 +02:00
Jan Böhmer
1b8a370635 Updated docker dependencies. 2019-07-12 21:00:29 +02:00
Jan Böhmer
f30a6d1781 Use auto for password algorithm (fixes deprecation) 2019-06-16 12:59:11 +02:00
Jan Böhmer
655560a660 Updated yarn dependencies. 2019-06-16 12:54:27 +02:00
Jan Böhmer
51763db070 Updated markdown parser 2019-06-16 12:50:40 +02:00
gfd
c46e6ff94c Upgraded to symfony 4.3 2019-06-16 12:36:17 +02:00
Jan Böhmer
996f430134 Updated dependencies 2019-05-25 21:57:00 +02:00
Jan Böhmer
8a4d665d2a Added an simple admin page for users. 2019-04-28 14:18:11 +02:00
Jan Böhmer
0826f5e6aa Moved Admin Pages to its own folder. 2019-04-28 13:10:11 +02:00
Jan Böhmer
2ea0dc16e0 Added a basic admin page for footprints. 2019-04-28 13:08:06 +02:00
Jan Böhmer
defd169737 Added a admin page for storelocations. 2019-04-28 12:50:35 +02:00
Jan Böhmer
487c78a22b Added translations 2019-04-28 12:30:33 +02:00
Jan Böhmer
33bb81ab59 Added manufacturer and supplier admin page link to tools tree. 2019-04-26 19:37:40 +02:00
Jan Böhmer
4e9cbdffed Added admin pages for manufacturers and suppliers. 2019-04-26 19:12:48 +02:00
Jan Böhmer
df0a8254bf Added admin page for devices 2019-04-26 18:31:09 +02:00
Jan Böhmer
c11d78e52f Updated dependencies. 2019-04-26 18:20:45 +02:00
Jan Böhmer
314f1ed42f Added advanced options to category admin page. 2019-04-26 18:05:43 +02:00
Jan Böhmer
424407f253 Added a basic admin page for categories. 2019-04-20 20:39:06 +02:00
Jan Böhmer
220d600cca Moved export form to its own template fragment. 2019-04-20 19:42:08 +02:00
Jan Böhmer
3d28b0cc66 Added the possibility to delete AttachmentTypes recusivly. 2019-04-20 19:37:24 +02:00
Jan Böhmer
d5017583e5 Update dependencies. 2019-04-20 19:05:06 +02:00
Jan Böhmer
01e48323b4 updated dependencies. 2019-04-14 13:43:34 +02:00
Jan Böhmer
81bbedb949 Respect CSV delimiter option during import. 2019-04-13 20:03:04 +02:00
Jan Böhmer
1cbbc26e7a Increased show time of the flash messages to 5 seconds. 2019-04-13 19:49:27 +02:00
Jan Böhmer
66ebdb357c Added an alert that pop ups, when an ajax request is not successfull
This includes a possibility to show the original response.
2019-04-13 19:45:24 +02:00
Jan Böhmer
004c7970a7 Implemented permissions on Admin pages. 2019-04-13 19:03:45 +02:00
Jan Böhmer
6649460ed6 Use green button for creating new elements. 2019-04-13 18:43:23 +02:00
Jan Böhmer
be5d33c624 Updated translations for import dialog. 2019-04-13 18:38:39 +02:00
Jan Böhmer
453e7132c0 Use col-3 for form labels, so also long labels are shown without linebreak 2019-04-13 18:28:41 +02:00
Jan Böhmer
fbfb0269d3 Improved checkboxes and file input on import dialog. 2019-04-13 18:24:53 +02:00
Jan Böhmer
68aa750e00 Added an simple import system for attachment types. 2019-04-11 22:41:21 +02:00
Jan Böhmer
b827737caa Moved entity export logic to own service. 2019-04-11 19:22:13 +02:00
Jan Böhmer
a46bcd229b Allow to export all attachment_types via the new element dialog. 2019-04-11 19:09:22 +02:00
Jan Böhmer
70c12e47a2 Added some translations related to the admin pages. 2019-04-07 19:51:07 +02:00
Jan Böhmer
091311cdf1 Added an export function to attachment_types admin pages. 2019-04-07 19:30:42 +02:00
Jan Böhmer
09eb3c226a Enforce unique names per level on structural elements. 2019-04-06 18:45:26 +02:00