Download List

Descripción del Proyecto

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.

System Requirements

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

Se introdujeron cambios importantes. El código fue rediseñado para permitir actualizaciones sin dolor. Marcos se agregaron en un intento de mejorar la interfaz de usuario. Además, las facturas pendientes de pago se pueden ver ahora.
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

Esta versión corrige un error en createinvoiceinsert.php (variables de material no se estaban agarró a través de $ _POST, y no los materiales se añade a la base de datos). También se hizo un par de cambios de uso de menor importancia.
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

El número de facturas para cada empresa está impreso en el botón "Revisión de facturas" en choosecompany.php. createinvoice.php fue rediseñado, y la forma y el código de insertar la base de datos se separaron y se mudó a su propio son, mejorando significativamente la apariencia de la página y el flujo lógico de la interfaz de usuario. inicialización $ tasa_imp también fue eliminado. Un error tipográfico en sql.txt se fijó - el valor de "RP" ahora dice "Propuesta" en el cuadro "tipo". Este cambio sólo afecta a las facturas impresas.
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 fue formateado, y el formato en choosecompany.php fue mejorada. Una nueva "Edición de la empresa botón" fue añadido. Ordenar por columna se puso en marcha, y el esquema de nombres variables en choosecompany.php fue limpiado. Cada página es ahora titulado de acuerdo a la función. Scripts de prueba materials.php y testing.php ya no eran necesarias y se han eliminado.
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

Dos cambios en la estructura de base de datos se hicieron. Un archivo de listbycompany.php esta para mostrar todas las transacciones de la compañía. Otros cambios de menor importancia también se hicieron.
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