ERPNext installation failure

Hi,

   I am trying to install erpnext setup on my ubantu 11.04.
I executed /var/www/erp/install_erpnext.py using my root account and  I provide mysql database name and password and also create erp.conf file under  /etc/apache2/conf.d directory by giving directory name and port.
After that restating apache2 when i have run sudo ./lib/wnf.py -b command
i got following error:

Setting up lang files for ta…
Extracting / updating translatable strings…
Traceback (most recent call last):
  File “./lib/wnf.py”, line 490, in <module>
    run()
  File “./lib/wnf.py”, line 285, in run
    build.bundle(False, cms_make)
  File “/var/www/erp/lib/webnotes/build.py”, line 37, in bundle
    check_lang()
  File “/var/www/erp/lib/webnotes/build.py”, line 69, in check_lang
    update_translations()
  File “/var/www/erp/lib/webnotes/translate.py”, line 87, in update_translations
    build_message_files()
  File “/var/www/erp/lib/webnotes/translate.py”, line 108, in build_message_files
    build_from_database()
  File “/var/www/erp/lib/webnotes/translate.py”, line 171, in build_from_database
    “custom”: get_select_options
  File “/var/www/erp/lib/webnotes/translate.py”, line 177, in build_for_doc_from_database
    for item in webnotes.conn.sql(“”“select name from tab%s”“” % fields.doctype, as_dict=1):
  File “/var/www/erp/lib/webnotes/db.py”, line 130, in sql
    raise e
_mysql_exceptions.ProgrammingError: (1146, “Table ‘erp.tabDocType’ doesn’t exist”)


kindly help me to solve out this problem.
Regards,
sharad vishe



Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    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.

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

     

     
Hi Sharad,

Please check if db_name value in /var/www/erp/conf.py is "erp"

Also, login to mysql and run:
use erp;
desc `tabDocType`

Let us know the output.

Thanks,
Anand.

On 23-Jul-2013, at 6:32 PM, Sharad Vishe <sh...@indictranstech.com> wrote:

Hi,
   I am trying to install erpnext setup on my ubantu 11.04.
I executed /var/www/erp/install_erpnext.py using my root account and  I provide mysql database name and password and also create erp.conf file under  /etc/apache2/conf.d directory by giving directory name and port.
After that restating apache2 when i have run sudo ./lib/wnf.py -b command
i got following error:

Setting up lang files for ta...
Extracting / updating translatable strings...
Traceback (most recent call last):
  File "./lib/wnf.py", line 490, in <module>
    run()
  File "./lib/wnf.py", line 285, in run
    build.bundle(False, cms_make)
  File "/var/www/erp/lib/webnotes/build.py", line 37, in bundle
    check_lang()
  File "/var/www/erp/lib/webnotes/build.py", line 69, in check_lang
    update_translations()
  File "/var/www/erp/lib/webnotes/translate.py", line 87, in update_translations
    build_message_files()
  File "/var/www/erp/lib/webnotes/translate.py", line 108, in build_message_files
    build_from_database()
  File "/var/www/erp/lib/webnotes/translate.py", line 171, in build_from_database
    "custom": get_select_options
  File "/var/www/erp/lib/webnotes/translate.py", line 177, in build_for_doc_from_database
    for item in webnotes.conn.sql("""select name from `tab%s`""" % fields.doctype, as_dict=1):
  File "/var/www/erp/lib/webnotes/db.py", line 130, in sql
    raise e
_mysql_exceptions.ProgrammingError: (1146, "Table 'erp.tabDocType' doesn't exist")


kindly help me to solve out this problem.
Regards,
sharad vishe




Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    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.

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

     

     



Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    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.

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

     

     
/var/www/erp/conf.py has db_name = 'erp'
and desc `tabDocType` gives "Table 'erp.tabDocType' doesn't exist"


On Tue, Jul 23, 2013 at 6:44 PM, Anand Doshi <an...@iwebnotes.com> wrote:
Hi Sharad,

Please check if db_name value in /var/www/erp/conf.py is "erp"

Also, login to mysql and run:
use erp;
desc `tabDocType`

Let us know the output.

