App doesn't show

I make an app and all goes well. 

The problem know is that my app doesn't show in /desk app page. I did clear cache and bench frappe --install_app mytesteapp.

my desktop.py is:

from frappe import _

def get_data():
return {
"Myapp Teste": {
"color": "#FF99FF",
"icon": "icon-magnet",
"type": "module",
"label": _("MyApp Teste")
}
}

Why this app has type and the web_site chat does not?



Note:

 

If you are posting an issue,

 

  1. ERPNext is a free and open source software and support is given on this forum by a team (https://frappe.io/webnotes). So please consider donating if you find this forum useful (https://frappe.io/buy). Even a small amount would be helpful.
  2. 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.
  3. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  4. 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/f63983f9-ac7e-4c0b-996a-ace4483fd92a%40googlegroups.com.

    For more options, visit https://groups.google.com/d/optout.
What's in your apps modules.txt file?

-Anand.


On Mon, Sep 1, 2014 at 10:05 PM, Luis Fernandes <lu...@gmail.com> wrote:
I make an app and all goes well.

The problem know is that my app doesn't show in /desk app page. I did clear cache and bench frappe --install_app mytesteapp.

my desktop.py is:

from frappe import _

def get_data():
return {
"Myapp Teste": {
"color": "#FF99FF",
"icon": "icon-magnet",
"type": "module",
"label": _("MyApp Teste")
}
}


Why this app has type and the web_site chat does not?



Note:



If you are posting an issue,


  1. ERPNext is a free and open source software and support is given on this forum by a team (https://frappe.io/webnotes). So please consider donating if you find this forum useful (https://frappe.io/buy). Even a small amount would be helpful.

  2. 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.

  3. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email

  4. 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/f63983f9-ac7e-4c0b-996a-ace4483fd92a%40googlegroups.com.

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




Note:

 

If you are posting an issue,

 

  1. ERPNext is a free and open source software and support is given on this forum by a team (https://frappe.io/webnotes). So please consider donating if you find this forum useful (https://frappe.io/buy). Even a small amount would be helpful.
  2. 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.
  3. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  4. 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/CAAQzbF1zFRcjXw%2BVHPNeqDqdCJ%3D1yXNzNKsGAeqovbOn1TbBGA%40mail.gmail.com.

    For more options, visit https://groups.google.com/d/optout.
My modules.txt has just: MyApp Teste.
I found the problem i just don't understand it.
if i remove "type" and i add link just like i show bellow i see the icon.

"type": "module" <- remove
"link": "Module/MyApp Teste" <- add

Can you explain the function of type and link, thanks.

Segunda-feira, 1 de Setembro de 2014 17:48:23 UTC+1, Anand Doshi escreveu:
What's in your apps modules.txt file?

-Anand.


On Mon, Sep 1, 2014 at 10:05 PM, Luis Fernandes <lu...@gmail.com> wrote:
I make an app and all goes well. 

The problem know is that my app doesn't show in /desk app page. I did clear cache and bench frappe --install_app mytesteapp.

my desktop.py is:

from frappe import _

def get_data():
return {
"Myapp Teste": {
"color": "#FF99FF",
"icon": "icon-magnet",
"type": "module",
"label": _("MyApp Teste")
}
}


Why this app has type and the web_site chat does not?



Note:

 

If you are posting an issue,

 

  1. ERPNext is a free and open source software and support is given on this forum by a team (https://frappe.io/webnotes). So please consider donating if you find this forum useful (https://frappe.io/buy). Even a small amount would be helpful.

  2. 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.

  3. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email

  4. 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/f63983f9-ac7e-4c0b-996a-ace4483fd92a%40googlegroups.com.

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




Note:

 

If you are posting an issue,

 

  1. ERPNext is a free and open source software and support is given on this forum by a team (https://frappe.io/webnotes). So please consider donating if you find this forum useful (https://frappe.io/buy). Even a small amount would be helpful.
  2. 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.
  3. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  4. 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/1b2844d6-fb9b-40eb-9911-1aa8d195e04e%40googlegroups.com.

    For more options, visit https://groups.google.com/d/optout.
Even "type": "module" should've worked. Will have to look into it.


On Mon, Sep 1, 2014 at 10:36 PM, Luis Fernandes <lu...@gmail.com> wrote:
My modules.txt has just: MyApp Teste.
I found the problem i just don't understand it.
if i remove "type" and i add link just like i show bellow i see the icon.

"type": "module" <- remove
"link": "Module/MyApp Teste" <- add

Can you explain the function of type and link, thanks.

Segunda-feira, 1 de Setembro de 2014 17:48:23 UTC+1, Anand Doshi escreveu:
What's in your apps modules.txt file?

-Anand.


On Mon, Sep 1, 2014 at 10:05 PM, Luis Fernandes <lu...@gmail.com> wrote:
I make an app and all goes well.

The problem know is that my app doesn't show in /desk app page. I did clear cache and bench frappe --install_app mytesteapp.

my desktop.py is:

from frappe import _

def get_data():
return {
"Myapp Teste": {
"color": "#FF99FF",
"icon": "icon-magnet",
"type": "module",
"label": _("MyApp Teste")
}
}


Why this app has type and the web_site chat does not?



Note:



If you are posting an issue,


  1. ERPNext is a free and open source software and support is given on this forum by a team (https://frappe.io/webnotes). So please consider donating if you find this forum useful (https://frappe.io/buy). Even a small amount would be helpful.

  2. 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.

  3. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email

  4. 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/f63983f9-ac7e-4c0b-996a-ace4483fd92a%40googlegroups.com.

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




Note:



If you are posting an issue,


  1. ERPNext is a free and open source software and support is given on this forum by a team (https://frappe.io/webnotes). So please consider donating if you find this forum useful (https://frappe.io/buy). Even a small amount would be helpful.

  2. 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.

  3. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email

  4. 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/1b2844d6-fb9b-40eb-9911-1aa8d195e04e%40googlegroups.com.

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




Note:

 

If you are posting an issue,

 

  1. ERPNext is a free and open source software and support is given on this forum by a team (https://frappe.io/webnotes). So please consider donating if you find this forum useful (https://frappe.io/buy). Even a small amount would be helpful.
  2. 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.
  3. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  4. 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/CAAQzbF3wejb7imgLccONEzYy2G%2B5t7Cjfut8o1PQYqh9xm7Cpw%40mail.gmail.com.

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

Segunda-feira, 1 de Setembro de 2014 18:20:55 UTC+1, Anand Doshi escreveu:
Even "type": "module" should've worked. Will have to look into it.


On Mon, Sep 1, 2014 at 10:36 PM, Luis Fernandes <lu...@gmail.com> wrote:
My modules.txt has just: MyApp Teste.
I found the problem i just don't understand it.
if i remove "type" and i add link just like i show bellow i see the icon.

"type": "module" <- remove
"link": "Module/MyApp Teste" <- add

Can you explain the function of type and link, thanks.

Segunda-feira, 1 de Setembro de 2014 17:48:23 UTC+1, Anand Doshi escreveu:
What's in your apps modules.txt file?

-Anand.


On Mon, Sep 1, 2014 at 10:05 PM, Luis Fernandes <lu...@gmail.com> wrote:
I make an app and all goes well. 

The problem know is that my app doesn't show in /desk app page. I did clear cache and bench frappe --install_app mytesteapp.

my desktop.py is:

from frappe import _

def get_data():
return {
"Myapp Teste": {
"color": "#FF99FF",
"icon": "icon-magnet",
"type": "module",
"label": _("MyApp Teste")
}
}


Why this app has type and the web_site chat does not?



Note:

 

If you are posting an issue,

 

  1. ERPNext is a free and open source software and support is given on this forum by a team (https://frappe.io/webnotes). So please consider donating if you find this forum useful (https://frappe.io/buy). Even a small amount would be helpful.

  2. 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.

  3. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email

  4. 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+unsubscr…@googlegroups.com.

To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-developer-forum/f63983f9-ac7e-4c0b-996a-ace4483fd92a%40googlegroups.com.

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




Note:

 

If you are posting an issue,

 

  1. ERPNext is a free and open source software and support is given on this forum by a team (https://frappe.io/webnotes). So please consider donating if you find this forum useful (https://frappe.io/buy). Even a small amount would be helpful.

  2. 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.

  3. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email

  4. 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/1b2844d6-fb9b-40eb-9911-1aa8d195e04e%40googlegroups.com.

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




Note:

 

If you are posting an issue,

 

  1. ERPNext is a free and open source software and support is given on this forum by a team (https://frappe.io/webnotes). So please consider donating if you find this forum useful (https://frappe.io/buy). Even a small amount would be helpful.
  2. 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.
  3. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  4. 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/e6bfb1a9-ce5e-4b1c-b382-e301274f0b2d%40googlegroups.com.

    For more options, visit https://groups.google.com/d/optout.
You need to create at least one doctype under it then it will show in all application module in the desk

On Monday, September 1, 2014 10:35:58 PM UTC+6, Luis Fernandes wrote:
I make an app and all goes well. 

The problem know is that my app doesn't show in /desk app page. I did clear cache and bench frappe --install_app mytesteapp.

my desktop.py is:

from frappe import _

def get_data():
return {
"Myapp Teste": {
"color": "#FF99FF",
"icon": "icon-magnet",
"type": "module",
"label": _("MyApp Teste")
}
}

Why this app has type and the web_site chat does not?



Note:

 

If you are posting an issue,

 

  1. ERPNext is a free and open source software and support is given on this forum by a team (https://frappe.io/webnotes). So please consider donating if you find this forum useful (https://frappe.io/buy). Even a small amount would be helpful.
  2. 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.
  3. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  4. 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/59e9931f-ac36-4054-be66-2c70d2e1d35f%40googlegroups.com.

    For more options, visit https://groups.google.com/d/optout.
1 Like
Thanks Abu Sayem. It is possible to make one app invisible to the /desk? I mean one app that only control another app... a system app without doctype's.

Terça-feira, 2 de Setembro de 2014 4:06:07 UTC+1, Abu Sayem escreveu:
You need to create at least one doctype under it then it will show in all application module in the desk

On Monday, September 1, 2014 10:35:58 PM UTC+6, Luis Fernandes wrote:
I make an app and all goes well. 

The problem know is that my app doesn't show in /desk app page. I did clear cache and bench frappe --install_app mytesteapp.

my desktop.py is:

from frappe import _

def get_data():
return {
"Myapp Teste": {
"color": "#FF99FF",
"icon": "icon-magnet",
"type": "module",
"label": _("MyApp Teste")
}
}

Why this app has type and the web_site chat does not?



Note:

 

If you are posting an issue,

 

  1. ERPNext is a free and open source software and support is given on this forum by a team (https://frappe.io/webnotes). So please consider donating if you find this forum useful (https://frappe.io/buy). Even a small amount would be helpful.
  2. 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.
  3. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  4. 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/0dbb3360-528d-4896-8f03-529e98737e0a%40googlegroups.com.

    For more options, visit https://groups.google.com/d/optout.
I thinks i know the answer. If i don't make any doctype it work like a system module without frontend. Is this the only away?

Terça-feira, 2 de Setembro de 2014 10:05:10 UTC+1, Luis Fernandes escreveu:
Thanks Abu Sayem. It is possible to make one app invisible to the /desk? I mean one app that only control another app... a system app without doctype's.

Terça-feira, 2 de Setembro de 2014 4:06:07 UTC+1, Abu Sayem escreveu:
You need to create at least one doctype under it then it will show in all application module in the desk

On Monday, September 1, 2014 10:35:58 PM UTC+6, Luis Fernandes wrote:
I make an app and all goes well. 

The problem know is that my app doesn't show in /desk app page. I did clear cache and bench frappe --install_app mytesteapp.

my desktop.py is:

from frappe import _

def get_data():
return {
"Myapp Teste": {
"color": "#FF99FF",
"icon": "icon-magnet",
"type": "module",
"label": _("MyApp Teste")
}
}

Why this app has type and the web_site chat does not?



Note:

 

If you are posting an issue,

 

  1. ERPNext is a free and open source software and support is given on this forum by a team (https://frappe.io/webnotes). So please consider donating if you find this forum useful (https://frappe.io/buy). Even a small amount would be helpful.
  2. 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.
  3. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  4. 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/fc5ec645-3164-4519-8a21-0bd2968e65f4%40googlegroups.com.

    For more options, visit https://groups.google.com/d/optout.
Thanks Abu and Luis. This was very helpful for me.
Kind regards,
Mayur Patel



Note:

 

If you are posting an issue,

 

  1. ERPNext is a free and open source software and support is given on this forum by a team (https://frappe.io/webnotes). So please consider donating if you find this forum useful (https://frappe.io/buy). Even a small amount would be helpful.
  2. 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.
  3. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  4. 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/115a0ee1-2a2e-4bb1-bb62-3fede5e653ed%40googlegroups.com.

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