No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

hace 2 años
123456789101112131415161718192021222324252627282930313233343536
  1. ### List of Hooks
  2. #### Application Name and Details
  3. 1. `app_name` - slugified name e.g. "xhiveframework"
  4. 1. `app_title` - full title name e.g. "XhiveFramework"
  5. 1. `app_publisher`
  6. 1. `app_description`
  7. 1. `app_version`
  8. #### Install
  9. 1. `before_install` - method
  10. 1. `after_install` - method
  11. #### Javascript / CSS Builds
  12. 1. `app_include_js` - include in "app"
  13. 1. `app_include_css` - assets/xhiveframework/css/splash.css
  14. 1. `web_include_js` - assets/js/xhiveframework-web.min.js
  15. 1. `web_include_css` - assets/css/xhiveframework-web.css
  16. #### Desktop
  17. 1. `get_desktop_icons` - method to get list of desktop icons
  18. #### Notifications
  19. 1. `notification_config` - method to get notification configuration
  20. #### Permissions
  21. 1. `permission_query_conditions:[doctype]` - method to return additional query conditions at time of report / list etc.
  22. 1. `has_permission:[doctype]` - method to call permissions to check at individual level