xkikeg / okane

Plain text accounting software supporting ledger-cli format using Rust
MIT License
4 stars 0 forks source link

Add located error #186

Closed xkikeg closed 1 month ago

xkikeg commented 1 month ago

Report error when the program fails to compute the amount with the original file location.

This is an initial version on one particular type of error, it could be extended later.

Larger scope: #185