My friend works with a small herbal medicine and does not have any software to help him do anything. I created several tables for him that work in the short term, but ideally he needs a database with some forms.
He needs a basic system for entering and tracking his orders / inventory, grouping this inventory together in herbal formulas (which are the ratios of herbs), some math using formulas, etc. It is not very difficult and all inputs can be made using basic forms.
I drew the basic schema and database forms that are required, but I am wondering what is the best way to implement this. I thought about using a framework like Django because it so easily creates basic forms and has a good object-relational mapping. But if I do, I will have to install Django on his computer, and he will launch it through a web browser. I would do this because HTML forms seem simple compared to creating something like a Swing GUI.
Does anyone have any suggestions? It just needs to be done simple and done quickly.
Thank.
Flavio
source
share