Revisions for hermes/lib/Driver.php

Location: [ Horde ] / hermes / lib / Driver.php View: Logs | Branches | Statistics
Search Revisions:
Show diffs between and
Show Differences shows diffs to the previous revision. If you select a revision by clicking its row, Show Differences will show the differences to the selected row.
Show Branch:
  Revision Date Author Log Message
1.21 (+1 -178 lines) 04/19/2007 07:14 PM Jan Schneider jan

Drop invoicing.

Tags: HERMES_1_0, HERMES_1_0_RC2, HERMES_1_0_RC1

1.20 (+5 -3 lines) 11/07/2005 12:50 AM Chuck Hagenbuch chuck

Fixes for reference warnings with PHP 5.1. If someone could merge
these it'd be appreciated, I'm not up to it right now and will be
swamped come morning.

1.19 (+2 -2 lines) 08/24/2005 09:28 AM Matt Selsky selsky

Use double-quotes.

1.18 (+4 -4 lines) 05/23/2005 11:08 AM Chuck Hagenbuch chuck

ws

1.17 (+34 -35 lines) 05/10/2005 11:19 PM Matt Selsky selsky

Remove "optional" from phpdoc.

1.16 (+5 -3 lines) 05/10/2005 08:55 PM Matt Selsky selsky

Fix viral 'wil' typo.

1.15 (+26 -1 lines) 05/03/2005 02:25 PM eraserhd

* Ability to delete invoice, invoice item from batch.

1.14 (+50 -1 lines) 04/20/2005 11:33 AM eraserhd

* Ability to add items to invoices.

1.13 (+1 -2 lines) 04/20/2005 05:21 AM Matt Selsky selsky

Remove @version and clean up required parameters in phpdoc for SQL driver.

1.12 (+50 -2 lines) 04/14/2005 02:51 PM eraserhd

* Driver API & implementation for working with invoices.
* Ability to create a new invoice in a batch.

1.11 (+52 -2 lines) 04/14/2005 10:38 AM eraserhd

Start of invoicing implementation:
* Data structures, driver & lib/Invoice.php API
* Ability to create a new batch or select a batch to edit.
* Ability to close/re-open a batch.

1.10 (+83 -2 lines) 03/10/2005 11:59 AM eraserhd

* Add ability to maintain deliverables (will shortly have the ability to track
time to them).

1.9 (+54 -2 lines) 02/25/2005 01:53 PM eraserhd

* Add ability to disable job types so they still exist but can no longer be
used for time entry (but can be used for searching and display).
* driver::getJobTypes() -> listJobTypes(), for consistency
* driver::getJobType() -> getJobTypeByID(), for consistency
* merge add/updateJobType(), for consistency.

1.8 (+3 -3 lines) 05/20/2004 11:27 AM Jan Schneider jan

Fix package names.

1.7 (+3 -3 lines) 10/30/2003 06:37 PM Jan Schneider jan

PHP 5 fixes.

1.6 (+12 -4 lines) 09/01/2003 06:22 PM Jan Schneider jan

Simplify driver instantiation even more.

1.5 (+13 -4 lines) 08/22/2003 08:36 PM Jan Schneider jan

Let all driver based applications use Horde::getDriverConfig().

1.4 (+5 -5 lines) 12/31/2002 09:20 AM Chuck Hagenbuch chuck

Simplify a lot of driver code; serialize() is faster than md5(), so we
can remove some code. Add a bunch of missing basename() calls, fix
some places where we shouldn't have returned a base class object, etc.

1.3 (+4 -4 lines) 12/29/2002 07:39 AM Jan Schneider jan

More strtolower() replacements.

1.2 (+2 -3 lines) 08/21/2002 01:21 AM Chuck Hagenbuch chuck

Herre's a metric ton of new code for Hermes, including submission of time,
editing of entries, browsing to arbitrary weeks, etc.

THERE ARE DATABASE CHANGES NECESSARY.

This should round out the initial implementation of Hermes pretty nicely.

1.1 07/19/2002 06:22 PM Chuck Hagenbuch chuck

Very alpha Hermes version. Lets you enter time. :)