You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,9 +24,17 @@ An [example project](https://github.com/darcys22/Trading-Simulator) has been dev
24
24
**Reporter**
25
25
The general usage of Godbledger is not to provide information but to simply guide transactions to be recorded in a consistent manner in the database. To actually view your financial information we should query the database directly. Reporter has two SQL queries in built (Transaction Listing, and Trial Balance) that will be formatted in a table/json/csv for your viewing.
26
26
27
+
```
28
+
reporter trialbalance
29
+
```
30
+
27
31
**PDF Financial Statements**
28
32
Reporter also has a function to generate pdf financial reports. Two templates for Profit and Loss and Balance sheet have been provided.
29
33
34
+
```
35
+
reporter pdf -template profitandloss
36
+
```
37
+
30
38
The PDF files are generated from [handlebars](https://handlebarsjs.com/) iterating over the tagged accounts. This is compiled into PDF using nodejs.
31
39
32
40
templates can be viewed [here](https://github.com/darcys22/pdf-generator)
0 commit comments