Это пробный урок. Оформите подписку, чтобы получить доступ ко всем материалам курса. Премиум

  1. Урок 1. 00:02:17
    Course Introduction
  2. Урок 2. 00:06:00
    Introduction to Frappe framework
  3. Урок 3. 00:15:07
    Frappe Bench Installation
  4. Урок 4. 00:09:36
    Initialize Frappe bench Install Frappe App and Create Site
  5. Урок 5. 00:05:12
    Frappe Desk
  6. Урок 6. 00:06:08
    Create Custom App
  7. Урок 7. 00:10:25
    Create Doctype
  8. Урок 8. 00:09:00
    Doctype Field Types
  9. Урок 9. 00:04:20
    Doctype Field Properties
  10. Урок 10. 00:07:40
    Doctype Naming and Permission
  11. Урок 11. 00:07:18
    Different Types of Doctype
  12. Урок 12. 00:16:54
    Client Side Scripting
  13. Урок 13. 00:14:05
    Client Side Events
  14. Урок 14. 00:07:25
    Messages In Frappe
  15. Урок 15. 00:11:13
    Set a Value in Docfields
  16. Урок 16. 00:04:08
    Create Custom Buttons
  17. Урок 17. 00:05:14
    Trigger Event/Function
  18. Урок 18. 00:06:33
    Set Child-Table Field
  19. Урок 19. 00:08:37
    Create Child Doc
  20. Урок 20. 00:09:55
    Server Side Events
  21. Урок 21. 00:06:36
    frappe.db.get_value & frappe.db.set_value
  22. Урок 22. 00:04:55
    frappe.get_doc()
  23. Урок 23. 00:04:23
    frappe.new_doc() & frappe.delete_doc()
  24. Урок 24. 00:11:20
    Document Methods
  25. Урок 25. 00:04:45
    frappe.db.get_list()
  26. Урок 26. 00:04:26
    frappe.db.exists() & frappe.db.count()
  27. Урок 27. 00:04:00
    frappe.db.sql(""" """)
  28. Урок 28. 00:05:08
    frappe.call
  29. Урок 29. 00:04:58
    frm.call to user defined whitelisted method
  30. Урок 30. 00:03:25
    frappe.call to different method locations