scottohara / loot

An implementation of some of the core MS Money features in Ruby on Rails
MIT License
4 stars 3 forks source link

Prepopulate memo when entering split transaction #35

Closed scottohara closed 10 years ago

scottohara commented 10 years ago

When entering a split, concatenate the memo of the subtransactions to auto fill the parent memo

eg. “Dan’s Shoes; Aiden’s Shirt & Shorts; Food”

Only do this if parent memo is blank, but have an option to force an overwrite on demand.