Devin Slauenwhite
Devin Slauenwhite
bringing https://github.com/frappe/erpnext/pull/31017 back to life
`no-docs` I'm not sure why it was decided to open the stock entry in form view from the item dashboard. It takes much longer to move items between locations. ##...
alternative solution for https://github.com/frappe/erpnext/pull/30927 3rd time the charm 😉 In my previous PR I really couldn't think about how to manage the difference between write-offs and gain/loss Finally, I found...
This PR adds a validation that will ensure user doesn't pick more than the required qty.
**Before PR**  **After PR** 
This PR makes it easier to add multiple mappings to Sales Order from more than just Quotation As long as these conditions are met, you can map any custom doctype...
In some cases, just displaying a short alert regarding the scan status isn't enough. If the user doesn't look back at their screen fast enough after scanning they should visually...
### Description Before this PR the following code was executed before adding rows to the deductions table. ```python payment_entry.flags.ignore_validate_update_after_submit = True payment_entry.setup_party_account_field() payment_entry.set_missing_values() payment_entry.set_amounts() ``` This PR modified the above...
closes: https://github.com/frappe/erpnext/issues/33228 TODO: More manual testing. - [ ] Multicurrency type: Pay - [ ] Multicurrency type: Receive - [ ] Multicurrency type: Internal Transfer - [ ] Multicurrency Payment...