Home arrow Delphi-Kylix arrow Page 2 - Invoicing in Delphi: Show Me the Money
DELPHI-KYLIX

Invoicing in Delphi: Show Me the Money


Have you been looking for a way to tame the invoices in your small business? In this article, the first of two parts, we are going to create a fully functioning invoicing system that can be used in almost any environment and situation. Interested? Keep reading.

Author Info:
By: Chris Neeman
Rating: 5 stars5 stars5 stars5 stars5 stars / 2
July 09, 2007
TABLE OF CONTENTS:
  1. · Invoicing in Delphi: Show Me the Money
  2. · Building the Database
  3. · Building the Application Interface
  4. · Finished Code
  5. · Rest of the Code and the Conclusion

print this article
SEARCH DEVARTICLES

TOOLS YOU CAN USE

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.


blog comments powered by Disqus
DELPHI-KYLIX ARTICLES

- Loading an XML Document into the DOM
- Delphi Wrapper Classes and XML
- Delphi and the DOM
- Delphi and XML
- Internet Access: Client Service
- Finishing the Client for an Internet Access ...
- The Client for an Internet Access Control Ap...
- User Management for an Internet Access Contr...
- Important Procedures for an Internet Access ...
- Server Code for an Internet Access Control A...
- 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...

Dev Articles Forums 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Weekly Newsletter
 
Developer Updates  
Free Website Content 
Contact Us 
Site Map 
Privacy Policy 
Support 



© 2003-2012 by Developer Shed. All rights reserved. DS Cluster 8 - Follow our Sitemap
Popular Web Development Topics
All Web Development Tutorials