hpdeifel / hledger-iadd

A terminal UI as drop-in replacement for hledger add.
BSD 3-Clause "New" or "Revised" License
81 stars 8 forks source link

Add checks for duplicate transaction #24

Closed hpdeifel closed 7 years ago

hpdeifel commented 7 years ago

Taken from this article: http://www.karanahuja.in/2016-05-17-Hledger-Improvements-Wishlist/

There should be checks for duplicate transaction if one adds the same transaction on the same date. While adding many transactions from large csv - we could be making this mistake. so there can be a check for this in the hledger add command.