Revision
1.1.2.2 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Dec 14 10:33:41 2008 UTC
(11 months, 2 weeks ago)
by
pvogelaar
Branch:
DRUPAL-6--1
CVS Tags:
DRUPAL-6--1-0,
DRUPAL-6--1-0-RC3
Changes since
1.1.2.1: +25 -0 lines
Diff to
previous 1.1.2.1
, to
branch point 1.1
Since I made a development snapshot on 2 august 2008 I kept comitting to CVS HEAD. Yesterday I noticed that the date of the development snapshot still remained 2 august 2008 however I made changes. Now I figured out since I created a development branch DRUPAL-6--1 that I have to checkout that branch and add and commit my code to that branch. The development snapshot will now be updated within 12 hours if my assumptions are right.
Revision
1.1 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Nov 22 11:10:10 2008 UTC
(12 months ago)
by
pvogelaar
Branch:
MAIN
CVS Tags:
DRUPAL-6--1-0-RC1,
DRUPAL-6--1-0-RC2,
HEAD
Branch point for:
DRUPAL-6--1
22-11-2008:
* Update dutch translation file
* Added a solid solution for removing invoices from "node" overview
19-11-2008:
* Added support for: Invoice number format, 12345, 2008001, 200806001, etc.
- It's possible now to prefix invoice number with whatever, for example A2008001.
12-11-2008:
* Display invoice comments on the invoice template
* Display pay limit on the invoice template
* Added: Global, per template set which fields to display on the invoice: VAT, Unitcost (ex), Unitcost (inc), Total (ex), Total (inc)
* FIXED BUG: Default template settings seem to don't inherit from general settings
- Inheriting worked fine, made a small ajustment so it works even smoother now.
- The main problem was that the preferred locale was not installed on the system. I made that form description more complete now
and added a list which displays installed locales on the system.
* Added: Translate file for dutch language
11-11-2008:
* FIXED BUG: Functions can never have the same name, also when including just one template (Fatal error: Cannot redeclare _invoice_get_template_output())
* FIXED BUG: Installer is not correct and must be updated (we're using schema files now)
* Added and tested invoice_update_1() function, works 100% correct.
01-11-2008:
* FIXED BUG: Search on a customer starting with "f" or other sprintf() like characters go wrong