Customization on Frappe Cloud Server

Hi,

I have a following scenario,
  1.  On selection of item name in production order, i have to pull the bill of material's operation table on Production Order Form
  2.  I have to add interface like query report in Quotation document
Both scenario i have to do on cloud server. To do this i am thinking following scenario
  1. I will create a new app say XXX on cloud server
  2. In hooks.py under app XXX, i will create method which can pull Workstation Table from BOM and show it on Production Order Form
  3. Method get called on_update of Production Order in my app
  4. Is it possible to called on_update trigger for production order in my app's (XXX) hooks.py
  5. Is it possible to show Query report on doctype say Quotation Order. 
So is it possible to develop on cloud, please provide your comment on this

Thanks, Rohit



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.

    To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-developer-forum/80bb2455-fbb9-4118-8e38-bc1de7e62906%40googlegroups.com.

    For more options, visit https://groups.google.com/d/optout.
Quick answer is that this seems to be a bad design.

btw, what do you mean by "cloud server"?



On 13-Jun-2014, at 8:44 pm, Rohit Waghchaure <ro...@indictranstech.com> wrote:

Hi,

I have a following scenario,
  1.  On selection of item name in production order, i have to pull the bill of material's operation table on Production Order Form
  2.  I have to add interface like query report in Quotation document
Both scenario i have to do on cloud server. To do this i am thinking following scenario
  1. I will create a new app say XXX on cloud server
  2. In hooks.py under app XXX, i will create method which can pull Workstation Table from BOM and show it on Production Order Form
  3. Method get called on_update of Production Order in my app
  4. Is it possible to called on_update trigger for production order in my app's (XXX) hooks.py
  5. Is it possible to show Query report on doctype say Quotation Order. 
So is it possible to develop on cloud, please provide your comment on this

Thanks, Rohit



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.

    To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-developer-forum/80bb2455-fbb9-4118-8e38-bc1de7e62906%40googlegroups.com.

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



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.

    To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-developer-forum/EDE02619-FB94-4E71-9AFD-6BC0B9CCEB19%40gmail.com.

    For more options, visit https://groups.google.com/d/optout.
Hi,

Thanks rushabh, sorry i mean to say frappe cloud (Hosted on your server).
Is such type of development possible on cloud?

Thanks Rohit


On Fri, Jun 13, 2014 at 10:09 PM, Rushabh Mehta <rm...@gmail.com> wrote:
Quick answer is that this seems to be a bad design.

btw, what do you mean by "cloud server"?



On 13-Jun-2014, at 8:44 pm, Rohit Waghchaure <ro...@indictranstech.com> wrote:

Hi,

I have a following scenario,
  1. On selection of item name in production order, i have to pull the bill of material's operation table on Production Order Form
  2. I have to add interface like query report in Quotation document
Both scenario i have to do on cloud server. To do this i am thinking following scenario
  1. I will create a new app say XXX on cloud server
  2. In hooks.py under app XXX, i will create method which can pull Workstation Table from BOM and show it on Production Order Form
  3. Method get called on_update of Production Order in my app
  4. Is it possible to called on_update trigger for production order in my app's (XXX) hooks.py
  5. Is it possible to show Query report on doctype say Quotation Order.
So is it possible to develop on cloud, please provide your comment on this

Thanks, Rohit



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.

To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-developer-forum/80bb2455-fbb9-4118-8e38-bc1de7e62906%40googlegroups.com.

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




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.
To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-developer-forum/EDE02619-FB94-4E71-9AFD-6BC0B9CCEB19%40gmail.com.

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



--
Rohit S. Waghchaure
Cell: +91 90118 57174 | Off. : (20) 657 0800 / 25281316
New Indictrans Technologies Pvt Ltd | www.indictranstech.com



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.

    To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-developer-forum/CAFsi8V1YgmAJZ0-EffaWe7MzkRGpwxY9AgWJUpHA8cMR6mWjVA%40mail.gmail.com.

    For more options, visit https://groups.google.com/d/optout.
We could host it if the code is good enough :) You could publish it for a start.


