partkeepr / PartKeepr

Open Source Inventory Management
http://www.partkeepr.org
GNU General Public License v3.0
1.38k stars 400 forks source link

ERRORS(2) /PartKeepr.PartBundle.Entity.Part/ #958

Closed nehu92 closed 6 years ago

nehu92 commented 6 years ago

i have download the .zip and installed in my Centos 7 server.

the instalation was easy and no problems occurs, but when i try to import a CSV file, two errors show up.

"/PartKeepr.PartBundle.Entity.Part/name The Field is required, but is not configured" "/PartKeepr.PartBundle.Entity.Part/category The Field is required, but is not configured"

and this dont allow to check any item in the "Mapping" list

screenshot from 2018-03-21 12-07-49

Drachenkaetzchen commented 6 years ago

You can't check the checkboxes. You have to configure each item. Also please try to reproduce on the demo system.

nehu92 commented 6 years ago

ok, i get that. but why the errors? anyone know how to solved that. i have tu create the entity by hand?

Drachenkaetzchen commented 6 years ago

because you need to configure name and storage location, either fixed or create a mapping from the import file.

nehu92 commented 6 years ago

thanks it was just me that my brain isnt working as it should

Drachenkaetzchen commented 6 years ago

I'm glad it worked out :) Yes the import is very generic and confusing at first, but I haven't had time to create a proper documentation yet :(

nehu92 commented 6 years ago

but once you put hand to work and you touch everything it becames very intuitive. Great Work!