Jan Böhmer
|
fd61c8d9e2
|
Fixed coding style.
|
2020-03-15 13:56:31 +01:00 |
|
Jan Böhmer
|
31290c070a
|
Allow timetraveling on data structures admin pages.
|
2020-03-04 21:54:03 +01:00 |
|
Jan Böhmer
|
15d25cf2b2
|
Fixed PHPStan errors.
|
2020-02-29 22:57:25 +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
|
9e8771a4ee
|
Changed license to AGPL3+
|
2020-02-22 18:14:36 +01:00 |
|
Jan Böhmer
|
594c694ee0
|
Renamed the base DBElement classes to AbstractDBElement to comply with symfony recommendations.
|
2020-02-01 19:48:07 +01:00 |
|
Jan Böhmer
|
dd1f806c4e
|
Fixed some issues detected by PHPstan.
|
2020-02-01 17:00:03 +01:00 |
|
Jan Böhmer
|
388e847b17
|
Applied symplify rules to codebase.
|
2020-01-05 22:49:00 +01:00 |
|
Jan Böhmer
|
f861de791f
|
Applied code style rules to src/
|
2020-01-05 15:46:58 +01:00 |
|
Jan Böhmer
|
9a7223a301
|
Fixed code style.
|
2020-01-04 20:24:09 +01:00 |
|
Jan Böhmer
|
e557bdedd5
|
Added an PHP CS fixer config file and applied it to files.
We now use the same the same style as the symfony project, and it allows us to simply fix the style by executing php_cs_fixer fix in the project root.
|
2019-11-09 00:47:20 +01:00 |
|
Jan Böhmer
|
787e498586
|
Updated copyright headers.
|
2019-11-01 13:40:30 +01:00 |
|
Jan Böhmer
|
4fe10b6169
|
Uploaded (non secure) attachments live now in public/
That way the attachment files can now be loaded much quicker (without invoking a controller). Also added thumbnailing for pictures in tables.
|
2019-10-05 20:30:27 +02:00 |
|
Jan Böhmer
|
f53cc08f52
|
Added an table to show all defined attachments.
|
2019-10-04 18:06:37 +02:00 |
|
Jan Böhmer
|
856e20586f
|
Added an admin page for the user groups.
|
2019-09-11 17:30:25 +02:00 |
|
Jan Böhmer
|
31e89e2e36
|
Allow to show parts in a storelocation or an supplier.
|
2019-09-08 17:30:58 +02:00 |
|
Jan Böhmer
|
429a4ebd17
|
Added links to part_lists on part info page.
|
2019-09-08 16:20:53 +02:00 |
|
Jan Böhmer
|
c8bc5d5214
|
Refactored EntityURL generator.
|
2019-09-08 14:23:49 +02:00 |
|
Jan Böhmer
|
c3fd325645
|
Allow to show parts for manufacturers and footprints.
|
2019-09-08 13:59:35 +02:00 |
|
Jan Böhmer
|
94ed78f66d
|
Allow to delete parts.
|
2019-09-02 17:42:13 +02:00 |
|
Jan Böhmer
|
fd4b474dbd
|
Added admin page for measurement unit.
|
2019-08-14 18:31:46 +02:00 |
|
Jan Böhmer
|
2468409212
|
Added an admin page for currencies.
|
2019-08-12 23:45:21 +02:00 |
|
Jan Böhmer
|
408d98c6e1
|
Added database migration for new entities.
|
2019-08-12 18:04:53 +02:00 |
|
Jan Böhmer
|
ca48343293
|
Support external hosted attachments via link.
|
2019-08-10 19:16:56 +02:00 |
|
Jan Böhmer
|
05fd753189
|
Allow to download and view attachments via part info page.
|
2019-08-10 18:06:28 +02:00 |
|
Jan Böhmer
|
8a4d665d2a
|
Added an simple admin page for users.
|
2019-04-28 14:18: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
|
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
|
424407f253
|
Added a basic admin page for categories.
|
2019-04-20 20:39:06 +02:00 |
|
Jan Böhmer
|
7c43feefbe
|
Added possibillity to delete attachments in admin page.
|
2019-04-06 18:38:36 +02:00 |
|
Jan Böhmer
|
650b388a1d
|
Show a treeview in the admin menus, to select between the different elements.
|
2019-04-05 17:49:02 +02:00 |
|
Jan Böhmer
|
715de5b67c
|
Added a simple system for treeViews.
|
2019-03-24 15:25:40 +01:00 |
|
Jan Böhmer
|
3fe452626d
|
Fixed some inspection issues.
|
2019-03-20 23:24:20 +01:00 |
|
Jan Böhmer
|
e2f7aafa2d
|
Used PHP_CS_Fixer with symfony preset on codebase.
|
2019-03-20 23:16:07 +01:00 |
|
Jan Böhmer
|
10f39b7f45
|
Added a 'clone part' function.
|
2019-03-19 19:53:23 +01:00 |
|
Jan Böhmer
|
061ca799e3
|
Added links between edit page and show page.
|
2019-03-13 18:41:32 +01:00 |
|
Jan Böhmer
|
ba33399b20
|
Added a basic show category parts page with datatable
|
2019-03-05 23:52:45 +01:00 |
|