|
|
|
phpRechnung - ChangeLog - EN
09.04.2006
Changes in phpInvoice 1.6 Test3.01
There are no new features in this release; only small corrections.
$pdfdir is now set to "/tmp/" in phprechnung.inc.php to prevent errors
when sending invoices or offers by email.
Format cleaning was done in some files.
02.10.2005
Changes in phpInvoice 1.6 Test3
- Now the default language is set to english
You can change the language in
/include/sprache.inc.php for the login screen
and in the SQL or Configuration part for the users.
- phprechnung.inc.php, $PHPSendMail
Send email, now you can choose between
PEAR Mail::Interface -> $PHPSendMail = "1"
or mail() Function -> $PHPSendMail = "0"
Default is $PHPSendMail = "0"
- Fixed PDF-Output, so that long lines
now can be displayed correctly.
( Print, E-Mail )
Changes can be made in /include
pdf.inc.php, pdf_footer.inc.php, pdf_header.inc.php
- small corrections and fixes
24.06.2005
Changes in phpInvoice 1.6 Test2
- /rechnung, /angebot
- ( invoice, offer )
You have a choice to choose ( checkbox ) between
the fulltext or the old style search method.
- README
is now available also in spanish and english language
README-ES, README-EN
thank's to Markus Ehrlich for the spanish translation.
< phpfactura at gmx dot net >
< phpfactura at ecorak dot net >
Other languages are welcome.
- /position,
The Lists shows now only active positions as standard view.
You can use the arrows on the left side from position name
to sort the list by inactive, active- or all positions.
- phpInvoice speaks now also Spanish
thank's to Markus Ehrlich for the work and help.
< ecscom dot net at gmx dot net >
- phpInvoice speaks now also Italian
thank's to Alfredo Patti for the work and help.
< a dot patti at web dot de >
- /adressbuch ( addressbook ),
1 new field FULLTEXT (FIRSTNAME,LASTNAME,COMPANY)
phpInvoice addressbook use now fulltext search as standard.
You must enter the whole Lastname, Firstname or Company,
otherwise you will not be able to find anything.
If you don't want to use the fulltext search, so please use
the detail-search.
- /position,
New fields
POS_MARKE, POS_TYPE, POS_SERIENNR,
POS_LAGER, POS_LAGER_AKTUELL, POS_LAGER_EINKAUF
This is preparation for the stock management in phpInvoice 1.6 Final
- angebotpos, tmp_angebot, tmp_angebotpos, tmp_gutschrift,
tmp_rechnung, tmp_verkauf, verkauf
- ( offer position, tmp offer, tmp offer position, tmp credit note,
tmp invoice, tmp sales position, tmp sales )
New fields POS_MARKE, POS_TYPE, POS_SERIENNR, NOTE
Thank's to Maximilian Csuk and Karl Deutsch for the extensions.
- /rechnung, /zahlung, /kassenbuch, /angebot, /gutschrift, /position
- ( invoice, payment, cash book, offer, credit note, position )
Price input was changed
Walid inputs are: e. g. 1000 1000.00 1000,00
- /einstellung ( settings ), 1 new field POS_LAGER_AKTIV
This is preparation for the stock management in phpInvoice 1.6 Final
- /abgebot ( offer ),
Modification - confirmation of order, change offer status.
Thank's to Maximilian Csuk and Karl Deutsch for the work and help.
- /gutschrift ( credit note ), new table
Now you can create a credit note in phpInvoice, not finished yet
Thank's to Maximilian Csuk and Karl Deutsch for the work and help.
- /zahlung ( payment ), neu.php, neuf.php,
Changes so partial payments can be added and deleted
correctly in or from the cash book.
The calculation of the rest of open amount was changed.
- E-Mail function was changed.
Since phpInvoice-1.6 Test2 the PHP mail() function will not be used any more,
because there are problems with some systems using SELinux ( avc denied ).
phpInvoice uses now the PEAR Mail:: Interface
The configuration file ' mail.inc.php ' can be found in the /include directory.
$Smtp["host"] = "yourmailserver";
$Smtp["port"] = "25";
$Smtp["auth"] = false;
$Smtp["username"] = "";
$Smtp["password"] = "";
If your mail server needs authentication, so please change
$Smtp["auth"] = true; and set $Smtp["username"] and $Smtp["password"]
- /kassenbuch ( cash book ), 1 new field ZAHLUNGID
Now partial payments can be deleted from the cash book.
- small corrections and fixes
phpInvoice homepage - http://www.ecorak.net/phpRechnung/
If you wish to subscribe to new releases please go to
http://freshmeat.net/projects/phprechnung/ and register.
Thank you for using phpInvoice
Edy Corak < phprechnung at ecorak dot de >
|
|