On 14-Jun-2014, at 11:07 am, Rohit Waghchaure <ro...@indictranstech.com> wrote:

Hi,

Thanks rushabh, sorry i mean to say frappe cloud (Hosted on your server). 
Is such type of development possible on cloud? 

Thanks Rohit


On Fri, Jun 13, 2014 at 10:09 PM, Rushabh Mehta <rm...@gmail.com> wrote:
Quick answer is that this seems to be a bad design.

btw, what do you mean by "cloud server"?



On 13-Jun-2014, at 8:44 pm, Rohit Waghchaure <ro...@indictranstech.com> wrote:

Hi,

I have a following scenario,
  1.  On selection of item name in production order, i have to pull the bill of material's operation table on Production Order Form
  2.  I have to add interface like query report in Quotation document
Both scenario i have to do on cloud server. To do this i am thinking following scenario
  1. I will create a new app say XXX on cloud server
  2. In hooks.py under app XXX, i will create method which can pull Workstation Table from BOM and show it on Production Order Form
  3. Method get called on_update of Production Order in my app
  4. Is it possible to called on_update trigger for production order in my app's (XXX) hooks.py
  5. Is it possible to show Query report on doctype say Quotation Order. 
So is it possible to develop on cloud, please provide your comment on this

Thanks, Rohit



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.

To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-developer-forum/80bb2455-fbb9-4118-8e38-bc1de7e62906%40googlegroups.com.

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





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.
To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-developer-forum/EDE02619-FB94-4E71-9AFD-6BC0B9CCEB19%40gmail.com.

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



--
Rohit S. Waghchaure
Cell: +91 90118 57174 | Off. : (20) 657 0800 / 25281316
New Indictrans Technologies Pvt Ltd | www.indictranstech.com



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.

    To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-developer-forum/CAFsi8V1YgmAJZ0-EffaWe7MzkRGpwxY9AgWJUpHA8cMR6mWjVA%40mail.gmail.com.

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



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.

    To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-developer-forum/348E9354-614A-4322-8F2F-EEF9C7280E1F%40gmail.com.

    For more options, visit https://groups.google.com/d/optout.
Hi Rushabh,

Can you please suggest us good approach to do this development in such a way to pulled request on cloud.

Regards


On Sat, Jun 14, 2014 at 1:04 PM, Rushabh Mehta <rm...@gmail.com> wrote:
We could host it if the code is good enough :) You could publish it for a start.


On 14-Jun-2014, at 11:07 am, Rohit Waghchaure <ro...@indictranstech.com> wrote:

Hi,

Thanks rushabh, sorry i mean to say frappe cloud (Hosted on your server).
Is such type of development possible on cloud?

Thanks Rohit


On Fri, Jun 13, 2014 at 10:09 PM, Rushabh Mehta <rm...@gmail.com> wrote:
Quick answer is that this seems to be a bad design.


btw, what do you mean by "cloud server"?



On 13-Jun-2014, at 8:44 pm, Rohit Waghchaure <ro…@indictranstech.com> wrote:

Hi,

I have a following scenario,
  1. On selection of item name in production order, i have to pull the bill of material's operation table on Production Order Form
  2. I have to add interface like query report in Quotation document
Both scenario i have to do on cloud server. To do this i am thinking following scenario
  1. I will create a new app say XXX on cloud server
  2. In hooks.py under app XXX, i will create method which can pull Workstation Table from BOM and show it on Production Order Form
  3. Method get called on_update of Production Order in my app
  4. Is it possible to called on_update trigger for production order in my app's (XXX) hooks.py
  5. Is it possible to show Query report on doctype say Quotation Order.
So is it possible to develop on cloud, please provide your comment on this

Thanks, Rohit



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.

To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-developer-forum/80bb2455-fbb9-4118-8e38-bc1de7e62906%40googlegroups.com.

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





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.
To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-developer-forum/EDE02619-FB94-4E71-9AFD-6BC0B9CCEB19%40gmail.com.

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



--
Rohit S. Waghchaure

