Hi,
HikaShop only has one stock for each product.
However, a product can have variants (like this:
demo.hikashop.com/index.php/en/hikashop/...with-characteristics
) and each variant can have its own stock.
So, if you need to manage stock for different locations, you could have a location characteristic, with each location as a value, and then in each product, you could add that characteristic and then use the "add variants" button on the variants tab of the product edit screen to add the different locations where the product is available. Then, you can edit each variant to provide the stock.
Then, if you want to display the stock of each location in a table on the product details page on the frontend, it's possible by changing the "characteristic selection method" to "list" in the HikaShop configuration. This will display a table, with one row per variant, one column with the value of the "location" for each variant, and a column with the stock and the add to cart button.
Also, note that we also have this plugin on our marketplace:
www.hikashop.com/marketplace/product/107...ock-by-hikashop.html
If your products have barcodes, and you're actually manipulating them, you could have a physical barcode scanner ( or a smartphone using its camera ), so that you could easily add / remove stock on each product / variant.
And even without barcode, just by entering the product code, you can do the same.