agritheory / beam

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

Send to Subcontractor with Netted Handling Units #38

Closed agritheory closed 1 year ago

agritheory commented 1 year ago

Send to Contractor

In a case where the entire quantity associated with a Handling Unit is moved from one warehouse to another, that Handling Unit is reused.

Item Warehouse Handling Unit Quantity
Cocoplum Storeroom 123 -40 Ea
Cocoplum Subcontractor Warehouse 123 40 Ea

In a case where less than the total quantity associated with a Handling Unit is moved from one warehouse to another, a new handling unit is generated for the new units. Subsequent scans or lookups of the original handling (123) unit will return the remainder or net quantity.

Item Warehouse Handling Unit Quantity
Cocoplum Storeroom 123 -20 Ea
Cocoplum Subcontractor Warehouse 789 20 Ea
agritheory commented 1 year ago

We are not using the from/to aspects of Inventory Dimension but this seems like a place to leverage this feature, where it doesn't normally offer much benefit.

agritheory commented 1 year ago

Resolved with #40