Multiple Buttons in ListView | Frappe | ERPNext

แชร์
ฝัง
  • เผยแพร่เมื่อ 10 ก.พ. 2025
  • In this video, we’ll talk about a new feature in the Frappe framework for the listview. You can now add Multiple Buttons , means Dropdown Button , to the listview row. This feature is available in the develop version , but not in version 15. It is expected to be included in version 16 , though I’m not completely sure about that.
    Pull Request:
    PR: github.com/fra...
    Documentation:
    List: frappeframewor...
    Timestamps:
    00:35 - PR
    00:45 - Documentation
    01:20 - Default Structure of List
    02:00 - Add Multiple Buttons (Dropdown)
    05:48 - Final Output
    🔗 Don’t forget to Subscribe for more ERPNext tips and tricks!
    👍 Like this video if you find it helpful, and comment below with any questions or what you'd like to see next.
    Connect with us:
    Frappe Forum: discuss.frappe...
    LinkedIn: / nihantra-patel
    X: / nihantra
    GitHub: github.com/Nih...
    You can try out Frappe with a 15-day free trial without needing to enter credit card details! Sign up here: frappecloud.co...
    Learn more about:
    Frappe Framework: frappeframewor...
    Frappe: frappe.io
    ERPNext: erpnext.com
    #frappe #erpnext #frappeframework #opensource #nihantra #list #listview #clientscript #listjs #buttons #dropdownmenu #dropdownlist #dropdown #dropdownmenu

ความคิดเห็น • 10

  • @smartysoftware
    @smartysoftware 6 หลายเดือนก่อน +1

    Great Nihntra, We found this action oriented conditional buttons in list view are extremely useful to execute may things from list itself, we will conceive how we can use in our software solution portfolio.

    • @ERPNextWithNihantra
      @ERPNextWithNihantra  6 หลายเดือนก่อน +1

      Now available in the development version, you can also check the documentation (code structure) in the description box. If you want to learn how to use the button and develop advanced functionality, please check out my first and second videos.

  • @withharshvadhiya
    @withharshvadhiya 6 หลายเดือนก่อน +1

    Interesting!
    this can be used in many lists such as job openings.

  • @user-qo2vs2fl1z
    @user-qo2vs2fl1z 6 หลายเดือนก่อน +1

    Useful!

  • @alaal-salam3384
    @alaal-salam3384 3 หลายเดือนก่อน +1

    This is great🔥🔥🔥🔥
    how can you add a button to all doctypes?
    It's like doing the following
    doctype_list_js = {"*" : "public/js/list_view.js"} in hooks
    frappe.listview_settings[*] = {
    ....}
    How can this be done

    • @alaal-salam3384
      @alaal-salam3384 3 หลายเดือนก่อน

      @ERPNextWithNihantra

  • @egyok
    @egyok 4 หลายเดือนก่อน

    Nice
    Can you create a video like in a sales order on items morethan 10 columns to be show?

    • @ERPNextWithNihantra
      @ERPNextWithNihantra  3 หลายเดือนก่อน

      Not possible yet, that for you have to customise grid code.