Saif Ur Rehman

Results 7 issues of 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 ![](https://docs.erpnext.com/files/Example%20Capitalization%20Entry.png) ## Example Decapitalization Entry ![](https://docs.erpnext.com/files/Example%20Decapitalization%20Entry.png)

accounts
hotfix

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 ![image](https://user-images.githubusercontent.com/328330/236200611-7da5a5aa-e49b-4831-bc84-527e0d8b8d57.png) Lead cannot be deleted ![image](https://user-images.githubusercontent.com/328330/236200782-a226138f-67fe-4036-af0e-e1b0310e7889.png) **Solution:** Ignore linked dynamically document based on parenttype

add-test-cases

Missing changes in `framework_mariadb.sql` file

inactive

**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...

inactive