All About Roles and Permissions Management in Frappe Framework/ERPNext!

Поділитися
Вставка
  • Опубліковано 2 лис 2024

КОМЕНТАРІ • 11

  • @nirajregmi6843
    @nirajregmi6843 Рік тому +1

    @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

  • @nirajregmi6843
    @nirajregmi6843 Рік тому

    Is there any implementation of role permission for attachments and files? What if we want to give access of attachments to some users only

    • @BuildWithHussain
      @BuildWithHussain  Рік тому

      Hi 👋
      AFAIK no, maybe you can raise a Feature request here: GitHub.com/frappe/frappe

  • @ShahayTalks
    @ShahayTalks Рік тому

    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.

    • @BuildWithHussain
      @BuildWithHussain  Рік тому +1

      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.

    • @ShahayTalks
      @ShahayTalks Рік тому

      @@BuildWithHussain hi, thank you.
      We want same dependency in the child table also. How can we do it? Please explain

  • @prasantpant9483
    @prasantpant9483 2 місяці тому

    How to restore all doctypes permission?

  • @bala859
    @bala859 Рік тому

    What version is used in this tutorial