dhanasingh / redmine_wktime

ERPmine is an open source free ERP for Service Industries. It runs within Redmine
https://erpmine.org/
Other
121 stars 79 forks source link

Failure when importing attendance #123

Closed man2004 closed 7 years ago

man2004 commented 7 years ago

Hi,

When I tried to import attendance, it reported "Import failed: undefined method `+' for nil:NilClass". This happened with your Test / Sandbox environment https://demo1.adhisoftware.co.in as well

Please help

dhanasingh commented 7 years ago

What version of redline and erpmine are you using ? Did you configure the attendance import section of the plugin ? can you post a data file (sample) here ?

man2004 commented 7 years ago

Hi,

I am using Redmine 3.3.2 and ERPmine 2.9. I tried to configure the attendance import section but no help. As said, I also tried with your demo site and got same result.

My data file simple. To try in your demo site for the user ID 7 (pm1),

7 10:00

Can you instruct me how to work this in your demo site? Then I think I will know how to do with my own installation.

dhanasingh commented 7 years ago

did you configure the 'fields in file' under the plugin configuration ? go to Administration -> plugins -> ERPmine -> configure -> Attendance you will have to select userid and start time in the fields in file list box, userid should be first in list

man2004 commented 7 years ago

Thanks. I have figured out why not work. By default the list box has a blank entry at the top. I removed it and then it is OK now.