Part-DB.Part-DB-server/src/Entity/Parts
2023-07-22 23:51:06 +02:00
..
PartTraits Fixed phpstan issues 2023-07-17 00:43:35 +02:00
Category.php Use ManyToOne instead of OneToOne for master_picture_attachment like before 2023-07-20 21:54:13 +02:00
Footprint.php Use ManyToOne instead of OneToOne for master_picture_attachment like before 2023-07-20 21:54:13 +02:00
InfoProviderReference.php Fixed bug in DB schema, which prevented the creation of parts without info provider reference 2023-07-16 23:48:55 +02:00
Manufacturer.php Use ManyToOne instead of OneToOne for master_picture_attachment like before 2023-07-20 21:54:13 +02:00
ManufacturingStatus.php Use enum for manufacturing status 2023-07-08 23:49:47 +02:00
MeasurementUnit.php Use ManyToOne instead of OneToOne for master_picture_attachment like before 2023-07-20 21:54:13 +02:00
Part.php Do the doctrine definitions of the master preview attachment in the sub classes 2023-07-19 22:49:40 +02:00
PartLot.php Do not use fetch join, as even with the N+1 problem the queries are faster than with the very complex and slow expressions needed for the fetch Join pagination 2023-07-22 23:51:06 +02:00
Storelocation.php Use ManyToOne instead of OneToOne for master_picture_attachment like before 2023-07-20 21:54:13 +02:00
Supplier.php Use ManyToOne instead of OneToOne for master_picture_attachment like before 2023-07-20 21:54:13 +02:00