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 (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sat Nov 29 17:02:21 -0800 2008 | |
| |
CHANGELOG | ||
| |
LICENSE | ||
| |
MIT-LICENSE | ||
| |
README.rdoc | Sun Nov 30 04:32:20 -0800 2008 | |
| |
Rakefile | Fri Nov 28 12:16:22 -0800 2008 | |
| |
app/ | ||
| |
config/ | ||
| |
db/ | ||
| |
doc/ | Fri Nov 28 12:16:22 -0800 2008 | |
| |
lib/ | ||
| |
log/ | ||
| |
public/ | Sun Nov 30 04:19:18 -0800 2008 | |
| |
script/ | ||
| |
spec/ | ||
| |
test/ | ||
| |
vendor/ | Fri Nov 28 14:51:28 -0800 2008 |
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












