1
0
mirror of https://github.com/aclindsa/moneygo.git synced 2024-10-04 16:50:05 -04:00
Commit Graph

13 Commits

Author SHA1 Message Date
2088065603 Clean up UI for importing transactions 2016-02-09 21:30:07 -05:00
58c7c17727 Initial pass at OFX imports
Still needs some fixups:
 * UI is incomplete
 * Investment transactions are unbalanced initially
 * OFX imports don't detect if one of the description fields for a
   transaction is empty (to fall back on another)
 * I'm sure plenty of other issues I haven't discovered yet
2016-02-02 21:46:27 -05:00
fcea2d380b Add validation of transactions in UI 2015-08-29 09:50:16 -04:00
6708edb00c account_register.js: Add ability to add splits 2015-08-26 21:02:06 -04:00
099f42e4fe Add symbols for securities 2015-08-26 07:41:35 -04:00
01f0f9e68f Fixup transaction editing modal
* Only update the field that was modified when one is changed instead of
  deep-copying the entire Transaction object
* Create a new AmountInput text box to allow for more intuitive editing
  of amounts.
2015-08-26 07:16:57 -04:00
770cd384a7 Report account balances correctly for both date sorts 2015-08-22 10:12:45 -04:00
693f1e8253 Report account balances in transaction register 2015-08-21 06:54:17 -04:00
1f8fc09234 transaction register toolbar: give some more space 2015-08-11 07:21:40 -04:00
0d75a5e7f9 transaction register: Scroll on overflow of table, not whole pane 2015-08-11 07:13:40 -04:00
8ca68da816 Add pagination for transactions, 'New Transaction' button 2015-08-11 07:00:58 -04:00
6f73c51b12 Fix exception 2015-08-08 07:24:22 -04:00
4f61f9e74d Add basic transaction register support 2015-08-05 21:25:25 -04:00