Problem:
I input all my transaction by hand, 4 days a week. Transactions sometimes appear in my bank app with different dates than when I originally posted them to Lunch Money. For that reason, I usually go through the previous two days, taking the amount and searching for it using the search box. If a transaction pops up, and I need to alter the date, I make the change. When its a new transaction that needs to be posted, no transactions appear (correct), but then I need to click the drop down on the add button, select the account, then add the transaction using the row form.
Request:
Having that row form render at the top of the empty list ready to input data would save me a bunch of clicking, and cut down on the time I spend reviewing by transactions and budgets every morning. An extra bonus would to be to parse that string in the search box, if it converts to a float/number pre-fill the amount field on the row form.
Outcome:
I'm happy and the sun shines bright.