Jump to content

How can I enable Multi-Warehouse?

  • Last Updated:
 Share

There is few steps required to make Multi-Warehouse system work correctly.

  • Go to \Data\Common.ini and configure IsMultiWareHouse by setting it to 1
  • Configure MultiWareHouseCount by setting desired count of additional warehouses (max 255)
  • Execute the script over MuOnline database
USE [MuOnline] GO
-- Script adds additional columns to warehouse table
-- Edit to add more or less warehouses (depending of MultiWareHouseCount setting)
-- To add more simply add extra 'ItemsX varbinary(7680) NULL' at the end of the script (before GO statement)

ALTER TABLE [dbo].[warehouse] ADD Items2 varbinary(7680) NULL, -- /ware1
Items3 varbinary(7680) NULL, -- /ware2
Items4 varbinary(7680) NULL, -- /ware3 
Items5 varbinary(7680) NULL, -- /ware4
Items6 varbinary(7680) NULL, -- /ware5 
Items7 varbinary(7680) NULL, -- /ware6
Items8 varbinary(7680) NULL, -- /ware7 
Items9 varbinary(7680) NULL, -- /ware8
Items10 varbinary(7680) NULL, -- /ware9 
Items11 varbinary(7680) NULL, -- /ware10
Items12 varbinary(7680) NULL, -- /ware11 
Items13 varbinary(7680) NULL, -- /ware12
Items14 varbinary(7680) NULL, -- /ware13 
Items15 varbinary(7680) NULL, -- /ware14
Items16 varbinary(7680) NULL, -- /ware15 
Items17 varbinary(7680) NULL, -- /ware16
Items18 varbinary(7680) NULL, -- /ware17 
Items19 varbinary(7680) NULL, -- /ware18
Items20 varbinary(7680) NULL -- /ware19
GO

 


 Share



  • Feel free to Contact us for any other questions - we'd be happy to help.

×
×
  • Create New...

Important Information


We use technologies, such as cookies, to customize content and advertising, to provide social media features and to analyse traffic to the site. We also share information about your use of our site with our trusted social media, advertising and analytics partners. See more about cookies and our Privacy Policy.