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 2 of 2

Thread: How to go about this?

  1. #1
    Member
    Join Date
    Dec 2010
    Posts
    69
    My Mood
    Busy
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default How to go about this?

    Okay I am just messing around with some mini projects to learn the coding a bit better but I was wondering if someone could point me in the right direction with how to complete this. I want to build a bill/invoice generator. My program I have as of this moment can store product and I'm working on the portion where I can add what services or products were supplied and I want to be able to generate a pre-formed invoice to print. I know it's difficult for someone to supply a good answer without a more in depth explanation but if someone could mention or show me a similar coding structure that I could use as a reference that'd be awesome. Thanks guys!

  2. #2
    Member
    Join Date
    Jun 2012
    Posts
    41
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default Re: How to go about this?

    I think we might need more details as to what work you have done and the specifics of what needs to be done.