tgrosinger / ledger-obsidian

Plain text accounting in Obsidian.md
GNU General Public License v3.0
388 stars 38 forks source link

Net Worth Feature issue. #63

Open jyrg02 opened 10 months ago

jyrg02 commented 10 months ago

The net worth feature does not seem to be working for me image This is the markdown view alias a=Assets alias b=Assets:Banking alias c=Liabilities:Credit alias l=Liabilities alias e=Expenses alias i=Income

; Lines starting with a semicolon are comments and will not be parsed.

; This is an example of what a transaction looks like. ; Every transaction must balance to 0 if you add up all the lines. ; If the last line is left empty, it will automatically balance the transaction. ; ; 2021-12-25 Starbucks Coffee ; e:Food:Treats $5.25 ; To this account ; c:Chase ; From this account

; Use this transaction to fill in the balances from your bank accounts. ; This only needs to be done once, and enables you to reconcile your ; Ledger file with your bank account statements.

2023-10-27 Starting Balances ; Add a line for each bank account or credit card b:Santander $90 b:ING $700 StartingBalance ; Leave this line alone

; I highly recommend reading through the Ledger documentation about the basics ; of accounting with Ledger ; https://www.ledger-cli.org/3.0/doc/ledger3.html#Principles-of-Accounting-with-Ledger

; Lots more information about this format can be found on the ; Ledger CLI homepage. Please note however that not quite all ; of the Ledger CLI functionality is supported by this plugin. ; https://www.ledger-cli.org

; You can add transactions here easily using the "Add to Ledger" ; Command in Obsidian. You can even make a shortcut to it on your ; mobile phone homescreen. See the README for more information.

; If you have questions, please use the Github discussions: ; https://github.com/tgrosinger/ledger-obsidian/discussions/landing ; If you encounter issues, please search the existing Github issues, ; and create a new one if your issue has not already been solved. ; https://github.com/tgrosinger/ledger-obsidian/issues

2023/10/27 Stephen l:Debts €15.00

2023/10/27 Ludwig l:Debts €20.00 Assets:Banking:ING

2023/10/27 Gym l:Fixed Costs:Gym €63.00 Assets:Banking:ING

2023/10/01 Sabaton l:Hobby:Merch €106.00 Assets:Banking:ING

2023/10/01 Lucie Denis l:Debts €85.00 Assets:Banking:ING

2023/10/05 Stephen l:Social:Alcohol €15.00 Assets:Banking:ING

2023/10/20 Odido l:Fixed Costs:Phone €20.00 Assets:Banking:ING

Expected behavior I would expect the line to go down to match my expenses from Odido.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):