Delphi-Kylix
  Home arrow Delphi-Kylix arrow 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  
Mobile Linux 
App Generation ROI 
IBM® developerWorks 
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


    (Page 1 of 5 )

    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.

    Show Me the Money

    Because this is going to be a local application and not a client-server one, we are going to use a Microsoft Access database as the storage. We are also going to use some of Microsoft's proprietary database components, called ADO, to make the connection to the Access database. The article will show how to go through the process of connecting to a local database, step by step.

    So what are the requirements for our invoicing application? See the list below:

    • Our application must make it easy to create a new invoice.
    • The application must have the option to view an invoice in both short and detailed views.
    • The application must have the capability to either print or create a PDF of the invoice.
    • The application must have a search facility.
    • The application must have the capability to remove or change an invoice.
    • The application should let us create, change and add clients.

    Just a few cautionary words before we start. The invoice application was created with Borland Delphi 7 and successfully tested on both Windows 2000 and Windows XP. It may or may not work on other Windows systems. The application is intended for low volume usage, hence the use of MS Access. Because MS Access is intended for low volume activity, it might slow your application down if you overload the database, so try to remove redundant data from the database as often as possible, or better yet, change to a database that can handle larger volumes of data such as MySQL or MS SQL.

    More Delphi-Kylix Articles
    More By Chris Neeman


     

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







    © 2003-2009 by Developer Shed. All rights reserved. DS Cluster 4 Hosted by Hostway
    For more Enterprise Application Development news, visit eWeek