The "Be Strong" meat product company produce and supplies to the customers.
They supply single product. Product has two defferent pac size according to the weight. (Lets say pac_S and pac_L). They have around 25 customers.
Once stock updated, the request order quantity cheched against the current stock level Manager who supervice the making up of orders redy for dispatch.
Devolop system to generate the below given documents
1.Current stock in hand
2.Goods Transfer Note (GTN) to the customers.
3Goods receive Note (GRN) from the factory
your system shuld handle the stock movements only.
Guys please help me with dis scenario..
Thanks..
Have a grate day..!!!
This message was edited 1 time. Last update was at by Kalpa Hangawatta
"The set strikes me as something like the set of potatoes, radishes, farming, and lunch. " - a colleague's way of comparing both overlapping and disparate groups. made me laugh and thought of the ranch
Not convinced. I think you are starting from the wrong end. You need your model first, which probably requires Meat and Customer classes. You get that working with a class running a main() method, from the command line. Then you consider adding a GUI as a front-end.
You need to break it into pieces. Your "model", which are your business objects. How you need to present those objects to the user (and how they edit them). And how you'll "persist" the data by saving it into some kind of database.
Are you supposed to use Swing? Do you need to store the data in an SQL database? Based on those answers, there are many great Sun tutorials that can help you: The Java Tutorials