Custom Field calling

Hi

I created a field called pay-rate in the Employee master to store daily pay rate. I then created another field in Attendance form to show the pay-rate (called pay_rate).

When the employee details are called into a new Attendance form i would like to be able to call the pay_rate of the selected employee automatically as well in the custom field field pay_rate.

Please assist me with this task.
Thanks



You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un...@googlegroups.com.

To post to this group, send email to er...@googlegroups.com.

To view this discussion on the web visit https://groups.google.com/d/msg/erpnext-developer-forum/-/_FIV_un4zqoJ.

For more options, visit https://groups.google.com/groups/opt_out.

 

 

Hi Joseph,

You can use add_fetch to pull field values from employee form to attendance form when employee is selected.

Check: https://github.com/webnotes/wnframework/wiki/Client-side-scripting
Section: Using add_fetch

Thanks,
Anand.

On 13-Mar-2013, at 12:01 PM, Joseph Siame <th...@gmail.com> wrote:

Hi

I created a field called pay-rate in the Employee master to store daily pay rate. I then created another field in Attendance form to show the pay-rate (called pay_rate).

When the employee details are called into a new Attendance form i would like to be able to call the pay_rate of the selected employee automatically as well in the custom field field pay_rate.

Please assist me with this task.
Thanks



You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

To post to this group, send email to er…@googlegroups.com.

To view this discussion on the web visit https://groups.google.com/d/msg/erpnext-developer-forum/-/_FIV_un4zqoJ.

For more options, visit https://groups.google.com/groups/opt_out.

 

 




You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un...@googlegroups.com.

To post to this group, send email to er...@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.

 

 

Hi

I have attached 2 images just to help describe my problem. Using the add_fetch script method I am failing because i keep getting an error.

The pay_rate is employee is a custom field that i described earlier and this this is the custom field form i would like to automatically appear when i type in the employee’s name.

Any help will be greatly appreciated.

Thanks

On Wednesday, 13 March 2013 09:03:14 UTC+2, Anand Doshi wrote:

Hi Joseph,

You can use add_fetch to pull field values from employee form to attendance form when employee is selected.

Section: Using add_fetch

Thanks,
Anand.

On 13-Mar-2013, at 12:01 PM, Joseph Siame <th…@gmail.com> wrote:

Hi

I created a field called pay-rate in the Employee master to store daily pay rate. I then created another field in Attendance form to show the pay-rate (called pay_rate).

When the employee details are called into a new Attendance form i would like to be able to call the pay_rate of the selected employee automatically as well in the custom field field pay_rate.

Please assist me with this task.
Thanks



You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

To post to this group, send email to erpnext-dev…@googlegroups.com.

To view this discussion on the web visit https://groups.google.com/d/msg/erpnext-developer-forum/-/_FIV_un4zqoJ.

For more options, visit https://groups.google.com/groups/opt_out.

 

 




You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un...@googlegroups.com.

To post to this group, send email to er...@googlegroups.com.

To view this discussion on the web visit https://groups.google.com/d/msg/erpnext-developer-forum/-/5-Q2_tHI9pMJ.

For more options, visit https://groups.google.com/groups/opt_out.

 

 

Hi Joseph,

Please provide the add_fetch script written to pull Pay Rate in Attendance form. Better if you can provide screen shot of the same.


Thanks and Regards,

Umair Sayyed
www.erpnext.com


On Wed, Mar 13, 2013 at 2:50 PM, Joseph Siame <th…@gmail.com> wrote:

Hi

I have attached 2 images just to help describe my problem. Using the add_fetch script method I am failing because i keep getting an error.

The pay_rate is employee is a custom field that i described earlier and this this is the custom field form i would like to automatically appear when i type in the employee's name.

Any help will be greatly appreciated.

Thanks


On Wednesday, 13 March 2013 09:03:14 UTC+2, Anand Doshi wrote:
Hi Joseph,

You can use add_fetch to pull field values from employee form to attendance form when employee is selected.

Section: Using add_fetch

Thanks,
Anand.

On 13-Mar-2013, at 12:01 PM, Joseph Siame <th...@gmail.com> wrote:

Hi

I created a field called pay-rate in the Employee master to store daily pay rate. I then created another field in Attendance form to show the pay-rate (called pay_rate).

When the employee details are called into a new Attendance form i would like to be able to call the pay_rate of the selected employee automatically as well in the custom field field pay_rate.

Please assist me with this task.
Thanks



You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.


To post to this group, send email to erpnext-dev…@googlegroups.com.



You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

To post to this group, send email to er…@googlegroups.com.


To view this discussion on the web visit https://groups.google.com/d/msg/erpnext-developer-forum/-/5-Q2_tHI9pMJ.


For more options, visit https://groups.google.com/groups/opt_out.








You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un...@googlegroups.com.

To post to this group, send email to er...@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.

 

 

Hi

I looked at the code one more time and got to partially work. Problem is, is that its calling the rate quite alright but it has now stopped calling the name.

i have attached to screen shots.

Thanks

On Wednesday, 13 March 2013 11:26:45 UTC+2, Umair Sayyed wrote:

Hi Joseph,

Please provide the add_fetch script written to pull Pay Rate in Attendance form. Better if you can provide screen shot of the same.


Thanks and Regards,

Umair Sayyed
www.erpnext.com


On Wed, Mar 13, 2013 at 2:50 PM, Joseph Siame <th…@gmail.com> wrote:

Hi

I have attached 2 images just to help describe my problem. Using the add_fetch script method I am failing because i keep getting an error.

The pay_rate is employee is a custom field that i described earlier and this this is the custom field form i would like to automatically appear when i type in the employee's name.

Any help will be greatly appreciated.

Thanks


On Wednesday, 13 March 2013 09:03:14 UTC+2, Anand Doshi wrote:
Hi Joseph,

You can use add_fetch to pull field values from employee form to attendance form when employee is selected.

Section: Using add_fetch

Thanks,
Anand.

On 13-Mar-2013, at 12:01 PM, Joseph Siame <th...@gmail.com> wrote:

Hi

I created a field called pay-rate in the Employee master to store daily pay rate. I then created another field in Attendance form to show the pay-rate (called pay_rate).

When the employee details are called into a new Attendance form i would like to be able to call the pay_rate of the selected employee automatically as well in the custom field field pay_rate.

Please assist me with this task.
Thanks



You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+unsubscr…@googlegroups.com.


To post to this group, send email to erpnext-dev…@googlegroups.com.


To view this discussion on the web visit https://groups.google.com/d/msg/erpnext-developer-forum/-/_FIV_un4zqoJ.

For more options, visit https://groups.google.com/groups/opt_out.

 

 




You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

To post to this group, send email to erpnext-dev…@googlegroups.com.


To view this discussion on the web visit https://groups.google.com/d/msg/erpnext-developer-forum/-/5-Q2_tHI9pMJ.


For more options, visit https://groups.google.com/groups/opt_out.
 
 






You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un...@googlegroups.com.

To post to this group, send email to er...@googlegroups.com.

To view this discussion on the web visit https://groups.google.com/d/msg/erpnext-developer-forum/-/5lhiwAljP8YJ.

For more options, visit https://groups.google.com/groups/opt_out.

 

 

Hi Joseph,

If you just want to get Employee Name from Employee records, you can write another add_fetch to do that. It will club all add fetch and get the values together.

-Anand.

On 13-Mar-2013, at 3:36 PM, Joseph Siame <th...@gmail.com> wrote:

Hi

I looked at the code one more time and got to partially work. Problem is, is that its calling the rate quite alright but it has now stopped calling the name.

i have attached to screen shots.

Thanks

On Wednesday, 13 March 2013 11:26:45 UTC+2, Umair Sayyed wrote:
Hi Joseph,

Please provide the add_fetch script written to pull Pay Rate in Attendance form. Better if you can provide screen shot of the same.

--
Thanks and Regards,
Umair Sayyed
www.erpnext.com


On Wed, Mar 13, 2013 at 2:50 PM, Joseph Siame <th...@gmail.com> wrote:
Hi

I have attached 2 images just to help describe my problem. Using the add_fetch script method I am failing because i keep getting an error.

The pay_rate is employee is a custom field that i described earlier and this this is the custom field form i would like to automatically appear when i type in the employee's name.

Any help will be greatly appreciated.

Thanks


On Wednesday, 13 March 2013 09:03:14 UTC+2, Anand Doshi wrote:
Hi Joseph,

You can use add_fetch to pull field values from employee form to attendance form when employee is selected.

Section: Using add_fetch

Thanks,
Anand.

On 13-Mar-2013, at 12:01 PM, Joseph Siame <th...@gmail.com> wrote:

Hi

I created a field called pay-rate in the Employee master to store daily pay rate. I then created another field in Attendance form to show the pay-rate (called pay_rate).

When the employee details are called into a new Attendance form i would like to be able to call the pay_rate of the selected employee automatically as well in the custom field field pay_rate.

Please assist me with this task.
Thanks



You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+unsubscr…@googlegroups.com.


To post to this group, send email to erpnext-dev…@googlegroups.com.


To view this discussion on the web visit https://groups.google.com/d/msg/erpnext-developer-forum/-/_FIV_un4zqoJ.

For more options, visit https://groups.google.com/groups/opt_out.

 

 





You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

To post to this group, send email to erpnext-dev…@googlegroups.com.


To view this discussion on the web visit https://groups.google.com/d/msg/erpnext-developer-forum/-/5-Q2_tHI9pMJ.


For more options, visit https://groups.google.com/groups/opt_out.
 
 







You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

To post to this group, send email to er…@googlegroups.com.

To view this discussion on the web visit https://groups.google.com/d/msg/erpnext-developer-forum/-/5lhiwAljP8YJ.

