Added new SKU functions
- Added 2 (two) new SKU functions on inventory items (
createSku($code, $overwrite = false)
&updateSku($code, $sku = NULL)
- Calling
newStockOnLocation($location)
now throws an exception if a stock already exists on the specified location - Updated documentation and tests to match