JAVA HOMEWORK HELP
I don’t have an idea on how to do this. I have an excel Inventory control template and I want to transform it to a Java based software that can do same function as the excel template. This is my homework and I have never work on java before. Can some help transform this to executable Java programme.
The Excel Template consist of three sheets:
• Matriz sheet means in English (Home, Front Panel or matrix)
• Entrada Sheet means in English (Stock Entrée)
• Saida sheet means in English (Stock Out)
I should be able to print result of
• Stock Balance
• Stock Entrée
• Stock out
I should be able to check
• Stock Balance by (date, minimum level)
• Stock Entrée (date)
• Stock out (date)
I should be able to put image of Items
I should be able to search for product by codes and shows image of that product.
I should able to get notify of items reaching safety stock level, which will be set by me.
I will appreciate if someone can help me with this homework.