For more options, visit https://groups.google.com/groups/opt_out.

 

 

<client side script.bmp>




You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un...@googlegroups.com.

To post to this group, send email to er...@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.

 

 

Hi

Oh ok. I thought bout that but why did the employee name stop auto filling when searching by employee code? 

Ok let me try your suggestion. 

Thanks. 

On Mar 13, 2013, at 12:12, Anand Doshi <an...@iwebnotes.com> wrote:

Hi Joseph,

If you just want to get Employee Name from Employee records, you can write another add_fetch to do that. It will club all add fetch and get the values together.

-Anand.

On 13-Mar-2013, at 3:36 PM, Joseph Siame <th...@gmail.com> wrote:

Hi

I looked at the code one more time and got to partially work. Problem is, is that its calling the rate quite alright but it has now stopped calling the name.

i have attached to screen shots.

Thanks

On Wednesday, 13 March 2013 11:26:45 UTC+2, Umair Sayyed wrote:
Hi Joseph,

Please provide the add_fetch script written to pull Pay Rate in Attendance form. Better if you can provide screen shot of the same.

--
Thanks and Regards,
Umair Sayyed
www.erpnext.com


On Wed, Mar 13, 2013 at 2:50 PM, Joseph Siame <th...@gmail.com> wrote:
Hi

I have attached 2 images just to help describe my problem. Using the add_fetch script method I am failing because i keep getting an error.

The pay_rate is employee is a custom field that i described earlier and this this is the custom field form i would like to automatically appear when i type in the employee's name.

Any help will be greatly appreciated.

Thanks


On Wednesday, 13 March 2013 09:03:14 UTC+2, Anand Doshi wrote:
Hi Joseph,

You can use add_fetch to pull field values from employee form to attendance form when employee is selected.

Section: Using add_fetch

Thanks,
Anand.

On 13-Mar-2013, at 12:01 PM, Joseph Siame <th...@gmail.com> wrote:

Hi

I created a field called pay-rate in the Employee master to store daily pay rate. I then created another field in Attendance form to show the pay-rate (called pay_rate).

When the employee details are called into a new Attendance form i would like to be able to call the pay_rate of the selected employee automatically as well in the custom field field pay_rate.

Please assist me with this task.
Thanks



You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+unsubscr…@googlegroups.com.


To post to this group, send email to erpnext-dev…@googlegroups.com.


To view this discussion on the web visit https://groups.google.com/d/msg/erpnext-developer-forum/-/_FIV_un4zqoJ.

For more options, visit https://groups.google.com/groups/opt_out.

 

 





You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

To post to this group, send email to erpnext-dev…@googlegroups.com.


To view this discussion on the web visit https://groups.google.com/d/msg/erpnext-developer-forum/-/5-Q2_tHI9pMJ.


For more options, visit https://groups.google.com/groups/opt_out.
 
 







You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

To post to this group, send email to er…@googlegroups.com.

To view this discussion on the web visit https://groups.google.com/d/msg/erpnext-developer-forum/-/5lhiwAljP8YJ.

For more options, visit https://groups.google.com/groups/opt_out.

 

 

<client side script.bmp>




You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

To post to this group, send email to er…@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.

 

 



You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un...@googlegroups.com.

To post to this group, send email to er...@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.

 

 

When developing, you should keep the browser's javascript console open. If there is any error, it will point you in the right direction.

-Anand.


On 13-Mar-2013, at 3:46 PM, th...@gmail.com wrote:

Hi

Oh ok. I thought bout that but why did the employee name stop auto filling when searching by employee code? 

Ok let me try your suggestion. 

Thanks. 

On Mar 13, 2013, at 12:12, Anand Doshi <an...@iwebnotes.com> wrote:

Hi Joseph,

If you just want to get Employee Name from Employee records, you can write another add_fetch to do that. It will club all add fetch and get the values together.

-Anand.

On 13-Mar-2013, at 3:36 PM, Joseph Siame <th...@gmail.com> wrote:

Hi

I looked at the code one more time and got to partially work. Problem is, is that its calling the rate quite alright but it has now stopped calling the name.

i have attached to screen shots.

Thanks

On Wednesday, 13 March 2013 11:26:45 UTC+2, Umair Sayyed wrote:
Hi Joseph,

Please provide the add_fetch script written to pull Pay Rate in Attendance form. Better if you can provide screen shot of the same.

--
Thanks and Regards,
Umair Sayyed
www.erpnext.com


On Wed, Mar 13, 2013 at 2:50 PM, Joseph Siame <th...@gmail.com> wrote:
Hi

I have attached 2 images just to help describe my problem. Using the add_fetch script method I am failing because i keep getting an error.

The pay_rate is employee is a custom field that i described earlier and this this is the custom field form i would like to automatically appear when i type in the employee's name.

Any help will be greatly appreciated.

Thanks


On Wednesday, 13 March 2013 09:03:14 UTC+2, Anand Doshi wrote:
Hi Joseph,

You can use add_fetch to pull field values from employee form to attendance form when employee is selected.

Section: Using add_fetch

Thanks,
Anand.

On 13-Mar-2013, at 12:01 PM, Joseph Siame <th...@gmail.com> wrote:

Hi

I created a field called pay-rate in the Employee master to store daily pay rate. I then created another field in Attendance form to show the pay-rate (called pay_rate).

When the employee details are called into a new Attendance form i would like to be able to call the pay_rate of the selected employee automatically as well in the custom field field pay_rate.

Please assist me with this task.
Thanks



You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+unsubscr…@googlegroups.com.


To post to this group, send email to erpnext-dev…@googlegroups.com.


To view this discussion on the web visit https://groups.google.com/d/msg/erpnext-developer-forum/-/_FIV_un4zqoJ.

For more options, visit https://groups.google.com/groups/opt_out.

 

 





You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

To post to this group, send email to erpnext-dev…@googlegroups.com.


To view this discussion on the web visit https://groups.google.com/d/msg/erpnext-developer-forum/-/5-Q2_tHI9pMJ.


For more options, visit https://groups.google.com/groups/opt_out.
 
 







You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

To post to this group, send email to er…@googlegroups.com.

To view this discussion on the web visit https://groups.google.com/d/msg/erpnext-developer-forum/-/5lhiwAljP8YJ.

For more options, visit https://groups.google.com/groups/opt_out.

 

 

<client side script.bmp>





You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

To post to this group, send email to er…@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.

 

 




You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

To post to this group, send email to er…@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.

 

 




You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un...@googlegroups.com.

To post to this group, send email to er...@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.

 

 

Thanks, that seemed to work. Will make use of the console next time around. 

Thanks again. 



On Mar 13, 2013, at 12:18, Anand Doshi <an...@iwebnotes.com> wrote:

When developing, you should keep the browser's javascript console open. If there is any error, it will point you in the right direction.

-Anand.


On 13-Mar-2013, at 3:46 PM, th...@gmail.com wrote:

Hi

Oh ok. I thought bout that but why did the employee name stop auto filling when searching by employee code? 

Ok let me try your suggestion. 

Thanks. 

On Mar 13, 2013, at 12:12, Anand Doshi <an...@iwebnotes.com> wrote:

Hi Joseph,

If you just want to get Employee Name from Employee records, you can write another add_fetch to do that. It will club all add fetch and get the values together.

-Anand.

On 13-Mar-2013, at 3:36 PM, Joseph Siame <th...@gmail.com> wrote:

Hi

I looked at the code one more time and got to partially work. Problem is, is that its calling the rate quite alright but it has now stopped calling the name.

i have attached to screen shots.

Thanks

On Wednesday, 13 March 2013 11:26:45 UTC+2, Umair Sayyed wrote:
Hi Joseph,

Please provide the add_fetch script written to pull Pay Rate in Attendance form. Better if you can provide screen shot of the same.

--
Thanks and Regards,
Umair Sayyed
www.erpnext.com


On Wed, Mar 13, 2013 at 2:50 PM, Joseph Siame <th...@gmail.com> wrote:
Hi

I have attached 2 images just to help describe my problem. Using the add_fetch script method I am failing because i keep getting an error.

The pay_rate is employee is a custom field that i described earlier and this this is the custom field form i would like to automatically appear when i type in the employee's name.

Any help will be greatly appreciated.

Thanks


On Wednesday, 13 March 2013 09:03:14 UTC+2, Anand Doshi wrote:
Hi Joseph,

You can use add_fetch to pull field values from employee form to attendance form when employee is selected.

Section: Using add_fetch

Thanks,
Anand.

On 13-Mar-2013, at 12:01 PM, Joseph Siame <th...@gmail.com> wrote:

Hi

I created a field called pay-rate in the Employee master to store daily pay rate. I then created another field in Attendance form to show the pay-rate (called pay_rate).

When the employee details are called into a new Attendance form i would like to be able to call the pay_rate of the selected employee automatically as well in the custom field field pay_rate.

Please assist me with this task.
Thanks



You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+unsubscr…@googlegroups.com.


To post to this group, send email to erpnext-dev…@googlegroups.com.


To view this discussion on the web visit https://groups.google.com/d/msg/erpnext-developer-forum/-/_FIV_un4zqoJ.

For more options, visit https://groups.google.com/groups/opt_out.

 

 





You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

To post to this group, send email to erpnext-dev…@googlegroups.com.


To view this discussion on the web visit https://groups.google.com/d/msg/erpnext-developer-forum/-/5-Q2_tHI9pMJ.


For more options, visit https://groups.google.com/groups/opt_out.
 
 







You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

To post to this group, send email to er…@googlegroups.com.

To view this discussion on the web visit https://groups.google.com/d/msg/erpnext-developer-forum/-/5lhiwAljP8YJ.

For more options, visit https://groups.google.com/groups/opt_out.

 

 

