@hussain suppose i have 100 employee and what i want is i have 10 project managers and under those 10 manager i want to split those 100 employees timesheet. 15 employees' timesheet should shown under 1 manager and soo on.. i can i do that? There is user permission doctype from where we can give permission of employee but doing so for more employee is very tideous process.. could you please suggest proper way to implement this
Urgent. Hi, i want to understand how dynamic link works and what is the use of dynamic link. Please please explain this. I want to create a state field and then district field. Then i wan interdependency between states and city.
Hi 👋 Basically, you have to use the set_query API in client script to achieve this: frm.set_query(“district”, () => { return { filters: {“state”: frm.doc.state} } }) Please post your question here: discuss.frappe.io if this doesn’t help.
@hussain suppose i have 100 employee and what i want is i have 10 project managers and under those 10 manager i want to split those 100 employees timesheet. 15 employees' timesheet should shown under 1 manager and soo on.. i can i do that? There is user permission doctype from where we can give permission of employee but doing so for more employee is very tideous process.. could you please suggest proper way to implement this
Same question
Is there any implementation of role permission for attachments and files? What if we want to give access of attachments to some users only
Hi 👋
AFAIK no, maybe you can raise a Feature request here: GitHub.com/frappe/frappe
Urgent.
Hi, i want to understand how dynamic link works and what is the use of dynamic link. Please please explain this.
I want to create a state field and then district field. Then i wan interdependency between states and city.
Hi 👋
Basically, you have to use the set_query API in client script to achieve this:
frm.set_query(“district”, () => {
return {
filters: {“state”: frm.doc.state}
}
})
Please post your question here: discuss.frappe.io if this doesn’t help.
@@BuildWithHussain hi, thank you.
We want same dependency in the child table also. How can we do it? Please explain
How to restore all doctypes permission?
What version is used in this tutorial
Hi 👋
Version 15 Beta.