Employee link in the attendance doctype is not showing employee name

32 views
Skip to first unread message

HF

unread,
Sep 11, 2012, 10:34:37 AM9/11/12
to erpnext-dev...@googlegroups.com
When I choose Employee from the list of Employees in the attendance form the employees names are not displayed in the list, while in the leave application it displays the employees names in the link form.

Anand Doshi

unread,
Sep 12, 2012, 5:13:14 AM9/12/12
to erpnext-dev...@googlegroups.com
Hi HF,

We are able to see employee name in the attendance list and also inside the attendance form.
Please share screenshots of attendance list and existing attendance form so that we can get a better idea of the problem.

Thanks,
Anand.

On 11-Sep-2012, at 8:04 PM, HF <h.far...@gmail.com> wrote:

When I choose Employee from the list of Employees in the attendance form the employees names are not displayed in the list, while in the leave application it displays the employees names in the link form.


--
You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.
To post to this group, send email to erpnext-dev...@googlegroups.com.
To unsubscribe from this group, send email to erpnext-developer...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msg/erpnext-developer-forum/-/cH0edXmu4J4J.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Anand Doshi

unread,
Sep 12, 2012, 5:26:04 AM9/12/12
to Anand Doshi, erpnext-dev...@googlegroups.com
Hi HF,

Sorry, I misunderstood your email. Rushabh clarified the problem to me and we have fixed the same.

Please pull the latest changes.

Thanks,
Anand.

HF

unread,
Sep 12, 2012, 7:20:09 AM9/12/12
to erpnext-dev...@googlegroups.com
When I make the update  
lib/wnf.py --update origin master
 
 I got the error below


error: cannot open .git/FETCH_HEAD: Permission denied 

Anand Doshi

unread,
Sep 12, 2012, 10:09:54 AM9/12/12
to erpnext-dev...@googlegroups.com
Hi hf,

You need to use sudo.
Try
sudo lib/wnf.py --update origin master

Thanks,
Anand.

Sent from my Xperia™ smartphone
--
You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.
To post to this group, send email to erpnext-dev...@googlegroups.com.
To unsubscribe from this group, send email to erpnext-developer...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msg/erpnext-developer-forum/-/SavaD9crWVMJ.

HF

unread,
Sep 12, 2012, 10:18:35 AM9/12/12
to erpnext-dev...@googlegroups.com
Hi Anand;

Still not working even using sudo (it gives me permission denied (public key) with sudo) 

Anand Doshi

unread,
Sep 12, 2012, 10:27:53 AM9/12/12
to erpnext-dev...@googlegroups.com
Hi HF,

It seems to be an issue in file permissions.

Please do ls -l and check the owner and group of the files.

Have you changed the owner of the files? Have you changed file permissions?


Thanks,
Anand.

Sent from my Xperia™ smartphone

HF <h.far...@gmail.com> wrote:

Hi Anand;

Still not working even using sudo (it gives me permission denied (public key) with sudo) 

--
You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.
To post to this group, send email to erpnext-dev...@googlegroups.com.
To unsubscribe from this group, send email to erpnext-developer...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msg/erpnext-developer-forum/-/gIbl8PQvCYUJ.

HF

unread,
Sep 12, 2012, 10:48:58 AM9/12/12
to erpnext-dev...@googlegroups.com
Hi Anand;

Permissions and owner are correct for all folders and files.
 

Anand Doshi

unread,
Sep 12, 2012, 11:49:09 AM9/12/12
to erpnext-dev...@googlegroups.com
Hi hf,

Are you using your own fork of erpnext as the remote of the git repository?

Did you change any git settings?

-Anand.


Sent from my Xperia™ smartphone

HF <h.far...@gmail.com> wrote:

Hi Anand;

Permissions and owner are correct for all folders and files.
 

--
You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.
To post to this group, send email to erpnext-dev...@googlegroups.com.
To unsubscribe from this group, send email to erpnext-developer...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msg/erpnext-developer-forum/-/CBwYNsFhz4UJ.

HF

unread,
Sep 13, 2012, 6:29:21 AM9/13/12
to erpnext-dev...@googlegroups.com
Hi Anand;

No I didn't change any settings.
I used the same with my other server and it works fine, but with this server it always give me this error.

I have made all previous updates smoothly from this server. 

Anand Doshi

unread,
Sep 13, 2012, 6:51:31 AM9/13/12
to erpnext-dev...@googlegroups.com
Hi HF,

GitHub provides three kinds of pointers to a repository: (taking example of erpnext)


SSH: g...@github.com:webnotes/erpnext.git


You received an error when doing sudo lib/wnf.py --update origin master:
it gives me permission denied (public key) with sudo

We can deduce that you are using SSH type of pointer to the repository, since it uses public key based authentication.

If you are using your own fork, this error could've been caused due to changing your identification or your public key. See https://help.github.com/articles/set-up-git and https://help.github.com/articles/generating-ssh-keys

If you are using erpnext's repository directly, you should make sure that your repository pointer is of type Git Read-Only.
you should check if doing: git remote -v shows Git Read-Only URL. Also check the same for the lib folder, if it points to git://github.com/webnotes/wnframework.git

For more details, see:

Thanks,
Anand.


--
You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.
To post to this group, send email to erpnext-dev...@googlegroups.com.
To unsubscribe from this group, send email to erpnext-developer...@googlegroups.com.

HF

unread,
Sep 13, 2012, 10:31:17 AM9/13/12
to erpnext-dev...@googlegroups.com
Hi Anand;

I do git remote -v  and it gives me this
origin  g...@github.com:webnotes/erpnext.git (fetch)
origin  g...@github.com:webnotes/erpnext.git (push) 

Anand Doshi

unread,
Sep 13, 2012, 10:36:07 AM9/13/12
to erpnext-dev...@googlegroups.com
Hi HF,

It seems that you have changed/not setup ssh keys of your server. See the setup ssh keys link in the previous email.

Thanks,

Anand.

Sent from my Xperia™ smartphone

HF <h.far...@gmail.com> wrote:

--
You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.
To post to this group, send email to erpnext-dev...@googlegroups.com.
To unsubscribe from this group, send email to erpnext-developer...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msg/erpnext-developer-forum/-/WnJyZpiaA3MJ.
Reply all
Reply to author
Forward
0 new messages