Thanks,
Anand.

On 23-Jul-2013, at 6:32 PM, Sharad Vishe <sh...@indictranstech.com> wrote:

Hi,
I am trying to install erpnext setup on my ubantu 11.04.
I executed /var/www/erp/install_erpnext.py using my root account and I provide mysql database name and password and also create erp.conf file under /etc/apache2/conf.d directory by giving directory name and port.
After that restating apache2 when i have run sudo ./lib/wnf.py -b command
i got following error:

Setting up lang files for ta...
Extracting / updating translatable strings...
Traceback (most recent call last):
File "./lib/wnf.py", line 490, in <module>
run()
File "./lib/wnf.py", line 285, in run
build.bundle(False, cms_make)
File "/var/www/erp/lib/webnotes/build.py", line 37, in bundle
check_lang()
File "/var/www/erp/lib/webnotes/build.py", line 69, in check_lang
update_translations()
File "/var/www/erp/lib/webnotes/translate.py", line 87, in update_translations
build_message_files()
File "/var/www/erp/lib/webnotes/translate.py", line 108, in build_message_files
build_from_database()
File "/var/www/erp/lib/webnotes/translate.py", line 171, in build_from_database
"custom": get_select_options
File "/var/www/erp/lib/webnotes/translate.py", line 177, in build_for_doc_from_database
for item in webnotes.conn.sql("""select name from `tab%s`""" % fields.doctype, as_dict=1):
File "/var/www/erp/lib/webnotes/db.py", line 130, in sql
raise e
_mysql_exceptions.ProgrammingError: (1146, "Table 'erp.tabDocType' doesn't exist")


kindly help me to solve out this problem.
Regards,
sharad vishe




Note:



If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.



    End of Note



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.



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







Note:



If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.



    End of Note



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

    To unsubscribe from this topic, visit https://groups.google.com/d/topic/erpnext-developer-forum/FfL8bHhBbC0/unsubscribe.

To unsubscribe from this group and all its topics, send an email to erpnext-developer-forum+un…@googlegroups.com.

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







--
Thanks and Regards,
Sharad N vishe
Contact No.+91-8983496545



Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    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.

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

     

     
Then your installation didn't complete properly. Please re-install erpnext. Check for errors while installing and report such errors if any.

Thanks,
Anand.

On 23-Jul-2013, at 6:50 PM, Sharad Vishe <sh...@indictranstech.com> wrote:

/var/www/erp/conf.py has db_name = 'erp' 
and   desc `tabDocType` gives  "Table 'erp.tabDocType' doesn't exist"


On Tue, Jul 23, 2013 at 6:44 PM, Anand Doshi <an...@iwebnotes.com> wrote:
Hi Sharad,

Please check if db_name value in /var/www/erp/conf.py is "erp"

Also, login to mysql and run:
use erp;
desc `tabDocType`

Let us know the output.

Thanks,
Anand.

On 23-Jul-2013, at 6:32 PM, Sharad Vishe <sh...@indictranstech.com> wrote:

Hi,
   I am trying to install erpnext setup on my ubantu 11.04.
I executed /var/www/erp/install_erpnext.py using my root account and  I provide mysql database name and password and also create erp.conf file under  /etc/apache2/conf.d directory by giving directory name and port.
After that restating apache2 when i have run sudo ./lib/wnf.py -b command
i got following error:

Setting up lang files for ta...
Extracting / updating translatable strings...
Traceback (most recent call last):
  File "./lib/wnf.py", line 490, in <module>
    run()
  File "./lib/wnf.py", line 285, in run
    build.bundle(False, cms_make)
  File "/var/www/erp/lib/webnotes/build.py", line 37, in bundle
    check_lang()
  File "/var/www/erp/lib/webnotes/build.py", line 69, in check_lang
    update_translations()
  File "/var/www/erp/lib/webnotes/translate.py", line 87, in update_translations
    build_message_files()
  File "/var/www/erp/lib/webnotes/translate.py", line 108, in build_message_files
    build_from_database()
  File "/var/www/erp/lib/webnotes/translate.py", line 171, in build_from_database
    "custom": get_select_options
  File "/var/www/erp/lib/webnotes/translate.py", line 177, in build_for_doc_from_database
    for item in webnotes.conn.sql("""select name from `tab%s`""" % fields.doctype, as_dict=1):
  File "/var/www/erp/lib/webnotes/db.py", line 130, in sql
    raise e