Cell: +91 90118 57174 | Off. : (20) 657 0800 / 25281316

New Indictrans Technologies Pvt Ltd | www.indictranstech.com




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.
To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-developer-forum/CAFsi8V1YgmAJZ0-EffaWe7MzkRGpwxY9AgWJUpHA8cMR6mWjVA%40mail.gmail.com.

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



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.
To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-developer-forum/348E9354-614A-4322-8F2F-EEF9C7280E1F%40gmail.com.

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



--
Rohit S. Waghchaure
Cell: +91 90118 57174 | Off. : (20) 657 0800 / 25281316
New Indictrans Technologies Pvt Ltd | www.indictranstech.com



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.

    To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-developer-forum/CAFsi8V2TGernOQr_T0h4qmW6mi5nR89QMTyh9AMgcDviyAQY0g%40mail.gmail.com.

    For more options, visit https://groups.google.com/d/optout.
Please clearly state your objectives or document / create a mockup of what you want. I don't understand what you want in the "Query Report" and more importantly why.


On 16-Jun-2014, at 8:55 pm, Rohit Waghchaure <ro...@indictranstech.com> wrote:

Hi Rushabh,

Can you please suggest us good approach to do this development in such a way to pulled request on cloud.

Regards


On Sat, Jun 14, 2014 at 1:04 PM, Rushabh Mehta <rm...@gmail.com> wrote:
We could host it if the code is good enough :) You could publish it for a start.


On 14-Jun-2014, at 11:07 am, Rohit Waghchaure <ro...@indictranstech.com> wrote:

Hi,

Thanks rushabh, sorry i mean to say frappe cloud (Hosted on your server). 
Is such type of development possible on cloud? 

Thanks Rohit


On Fri, Jun 13, 2014 at 10:09 PM, Rushabh Mehta <rm...@gmail.com> wrote:
Quick answer is that this seems to be a bad design.


btw, what do you mean by “cloud server”?



On 13-Jun-2014, at 8:44 pm, Rohit Waghchaure <ro…@indictranstech.com> wrote:

Hi,

I have a following scenario,
  1.  On selection of item name in production order, i have to pull the bill of material's operation table on Production Order Form
  2.  I have to add interface like query report in Quotation document
Both scenario i have to do on cloud server. To do this i am thinking following scenario
  1. I will create a new app say XXX on cloud server
  2. In hooks.py under app XXX, i will create method which can pull Workstation Table from BOM and show it on Production Order Form
  3. Method get called on_update of Production Order in my app
  4. Is it possible to called on_update trigger for production order in my app's (XXX) hooks.py
  5. Is it possible to show Query report on doctype say Quotation Order. 
So is it possible to develop on cloud, please provide your comment on this

Thanks, Rohit



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.

To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-developer-forum/80bb2455-fbb9-4118-8e38-bc1de7e62906%40googlegroups.com.

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





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.
To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-developer-forum/EDE02619-FB94-4E71-9AFD-6BC0B9CCEB19%40gmail.com.

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



--
Rohit S. Waghchaure

Cell: +91 90118 57174 | Off. : (20) 657 0800 / 25281316

New Indictrans Technologies Pvt Ltd | www.indictranstech.com




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.
To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-developer-forum/CAFsi8V1YgmAJZ0-EffaWe7MzkRGpwxY9AgWJUpHA8cMR6mWjVA%40mail.gmail.com.

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




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.
To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-developer-forum/348E9354-614A-4322-8F2F-EEF9C7280E1F%40gmail.com.

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



--
Rohit S. Waghchaure
Cell: +91 90118 57174 | Off. : (20) 657 0800 / 25281316
New Indictrans Technologies Pvt Ltd | www.indictranstech.com



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.

    To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-developer-forum/CAFsi8V2TGernOQr_T0h4qmW6mi5nR89QMTyh9AMgcDviyAQY0g%40mail.gmail.com.

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



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.

    To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-developer-forum/21ABBCCC-EBFD-459B-8A98-F30EEA733863%40gmail.com.

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