Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 3 of 3

Thread: Help with homework

  1. #1
    Junior Member
    Join Date
    Aug 2014
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Help with homework

    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.
    Attached Files Attached Files


  2. #2
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: Help with homework

    This is my homework and I have never work on java before. Can some help transform this to executable Java programme.
    We will help you when you've made some effort, post your code/errors/etc., and ask specific questions. This is a complex project for someone new to Java.

    Good luck!

  3. #3
    Junior Member
    Join Date
    Aug 2014
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Help with homework

    I have attached what I have done in Excel. I dont have know idea of Java.

Similar Threads

  1. Please help for my homework
    By skandi005 in forum Algorithms & Recursion
    Replies: 3
    Last Post: June 13th, 2014, 10:42 PM
  2. Help With my Homework Please :)
    By surfelijo in forum What's Wrong With My Code?
    Replies: 1
    Last Post: April 17th, 2013, 06:32 PM
  3. Help with homework
    By gta1 in forum Object Oriented Programming
    Replies: 1
    Last Post: March 11th, 2013, 08:58 PM
  4. Homework help
    By hockey15 in forum Object Oriented Programming
    Replies: 3
    Last Post: September 23rd, 2012, 11:28 PM
  5. Homework
    By jdonaldson in forum What's Wrong With My Code?
    Replies: 1
    Last Post: March 9th, 2011, 11:09 AM