Simon Michael

Results 1244 comments of Simon Michael

I reviewed the discussion on this. I would no longer oppose a discreet option to restore old behaviour, following the precedent of --old-timeclock and --txn-balancing=old. These would be the updated...

I will sometimes make rules insert a visible comment, like `; TODO: blah blah`. You could also have them generate an invalid entry, failing balance assertion, or undeclared account name.

No reason we can't add this. If you are a programmer, would you be interested in researching it ?

Thanks! Yes, it's mentioned in docs that the built in deduplication system doesn't handle this case. I agree your approach would be great in some ways. It's not the one...

#1960 has a script which could handle this under certain conditions.

@mtbar131 I'd be happy to test any experiment like that, or review any written functional specification, if someone wants to work on it.

Ledger generates and saves a UUID for each transaction, from the CSV record, and skips those transactions when it sees them again, as you are wishing for. Testing this with...

@lfos hard to think through that one in detail right now but I think you're right. What's saved in the .latest file is an actual transaction date extracted from a...

First note: the [overlap detection](https://hledger.org/1.50/hledger.html#import) of `import` and `print --new` is most often used with CSV files, but it's not specific to CSV; I'll assume "input file" instead of CSV...