Sagar Vora
Sagar Vora
### Issues When a **Payment Request** is partially paid, it does not allow further payments towards the remaining amount. * It does not keep a record of how much is...
To prevent issues like one fixed here: https://github.com/resilient-tech/india-compliance/pull/2373
frappe/erpnext tests may not run properly on a local setup due to this: https://github.com/resilient-tech/india-compliance/blob/6760eab8d8924d406eed2d8e8210f595ec036d26/india_compliance/tests/__init__.py#L46:L47
New `onload` logic was introduced for SO & DN, which _overrided_ the logic in `SellingController` instead of extending it.
The API broke recently: https://github.com/frappe/erpnext/pull/43476 It's very simple to self-host: https://github.com/hakanensari/frankfurter#deployment
#### before ```python In [4]: %timeit frappe.db.set_value 919 ns ± 6.2 ns per loop (mean ± std. dev. of 7 runs, 1,000,000 loops each) In [6]: %timeit frappe.db.set_value 929 ns...