Skip to content

fix: Report Subcontracted Raw Materials to be Transferred - #26020

Merged
marination merged 7 commits into
frappe:developfrom
marination:subcontracted-rm-to-transfer-report-develop
Jun 14, 2021
Merged

fix: Report Subcontracted Raw Materials to be Transferred#26020
marination merged 7 commits into
frappe:developfrom
marination:subcontracted-rm-to-transfer-report-develop

Conversation

@marination

Copy link
Copy Markdown
Contributor

Before:

  • Over complicated logic (since there was no proper linking between PO and Stock Entry back then)
  • Shows pending qty as negative on over transferring
  • Also showed all Purchase Orders even if they were fully received. (nothing left to transfer)
  • If multiple rows of the same raw material exist in the PO, it counts transferred qty as sum of all the rows. The key here was "Raw Material Item Code" which is incorrect in case of multiple rows with the same item code but belonging to different Finished Goods.
    Screenshot 2021-06-10 at 9 27 28 PM

After:

  • Simplified logic
  • Only show information from POs that are yet to be received and have pending qty to transfer
  • Inaccurate pending qty in case of same Raw Material Item Code fixed
    Screenshot 2021-06-10 at 9 23 24 PM

Did not enhance this report too much. When #25878 gets merged, it can deprecate this report easily.

@marination
marination merged commit 326a2e6 into frappe:develop Jun 14, 2021
asoral pushed a commit to asoral/erpnext that referenced this pull request Nov 12, 2021
…ransfer-report-develop

fix: Report Subcontracted Raw Materials to be Transferred
@frappe frappe locked as resolved and limited conversation to collaborators Mar 8, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant