Part-DB-server/src/Entity/Parts
2023-08-06 20:57:32 +02:00
..
PartTraits Allow for longer manufacturer and supplier URLs 2023-07-31 00:00:57 +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 Added endpoint for suppliers 2023-08-06 20:57:32 +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 Use proper way of overriding doctrine attributes 2023-08-01 15:55:21 +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 Added endpoint for suppliers 2023-08-06 20:57:32 +02:00