init repo

This commit is contained in:
JesusPerez 2021-10-01 20:14:15 +01:00
commit c3edd120f6
3 changed files with 78 additions and 0 deletions

18
.gitignore vendored Normal file
View File

@ -0,0 +1,18 @@
# OSX leaves these everywhere on SMB shares
._*
# OSX trash
.DS_Store
# Vscode files
.vscode
# Emacs save files
*~
\#*\#
.\#*
# Vim-related files
[._]*.s[a-w][a-z]
[._]s[a-w][a-z]
*.un~
Session.vim

30
README-ES.md Normal file
View File

@ -0,0 +1,30 @@
## Aplicación de facturas recibidas y pagos a proveedores.
### Cuentas a Pagar.
[English version - README.md](README.md)
Fue un desarrollo en _HTML/JavaScript para Netscape Navigator Gold con Informix DBs_.
**IMPORTANTE**:
> **ESTE CÓDIGO FUE CREADO EN 1996-1997, ESTÁ AQUÍ SOLO COMO TESTIMONIO.**
[JavaScript](https://es.wikipedia.org/wiki/JavaScript) apareció el 4 de diciembre de 1995.
En estos días es difícil imaginar un tiempo en el que [JavaScript](https://es.wikipedia.org/wiki/JavaScript) no tuviera [Framework](https://en.wikipedia.org/wiki/JavaScript_framework) alguno, [JQuery](https://jquery.com) apareció en agosto del 2006, [Mootools](https://mootools.net) fue lanzado en marzo del 2007.
[Netscape Navigator Gold](https://es.wikipedia.org/wiki/Netscape_Navigator) fue lanzado en octubre de 1994 antes que [Internet Explorer](https://es.wikipedia.org/wiki/Internet_Explorer) en agosto de 1995.
Fue una ardua tarea controlar las cadenas de texto, los números, etc. [Informix](https://es.wikipedia.org/wiki/Informix) hizo algo interesante al permitir a las aplicaciones incluir código para ser ejecutado en los servers y conectar con las Bases de Datos antes de devolver una página web al navegador del cliente.
Sí, fue mi primera [aplicación con el paradigma client-web/servidor](https://en.wikipedia.org/wiki/Web_application), para una empresa contructora y su departamento de pagos a proveedores, y sí, mi propia empresa por aquél tiempo **AdmiSys S.L**, fue una a las que se le pagó con cheques imprimidos por esta aplicación web.
Fue un tiempo difícil para depurar el código, crear informes e incluso peor para imprimir los cheques de pago.
El códgio fue para una empresa española, no se hizo esfuerzo alguno en traducciones.
La experiencia fue divertida, a veces una tortura, pero los usuarios sólo tenían que instalar el navegador en sus ordenadores con **Windows 3**.
El servidor ejecutaba una versión **Windows NT**, la única soportada por [Informix](https://es.wikipedia.org/wiki/Informix) en aquél momento.
![Cuentas a Pagar](frame-ctasapagar.jpg)

30
README.md Normal file
View File

@ -0,0 +1,30 @@
## Invoices received and payment suppliers web application
### Accounts to pay // Cuentas a Pagar.
[Versión en Español - README-ES.md](README-ES.md)
This was an _HTML/JavaScript development for Netscape Navigator Gold with Informix DBs_.
**IMPORTANT**:
> **THIS CODE WAS CREATED IN 1996-1997 IT IS HERE ONLY AS A TESTIMONY.**
[JavaScript](https://en.wikipedia.org/wiki/JavaScript) first appeared December 4, 1995.
In these days it is hard to imagine a time where [JavaScript](https://en.wikipedia.org/wiki/JavaScript) had no [Framework](https://en.wikipedia.org/wiki/JavaScript_framework) at all, [JQuery](https://jquery.com) came up in August 2006, [Mootools](https://mootools.net) was launch in March 2007.
[Netscape Navigator Gold](https://en.wikipedia.org/wiki/Netscape_Navigator) was launched in October 1994 before [Internet Explorer](https://en.wikipedia.org/wiki/Internet_Explorer) in August 1995.
A hard time controlling strings, numbers, etc.[Informix](https://en.wikipedia.org/wiki/Informix) did something interesting by allowing applications to include code to be run in servers with DBs connections before to return a final web page to client browsers.
Yes it was my first [web-client/server application paradigm](https://en.wikipedia.org/wiki/Web_application), for a constructor company and his suppliers payment department, and yes, my own company at that time **AdmiSys S.L**, was one of those to be paid with paychecks printed by this web-application.
It was a very hard time for debugging code, for creating reports and even worse to print paychecks.
Code was for a spanish company, so no effort was put in translations.
The experience was so fun, sometimes a torture, but users had to install only the browser in their **Windows 3** computers.
Server was running a **Window NT** version, the one only supported by [Informix](https://en.wikipedia.org/wiki/Informix) at that time.
![Cuentas a Pagar](frame-ctasapagar.jpg)