Skip to content

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

Merged
marination merged 3 commits into
frappe:version-13-hotfixfrom
marination:subcontracted-rm-to-transfer-report
Jun 11, 2021
Merged

fix: Report Subcontracted Raw Materials to be Transferred#26011
marination merged 3 commits into
frappe:version-13-hotfixfrom
marination:subcontracted-rm-to-transfer-report

Conversation

@marination

@marination marination commented Jun 10, 2021

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 changed the title fix: Report Raw Materials to be Transferred fix: Report Subcontracted Raw Materials to be Transferred Jun 10, 2021
@marination
marination merged commit d7d5c4c into frappe:version-13-hotfix Jun 11, 2021
@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