Add FQL and rework /transaction endpoint
This commit is contained in:
@@ -14,8 +14,9 @@
|
||||
7. Transactions
|
||||
8. Recurring transactions
|
||||
9. Reporting
|
||||
10. Setup
|
||||
11. Planned features
|
||||
10. FQL
|
||||
11. Setup
|
||||
12. Planned features
|
||||
|
||||
1. About
|
||||
========
|
||||
@@ -170,12 +171,15 @@
|
||||
9. Reporting
|
||||
============
|
||||
|
||||
10. Setup
|
||||
10. FQL
|
||||
=======
|
||||
|
||||
11. Setup
|
||||
=========
|
||||
This chapter explains how to setup a financer instance. It requires PostgreSQL as a database backend and a Java
|
||||
Servlet Container (e.g. Apache Tomcat) as a runtime environment.
|
||||
|
||||
10.1 Database setup
|
||||
11.1 Database setup
|
||||
-------------------
|
||||
First install PostgreSQL. Then create a user for financer:
|
||||
sudo -iu postgres
|
||||
@@ -191,7 +195,7 @@
|
||||
\q
|
||||
exit
|
||||
|
||||
11. Planned features
|
||||
12. Planned features
|
||||
====================
|
||||
This chapter lists planned features. The list is in no particular order:
|
||||
- Transaction import from online banking (file based)
|
||||
|
||||
Reference in New Issue
Block a user