Time and Billing Application Info

HostedDatabase.com's Time and Billing application is designed for a small business that charges clients based on billable hours for one or more projects, and that needs to record expenses and payments on a project basis. The business data is contained in a database consisting of a primary data table, secondary data tables, and look-up tables. Here is a break-down of all groups of information maintained by the application.

  1. Clients - the primary data group is the Clients table. This table contains data elements that describe the client account such as company name, contact name, address, phone, e-mail, notes, etc.
  2. Time Worked - one secondary data group is the Time Worked table. This table is used to keep employee time records for client project work, including date worked, employee, project, work code, billing hours, etc.
  3. Expenses - another secondary data group is the Expenses table. This table is used to keep employee expense records for client project work, including expense date, employee, project, expense code, amount, etc.
  4. Payments - another secondary data group is the Payments table. This table is used to keep records of payments made by the client for services rendered and reimbursable expenses, including payment date, project, payment method, amount, etc.
  5. Projects - this is a look-up table used to define a client project, including project name/description, project manager, begin/end date, etc. or regional location.
  6. Employees - this is a look-up table used to define an employee, including employee name, title, contact information, etc.
  7. Expense Codes - this is a look-up table used to classify expenses for a client or project. Expense code is specified when recording expenses for a project.
  8. Work Codes - this is a look-up table used to classify work tasks for a client or project. Work code is specified when recording time worked on a project.
  9. Payment Methods - this is a look-up table used to specify the payment method for client payments. Payment method is specified when recording payments.

Note that the primary and secondary tables in the Time and Billing application each have three (3) user-defined custom fields so you may store business data that is specific to your own business. One of the first tasks you should perform prior to using your application is to populate all the look-up tables mentioned above with data values specific to your business. You should also modify your application properties to specify your custom fields if you have any. Click HERE to download our "Applications Getting Started Guide."

 
 

Copyright ©1999-2008 AMULET Development Corp. All rights reserved.