<client side script.bmp>





You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

To post to this group, send email to er…@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.

 

 




You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

To post to this group, send email to er…@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.

 

 




You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

To post to this group, send email to er…@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.

 

 



You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un...@googlegroups.com.

To post to this group, send email to er...@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.

 

 

Hi

Another query, on custom scripting. Is there a custom script that ca help me with the following scenario.

I have defined 4 item groups and i have 2 warehouses. I want a script to automatically fill in the reserve warehouse and using the value in the reserve warehouse field i would like to set either ‘is purchase item’ or ‘is sales item’ to yes/no?

Thanks


On Wednesday, 13 March 2013 12:26:36 UTC+2, Joseph Siame wrote:

Thanks, that seemed to work. Will make use of the console next time around. 

Thanks again. 



On Mar 13, 2013, at 12:18, Anand Doshi <an…@iwebnotes.com> wrote:

When developing, you should keep the browser’s javascript console open. If there is any error, it will point you in the right direction.

-Anand.


On 13-Mar-2013, at 3:46 PM, th…@gmail.com wrote:

Hi

Oh ok. I thought bout that but why did the employee name stop auto filling when searching by employee code? 

Ok let me try your suggestion. 

Thanks. 

On Mar 13, 2013, at 12:12, Anand Doshi <an…@iwebnotes.com> wrote:

Hi Joseph,

If you just want to get Employee Name from Employee records, you can write another add_fetch to do that. It will club all add fetch and get the values together.

-Anand.

On 13-Mar-2013, at 3:36 PM, Joseph Siame <th…@gmail.com> wrote:

Hi

I looked at the code one more time and got to partially work. Problem is, is that its calling the rate quite alright but it has now stopped calling the name.

i have attached to screen shots.

Thanks

On Wednesday, 13 March 2013 11:26:45 UTC+2, Umair Sayyed wrote:
Hi Joseph,

Please provide the add_fetch script written to pull Pay Rate in Attendance form. Better if you can provide screen shot of the same.


Thanks and Regards,

Umair Sayyed
www.erpnext.com


On Wed, Mar 13, 2013 at 2:50 PM, Joseph Siame <th…@gmail.com> wrote:

Hi

I have attached 2 images just to help describe my problem. Using the add_fetch script method I am failing because i keep getting an error.

The pay_rate is employee is a custom field that i described earlier and this this is the custom field form i would like to automatically appear when i type in the employee's name.

Any help will be greatly appreciated.

Thanks


On Wednesday, 13 March 2013 09:03:14 UTC+2, Anand Doshi wrote:
Hi Joseph,

You can use add_fetch to pull field values from employee form to attendance form when employee is selected.

Section: Using add_fetch

Thanks,
Anand.

On 13-Mar-2013, at 12:01 PM, Joseph Siame <th...@gmail.com> wrote:

Hi

I created a field called pay-rate in the Employee master to store daily pay rate. I then created another field in Attendance form to show the pay-rate (called pay_rate).

When the employee details are called into a new Attendance form i would like to be able to call the pay_rate of the selected employee automatically as well in the custom field field pay_rate.

Please assist me with this task.
Thanks



You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+unsubscr…@googlegroups.com.


To post to this group, send email to erpnext-dev…@googlegroups.com.


To view this discussion on the web visit https://groups.google.com/d/msg/erpnext-developer-forum/-/_FIV_un4zqoJ.

For more options, visit https://groups.google.com/groups/opt_out.

 

 





You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

To post to this group, send email to er…@googlegroups.com.


To view this discussion on the web visit https://groups.google.com/d/msg/erpnext-developer-forum/-/5-Q2_tHI9pMJ.


For more options, visit https://groups.google.com/groups/opt_out.
 
 







You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

To post to this group, send email to erpnext-developer-forum@googlegroups.com.

To view this discussion on the web visit https://groups.google.com/d/msg/erpnext-developer-forum/-/5lhiwAljP8YJ.

For more options, visit https://groups.google.com/groups/opt_out.

 

 

<client side script.bmp>





You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

To post to this group, send email to erpnext-developer-forum@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.

 

 




You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

To post to this group, send email to erpnext-developer-forum@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.

 

 




You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

To post to this group, send email to erpnext-developer-forum@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.

 

 



You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un...@googlegroups.com.

To post to this group, send email to er...@googlegroups.com.

To view this discussion on the web visit https://groups.google.com/d/msg/erpnext-developer-forum/-/gsanDFbIX2MJ.

For more options, visit https://groups.google.com/groups/opt_out.

 

 

Joseph,

Default Reserve warehouse can be set in the Item Master.

best,
Rushabh

W: https://erpnext.com
T: @rushabh_mehta

On 13-Mar-2013, at 7:54 PM, Joseph Siame <th...@gmail.com> wrote:

Hi

Another query, on custom scripting. Is there a custom script that ca help me with the following scenario.

I have defined 4 item groups and i have 2 warehouses. I want a script to automatically fill in the reserve warehouse and using the value in the reserve warehouse field i would like to set either 'is purchase item' or 'is sales item' to yes/no?

Thanks


On Wednesday, 13 March 2013 12:26:36 UTC+2, Joseph Siame wrote:
Thanks, that seemed to work. Will make use of the console next time around. 

Thanks again. 



On Mar 13, 2013, at 12:18, Anand Doshi <an...@iwebnotes.com> wrote:

When developing, you should keep the browser's javascript console open. If there is any error, it will point you in the right direction.

-Anand.


On 13-Mar-2013, at 3:46 PM, th...@gmail.com wrote:

Hi

Oh ok. I thought bout that but why did the employee name stop auto filling when searching by employee code? 

Ok let me try your suggestion. 

Thanks. 

On Mar 13, 2013, at 12:12, Anand Doshi <an...@iwebnotes.com> wrote:

Hi Joseph,

If you just want to get Employee Name from Employee records, you can write another add_fetch to do that. It will club all add fetch and get the values together.

-Anand.

On 13-Mar-2013, at 3:36 PM, Joseph Siame <th...@gmail.com> wrote:

Hi

I looked at the code one more time and got to partially work. Problem is, is that its calling the rate quite alright but it has now stopped calling the name.

i have attached to screen shots.

Thanks

On Wednesday, 13 March 2013 11:26:45 UTC+2, Umair Sayyed wrote:
Hi Joseph,

Please provide the add_fetch script written to pull Pay Rate in Attendance form. Better if you can provide screen shot of the same.

--
Thanks and Regards,
Umair Sayyed
www.erpnext.com


On Wed, Mar 13, 2013 at 2:50 PM, Joseph Siame <th...@gmail.com> wrote:
Hi

I have attached 2 images just to help describe my problem. Using the add_fetch script method I am failing because i keep getting an error.

The pay_rate is employee is a custom field that i described earlier and this this is the custom field form i would like to automatically appear when i type in the employee's name.

Any help will be greatly appreciated.

Thanks


On Wednesday, 13 March 2013 09:03:14 UTC+2, Anand Doshi wrote:
Hi Joseph,

You can use add_fetch to pull field values from employee form to attendance form when employee is selected.

Section: Using add_fetch

Thanks,
Anand.

On 13-Mar-2013, at 12:01 PM, Joseph Siame <th...@gmail.com> wrote:

Hi

I created a field called pay-rate in the Employee master to store daily pay rate. I then created another field in Attendance form to show the pay-rate (called pay_rate).

When the employee details are called into a new Attendance form i would like to be able to call the pay_rate of the selected employee automatically as well in the custom field field pay_rate.

Please assist me with this task.
Thanks



You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+unsubscr…@googlegroups.com.


To post to this group, send email to erpnext-dev…@googlegroups.com.


To view this discussion on the web visit https://groups.google.com/d/msg/erpnext-developer-forum/-/_FIV_un4zqoJ.

For more options, visit https://groups.google.com/groups/opt_out.

 

 





You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

To post to this group, send email to er…@googlegroups.com.


To view this discussion on the web visit https://groups.google.com/d/msg/erpnext-developer-forum/-/5-Q2_tHI9pMJ.


For more options, visit https://groups.google.com/groups/opt_out.
 
 







You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

To post to this group, send email to erpnext-developer-forum@googlegroups.com.

To view this discussion on the web visit https://groups.google.com/d/msg/erpnext-developer-forum/-/5lhiwAljP8YJ.

For more options, visit https://groups.google.com/groups/opt_out.

 

 

<client side script.bmp>





You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

To post to this group, send email to erpnext-developer-forum@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.

 

 




You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

To post to this group, send email to erpnext-developer-forum@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.

 

 





You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

To post to this group, send email to erpnext-developer-forum@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.

 

 




You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

To post to this group, send email to er…@googlegroups.com.

To view this discussion on the web visit https://groups.google.com/d/msg/erpnext-developer-forum/-/gsanDFbIX2MJ.

For more options, visit https://groups.google.com/groups/opt_out.

 

 




You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un...@googlegroups.com.

To post to this group, send email to er...@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.

 

 

Hi

Ok here is the script logic i want to implement

[logic]

if item group = finished goods or boards
    then
        Set default_warehouse to Finished goods warehouse and is_purchase_item  to no;
elseif item group = ink, paper and starch
    then
        set default_warehouse to Raw Materials Warehouse and is_sales_item to no;

[/logic]

and here is the test code i tried for starters but didnt work

