- Made refresh button icon visible
- Edit Capacity button size and alignment
- Medium font on dashboard
(cherry picked from commit 23486a929d)
Co-authored-by: marination <maricadsouza221197@gmail.com>
* fix: added job_card_item links in material request
* fix: add no copy to row references
(cherry picked from commit cb064b06ad)
Co-authored-by: Noah Jacob <noahjacobkurian@gmail.com>
- make `tests_that_skip_setup` a tuple (added comma)
- remove manual teardown in `test_job_card_material_transfer_correctness` to avoid premature committing
- transfer_material_against = "Job Card" while making BOM with mulitple operations
(cherry picked from commit bb561ba7a8)
- `get_cached_value` throws a DoesNotExistError if non-existent value, used `get_value` instead
- accomodate production plan items that dont have WO/PO against them as well (blank values)
- added some None value handling to avoid AttributeError
(cherry picked from commit 1eb3ca2b86)
- Fixed transferred qty not back updating on JC if partial transfer
- Partial transfer not mapping pending qty from JC correctly in SE
- tests for above cases
- minor code cleanup
(cherry picked from commit e8d0c25dff)
- Check if items pulled in stock entry are present in Job Card
- Code cleanup and removed redundant checks
Co-authored-by: Gavin D'souza <gavin18d@gmail.com>
(cherry picked from commit 3da03028f3)
- Fix Server side PR test
- linter: re-arrange imports
- sider: avoid single line multi statement
- Code cleanup: Improve code readability and avoid horizontal scroll in test_purchase_receipt
- Removed unused variables in test_purchase_receipt
(cherry picked from commit 293f6cbafd)
# Conflicts:
# erpnext/stock/doctype/purchase_receipt/test_purchase_receipt.py
- remove extra space (sider)
- PR: Bring rejected qty in grid view
- PI: Rename `Stock Qty` to `Accepted Qty in Stock UOM`
- PI: Move `Accepted Qty in Stock UOM` under Stock UOM
(cherry picked from commit afe1c45f7f)
* fix: don't make naming series mandatory for items
Item variants are an exception, hence this needs to be checked
conditionally.
(cherry picked from commit 7fcaeca403)
* fix: patch for naming series property setter
(cherry picked from commit 54184e54ed)
# Conflicts:
# erpnext/patches.txt
* fix: conflicts
Co-authored-by: Ankush Menat <ankush@frappe.io>
Negative stock can be toggled back after queuing transactions, this
causes failure when repost is executed.
Now allow_negative_stock stock is set at time of queuing the repost job.
This means setting changes done afterwards won't affect already
submitted reposts.
(cherry picked from commit 12e81df2b7)
* Update warranty_claim.json
Added the Email in option field of Contact Email so you are able to create a notification mapping to this field as reciever.
* Update warranty_claim.json
(cherry picked from commit 6907ad8adb)