Module.js

Hello All,

 Files & folders present in tracking folder are report,doctype,init.py and init.pyc.  I have added following code in modules.js file. 
        “Tracking”: {
link: “Tracking”,
color: “#3f4901”,
icon: “icon-tag”
},

still my module is not displayed on desktop. what should i do?

Thank you.



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/-/kV9d60w-JWgJ.

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

 

 

The user must have read on atleast 1 DocType of the module to show-up.

To check, in your console check the list:

wn.boot.profile.allow_modules

See if your module shows up.

Also see lib/webnotes/profile.py to check how this list is made.


On Mon, Feb 4, 2013 at 12:46 PM, gangadhar kadam <em...@gmail.com> wrote:
Hello All,
Files & folders present in tracking folder are report,doctype,__init__.py and __init__.pyc. I have added following code in modules.js file.
"Tracking": {
link: "Tracking",
color: "#3f4901",
icon: "icon-tag"
},

still my module is not displayed on desktop. what should i do?

Thank you.



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/-/kV9d60w-JWgJ.

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.