Commit Graph

15 Commits

Author SHA1 Message Date
Aaron Lindsay 9844785b8d Basic Report UI complete! 2017-06-17 10:28:50 -04:00
Aaron Lindsay 4d642d1772 WIP: Stacked bar chart 2017-02-15 20:56:41 -05:00
Aaron Lindsay f663ec6afc Finish update for latest React, Bootstrap, jQuery versions 2016-09-27 11:57:35 -04:00
Aaron Lindsay 00a6965e88 Remove big.js from source, use npm instead 2016-02-13 17:06:32 -05:00
Aaron Lindsay c5bca50113 Reorganization around building JavaScript differently 2016-02-13 17:02:22 -05:00
Aaron Lindsay d6ddf0f65f Move utils.js to browserify/require() format 2016-02-13 16:41:44 -05:00
Aaron Lindsay da7fbeecaf Move models.js to browserify/require() format 2016-02-13 16:31:12 -05:00
Aaron Lindsay 2621f64cc7 Move to using npm/browserify to package everything
This means it now requires the Javascript to be compiled before it can
be run. This move also required a massive reorganization and lots of
debugging/fixups to make everything work properly again.
2016-02-13 10:42:48 -05:00
Aaron Lindsay 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
Aaron Lindsay 4f61f9e74d Add basic transaction register support 2015-08-05 21:25:25 -04:00
Aaron Lindsay b1e5e26338 Backup to older globalize.js version
This is required by the current version of react widgets, which
otherwise throws exceptions when using DateTimePicker.
2015-07-16 16:40:11 -04:00
Aaron Lindsay 81bdc03b10 Add AccountTree to select accounts 2015-07-04 11:42:52 -04:00
Aaron Lindsay fce1e44be6 Center content in page using CSS, not <center> 2015-07-03 10:43:12 -04:00
Aaron Lindsay 53e8b07623 Update versions of JavaScript libraries 2015-07-03 10:43:12 -04:00
Aaron Lindsay 084ada7e6f Initial JavaScript UI commit
Definitely still a work in progress
2015-07-03 09:33:45 -04:00