Saif Ur Rehman
Saif Ur Rehman
Documentation (Under Review): https://docs.erpnext.com/docs/v13/user/manual/en/asset/new?wiki_page_patch=ee64cad18b Dependent On: https://github.com/frappe/erpnext/pull/27585 ## Example Capitalization Entry  ## Example Decapitalization Entry 
Handles nested data like: [ { "_isGroup": 1, "rows": [...rows (can handle nested group objects)...], "totals": {...field1: x, field2: y...} }, ... ] And creates either a tree view or...
**Problem:** DataTable does not listen to Window Resize events when the layout is `fixed`. This causes horizontal scrolling problems with the bodyScrollable when the window is resized and the responsive...
To be used along with: https://github.com/frappe/datatable/pull/57 To notify DataTable to resize it's `bodyScrollable`.
**Problem:** Communication dynamically linked to Lead  Lead cannot be deleted  **Solution:** Ignore linked dynamically document based on parenttype
Missing changes in `framework_mariadb.sql` file
**Problem:** Arrow key navigation does not work on single DocTypes (Customize Form for example) because data properties are not being set **Solution:** Do not skip the whole function just to...