/[drupal]/contributions/modules/invoice/invoice_form.inc
ViewVC logotype

Log of /contributions/modules/invoice/invoice_form.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.1.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 2 21:24:23 2009 UTC (10 months, 3 weeks ago) by pvogelaar
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0
Changes since 1.1.2.3: +18 -0 lines
Diff to previous 1.1.2.3 , to branch point 1.1 , to next main 1.4
Did some minor source formatting

Revision 1.1.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 20 13:44:48 2008 UTC (11 months ago) by pvogelaar
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-RC3
Changes since 1.1.2.2: +120 -114 lines
Diff to previous 1.1.2.2 , to branch point 1.1
* Moved AJAX JS into a external JS file.
* Did code review with the coder module to be compatibale with Drupal coding standards

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.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 13 14:03:32 2008 UTC (11 months, 1 week ago) by pvogelaar
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +2 -2 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.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 22 18:45:23 2008 UTC (12 months ago) by pvogelaar
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-RC2
Changes since 1.2: +0 -0 lines
Diff to previous 1.2
Fixed bug in installer

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

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 1 12:34:59 2008 UTC (15 months, 3 weeks ago) by pvogelaar
Branch: MAIN
Branch point for: DRUPAL-6--1
Initial commit of invoice module

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.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2