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

23 Commits

Author SHA1 Message Date
fb59f9b3c5 Add direct OFX imports 2017-06-04 20:30:29 -04:00
bf284dc591 Add OFX fields to backend and UI 2017-05-31 21:04:01 -04:00
b37a20536f Move 'status' from transactions to splits
This allows for a transaction to clear one account before the other (and
mirrors how Gnucash, and I suspect most other pieces of software, do it)
2017-05-31 08:23:19 -04:00
8855107e52 Simplify security editing UI 2017-05-28 21:19:19 -04:00
616208a35c AccountCombobox: Filter if text contains entered string
The previous behavior was only if prefixed by it
2017-05-28 21:17:08 -04:00
6762b3e721 Reduxify CRUD actions for transactions 2017-05-24 19:47:18 -04:00
7f736812b3 Don't explicitly mention QXF/OFX in account import modal 2017-05-22 20:38:59 -04:00
c61e561b4b Reduxify fetching transaction page 2017-05-22 20:36:36 -04:00
32fffdf91b Add PieChart 2017-03-01 20:35:20 -05:00
6ccf9208f0 Reports: Add keys to everything to make React happy 2017-02-19 16:42:22 -05:00
9c20f3bb02 StackedBarChart.js: Sort by decreasing value 2017-02-19 16:39:02 -05:00
232e4b0682 StackedBarChart.js: Add tooltips to the bars 2017-02-19 07:41:25 -05:00
bef2caef12 StackedBarChart.js: Don't skip lines in legend 2017-02-19 06:14:28 -05:00
1171eeac3f AccountRegister.js: Fixup for some React and ReactBootstrap changes 2017-02-18 21:50:48 -05:00
b443963375 reports: Allow drilling down 2017-02-17 10:01:31 -05:00
4d642d1772 WIP: Stacked bar chart 2017-02-15 20:56:41 -05:00
d3d79fb613 Add Report infrastructure to UI 2017-02-11 20:39:38 -05:00
5478ba3fd0 Display modal on failed security deletion 2017-02-05 20:48:40 -05:00
b148dce3ce NewUserModal: Fix typo, styling, extraneous import 2017-01-10 08:46:00 -05:00
871aa88ea6 Convert NewUserPanel to a Modal, and to use redux 2017-01-08 21:07:03 -05:00
ce6660b575 Add initial UI for user-editable securities 2016-10-26 06:58:14 -04:00
402a15ef12 Enable Combobox autocomplete, fix security Combobox display names 2016-10-06 06:53:49 -04:00
0829393918 Move all components into 'components' subdirectory 2016-10-05 13:45:09 -04:00