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.4k stars 124 forks source link

`regexpMatch` helper doesn't work in Import #54

Closed pashagolub closed 11 months ago

pashagolub commented 11 months ago

No matter what arguments passed to the helper, it just returns nothing

image

I'm wondering, since it's not colorized, maybe it's not enabled?

ananthakumaran commented 11 months ago

sorry, it's on master, not yet released. I should stop publishing docs before release.

pashagolub commented 11 months ago

Just a side note. I found putting the first line as ; {{ROW.index}} very convenient during Import. This way one can easily see which rows are missing

pashagolub commented 11 months ago

What command may one execute to build binary from master for tests? Is make serve enough?

ananthakumaran commented 11 months ago

It varies based on OS. You can look at how I am doing the release https://github.com/ananthakumaran/paisa/tree/master/.github/workflows and follow that. I am building ledger from source, you can ignore that and directly install it via package manager.