Update Inventory Management Research
parent
1d87a9bebb
commit
f52b2d639b
1 changed files with 18 additions and 1 deletions
|
|
@ -1,4 +1,21 @@
|
||||||
|
## Product Representation
|
||||||
|
|
||||||
|
Products need a way to uniquely identify themselves, there are two methods:
|
||||||
|
|
||||||
|
- SKU - Unique to Retailer
|
||||||
|
- UPC - Universally Unique
|
||||||
|
|
||||||
|
### References
|
||||||
|
|
||||||
|
https://www.shipbob.com/blog/how-to-find-sku-number/
|
||||||
|
|
||||||
|
## Domain Languages
|
||||||
|
|
||||||
If we intend to explore into the inventory management industry we will need to research existing standards that are used. In passing, some terminology I've come across is:
|
If we intend to explore into the inventory management industry we will need to research existing standards that are used. In passing, some terminology I've come across is:
|
||||||
|
|
||||||
- Universal Business Language (UBL)
|
- Universal Business Language (UBL)
|
||||||
- Electronic Data Interchange (EDI)
|
- Electronic Data Interchange (EDI)
|
||||||
|
|
||||||
|
## Software Delivery
|
||||||
|
|
||||||
|
There are two avenues to pursue in bringing software to clients, web deployment where our product is deployed as a web application, we could also deploy as a local app (electron) which would remove the need for a browser
|
||||||
Loading…
Add table
Reference in a new issue