The field 'App\Entity\Product#purchasePrice' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
The field 'App\Entity\Product#sellingPrice' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
The association App\Entity\Product#supplier refers to the inverse side field App\Entity\Supplier#products which does not exist.
The field App\Entity\Product#stockMovements is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\StockMovement#product does not contain the required 'inversedBy: "stockMovements"' attribute.
The field 'App\Entity\Employee#salary' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.