Menu

Tree [728b31] develop /
 History

HTTPS access


File Date Author Commit
 database 2017-04-19 Antonio Oliveira Antonio Oliveira [728b31] Standardize all file headers
 functions 2017-04-19 Antonio Oliveira Antonio Oliveira [728b31] Standardize all file headers
 objects 2017-04-19 Antonio Oliveira Antonio Oliveira [728b31] Standardize all file headers
 LICENSE 2014-02-28 Antonio Henrique Oliveira Antonio Henrique Oliveira [68b84c] Add License headers in all files
 README 2014-02-28 Antonio Henrique Oliveira Antonio Henrique Oliveira [68b84c] Add License headers in all files
 caixa.sql 2014-02-28 Antonio Henrique Oliveira Antonio Henrique Oliveira [68b84c] Add License headers in all files
 common_config.php 2017-04-19 Antonio Oliveira Antonio Oliveira [728b31] Standardize all file headers
 contas.css 2017-04-19 Antonio Oliveira Antonio Oliveira [728b31] Standardize all file headers
 contas.php 2017-04-19 Antonio Oliveira Antonio Oliveira [728b31] Standardize all file headers
 contas_config.php 2017-04-19 Antonio Oliveira Antonio Oliveira [728b31] Standardize all file headers
 index.php 2017-04-19 Antonio Oliveira Antonio Oliveira [728b31] Standardize all file headers
 menu.inc 2014-02-07 Antonio Henrique Oliveira Antonio Henrique Oliveira [b1eade] Initial commit
 movimentos.php 2017-04-19 Antonio Oliveira Antonio Oliveira [728b31] Standardize all file headers
 movimentos_save.php 2017-04-19 Antonio Oliveira Antonio Oliveira [728b31] Standardize all file headers
 saldos.php 2017-04-19 Antonio Oliveira Antonio Oliveira [728b31] Standardize all file headers
 talao.php 2017-04-19 Antonio Oliveira Antonio Oliveira [728b31] Standardize all file headers
 tipo_contas.php 2017-04-19 Antonio Oliveira Antonio Oliveira [728b31] Standardize all file headers
 tipo_contas_lista.php 2017-04-19 Antonio Oliveira Antonio Oliveira [728b31] Standardize all file headers
 tipo_contas_save.php 2017-04-19 Antonio Oliveira Antonio Oliveira [728b31] Standardize all file headers
 tipo_mov.php 2017-04-19 Antonio Oliveira Antonio Oliveira [728b31] Standardize all file headers
 tipo_mov_lista.php 2017-04-19 Antonio Oliveira Antonio Oliveira [728b31] Standardize all file headers
 tipo_mov_save.php 2017-04-19 Antonio Oliveira Antonio Oliveira [728b31] Standardize all file headers

Read Me

INSTALL
---------

To install the application follow these steps:
1. Install a webserver (preferably Apache, but any other should work if it supports PHP)
2. Install PHP
3. Instal MySQL
4. Create a directory in the webserver root to hold the application files
5. Unzip the contents of phpledger.zip to the directory created above
6. Edit common_config.php to suit your needs
7. Create the database using caixa.sql file with mysql -u root -p < caixa.sql
8. Create users in mysql to access the application. The user password should be encrypted with md5 (CREATE USER 'jeffrey'@'localhost' IDENTIFIED BY PASSWORD(md5('*90E462C37378CED12064BB3388827D2BA3A9B689')))

This is still cumbersome and a bit complicated. Both the user creation and authentication should be moved into the app itself in the future, as well as the database creation and setup.

If you need any help do not hesitate to contact me by email to a.h.o.l.i.v.e.i.r.a.[at]g.m.a.i.l..c.o.m. (remove each single dot to get the email).

Regards,
Antonio Oliveira 
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.