Showing an invoice

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • akshaycjoshi
    New Member
    • Jan 2007
    • 153

    Showing an invoice

    Hello all,
    I am making one application where the user will make invoices of items in grain shop.
    Which component should i use in which the user will enter details of grain ?

    I tried datagridview .
    I print the datagridview using DataGridViewExt ension(third party dll).
    But the printing is just so simple and provides us options to addd a header footer only.

    My question is which control should i use where the user will enter values.
    Secondly the printing should be easy.

    I know i am not clear in my question but an sort of help will be useful.

    Thanks
  • tlhintoq
    Recognized Expert Specialist
    • Mar 2008
    • 3532

    #2
    • You've made no mention of what language you are doing this in (C#, Java)
      There is no mention of how your are storing the data, only a control used to enter it. Is it in a table, a database, a tab delimited text file?
      There is no code section of where you are running into a coding problem.

    It makes it kind of hard to suggest how to do much with it.

    If this is a homework assignment... well its your grade, your work. I might suggest looking into Datasets, Dataviews and Datatables on google.

    If this is a real world functioning grain business... What accounting package is this grain business already using?
    MYOB, Quicken Business, Quickbooks, all have invoicing capability built in and might be a better fit with their existing software.

    Comment

    Working...