Any way I can tell NetSuite to only commit/ship wh...
# general
e
Any way I can tell NetSuite to only commit/ship whole number quantities? So when a customer orders 10 of an item and we have 7.5 available, we want to ship 7 today and 3 in the future.
To better explain the "WHY?"... Lets say we sell rolls of fabric. We only allow customers to buy 1, 2, 10, 100 rolls of fabric (no decimals) But, we will take half a roll of fabric and cut it into sample to ship out. So we will occasionally have 5.5 rolls in the warehouse
s
Use unit of measure on item and define selling UOM item so that warehouse don't ship 7.5
k
Probably have to set global settings to do not commit with a script to set it if available quantity > ordered quantity- and then have a human intervene with the commit items page when it's the other half.