ananthakumaran / paisa

Paisa – Personal Finance Manager. https://paisa.fyi demo: https://demo.paisa.fyi
https://paisa.fyi
GNU Affero General Public License v3.0
2.34k stars 117 forks source link

Support for lowercase "expenses", "assets". #140

Closed dan335 closed 7 months ago

dan335 commented 7 months ago

I figured out why the yearly Sankey graph wasn't working for me. I has "expenses" and "assets" instead of "Expenses" and "Assets".

I posted previously in discussions. https://github.com/ananthakumaran/paisa/discussions/21 After downloading the new version it still wasn't working. Guessed that maybe it was because of capitalization and was right. Works for me now.

Pretty sure ledger supports all lowercase for assets, expense etc. Not positive though.

ananthakumaran commented 7 months ago

Well, the ledger doesn't care much about the account name. Paisa on the other hand needs to follow a strict naming convention, otherwise, it's not possible to figure out whether you are spending or investing money. As of today, you need to follow the naming convention documented here https://paisa.fyi/reference/accounts/ (case sensitive). There have been a few requests to make this configurable, I am figuring out how to do that. It would take some time.

dan335 commented 7 months ago

Seems like ideally "expenses" or "Expenses" would work instead of being configurable. Thanks, I'll follow those conventions.