agritheory / beam

General Purpose 2D barcode scanning for ERPNext
https://agritheory.com/documentation/beam/
Other
20 stars 9 forks source link

Work Order Handling Unit #85

Closed Rgottsch1 closed 5 months ago

Rgottsch1 commented 5 months ago

If I finish a work order it is set to create the Manufacture entry. If I have a handling unit on the raw material being consumed, I enter the handling unit it in and click save, it disappears after the save is done. If I create a Material Consumption entry for the same work order with a handling unit on the raw material instead, it does not disappear after I click save and submit and accepts it fine. When I then try and recreate a Manufacture entry for the finished good item created, it then is automatically populating the raw material again to be consumed in error. So, its causing issues for test. image image When I click on Save on Manufactre entry : image When I then click on Submit on Manufacture entry: image

agritheory commented 5 months ago

@Rgottsch1 I think you have an extra step and I don't think your workflow should be using any Material Consumption type Stock Entries. Your BOMs are not structured in this "continuous input" / process manufacturing style. The steps I think you want are:

  1. Submit Work Order
  2. Transfer for Manufacture
  3. Complete Job Card(s)
  4. Complete Work Order
  5. Manufacturing Stock Entry
Rgottsch1 commented 5 months ago

Tyler,

Understood, and that is what I intiallly did - but the handlng unit is clearing out/"disappearing" upon save after I enter it in.  I used the Material Consumption entry to see if it would also 'disappear' but it did not and retained the entered handling unit.  

I agree going forward we will just do the Manufacture entry to both consume the raw material in WIP and create the BOM FG part #.  

Rob

On Tue, 2024-01-09 at 08:42 -0800, Tyler Matteson wrote:

@Rgottsch1 I think you have an extra step and I don't think your workflow should be using any Material Consumption type Stock Entries. Your BOMs are not structured in this "continuous input" / process manufacturing style. The steps I think you want are:

  1. Submit Work Order
  2. Transfer for Manufacture
  3. Complete Job Card(s)
  4. Complete Work Order
  5. Manufacturing Stock Entry

— Reply to this email directly, view it on GitHub https://github.com/agritheory/beam/issues/85#issuecomment-1883401146 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AHBVSCY3MYWU2BBCSEWQKXDYNVXPLAVCNFSM6AAAAABBTMGVVCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOBTGQYDCMJUGY . You are receiving this because you were mentioned. https://github.com/notifications/beacon/AHBVSC3S47EF5BR3Z3VUVE3YNVXPLA5CNFSM6AAAAABBTMGVVCWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTTQIJV3U.gif Message ID: @.***>

--