</span><br><br>cur_frm.cscript.custom_refresh = function(doc) {<br>&nbsp;&nbsp;&nbsp; if(doc.item_group="Finished Goods") {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; doc.default_warehouse="Finished Goods Warehouse";<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; doc.is_purchase_item="No";<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; break;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp; }<br><span style="color: rgb(255, 0, 0);">

So i wanted some direction.

Thanks

On Thursday, 14 March 2013 06:44:22 UTC+2, rushabh wrote:

Joseph,

Default Reserve warehouse can be set in the Item Master.

best,
Rushabh

On 13-Mar-2013, at 7:54 PM, Joseph Siame <th...@gmail.com> wrote:

Hi

Another query, on custom scripting. Is there a custom script that ca help me with the following scenario.

I have defined 4 item groups and i have 2 warehouses. I want a script to automatically fill in the reserve warehouse and using the value in the reserve warehouse field i would like to set either 'is purchase item' or 'is sales item' to yes/no?

Thanks


On Wednesday, 13 March 2013 12:26:36 UTC+2, Joseph Siame wrote:
Thanks, that seemed to work. Will make use of the console next time around. 

Thanks again. 



On Mar 13, 2013, at 12:18, Anand Doshi <an...@iwebnotes.com> wrote:

When developing, you should keep the browser's javascript console open. If there is any error, it will point you in the right direction.

-Anand.


On 13-Mar-2013, at 3:46 PM, th...@gmail.com wrote:

Hi

Oh ok. I thought bout that but why did the employee name stop auto filling when searching by employee code? 

Ok let me try your suggestion. 

Thanks. 

On Mar 13, 2013, at 12:12, Anand Doshi <an...@iwebnotes.com> wrote:

Hi Joseph,

If you just want to get Employee Name from Employee records, you can write another add_fetch to do that. It will club all add fetch and get the values together.

-Anand.

On 13-Mar-2013, at 3:36 PM, Joseph Siame <th...@gmail.com> wrote:

Hi

I looked at the code one more time and got to partially work. Problem is, is that its calling the rate quite alright but it has now stopped calling the name.

i have attached to screen shots.

Thanks

On Wednesday, 13 March 2013 11:26:45 UTC+2, Umair Sayyed wrote:
Hi Joseph,

Please provide the add_fetch script written to pull Pay Rate in Attendance form. Better if you can provide screen shot of the same.

--
Thanks and Regards,
Umair Sayyed
www.erpnext.com


On Wed, Mar 13, 2013 at 2:50 PM, Joseph Siame <th...@gmail.com> wrote:
Hi

I have attached 2 images just to help describe my problem. Using the add_fetch script method I am failing because i keep getting an error.

The pay_rate is employee is a custom field that i described earlier and this this is the custom field form i would like to automatically appear when i type in the employee's name.

Any help will be greatly appreciated.

Thanks


On Wednesday, 13 March 2013 09:03:14 UTC+2, Anand Doshi wrote:
Hi Joseph,

You can use add_fetch to pull field values from employee form to attendance form when employee is selected.

Section: Using add_fetch

Thanks,
Anand.

On 13-Mar-2013, at 12:01 PM, Joseph Siame <th...@gmail.com> wrote:

Hi

I created a field called pay-rate in the Employee master to store daily pay rate. I then created another field in Attendance form to show the pay-rate (called pay_rate).

When the employee details are called into a new Attendance form i would like to be able to call the pay_rate of the selected employee automatically as well in the custom field field pay_rate.

Please assist me with this task.
Thanks



You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+unsubscr…@googlegroups.com.


To post to this group, send email to erpnext-dev…@googlegroups.com.


To view this discussion on the web visit https://groups.google.com/d/msg/erpnext-developer-forum/-/_FIV_un4zqoJ.

For more options, visit https://groups.google.com/groups/opt_out.

 

 





You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

To post to this group, send email to er…@googlegroups.com.


To view this discussion on the web visit https://groups.google.com/d/msg/erpnext-developer-forum/-/5-Q2_tHI9pMJ.


For more options, visit https://groups.google.com/groups/opt_out.
 
 







You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

To post to this group, send email to erpnext-dev…@googlegroups.com.

To view this discussion on the web visit https://groups.google.com/d/msg/erpnext-developer-forum/-/5lhiwAljP8YJ.

For more options, visit https://groups.google.com/groups/opt_out.

 

 

<client side script.bmp>





You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

To post to this group, send email to erpnext-dev…@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.

 

 




You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

To post to this group, send email to erpnext-dev…@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.

 

 





You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

To post to this group, send email to erpnext-dev…@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.

 

 




You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

To post to this group, send email to erpnext-dev…@googlegroups.com.

To view this discussion on the web visit https://groups.google.com/d/msg/erpnext-developer-forum/-/gsanDFbIX2MJ.

For more options, visit https://groups.google.com/groups/opt_out.

 

 




You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un...@googlegroups.com.

To post to this group, send email to er...@googlegroups.com.

To view this discussion on the web visit https://groups.google.com/d/msg/erpnext-developer-forum/-/8U2Afa58hmIJ.

For more options, visit https://groups.google.com/groups/opt_out.

 

 

It should be called on change of item group instead of refresh.
Please check modified code: http://pastebin.com/ETN1zcg0


Regards,
Nabin Hait

On 14-Mar-2013, at 1:38 PM, Joseph Siame wrote:

Hi

Ok here is the script logic i want to implement

[logic]

if item group = finished goods or boards
    then
        Set default_warehouse to Finished goods warehouse and is_purchase_item  to no;
elseif item group = ink, paper and starch
    then
        set default_warehouse to Raw Materials Warehouse and is_sales_item to no;

[/logic]

and here is the test code i tried for starters but didnt work

[code]

cur_frm.cscript.custom_refresh = function(doc) {
    if(doc.item_group="Finished Goods") {
        doc.default_warehouse="Finished Goods Warehouse";
        doc.is_purchase_item="No";
        break;
        }
    }
[/code]

So i wanted some direction.

Thanks

On Thursday, 14 March 2013 06:44:22 UTC+2, rushabh wrote:
Joseph,

Default Reserve warehouse can be set in the Item Master.

best,
Rushabh

W: https://erpnext.com
T: @rushabh_mehta

On 13-Mar-2013, at 7:54 PM, Joseph Siame <th...@gmail.com> wrote:

Hi

Another query, on custom scripting. Is there a custom script that ca help me with the following scenario.

I have defined 4 item groups and i have 2 warehouses. I want a script to automatically fill in the reserve warehouse and using the value in the reserve warehouse field i would like to set either 'is purchase item' or 'is sales item' to yes/no?

Thanks


On Wednesday, 13 March 2013 12:26:36 UTC+2, Joseph Siame wrote:
Thanks, that seemed to work. Will make use of the console next time around. 

Thanks again. 



On Mar 13, 2013, at 12:18, Anand Doshi <an...@iwebnotes.com> wrote:

When developing, you should keep the browser's javascript console open. If there is any error, it will point you in the right direction.

-Anand.


On 13-Mar-2013, at 3:46 PM, th...@gmail.com wrote:

Hi

Oh ok. I thought bout that but why did the employee name stop auto filling when searching by employee code? 

Ok let me try your suggestion. 

Thanks. 

On Mar 13, 2013, at 12:12, Anand Doshi <an...@iwebnotes.com> wrote:

Hi Joseph,

If you just want to get Employee Name from Employee records, you can write another add_fetch to do that. It will club all add fetch and get the values together.

-Anand.

On 13-Mar-2013, at 3:36 PM, Joseph Siame <th...@gmail.com> wrote:

Hi

I looked at the code one more time and got to partially work. Problem is, is that its calling the rate quite alright but it has now stopped calling the name.

i have attached to screen shots.

Thanks

On Wednesday, 13 March 2013 11:26:45 UTC+2, Umair Sayyed wrote:
Hi Joseph,

Please provide the add_fetch script written to pull Pay Rate in Attendance form. Better if you can provide screen shot of the same.

--
Thanks and Regards,
Umair Sayyed
www.erpnext.com


On Wed, Mar 13, 2013 at 2:50 PM, Joseph Siame <th...@gmail.com> wrote:
Hi

I have attached 2 images just to help describe my problem. Using the add_fetch script method I am failing because i keep getting an error.

The pay_rate is employee is a custom field that i described earlier and this this is the custom field form i would like to automatically appear when i type in the employee's name.

Any help will be greatly appreciated.

Thanks


On Wednesday, 13 March 2013 09:03:14 UTC+2, Anand Doshi wrote:
Hi Joseph,

You can use add_fetch to pull field values from employee form to attendance form when employee is selected.

Section: Using add_fetch

Thanks,
Anand.

On 13-Mar-2013, at 12:01 PM, Joseph Siame <th...@gmail.com> wrote:

Hi

I created a field called pay-rate in the Employee master to store daily pay rate. I then created another field in Attendance form to show the pay-rate (called pay_rate).

When the employee details are called into a new Attendance form i would like to be able to call the pay_rate of the selected employee automatically as well in the custom field field pay_rate.

Please assist me with this task.
Thanks



You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+unsubscr…@googlegroups.com.


To post to this group, send email to erpnext-dev…@googlegroups.com.


To view this discussion on the web visit https://groups.google.com/d/msg/erpnext-developer-forum/-/_FIV_un4zqoJ.

For more options, visit https://groups.google.com/groups/opt_out.

 

 





You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

To post to this group, send email to er…@googlegroups.com.


To view this discussion on the web visit https://groups.google.com/d/msg/erpnext-developer-forum/-/5-Q2_tHI9pMJ.


For more options, visit https://groups.google.com/groups/opt_out.
 
 







You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

To post to this group, send email to erpnext-dev…@googlegroups.com.

To view this discussion on the web visit https://groups.google.com/d/msg/erpnext-developer-forum/-/5lhiwAljP8YJ.

For more options, visit https://groups.google.com/groups/opt_out.

 

 

<client side script.bmp>





You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

To post to this group, send email to erpnext-dev…@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.

 

 




You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

To post to this group, send email to erpnext-dev…@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.

 

 





You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

To post to this group, send email to erpnext-dev…@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.

 

 




You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

To post to this group, send email to erpnext-dev…@googlegroups.com.

To view this discussion on the web visit https://groups.google.com/d/msg/erpnext-developer-forum/-/gsanDFbIX2MJ.

For more options, visit https://groups.google.com/groups/opt_out.

 

 





You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

To post to this group, send email to er…@googlegroups.com.

To view this discussion on the web visit https://groups.google.com/d/msg/erpnext-developer-forum/-/8U2Afa58hmIJ.

For more options, visit https://groups.google.com/groups/opt_out.

 

 




You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un...@googlegroups.com.

To post to this group, send email to er...@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.

 

 

Ok thanks. Ill try that as soon as i can. 

One last thing. I am trying to do a stock reconciliation from the stock module. Even if i leave the valuation rate empty it gives an error and doesnt update the stock why is valuation rate needed. If i have already set the price rate and last purchase rate for the items?

Thanks. 


On Mar 14, 2013, at 10:28, Nabin Hait <na...@gmail.com> wrote:

It should be called on change of item group instead of refresh.
Please check modified code: http://pastebin.com/ETN1zcg0


Regards,
Nabin Hait

On 14-Mar-2013, at 1:38 PM, Joseph Siame wrote:

Hi

Ok here is the script logic i want to implement

[logic]

if item group = finished goods or boards
    then
        Set default_warehouse to Finished goods warehouse and is_purchase_item  to no;
elseif item group = ink, paper and starch
    then
        set default_warehouse to Raw Materials Warehouse and is_sales_item to no;

[/logic]

and here is the test code i tried for starters but didnt work

[code]

cur_frm.cscript.custom_refresh = function(doc) {
    if(doc.item_group="Finished Goods") {
        doc.default_warehouse="Finished Goods Warehouse";
        doc.is_purchase_item="No";
        break;
        }
    }
[/code]

So i wanted some direction.

Thanks

On Thursday, 14 March 2013 06:44:22 UTC+2, rushabh wrote:
Joseph,

Default Reserve warehouse can be set in the Item Master.

best,
Rushabh

W: https://erpnext.com
T: @rushabh_mehta

On 13-Mar-2013, at 7:54 PM, Joseph Siame <th...@gmail.com> wrote:

Hi

Another query, on custom scripting. Is there a custom script that ca help me with the following scenario.

I have defined 4 item groups and i have 2 warehouses. I want a script to automatically fill in the reserve warehouse and using the value in the reserve warehouse field i would like to set either 'is purchase item' or 'is sales item' to yes/no?

Thanks


On Wednesday, 13 March 2013 12:26:36 UTC+2, Joseph Siame wrote:
Thanks, that seemed to work. Will make use of the console next time around. 

Thanks again. 



On Mar 13, 2013, at 12:18, Anand Doshi <an...@iwebnotes.com> wrote:

When developing, you should keep the browser's javascript console open. If there is any error, it will point you in the right direction.

-Anand.


On 13-Mar-2013, at 3:46 PM, th...@gmail.com wrote:

Hi

Oh ok. I thought bout that but why did the employee name stop auto filling when searching by employee code? 

Ok let me try your suggestion. 

Thanks. 

On Mar 13, 2013, at 12:12, Anand Doshi <an...@iwebnotes.com> wrote:

Hi Joseph,

If you just want to get Employee Name from Employee records, you can write another add_fetch to do that. It will club all add fetch and get the values together.

-Anand.

On 13-Mar-2013, at 3:36 PM, Joseph Siame <th...@gmail.com> wrote:

Hi

I looked at the code one more time and got to partially work. Problem is, is that its calling the rate quite alright but it has now stopped calling the name.

i have attached to screen shots.

Thanks

On Wednesday, 13 March 2013 11:26:45 UTC+2, Umair Sayyed wrote:
Hi Joseph,

Please provide the add_fetch script written to pull Pay Rate in Attendance form. Better if you can provide screen shot of the same.

--
Thanks and Regards,
Umair Sayyed
www.erpnext.com


On Wed, Mar 13, 2013 at 2:50 PM, Joseph Siame <th...@gmail.com> wrote:
Hi

I have attached 2 images just to help describe my problem. Using the add_fetch script method I am failing because i keep getting an error.

The pay_rate is employee is a custom field that i described earlier and this this is the custom field form i would like to automatically appear when i type in the employee's name.

Any help will be greatly appreciated.

Thanks


On Wednesday, 13 March 2013 09:03:14 UTC+2, Anand Doshi wrote:
Hi Joseph,

You can use add_fetch to pull field values from employee form to attendance form when employee is selected.

Section: Using add_fetch

Thanks,
Anand.

On 13-Mar-2013, at 12:01 PM, Joseph Siame <th...@gmail.com> wrote:

Hi

I created a field called pay-rate in the Employee master to store daily pay rate. I then created another field in Attendance form to show the pay-rate (called pay_rate).

When the employee details are called into a new Attendance form i would like to be able to call the pay_rate of the selected employee automatically as well in the custom field field pay_rate.

Please assist me with this task.
Thanks



You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+unsubscr…@googlegroups.com.


To post to this group, send email to erpnext-dev…@googlegroups.com.


To view this discussion on the web visit https://groups.google.com/d/msg/erpnext-developer-forum/-/_FIV_un4zqoJ.

For more options, visit https://groups.google.com/groups/opt_out.

 

 





You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

To post to this group, send email to er…@googlegroups.com.


To view this discussion on the web visit https://groups.google.com/d/msg/erpnext-developer-forum/-/5-Q2_tHI9pMJ.


For more options, visit https://groups.google.com/groups/opt_out.
 
 







You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

To post to this group, send email to erpnext-dev…@googlegroups.com.

To view this discussion on the web visit https://groups.google.com/d/msg/erpnext-developer-forum/-/5lhiwAljP8YJ.

For more options, visit https://groups.google.com/groups/opt_out.

 

 

<client side script.bmp>





You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to



You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un...@googlegroups.com.

To post to this group, send email to er...@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.

 

 

Valuation Rate is mandatory for opening stock entry. 

System does not check last purchase rate from item master, it checks for "Stock Ledger Entry" that means, at-least one stock transaction against that item.

If any stock ledge entry exists and you did not mention valuation rate in reconciliation, system copies that rate while reconciliation.

Regards,
Nabin Hait

On 14-Mar-2013, at 2:59 PM, th...@gmail.com wrote:

One last thing. I am trying to do a stock reconciliation from the stock module. Even if i leave the valuation rate empty it gives an error and doesnt update the stock why is valuation rate needed. If i have already set the price rate and last purchase rate for the items?

Thanks. 



You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un...@googlegroups.com.

To post to this group, send email to er...@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.

 

 

Hi 

I made a few customizations to my item form, and now my stock main reports are all not showing. 

Could be the reason or is it something else. 

Thanks

On Mar 14, 2013, at 10:28, Nabin Hait <na...@gmail.com> wrote:

It should be called on change of item group instead of refresh.
Please check modified code: http://pastebin.com/ETN1zcg0


Regards,
Nabin Hait

On 14-Mar-2013, at 1:38 PM, Joseph Siame wrote:

Hi

Ok here is the script logic i want to implement

[logic]

if item group = finished goods or boards
    then
        Set default_warehouse to Finished goods warehouse and is_purchase_item  to no;
elseif item group = ink, paper and starch
    then
        set default_warehouse to Raw Materials Warehouse and is_sales_item to no;

[/logic]

and here is the test code i tried for starters but didnt work

[code]

cur_frm.cscript.custom_refresh = function(doc) {
    if(doc.item_group="Finished Goods") {
        doc.default_warehouse="Finished Goods Warehouse";
        doc.is_purchase_item="No";
        break;
        }
    }
[/code]

So i wanted some direction.

Thanks

On Thursday, 14 March 2013 06:44:22 UTC+2, rushabh wrote:
Joseph,

Default Reserve warehouse can be set in the Item Master.

best,
Rushabh

W: https://erpnext.com
T: @rushabh_mehta

On 13-Mar-2013, at 7:54 PM, Joseph Siame <th...@gmail.com> wrote:

Hi

Another query, on custom scripting. Is there a custom script that ca help me with the following scenario.

I have defined 4 item groups and i have 2 warehouses. I want a script to automatically fill in the reserve warehouse and using the value in the reserve warehouse field i would like to set either 'is purchase item' or 'is sales item' to yes/no?

Thanks


On Wednesday, 13 March 2013 12:26:36 UTC+2, Joseph Siame wrote:
Thanks, that seemed to work. Will make use of the console next time around. 

Thanks again. 



On Mar 13, 2013, at 12:18, Anand Doshi <an...@iwebnotes.com> wrote:

When developing, you should keep the browser's javascript console open. If there is any error, it will point you in the right direction.

-Anand.


On 13-Mar-2013, at 3:46 PM, th...@gmail.com wrote:

Hi

Oh ok. I thought bout that but why did the employee name stop auto filling when searching by employee code? 

Ok let me try your suggestion. 

Thanks. 

On Mar 13, 2013, at 12:12, Anand Doshi <an...@iwebnotes.com> wrote:

Hi Joseph,

If you just want to get Employee Name from Employee records, you can write another add_fetch to do that. It will club all add fetch and get the values together.

-Anand.

On 13-Mar-2013, at 3:36 PM, Joseph Siame <th...@gmail.com> wrote:

Hi

I looked at the code one more time and got to partially work. Problem is, is that its calling the rate quite alright but it has now stopped calling the name.

i have attached to screen shots.

Thanks

On Wednesday, 13 March 2013 11:26:45 UTC+2, Umair Sayyed wrote:
Hi Joseph,

Please provide the add_fetch script written to pull Pay Rate in Attendance form. Better if you can provide screen shot of the same.

--
Thanks and Regards,
Umair Sayyed
www.erpnext.com


On Wed, Mar 13, 2013 at 2:50 PM, Joseph Siame <th...@gmail.com> wrote:
Hi

I have attached 2 images just to help describe my problem. Using the add_fetch script method I am failing because i keep getting an error.

The pay_rate is employee is a custom field that i described earlier and this this is the custom field form i would like to automatically appear when i type in the employee's name.

Any help will be greatly appreciated.

Thanks


On Wednesday, 13 March 2013 09:03:14 UTC+2, Anand Doshi wrote:
Hi Joseph,

You can use add_fetch to pull field values from employee form to attendance form when employee is selected.

Section: Using add_fetch

Thanks,
Anand.

On 13-Mar-2013, at 12:01 PM, Joseph Siame <th...@gmail.com> wrote:

Hi

I created a field called pay-rate in the Employee master to store daily pay rate. I then created another field in Attendance form to show the pay-rate (called pay_rate).

When the employee details are called into a new Attendance form i would like to be able to call the pay_rate of the selected employee automatically as well in the custom field field pay_rate.

Please assist me with this task.
Thanks



You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+unsubscr…@googlegroups.com.


To post to this group, send email to erpnext-dev…@googlegroups.com.


To view this discussion on the web visit https://groups.google.com/d/msg/erpnext-developer-forum/-/_FIV_un4zqoJ.

For more options, visit https://groups.google.com/groups/opt_out.

 

 





You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

To post to this group, send email to er…@googlegroups.com.


To view this discussion on the web visit https://groups.google.com/d/msg/erpnext-developer-forum/-/5-Q2_tHI9pMJ.


For more options, visit https://groups.google.com/groups/opt_out.
 
 







You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

To post to this group, send email to erpnext-dev…@googlegroups.com.

To view this discussion on the web visit https://groups.google.com/d/msg/erpnext-developer-forum/-/5lhiwAljP8YJ.

For more options, visit https://groups.google.com/groups/opt_out.

 

 

<client side script.bmp>





You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

To post to this group, send email to erpnext-dev…@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.

 

 




You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

To post to this group, send email to erpnext-dev…@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.

 

 





You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

To post to this group, send email to erpnext-dev…@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.

 

 




You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

To post to this group, send email to erpnext-dev…@googlegroups.com.

To view this discussion on the web visit https://groups.google.com/d/msg/erpnext-developer-forum/-/gsanDFbIX2MJ.

For more options, visit https://groups.google.com/groups/opt_out.

 

 





You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

To post to this group, send email to er…@googlegroups.com.

To view this discussion on the web visit https://groups.google.com/d/msg/erpnext-developer-forum/-/8U2Afa58hmIJ.

For more options, visit https://groups.google.com/groups/opt_out.

 

 




You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

To post to this group, send email to er…@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.

 

 



You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un...@googlegroups.com.

To post to this group, send email to er...@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.

 

 

Please check whether any error appearing in javascript console log, while running report.

What type of customization you have made in item form?

Regards,
Nabin Hait

On 14-Mar-2013, at 5:11 PM, th...@gmail.com wrote:

Hi 

I made a few customizations to my item form, and now my stock main reports are all not showing. 

Could be the reason or is it something else. 

Thanks

On Mar 14, 2013, at 10:28, Nabin Hait <na...@gmail.com> wrote:

It should be called on change of item group instead of refresh.
Please check modified code: http://pastebin.com/ETN1zcg0


Regards,
Nabin Hait

On 14-Mar-2013, at 1:38 PM, Joseph Siame wrote:

Hi

Ok here is the script logic i want to implement

[logic]

if item group = finished goods or boards
    then
        Set default_warehouse to Finished goods warehouse and is_purchase_item  to no;
elseif item group = ink, paper and starch
    then
        set default_warehouse to Raw Materials Warehouse and is_sales_item to no;

[/logic]

and here is the test code i tried for starters but didnt work

[code]

cur_frm.cscript.custom_refresh = function(doc) {
    if(doc.item_group="Finished Goods") {
        doc.default_warehouse="Finished Goods Warehouse";
        doc.is_purchase_item="No";
        break;
        }
    }
[/code]

So i wanted some direction.

Thanks

On Thursday, 14 March 2013 06:44:22 UTC+2, rushabh wrote:
Joseph,

Default Reserve warehouse can be set in the Item Master.

best,
Rushabh

W: https://erpnext.com
T: @rushabh_mehta

On 13-Mar-2013, at 7:54 PM, Joseph Siame <th...@gmail.com> wrote:

Hi

Another query, on custom scripting. Is there a custom script that ca help me with the following scenario.

I have defined 4 item groups and i have 2 warehouses. I want a script to automatically fill in the reserve warehouse and using the value in the reserve warehouse field i would like to set either 'is purchase item' or 'is sales item' to yes/no?

Thanks


On Wednesday, 13 March 2013 12:26:36 UTC+2, Joseph Siame wrote:
Thanks, that seemed to work. Will make use of the console next time around. 

Thanks again. 



On Mar 13, 2013, at 12:18, Anand Doshi <an...@iwebnotes.com> wrote:

When developing, you should keep the browser's javascript console open. If there is any error, it will point you in the right direction.

-Anand.


On 13-Mar-2013, at 3:46 PM, th...@gmail.com wrote:

Hi

Oh ok. I thought bout that but why did the employee name stop auto filling when searching by employee code? 

Ok let me try your suggestion. 

Thanks. 

On Mar 13, 2013, at 12:12, Anand Doshi <an...@iwebnotes.com> wrote:

Hi Joseph,

If you just want to get Employee Name from Employee records, you can write another add_fetch to do that. It will club all add fetch and get the values together.

-Anand.

On 13-Mar-2013, at 3:36 PM, Joseph Siame <th...@gmail.com> wrote:

Hi

I looked at the code one more time and got to partially work. Problem is, is that its calling the rate quite alright but it has now stopped calling the name.

i have attached to screen shots.

Thanks

On Wednesday, 13 March 2013 11:26:45 UTC+2, Umair Sayyed wrote:
Hi Joseph,

Please provide the add_fetch script written to pull Pay Rate in Attendance form. Better if you can provide screen shot of the same.

--
Thanks and Regards,
Umair Sayyed
www.erpnext.com


On Wed, Mar 13, 2013 at 2:50 PM, Joseph Siame <th...@gmail.com> wrote:
Hi

I have attached 2 images just to help describe my problem. Using the add_fetch script method I am failing because i keep getting an error.

The pay_rate is employee is a custom field that i described earlier and this this is the custom field form i would like to automatically appear when i type in the employee's name.

Any help will be greatly appreciated.

Thanks


On Wednesday, 13 March 2013 09:03:14 UTC+2, Anand Doshi wrote:
Hi Joseph,

You can use add_fetch to pull field values from employee form to attendance form when employee is selected.

Section: Using add_fetch

Thanks,
Anand.

On 13-Mar-2013, at 12:01 PM, Joseph Siame <th...@gmail.com> wrote:

Hi

I created a field called pay-rate in the Employee master to store daily pay rate. I then created another field in Attendance form to show the pay-rate (called pay_rate).

When the employee details are called into a new Attendance form i would like to be able to call the pay_rate of the selected employee automatically as well in the custom field field pay_rate.

Please assist me with this task.
Thanks



You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+unsubscr…@googlegroups.com.


To post to this group, send email to erpnext-dev…@googlegroups.com.


To view this discussion on the web visit https://groups.google.com/d/msg/erpnext-developer-forum/-/_FIV_un4zqoJ.

For more options, visit https://groups.google.com/groups/opt_out.

 

 





You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

To post to this group, send email to er…@googlegroups.com.


To view this discussion on the web visit https://groups.google.com/d/msg/erpnext-developer-forum/-/5-Q2_tHI9pMJ.


For more options, visit https://groups.google.com/groups/opt_out.
 
 







You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

To post to this group, send email to erpnext-dev…@googlegroups.com.

To view this discussion on the web visit https://groups.google.com/d/msg/erpnext-developer-forum/-/5lhiwAljP8YJ.

For more options, visit https://groups.google.com/groups/opt_out.

 

 

<client side script.bmp>





You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

To post to this group, send email to erpnext-dev…@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.

 

 




You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

To post to this group, send email to erpnext-dev…@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.

 

 





You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

To post to this group, send email to erpnext-dev…@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.

 

 




You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

To post to this group, send email to erpnext-dev…@googlegroups.com.

To view this discussion on the web visit https://groups.google.com/d/msg/erpnext-developer-forum/-/gsanDFbIX2MJ.

For more options, visit https://groups.google.com/groups/opt_out.

 

 





You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

To post to this group, send email to er…@googlegroups.com.

To view this discussion on the web visit https://groups.google.com/d/msg/erpnext-developer-forum/-/8U2Afa58hmIJ.

For more options, visit https://groups.google.com/groups/opt_out.

 

 





You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

To post to this group, send email to er…@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.

 

 




You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

To post to this group, send email to er…@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.

 

 




You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un...@googlegroups.com.

To post to this group, send email to er...@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.

 

 

Joseph,

Really hard to tell since our magic eye is not working ;)

Can you see your error console if you see any clue?

best,
Rushabh


W: https://erpnext.com
T: @rushabh_mehta

On 14-Mar-2013, at 5:11 PM, th...@gmail.com wrote:

Hi 

I made a few customizations to my item form, and now my stock main reports are all not showing. 

Could be the reason or is it something else. 

Thanks

On Mar 14, 2013, at 10:28, Nabin Hait <na...@gmail.com> wrote:

It should be called on change of item group instead of refresh.
Please check modified code: http://pastebin.com/ETN1zcg0


Regards,
Nabin Hait

On 14-Mar-2013, at 1:38 PM, Joseph Siame wrote:

Hi

Ok here is the script logic i want to implement

[logic]

if item group = finished goods or boards
    then
        Set default_warehouse to Finished goods warehouse and is_purchase_item  to no;
elseif item group = ink, paper and starch
    then
        set default_warehouse to Raw Materials Warehouse and is_sales_item to no;

[/logic]

and here is the test code i tried for starters but didnt work

[code]

cur_frm.cscript.custom_refresh = function(doc) {
    if(doc.item_group="Finished Goods") {
        doc.default_warehouse="Finished Goods Warehouse";
        doc.is_purchase_item="No";
        break;
        }
    }
[/code]

So i wanted some direction.

Thanks

On Thursday, 14 March 2013 06:44:22 UTC+2, rushabh wrote:
Joseph,

Default Reserve warehouse can be set in the Item Master.

best,
Rushabh

W: https://erpnext.com
T: @rushabh_mehta

On 13-Mar-2013, at 7:54 PM, Joseph Siame <th...@gmail.com> wrote:

Hi

Another query, on custom scripting. Is there a custom script that ca help me with the following scenario.

I have defined 4 item groups and i have 2 warehouses. I want a script to automatically fill in the reserve warehouse and using the value in the reserve warehouse field i would like to set either 'is purchase item' or 'is sales item' to yes/no?

Thanks


On Wednesday, 13 March 2013 12:26:36 UTC+2, Joseph Siame wrote:
Thanks, that seemed to work. Will make use of the console next time around. 

Thanks again. 



On Mar 13, 2013, at 12:18, Anand Doshi <an...@iwebnotes.com> wrote:

When developing, you should keep the browser's javascript console open. If there is any error, it will point you in the right direction.

-Anand.


On 13-Mar-2013, at 3:46 PM, th...@gmail.com wrote:

Hi

Oh ok. I thought bout that but why did the employee name stop auto filling when searching by employee code? 

Ok let me try your suggestion. 

Thanks. 

