> The data is all still and the StockEntry table is fine. The
> information simply doesn't show up in in PartKeepr's web gui... any
> thoughts or suggestions?
You need to add the fields including their data type to
src/PartKeepr/PartBundle/Entity/Part.php.
A simple declaration without getters and setters should work. Make sure
you re-run setup or re-generate your environment to ensure that the
data type specified in PHP also matches the field type in the database.
For more info, please read the doctrine documentation regarding
mappings [1].
All the best
Felicia
[1]
http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/re
ference/basic-mapping.html#property-mapping