Log of /contributions/modules/invoice/invoice_form.inc
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.1.2.2 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Dec 14 21:20:44 2008 UTC
(11 months, 1 week ago)
by
pvogelaar
Branch:
DRUPAL-6--1
Changes since
1.1.2.1: +7 -5 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)
(
as text)
(
annotate)
-
[select for diffs]
Sun Dec 14 10:33:41 2008 UTC
(11 months, 1 week ago)
by
pvogelaar
Branch:
DRUPAL-6--1
Changes since
1.1: +170 -32 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.2 -
(
view)
(
download)
(
as text)
(
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: +168 -30 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.