Log of /contributions/modules/invoice/invoice.info
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.1.2.2 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Dec 14 21:20:44 2008 UTC
(11 months, 2 weeks ago)
by
pvogelaar
Branch:
DRUPAL-6--1
Changes since
1.1.2.1: +0 -0 lines
Diff to
previous 1.1.2.1
, to
branch point 1.1
* Added _invoice_money_format() function as alternative is the default PHP money_format() function doesn't exist
* Replaced all lines that used _invoice_round() and/or money_format() with _invoice_round_and_format_money()
Revision
1.1.2.1 -
(
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
Changes since
1.1: +2 -3 lines
Diff to
previous 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.4 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Dec 13 14:03:32 2008 UTC
(11 months, 2 weeks ago)
by
pvogelaar
Branch:
MAIN
CVS Tags:
HEAD
Changes since
1.3: +0 -0 lines
Diff to
previous 1.3
* Fixed bug: "Invoice items : Unit Cost incl VAT is wrong whent you use a VAT less of 10%" => http://drupal.org/node/345800
* Added a TODO: Possibility to link an invoice to a site user + page for that user to view his invoices => http://drupal.org/node/346516
- With a extra option to also send the invoice by email (if no site user is selected the customer email field that is not implemented yet
will be choosen, if both are empty an error will be thrown if this checkbox is still checked. => http://drupal.org/node/346005
Revision
1.2 -
(
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
Changes since
1.1: +2 -3 lines
Diff to
previous 1.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
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.