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
|
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
|
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
|
b62b0918d7
|
Added validator for the isFull/onlyExisting/singlePart options of locations.
|
2019-09-04 23:20:10 +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
|
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
|
1629f31fed
|
Fixed some inspection issues.
|
2019-08-20 18:39:57 +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
|
7517d83f55
|
Show part lots on part's info page.
|
2019-08-16 22:54:23 +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 |
|