Revisions for merk/lib/Invoices.php

Location: [ Horde ] / merk / lib / Invoices.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.
 
  Revision Date Author Log Message
1.23 (+2 -17 lines) 01/30/2008 04:39 AM Duck duck

Move all process form logic into Process class to be in one place and be easily portable to other modules.

1.22 (+11 -1 lines) 12/13/2007 11:16 AM Duck duck

Use __construct

1.21 (+8 -1 lines) 11/10/2007 07:05 AM Duck duck

We don't need to require a default category to be set. If no default category is defined, we show a full items list like in every  common eshop.
Fix bug that double select items.
Declare functions public or private and remove unused hashes.
Use autoload.

1.20 (+2 -2 lines) 11/06/2007 10:03 AM Jan Schneider jan

Copyright assignments.

1.19 (+2 -2 lines) 06/27/2007 01:23 PM Jan Schneider jan

Bump year, looks like a missed a few last time.

1.18 (+4 -4 lines) 06/25/2007 12:09 PM Duck duck

move categories out of DT
php5 style methods definition
move vfs path constant to merk object

1.17 (+2 -2 lines) 05/16/2007 11:23 AM Duck duck

Remove delivery option form invoice since now the delivery is only another item in invoice.
Add direct print link to invoice view page.
Add possibility to add taxes and currencies directly from Merk.
Marge company data code form Minerva and Gulliver.

1.16 (+4 -2 lines) 11/12/2006 01:07 PM Duck duck

Rename item_delivery to item_service to match usage purposes and actually implement it. If in the shopping chart we have all ?soft delivery? items presume that we are selling not deliverable goods  (services, consulting etc.) and avoid all shipping and delivery processing.

1.15 (+13 -1 lines) 10/17/2006 04:16 AM Duck duck

- factory the invoice class in the process level
- add getName apo call for registy to retrive invoice name
- check currencies and type in incubator

1.14 (+2 -3 lines) 10/03/2006 02:59 AM Duck duck

Add delivery cost to the generated invoice by adding it as a additional item.

1.13 (+2 -1 lines) 09/28/2006 12:27 PM Duck duck

Basic authorizationResponse just to send us an email when a invoice status changes

1.12 (+1 -14 lines) 09/07/2006 02:59 AM Duck duck

Allow to use a stored draft for with minerva invoice driver

1.11 (+2 -3 lines) 09/06/2006 03:10 PM Duck duck

The mail subject is now set in the driver extension. So minerva driver can display the actual human name of selected type

1.10 (+7 -4 lines) 07/28/2006 05:15 AM Duck duck

Minor fixes

1.9 (+1 -2 lines) 07/27/2006 09:28 AM Duck duck

Add disclaimer and suppress options that comes out not useful from current user environment.

1.8 (+2 -2 lines) 07/25/2006 02:31 PM Duck duck

Allow to limit shipping/delivery to selected countres

1.7 (+2 -2 lines) 07/25/2006 05:52 AM Duck duck

Show category name in cart, checkout and invoice
Add todo list

1.6 (+6 -1 lines) 07/23/2006 02:46 PM Duck duck

- Snow category name in the browsing title
- Use vfs direct for category image too
- Remove payment prefs, never implemented
- Actually set the prefs values in the checkout
- Change vfs direct config to be a string so other alias can be specified. For example web-servers with disabled sym-links.
- Combine confusing double addresses
- Some more clean ups and fixes

1.5 (+2 -86 lines) 07/20/2006 06:58 AM Duck duck

Allow to supply item model for every item option combination
Uniform chart display
Clean ups and reformat

1.4 (+31 -25 lines) 07/19/2006 04:35 AM Duck duck

Finish sending invoice by email support

1.3 (+5 -15 lines) 07/18/2006 05:03 PM Duck duck

Done adding send email support.
Still need to store entered contact data and clean up some things

1.2 (+104 -3 lines) 07/18/2006 08:49 AM Duck duck

Fix formating of prefs.php.dist
Move invoice output to Invoice class to not duplicate code.
Basic support of sending invoice by email

1.1 07/17/2006 08:58 AM Duck duck

Missing Invoices.php
Taxes are no longer used internaly