This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit cb18c4e4a749f2889cbd7905a3352fc5b05adef4
tree 738be70242b8cf614267c1dbf903bc217450159d
parent 477bf0ce1b05f5c721f91dd97592641b13923bc7
tree 738be70242b8cf614267c1dbf903bc217450159d
parent 477bf0ce1b05f5c721f91dd97592641b13923bc7
facturails / README.rdoc
FactuRails
FactuRails es una sencilla aplicación para la creación de facturas.
Instalación
Descargar la última versión del programa: git clone git://github.com/dagi3d/facturails.git
Configurar la base de datos en el fichero config/database.yml y ejecutar ‘rake db:migrate’
Configurar las siguientes variables dentro del fichero config/environment.rb:
- TMP_DIR: directorio donde se generarán los ficheros temporales
- JAVA_OPTIONS[:bin]: ejecutable con el intérprete de java
- JAVA_OPTIONS[:cp_separator]: separador del classpath del intérprete de java (en windowsse utiliza ’;’ y en linux ’:’)
Iniciar el servidor web con el comando ‘script/server’
El nombre de usuario y contraseña por defecto son ‘admin’ y ‘1234’ respectivamente.
La plantilla utilizada para generar los documentos pdf se encuentra en ‘app/views/pdf_invoice.html.erb’
Funciona en Rails 2.2







