Jan Böhmer
|
388e847b17
|
Applied symplify rules to codebase.
|
2020-01-05 22:49:00 +01:00 |
|
Jan Böhmer
|
2f20d90041
|
Fixed code to be analysable by Symplfiy Code style set.
|
2020-01-05 22:32:19 +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
|
1aed1d1d26
|
Fixed some inspection issues.
|
2020-01-04 20:14:42 +01:00 |
|
Jan Böhmer
|
e16ae9390f
|
Fixed tests.
|
2020-01-01 17:13:04 +01:00 |
|
Jan Böhmer
|
2fa0963374
|
Prepared DB and models for Two Factor authentication
|
2019-12-14 16:35:19 +01:00 |
|
Jan Böhmer
|
b0fd346369
|
Use the right permission for minamount part field.
|
2019-11-15 19:02:11 +01:00 |
|
Jan Böhmer
|
6ddc937ec5
|
Fixed some inspection issues.
|
2019-11-10 14:00:56 +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
|
89258bc102
|
Added some tests for important entity methods.
|
2019-11-09 00:31:42 +01:00 |
|
Jan Böhmer
|
787e498586
|
Updated copyright headers.
|
2019-11-01 13:40:30 +01:00 |
|
Jan Böhmer
|
6645ab0b61
|
Allow to specify the 3d model for a footprint.
|
2019-10-03 14:04:09 +02:00 |
|
Jan Böhmer
|
eb1d8fd4e4
|
Added possibility to add/edit attachments on Admin pages.
|
2019-09-24 18:28:35 +02:00 |
|
Jan Böhmer
|
9d73cc0869
|
Fixed exception on login.
|
2019-09-24 16:09:54 +02:00 |
|
Jan Böhmer
|
ccc345cd1b
|
Changed DB structure the way, many more elements can have attachments
Also every Element has now a preview attachment field. For the user this will be used as profile picture.
|
2019-09-24 13:39:49 +02:00 |
|
Jan Böhmer
|
3d790db559
|
Fixed orphanRemoval problem with parts collection.
Also ElementPermissionListener was improved, and multiple special cases were unified.
|
2019-09-17 13:57:40 +02:00 |
|
Jan Böhmer
|
21a81486df
|
Fixed some inspection issues.
|
2019-09-16 22:04:59 +02:00 |
|
Jan Böhmer
|
f7c2f1032f
|
Split Part entity class into multiple traits.
The part class has become very big and clumsy, that way it should be easier to maintain this entity...
|
2019-09-16 21:40:47 +02:00 |
|
Jan Böhmer
|
3ecbe19fd6
|
Check read property on part entity objects.
|
2019-09-16 13:27:53 +02:00 |
|
Jan Böhmer
|
da14ee942d
|
Added permissions for the new functions.
|
2019-09-13 17:13:58 +02:00 |
|
Jan Böhmer
|
b62b0918d7
|
Added validator for the isFull/onlyExisting/singlePart options of locations.
|
2019-09-04 23:20:10 +02:00 |
|
Jan Böhmer
|
cd2534335a
|
Add inversedby attribute to part->measurement unit relation association
|
2019-09-04 23:04:35 +02:00 |
|
Jan Böhmer
|
e19cd67b88
|
Show parts count on AdminPages of PartsContainingDBElements
|
2019-09-04 19:37:35 +02:00 |
|
Jan Böhmer
|
b7b7bf3a8b
|
Show a useful message, when a master attachment is not valid because it is not a picture.
|
2019-09-02 23:13:50 +02:00 |
|
Jan Böhmer
|
e2b643c52b
|
Allow to select the master picture attachment.
|
2019-09-02 23:09:58 +02:00 |
|
Jan Böhmer
|
59c981ad0d
|
Show MPN and manufacturer link on part info page.
|
2019-09-02 18:53:31 +02:00 |
|
Jan Böhmer
|
d22f9da1f0
|
Allow to define manufacturing status for a part.
|
2019-09-02 18:41:57 +02:00 |
|
Jan Böhmer
|
de6df395f4
|
Replaced the old migrations with one big cleaner one.
|
2019-09-02 16:34:53 +02:00 |
|
Jan Böhmer
|
4026f6be3f
|
Use CURRENT_TIMESTAMP as default value for timestampable entries.
Furthermore the database migration generation is now detects correctly if there were no changes to DB.
|
2019-09-02 15:03:20 +02:00 |
|
Jan Böhmer
|
af3dfafe22
|
Respect the currency of the prices when calculating average part price.
|
2019-09-01 18:52:22 +02:00 |
|
Jan Böhmer
|
8c6342bffe
|
Added an page for editing order informations
|
2019-08-30 14:25:05 +02:00 |
|
Jan Böhmer
|
1776cd9a77
|
Made order and pricedetails timestampable.
Further the migration fixes the typos in attachment table names and filled empty timestamps with the current date.
|
2019-08-29 13:06:04 +02:00 |
|
Jan Böhmer
|
3a11933a89
|
Allow to add/delete attachments via part edit page.
|
2019-08-26 23:30:35 +02:00 |
|
Jan Böhmer
|
5cc08af7b6
|
Show formatted amount values on part info page.
|
2019-08-26 15:09:05 +02:00 |
|
Jan Böhmer
|
f5ebce2a77
|
Use SIUnitType for part lots amount.
|
2019-08-26 13:22:12 +02:00 |
|
Jan Böhmer
|
082a815f3a
|
Show error message flash, when an validation error occured.
|
2019-08-25 18:15:58 +02:00 |
|
Jan Böhmer
|
016c2889ba
|
Allow part lots to have an null storage location.
Otherwise we loose informations on migration.
|
2019-08-21 11:58:41 +02:00 |
|
Jan Böhmer
|
7608d5dbda
|
Updated dependencies.
|
2019-08-20 18:44:43 +02:00 |
|
Jan Böhmer
|
1629f31fed
|
Fixed some inspection issues.
|
2019-08-20 18:39:57 +02:00 |
|
Jan Böhmer
|
76abef57be
|
Allow to create new parts.
|
2019-08-19 23:41:58 +02:00 |
|
Jan Böhmer
|
813e7dc85b
|
Added the possibility to edit/create/delete part lots.
|
2019-08-19 23:31:16 +02:00 |
|
Jan Böhmer
|
6a0adae8f3
|
Added the new fields to the part edit form.
|
2019-08-19 14:07:00 +02:00 |
|
Jan Böhmer
|
7517d83f55
|
Show part lots on part's info page.
|
2019-08-16 22:54:23 +02:00 |
|
Jan Böhmer
|
c2b43f2cfa
|
Show part mass in part info page.
|
2019-08-16 16:43:31 +02:00 |
|
Jan Böhmer
|
fd6961e2f3
|
Fixed exceptions on part info page
|
2019-08-15 22:34:37 +02:00 |
|
Jan Böhmer
|
fbc5b1fc8d
|
Extended store location options can be edited via Admin page now.
|
2019-08-14 18:45:28 +02:00 |
|
Jan Böhmer
|
fd4b474dbd
|
Added admin page for measurement unit.
|
2019-08-14 18:31:46 +02:00 |
|
Jan Böhmer
|
06c6483fd1
|
Added default_currency and shipping cost fields to supplier admin page.
|
2019-08-14 15:41:01 +02:00 |
|
Jan Böhmer
|
e274d6aa9e
|
Remove unique keys on currency and MeasurementUnit
This caused problems on older MySQL versions.
|
2019-08-14 00:02:41 +02:00 |
|