Delphi-Kylix
  Home arrow Delphi-Kylix arrow Page 2 - Invoicing in Delphi: Show Me the Money
Dev Articles Forums 
ADO.NET  
Apache  
ASP  
ASP.NET  
C#  
C++  
ColdFusion  
COM/COM+  
Delphi-Kylix  
Design Usability  
Development Cycles  
DHTML  
Embedded Tools  
Flash  
Graphic Design  
HTML  
IIS  
Interviews  
Java  
JavaScript  
MySQL  
Oracle  
Photoshop  
PHP  
Reviews  
Ruby-on-Rails  
SQL  
SQL Server  
Style Sheets  
VB.Net  
Visual Basic  
Web Authoring  
Web Services  
Web Standards  
XML  
Dedicated Servers  
Moblin 
JMSL Numerical Library 
IBM® developerWorks 
Sun Developer Network 
Weekly Newsletter
 
Developer Updates  
Free Website Content 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Write For Us Get Paid 
Request Media Kit
Contact Us 
Site Map 
Privacy Policy 
Support 
 USERNAME
 
 PASSWORD
 
 
  >>> SIGN UP!  
  Lost Password? 
DELPHI-KYLIX

Invoicing in Delphi: Show Me the Money
By: Chris Neeman
  • Search For More Articles!
  • Disclaimer
  • Author Terms
  • Rating: 5 stars5 stars5 stars5 stars5 stars / 1
    2007-07-09

    Table of Contents:
  • Invoicing in Delphi: Show Me the Money
  • Building the Database
  • Building the Application Interface
  • Finished Code
  • Rest of the Code and the Conclusion

  • Rate this Article: Poor Best 
      ADD THIS ARTICLE TO:
      Del.ici.ous Digg
      Blink Simpy
      Google Spurl
      Y! MyWeb Furl
    Email Me Similar Content When Posted
    Add Developer Shed Article Feed To Your Site
    Email Article To Friend
    Print Version Of Article
    PDF Version Of Article
     
     
    ADVERTISEMENT


    Invoicing in Delphi: Show Me the Money - Building the Database


    (Page 2 of 5 )

    The database will have only two tables: a Clients table to hold client information, and an Invoices table to hold invoice information. In Microsoft Access create these two tables with the following fields:

    Table for clients:

    • clientno - creates a unique id for each new client.
    • name - stores the name for each new client or company.
    • address - stores the address of the company.
    • email - stores the email address of a client.
    • phone - stores the phone number of a client.
    • fax - stores the fax number of a client.
    • contact - stores the name of the contact that you will be dealing with whenever you are in contact with the client.

    Invoices table fields:

    • invno - creates and stores a new invoice number for every new invoice that is created.
    • invname - stores the name of the client for which an invoice was created.
    • invdate - stores the date that an invoice was created.
    • notes - stores any additional information about the invoice.

    Once you've created the tables, the only thing left to do is to connect them to the application. We will do this when we discuss the application code.

    More Delphi-Kylix Articles
    More By Chris Neeman


     

    DELPHI-KYLIX ARTICLES

    - Constructing the Interface for an Internet A...
    - Building a Server Application for an Interne...
    - Building an Internet Access Control Applicat...
    - Client Dataset: Working with Data Packets an...
    - Using the Client Dataset in an N-Tiered Appl...
    - Using the Client Dataset in Two-Tiered Clien...
    - Using the Client Dataset in File-Based Archi...
    - Demystifying the Client Dataset
    - Working with INI Files in Delphi
    - Creating Data Link (UDL) Files in Delphi
    - Looking at the Details for an Invoicing Appl...
    - Invoicing in Delphi: Show Me the Money
    - Saving Images and Binary Files to a Database...
    - Saving Files to a Database using Delphi: Sav...
    - Creating CF Applications and Integrating a S...







    © 2003-2008 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway