Télécharger la liste

Description du projet

WebInvoicer is a Web-based "Point-Of-Sale" application
written in PHP and MySQL. Originally written to serve as an
invoice utility for a Linux company, it is suitable for any type of
retail business.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2004-09-04 22:28
0.5.4

Des changements majeurs ont été faites. Le code a été remaniée afin de permettre les mises à niveau sans douleur. Cadres ont été ajoutés dans le but d'améliorer l'interface utilisateur. Aussi, les factures impayées peuvent être considérés maintenant.
Tags: Major feature enhancements
Major changes were made. The code was refactored
to allow painless upgrades. Frames were added in
an attempt to improve the user interface. Also,
unpaid invoices can be viewed now.

2004-06-20 05:44
0.5.3

Cette version corrige un bogue dans createinvoiceinsert.php (variables matériel n'étaient pas saisis par $ _POST, et pas de matériaux ont été ajoutés à la base de données). Également d'apporter quelques modifications mineures ont été apportées convivialité.
Tags: Major bugfixes
This version fixes a bug in createinvoiceinsert.php (material variables were not being grabbed through $_POST, and no materials were being added to the database). Also a couple of minor usability changes were made.

2004-06-01 09:24
0.5.2

Le nombre de factures pour chaque compagnie est maintenant dans le «Examiner les factures" dans choosecompany.php. createinvoice.php a été refait, et la forme et insérez le code de base de données ont été séparées et déplacé à son propre comprennent, améliorant sensiblement l'apparence de la page et le déroulement logique de l'interface utilisateur. initialisation $ tax_rate a également été supprimée. Une faute de frappe dans sql.txt a été fixé - la valeur de 'PR' se lit maintenant «Proposition» du tableau "type". Ce changement ne touche imprimer les factures.
Tags: Code cleanup
The number of invoices for each company is now printed in the "Review Invoices" button in choosecompany.php. createinvoice.php was refactored, and the form and database insert code were separated and moved to its own include, significantly improving the look of the page and the logical flow of the user interface. $tax_rate initialization was also removed. A typo in sql.txt was fixed - the value for 'PR' now reads 'Proposal' in table "type". This change only affected printed invoices.

2004-05-23 19:12
0.5.1

showcompany.inc a été reformaté et la mise en forme choosecompany.php a été améliorée. Une nouvelle "Edition" Société bouton a été ajouté. Tri par colonne a été mis en œuvre et les conventions de nommage variable dans choosecompany.php a été nettoyé. Chaque page est désormais intitulé selon leur fonction. Materials.php scripts de test et testing.php n'étaient plus nécessaires et ont été enlevés.
Tags: Minor feature enhancements
showcompany.inc was reformatted, and the formatting in choosecompany.php was improved. A new "Edit Company" button was added. Sorting by column was implemented, and the variable naming scheme in choosecompany.php was cleaned up. Each page is now titled according to function. Test scripts materials.php and testing.php were no longer needed and have been removed.

2004-05-14 06:07
0.5

Deux modifications de la structure de base de données ont été faites. Un fichier listbycompany.php a été ajouté pour afficher toutes les transactions dans l'entreprise. D'autres modifications mineures ont également été faites.
Tags: Major feature enhancements
Two database structure changes were made. A listbycompany.php file was added to display all transactions by company. Other minor changes were also made.

Project Resources