1
vote
0answers
86 views

Repair inventory database design

Having read a whole lot of articles here on stackoverflow, I can't seem to find an answer to my databasing dilemma. Basically here are the rules that the business has: Using up stock: Repair parts ...
2
votes
2answers
723 views

Proper way to design an inventory system

I am a pretty good programmer but I am not great when it comes to designing system architectures. I have a pretty simple inventory system I am making however I would like to know a good way to ...
0
votes
1answer
2k views

Design of Inventory Application(C#)

I would like to design a Inventory system. Some key features listed below. Multi User Multi Branch Support Online and offline Invoicing Multi Currency Language requirements : - C# 2.0 SQL2005 ...
27
votes
13answers
13k views

Inventory database design

This is a question not really about "programming" (is not specific to any language or database), but more of design and architecture. It's also a question of the type "What the best way to do X". I ...