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 477bf0ce1b05f5c721f91dd97592641b13923bc7
tree f8f1b50605c4dde07d6a8951f8a07881dce9c1ff
parent 8c5801b6065572d00f63d95b91988831c1a7245f
tree f8f1b50605c4dde07d6a8951f8a07881dce9c1ff
parent 8c5801b6065572d00f63d95b91988831c1a7245f
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
CHANGELOG | Fri Nov 28 12:16:22 -0800 2008 | |
| |
LICENSE | ||
| |
MIT-LICENSE | ||
| |
README.rdoc | ||
| |
Rakefile | Fri Nov 28 12:16:22 -0800 2008 | |
| |
app/ | ||
| |
config/ | ||
| |
db/ | Fri Nov 28 15:29:01 -0800 2008 | |
| |
doc/ | ||
| |
lib/ | Sat Nov 29 16:36:16 -0800 2008 | |
| |
log/ | Fri Nov 28 12:16:22 -0800 2008 | |
| |
public/ | ||
| |
script/ | Fri Nov 28 12:16:22 -0800 2008 | |
| |
spec/ | Fri Nov 28 12:16:22 -0800 2008 | |
| |
test/ | ||
| |
vendor/ |
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