On Mar 13, 2013, at 12:12, Anand Doshi <an...@iwebnotes.com> wrote:

Hi Joseph,

If you just want to get Employee Name from Employee records, you can write another add_fetch to do that. It will club all add fetch and get the values together.

-Anand.

On 13-Mar-2013, at 3:36 PM, Joseph Siame <th...@gmail.com> wrote:

Hi

I looked at the code one more time and got to partially work. Problem is, is that its calling the rate quite alright but it has now stopped calling the name.

i have attached to screen shots.

Thanks

On Wednesday, 13 March 2013 11:26:45 UTC+2, Umair Sayyed wrote:
Hi Joseph,

Please provide the add_fetch script written to pull Pay Rate in Attendance form. Better if you can provide screen shot of the same.

--
Thanks and Regards,
Umair Sayyed
www.erpnext.com


On Wed, Mar 13, 2013 at 2:50 PM, Joseph Siame <th...@gmail.com> wrote:
Hi

I have attached 2 images just to help describe my problem. Using the add_fetch script method I am failing because i keep getting an error.

The pay_rate is employee is a custom field that i described earlier and this this is the custom field form i would like to automatically appear when i type in the employee's name.

Any help will be greatly appreciated.

Thanks


On Wednesday, 13 March 2013 09:03:14 UTC+2, Anand Doshi wrote:
Hi Joseph,

You can use add_fetch to pull field values from employee form to attendance form when employee is selected.

Section: Using add_fetch

Thanks,
Anand.

On 13-Mar-2013, at 12:01 PM, Joseph Siame <th...@gmail.com> wrote:

Hi

I created a field called pay-rate in the Employee master to store daily pay rate. I then created another field in Attendance form to show the pay-rate (called pay_rate).

When the employee details are called into a new Attendance form i would like to be able to call the pay_rate of the selected employee automatically as well in the custom field field pay_rate.

Please assist me with this task.
Thanks



You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+unsubscr…@googlegroups.com.


To post to this group, send email to erpnext-dev…@googlegroups.com.


To view this discussion on the web visit https://groups.google.com/d/msg/erpnext-developer-forum/-/_FIV_un4zqoJ.

For more options, visit https://groups.google.com/groups/opt_out.

 

 





You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

To post to this group, send email to er…@googlegroups.com.


To view this discussion on the web visit https://groups.google.com/d/msg/erpnext-developer-forum/-/5-Q2_tHI9pMJ.


For more options, visit https://groups.google.com/groups/opt_out.
 
 







You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

To post to this group, send email to erpnext-dev…@googlegroups.com.

To view this discussion on the web visit https://groups.google.com/d/msg/erpnext-developer-forum/-/5lhiwAljP8YJ.

For more options, visit https://groups.google.com/groups/opt_out.

 

 

<client side script.bmp>





You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

To post to this group, send email to erpnext-dev…@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.

 

 




You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

To post to this group, send email to erpnext-dev…@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.

 

 





You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

To post to this group, send email to erpnext-dev…@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.

 

 




You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

To post to this group, send email to erpnext-dev…@googlegroups.com.

To view this discussion on the web visit https://groups.google.com/d/msg/erpnext-developer-forum/-/gsanDFbIX2MJ.

For more options, visit https://groups.google.com/groups/opt_out.

 

 





You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

To post to this group, send email to er…@googlegroups.com.

To view this discussion on the web visit https://groups.google.com/d/msg/erpnext-developer-forum/-/8U2Afa58hmIJ.

For more options, visit https://groups.google.com/groups/opt_out.

 

 





You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

To post to this group, send email to er…@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.

 

 




You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

To post to this group, send email to er…@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.

 

 




You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un...@googlegroups.com.

To post to this group, send email to er...@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.

 

 

Hi

For starters the voucher number and item code filter fields appear to be missing. Any thoughts on that because i don’t remember changing anything there.





On Thursday, 14 March 2013 14:51:09 UTC+2, rushabh wrote:

Joseph,

Really hard to tell since our magic eye is not working :wink:

Can you see your error console if you see any clue?

best,
Rushabh



W: https://erpnext.com
T: @rushabh_mehta

On 14-Mar-2013, at 5:11 PM, th...@gmail.com wrote:

Hi 

I made a few customizations to my item form, and now my stock main reports are all not showing. 

Could be the reason or is it something else. 

Thanks

On Mar 14, 2013, at 10:28, Nabin Hait <na...@gmail.com> wrote:

It should be called on change of item group instead of refresh.
Please check modified code: http://pastebin.com/ETN1zcg0


Regards,
Nabin Hait

On 14-Mar-2013, at 1:38 PM, Joseph Siame wrote:

Hi

Ok here is the script logic i want to implement

[logic]

if item group = finished goods or boards
    then
        Set default_warehouse to Finished goods warehouse and is_purchase_item  to no;
elseif item group = ink, paper and starch
    then
        set default_warehouse to Raw Materials Warehouse and is_sales_item to no;

[/logic]

and here is the test code i tried for starters but didnt work

[code]

cur_frm.cscript.custom_refresh = function(doc) {
    if(doc.item_group="Finished Goods") {
        doc.default_warehouse="Finished Goods Warehouse";
        doc.is_purchase_item="No";
        break;
        }
    }
[/code]

So i wanted some direction.

Thanks

On Thursday, 14 March 2013 06:44:22 UTC+2, rushabh wrote:
Joseph,

Default Reserve warehouse can be set in the Item Master.

best,
Rushabh

W: https://erpnext.com
T: @rushabh_mehta

On 13-Mar-2013, at 7:54 PM, Joseph Siame <th...@gmail.com> wrote:

Hi

Another query, on custom scripting. Is there a custom script that ca help me with the following scenario.

I have defined 4 item groups and i have 2 warehouses. I want a script to automatically fill in the reserve warehouse and using the value in the reserve warehouse field i would like to set either 'is purchase item' or 'is sales item' to yes/no?

Thanks


On Wednesday, 13 March 2013 12:26:36 UTC+2, Joseph Siame wrote:
Thanks, that seemed to work. Will make use of the console next time around. 

Thanks again. 



On Mar 13, 2013, at 12:18, Anand Doshi <an...@iwebnotes.com> wrote:

When developing, you should keep the browser's javascript console open. If there is any error, it will point you in the right direction.

-Anand.


On 13-Mar-2013, at 3:46 PM, th...@gmail.com wrote:

Hi

Oh ok. I thought bout that but why did the employee name stop auto filling when searching by employee code? 

Ok let me try your suggestion. 

Thanks. 

On Mar 13, 2013, at 12:12, Anand Doshi <an...@iwebnotes.com> wrote:

Hi Joseph,

If you just want to get Employee Name from Employee records, you can write another add_fetch to do that. It will club all add fetch and get the values together.

-Anand.

On 13-Mar-2013, at 3:36 PM, Joseph Siame <th...@gmail.com> wrote:

Hi

I looked at the code one more time and got to partially work. Problem is, is that its calling the rate quite alright but it has now stopped calling the name.

i have attached to screen shots.

Thanks

On Wednesday, 13 March 2013 11:26:45 UTC+2, Umair Sayyed wrote:
Hi Joseph,

Please provide the add_fetch script written to pull Pay Rate in Attendance form. Better if you can provide screen shot of the same.

--
Thanks and Regards,
Umair Sayyed
www.erpnext.com


On Wed, Mar 13, 2013 at 2:50 PM, Joseph Siame <th...@gmail.com> wrote:
Hi

I have attached 2 images just to help describe my problem. Using the add_fetch script method I am failing because i keep getting an error.

The pay_rate is employee is a custom field that i described earlier and this this is the custom field form i would like to automatically appear when i type in the employee's name.

