Jan Böhmer
|
9e8771a4ee
|
Changed license to AGPL3+
|
2020-02-22 18:14:36 +01:00 |
|
Jan Böhmer
|
f2ff77a8b3
|
Fixed coding style.
|
2020-02-01 16:17:20 +01:00 |
|
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
|
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
|
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
|
787e498586
|
Updated copyright headers.
|
2019-11-01 13:40:30 +01: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
|
cd2534335a
|
Add inversedby attribute to part->measurement unit relation association
|
2019-09-04 23:04: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
|
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
|
51be176418
|
Added constraints for selectable attribute.
|
2019-08-12 21:47:25 +02:00 |
|
Jan Böhmer
|
408d98c6e1
|
Added database migration for new entities.
|
2019-08-12 18:04:53 +02:00 |
|
Jan Böhmer
|
7826e3d2ad
|
Added entities and properties for some future features.
|
2019-08-12 15:47:57 +02:00 |
|