_mysql_exceptions.ProgrammingError: (1146, "Table 'erp.tabDocType' doesn't exist")


kindly help me to solve out this problem.
Regards,
sharad vishe




Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



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.



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

 

 




Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



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

    To unsubscribe from this topic, visit https://groups.google.com/d/topic/erpnext-developer-forum/FfL8bHhBbC0/unsubscribe.

To unsubscribe from this group and all its topics, send an email to erpnext-developer-forum+un…@googlegroups.com.

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

 

 




--
Thanks and Regards,
Sharad N vishe
Contact No.+91-8983496545



Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    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.

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

     

     



Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    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.

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

     

     
in middle of the installation also i have got following line :
gzip: /var/www/erp/app/master.sql.gz: No such file or directory



On Tue, Jul 23, 2013 at 6:54 PM, Anand Doshi <an...@iwebnotes.com> wrote:
Then your installation didn't complete properly. Please re-install erpnext. Check for errors while installing and report such errors if any.

Thanks,
Anand.


On 23-Jul-2013, at 6:50 PM, Sharad Vishe <sh...@indictranstech.com> wrote:

/var/www/erp/conf.py has db_name = 'erp'
and desc `tabDocType` gives "Table 'erp.tabDocType' doesn't exist"


On Tue, Jul 23, 2013 at 6:44 PM, Anand Doshi <an...@iwebnotes.com> wrote:
Hi Sharad,

Please check if db_name value in /var/www/erp/conf.py is "erp"

Also, login to mysql and run:
use erp;
desc `tabDocType`

Let us know the output.

Thanks,
Anand.

On 23-Jul-2013, at 6:32 PM, Sharad Vishe <sh...@indictranstech.com> wrote:

Hi,
I am trying to install erpnext setup on my ubantu 11.04.
I executed /var/www/erp/install_erpnext.py using my root account and I provide mysql database name and password and also create erp.conf file under /etc/apache2/conf.d directory by giving directory name and port.
After that restating apache2 when i have run sudo ./lib/wnf.py -b command
i got following error:

Setting up lang files for ta...
Extracting / updating translatable strings...
Traceback (most recent call last):
File "./lib/wnf.py", line 490, in <module>
run()
File "./lib/wnf.py", line 285, in run
build.bundle(False, cms_make)
File "/var/www/erp/lib/webnotes/build.py", line 37, in bundle
check_lang()
File "/var/www/erp/lib/webnotes/build.py", line 69, in check_lang
update_translations()
File "/var/www/erp/lib/webnotes/translate.py", line 87, in update_translations
build_message_files()
File "/var/www/erp/lib/webnotes/translate.py", line 108, in build_message_files
build_from_database()
File "/var/www/erp/lib/webnotes/translate.py", line 171, in build_from_database
"custom": get_select_options
File "/var/www/erp/lib/webnotes/translate.py", line 177, in build_for_doc_from_database
for item in webnotes.conn.sql("""select name from `tab%s`""" % fields.doctype, as_dict=1):
File "/var/www/erp/lib/webnotes/db.py", line 130, in sql
raise e
_mysql_exceptions.ProgrammingError: (1146, "Table 'erp.tabDocType' doesn't exist")


kindly help me to solve out this problem.
Regards,
sharad vishe




Note:



If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.



    End of Note



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.

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






Note:



If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.



    End of Note



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

    To unsubscribe from this topic, visit https://groups.google.com/d/topic/erpnext-developer-forum/FfL8bHhBbC0/unsubscribe.

To unsubscribe from this group and all its topics, send an email to erpnext-developer-forum+un…@googlegroups.com.

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







--
Thanks and Regards,

Sharad N vishe
Contact No.+91-8983496545




Note:



If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.



    End of Note



    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.

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







Note:



If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.



    End of Note



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

    To unsubscribe from this topic, visit https://groups.google.com/d/topic/erpnext-developer-forum/FfL8bHhBbC0/unsubscribe.

To unsubscribe from this group and all its topics, send an email to erpnext-developer-forum+un…@googlegroups.com.

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







--
Thanks and Regards,
Sharad N vishe
Contact No.+91-8983496545



Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    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.

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

     

     
Hi,

You are using an old installation script. Please see the latest install instructions here: https://github.com/webnotes/erpnext/wiki/How-to-Install-ERPNext

Thanks,
Anand.

On 23-Jul-2013, at 7:02 PM, Sharad Vishe <sh...@indictranstech.com> wrote:

in middle of the installation also i have got  following line :
gzip: /var/www/erp/app/master.sql.gz: No such file or directory



On Tue, Jul 23, 2013 at 6:54 PM, Anand Doshi <an...@iwebnotes.com> wrote:
Then your installation didn't complete properly. Please re-install erpnext. Check for errors while installing and report such errors if any.

Thanks,
Anand.


On 23-Jul-2013, at 6:50 PM, Sharad Vishe <sh...@indictranstech.com> wrote:

/var/www/erp/conf.py has db_name = 'erp' 
and   desc `tabDocType` gives  "Table 'erp.tabDocType' doesn't exist"


On Tue, Jul 23, 2013 at 6:44 PM, Anand Doshi <an...@iwebnotes.com> wrote:
Hi Sharad,

Please check if db_name value in /var/www/erp/conf.py is "erp"

Also, login to mysql and run:
use erp;
desc `tabDocType`

Let us know the output.

Thanks,
Anand.

On 23-Jul-2013, at 6:32 PM, Sharad Vishe <sh...@indictranstech.com> wrote:

Hi,
   I am trying to install erpnext setup on my ubantu 11.04.
I executed /var/www/erp/install_erpnext.py using my root account and  I provide mysql database name and password and also create erp.conf file under  /etc/apache2/conf.d directory by giving directory name and port.
After that restating apache2 when i have run sudo ./lib/wnf.py -b command
i got following error:

Setting up lang files for ta...
Extracting / updating translatable strings...
Traceback (most recent call last):
  File "./lib/wnf.py", line 490, in <module>
    run()
  File "./lib/wnf.py", line 285, in run
    build.bundle(False, cms_make)
  File "/var/www/erp/lib/webnotes/build.py", line 37, in bundle
    check_lang()
  File "/var/www/erp/lib/webnotes/build.py", line 69, in check_lang
    update_translations()
  File "/var/www/erp/lib/webnotes/translate.py", line 87, in update_translations
    build_message_files()
  File "/var/www/erp/lib/webnotes/translate.py", line 108, in build_message_files
    build_from_database()
  File "/var/www/erp/lib/webnotes/translate.py", line 171, in build_from_database
    "custom": get_select_options
  File "/var/www/erp/lib/webnotes/translate.py", line 177, in build_for_doc_from_database
    for item in webnotes.conn.sql("""select name from `tab%s`""" % fields.doctype, as_dict=1):
  File "/var/www/erp/lib/webnotes/db.py", line 130, in sql
    raise e
_mysql_exceptions.ProgrammingError: (1146, "Table 'erp.tabDocType' doesn't exist")


kindly help me to solve out this problem.
Regards,
sharad vishe




Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



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.

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




Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



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

    To unsubscribe from this topic, visit https://groups.google.com/d/topic/erpnext-developer-forum/FfL8bHhBbC0/unsubscribe.

To unsubscribe from this group and all its topics, send an email to erpnext-developer-forum+un…@googlegroups.com.

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

 

 




--
Thanks and Regards,

Sharad N vishe
Contact No.+91-8983496545




Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    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.

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

 

 





Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



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

    To unsubscribe from this topic, visit https://groups.google.com/d/topic/erpnext-developer-forum/FfL8bHhBbC0/unsubscribe.

To unsubscribe from this group and all its topics, send an email to erpnext-developer-forum+un…@googlegroups.com.

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

 

 




--
Thanks and Regards,
Sharad N vishe
Contact No.+91-8983496545



Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    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.

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

     

     



Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    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.

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