Any help will be greatly appreciated.

Thanks


On Wednesday, 13 March 2013 09:03:14 UTC+2, Anand Doshi wrote:
Hi Joseph,

You can use add_fetch to pull field values from employee form to attendance form when employee is selected.

Section: Using add_fetch

Thanks,
Anand.

On 13-Mar-2013, at 12:01 PM, Joseph Siame <th...@gmail.com> wrote:

Hi

I created a field called pay-rate in the Employee master to store daily pay rate. I then created another field in Attendance form to show the pay-rate (called pay_rate).

When the employee details are called into a new Attendance form i would like to be able to call the pay_rate of the selected employee automatically as well in the custom field field pay_rate.

Please assist me with this task.
Thanks



You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+unsubscr…@googlegroups.com.


To post to this group, send email to erpnext-dev…@googlegroups.com.


To view this discussion on the web visit https://groups.google.com/d/msg/erpnext-developer-forum/-/_FIV_un4zqoJ.

For more options, visit https://groups.google.com/groups/opt_out.

 

 





You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

To post to this group, send email to er…@googlegroups.com.


To view this discussion on the web visit https://groups.google.com/d/msg/erpnext-developer-forum/-/5-Q2_tHI9pMJ.


For more options, visit https://groups.google.com/groups/opt_out.
 
 







You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

To post to this group, send email to er…@googlegroups.com.

To view this discussion on the web visit https://groups.google.com/d/msg/erpnext-developer-forum/-/5lhiwAljP8YJ.

For more options, visit https://groups.google.com/groups/opt_out.

 

 

<client side script.bmp>





You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

To post to this group, send email to er…@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.

 

 




You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

To post to this group, send email to er…@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.

 

 





You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

To post to this group, send email to er…@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.

 

 




You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

To post to this group, send email to er…@googlegroups.com.

To view this discussion on the web visit https://groups.google.com/d/msg/erpnext-developer-forum/-/gsanDFbIX2MJ.

For more options, visit https://groups.google.com/groups/opt_out.

 

 





You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

To post to this group, send email to erpnext-dev…@googlegroups.com.

To view this discussion on the web visit https://groups.google.com/d/msg/erpnext-developer-forum/-/8U2Afa58hmIJ.

For more options, visit https://groups.google.com/groups/opt_out.

 

 





You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

To post to this group, send email to erpnext-dev…@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.

 

 




You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

To post to this group, send email to erpnext-dev…@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.

 

 




You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un...@googlegroups.com.

To post to this group, send email to er...@googlegroups.com.

To view this discussion on the web visit https://groups.google.com/d/msg/erpnext-developer-forum/-/N2JKrNAf1HcJ.

For more options, visit https://groups.google.com/groups/opt_out.

 

 

Joseph,

On 15-Mar-2013, at 11:49 AM, Joseph Siame <th...@gmail.com> wrote:

For starters the voucher number and item code filter fields appear to be missing.

From where?

Any thoughts on that because i don't remember changing anything there.

I don't have access to your account either :)

You have still not told us what you see in your javascript error log. The more information you give, the better we will be able to help you.

thanks,
Rushabh

ps. Please don't mind my occasional attempt at humour.






On Thursday, 14 March 2013 14:51:09 UTC+2, rushabh wrote:
Joseph,

Really hard to tell since our magic eye is not working ;)

Can you see your error console if you see any clue?

best,
Rushabh


W: https://erpnext.com
T: @rushabh_mehta

On 14-Mar-2013, at 5:11 PM, th...@gmail.com wrote:

Hi 

I made a few customizations to my item form, and now my stock main reports are all not showing. 

Could be the reason or is it something else. 

Thanks

On Mar 14, 2013, at 10:28, Nabin Hait <na...@gmail.com> wrote:

It should be called on change of item group instead of refresh.
Please check modified code: http://pastebin.com/ETN1zcg0


Regards,
Nabin Hait

On 14-Mar-2013, at 1:38 PM, Joseph Siame wrote:

Hi

Ok here is the script logic i want to implement

[logic]

if item group = finished goods or boards
    then
        Set default_warehouse to Finished goods warehouse and is_purchase_item  to no;
elseif item group = ink, paper and starch
    then
        set default_warehouse to Raw Materials Warehouse and is_sales_item to no;

[/logic]

and here is the test code i tried for starters but didnt work

[code]

cur_frm.cscript.custom_refresh = function(doc) {
    if(doc.item_group="Finished Goods") {
        doc.default_warehouse="Finished Goods Warehouse";
        doc.is_purchase_item="No";
        break;
        }
    }
[/code]

So i wanted some direction.

Thanks

On Thursday, 14 March 2013 06:44:22 UTC+2, rushabh wrote:
Joseph,

Default Reserve warehouse can be set in the Item Master.

best,
Rushabh

W: https://erpnext.com
T: @rushabh_mehta

On 13-Mar-2013, at 7:54 PM, Joseph Siame <th...@gmail.com> wrote:

Hi

Another query, on custom scripting. Is there a custom script that ca help me with the following scenario.

I have defined 4 item groups and i have 2 warehouses. I want a script to automatically fill in the reserve warehouse and using the value in the reserve warehouse field i would like to set either 'is purchase item' or 'is sales item' to yes/no?

Thanks


On Wednesday, 13 March 2013 12:26:36 UTC+2, Joseph Siame wrote:
Thanks, that seemed to work. Will make use of the console next time around. 

Thanks again. 



On Mar 13, 2013, at 12:18, Anand Doshi <an...@iwebnotes.com> wrote:

When developing, you should keep the browser's javascript console open. If there is any error, it will point you in the right direction.

-Anand.


On 13-Mar-2013, at 3:46 PM, th...@gmail.com wrote:

Hi

Oh ok. I thought bout that but why did the employee name stop auto filling when searching by employee code? 

Ok let me try your suggestion. 

Thanks. 

On Mar 13, 2013, at 12:12, Anand Doshi <an...@iwebnotes.com> wrote:

Hi Joseph,

If you just want to get Employee Name from Employee records, you can write another add_fetch to do that. It will club all add fetch and get the values together.

-Anand.

On 13-Mar-2013, at 3:36 PM, Joseph Siame <th...@gmail.com> wrote:

Hi

I looked at the code one more time and got to partially work. Problem is, is that its calling the rate quite alright but it has now stopped calling the name.

i have attached to screen shots.

Thanks

On Wednesday, 13 March 2013 11:26:45 UTC+2, Umair Sayyed wrote:
Hi Joseph,

Please provide the add_fetch script written to pull Pay Rate in Attendance form. Better if you can provide screen shot of the same.

--
Thanks and Regards,
Umair Sayyed
www.erpnext.com


On Wed, Mar 13, 2013 at 2:50 PM, Joseph Siame <th...@gmail.com> wrote:
Hi

I have attached 2 images just to help describe my problem. Using the add_fetch script method I am failing because i keep getting an error.

The pay_rate is employee is a custom field that i described earlier and this this is the custom field form i would like to automatically appear when i type in the employee's name.

Any help will be greatly appreciated.

Thanks


On Wednesday, 13 March 2013 09:03:14 UTC+2, Anand Doshi wrote:
Hi Joseph,

You can use add_fetch to pull field values from employee form to attendance form when employee is selected.

Section: Using add_fetch

Thanks,
Anand.

On 13-Mar-2013, at 12:01 PM, Joseph Siame <th...@gmail.com> wrote:

Hi

I created a field called pay-rate in the Employee master to store daily pay rate. I then created another field in Attendance form to show the pay-rate (called pay_rate).

When the employee details are called into a new Attendance form i would like to be able to call the pay_rate of the selected employee automatically as well in the custom field field pay_rate.

Please assist me with this task.
Thanks



You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+unsubscr…@googlegroups.com.


To post to this group, send email to erpnext-dev…@googlegroups.com.


To view this discussion on the web visit https://groups.google.com/d/msg/erpnext-developer-forum/-/_FIV_un4zqoJ.

For more options, visit https://groups.google.com/groups/opt_out.

 

 





You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

To post to this group, send email to er…@googlegroups.com.


To view this discussion on the web visit https://groups.google.com/d/msg/erpnext-developer-forum/-/5-Q2_tHI9pMJ.


For more options, visit https://groups.google.com/groups/opt_out.
 
 







You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

To post to this group, send email to er…@googlegroups.com.

To view this discussion on the web visit https://groups.google.com/d/msg/erpnext-developer-forum/-/5lhiwAljP8YJ.

For more options, visit https://groups.google.com/groups/opt_out.

 

 

<client side script.bmp>





You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

To post to this group, send email to er…@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.

 

 




You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

To post to this group, send email to er…@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.

 

 





You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

To post to this group, send email to er…@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.

 

 




You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

To post to this group, send email to er…@googlegroups.com.

To view this discussion on the web visit https://groups.google.com/d/msg/erpnext-developer-forum/-/gsanDFbIX2MJ.

For more options, visit https://groups.google.com/groups/opt_out.

 

 





You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

To post to this group, send email to erpnext-dev…@googlegroups.com.

To view this discussion on the web visit https://groups.google.com/d/msg/erpnext-developer-forum/-/8U2Afa58hmIJ.

For more options, visit https://groups.google.com/groups/opt_out.

 

 





You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

To post to this group, send email to erpnext-dev…@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.

 

 




You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

To post to this group, send email to erpnext-dev…@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.

 

 





You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

To post to this group, send email to er…@googlegroups.com.

To view this discussion on the web visit https://groups.google.com/d/msg/erpnext-developer-forum/-/N2JKrNAf1HcJ.

For more options, visit https://groups.google.com/groups/opt_out.

 

 




You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un...@googlegroups.com.

To post to this group, send email to er...@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.