-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
47 lines (34 loc) · 2.02 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
######### ABOUT #########
Program for evidence of a personal income and expenses.
Intended to be very simple for use with a several features:
- One or more currencies (defined by user settings)
- One or more accounts (user settings)
- One or more categories of income and outcome (user settings)
- Transaction from one account to another (user settings)
- Booking of incomes or outcomes from the same interface
- Booking of income or outcome may be on pending. It will show different color on reports and amount will not be included in the sumaries.
- Various reports according to date of income/outcome, categories, search by description or the categories, search through date of income/outcome.
- Backup script in sql format.
Program is localized on English and Croatian languages.
Program is being written in PHP with CodeIgnter framework, with JQuery (used for a reports and menu) with MySQL database.
Maybe in the future will be available for PostgreSQL and MySQL databases.
Actual state of the program: finished, all planned features are implemented. Program can be used.
######### INSTALLATION #########
Instructions in /doc/INSTALL.txt
However, there is wizard for setup process.
Demo is available:
http://homebooking.it-pu.com
(also, the instruction are available on the Help on this demo.)
######### LICENSE #########
Copyright (C) 2012 Franko Ivasic
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.