330b124902 
					 
					
						
						
							
							AccountRegister.js: Update transactions on successful import  
						
						
						
						
					 
					
						2016-02-19 20:00:51 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						443356caec 
					 
					
						
						
							
							Have go generate make JavaScript  
						
						
						
						
					 
					
						2016-02-13 17:13:58 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ed2bae3a88 
					 
					
						
						
							
							.gitignore node_modules  
						
						
						
						
					 
					
						2016-02-13 17:07:46 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						00a6965e88 
					 
					
						
						
							
							Remove big.js from source, use npm instead  
						
						
						
						
					 
					
						2016-02-13 17:06:32 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c5bca50113 
					 
					
						
						
							
							Reorganization around building JavaScript differently  
						
						
						
						
					 
					
						2016-02-13 17:02:22 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d6ddf0f65f 
					 
					
						
						
							
							Move utils.js to browserify/require() format  
						
						
						
						
					 
					
						2016-02-13 16:41:44 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b59fd60817 
					 
					
						
						
							
							Fix AddEditAccountTransaction react keys to not be duplicates  
						
						
						
						
					 
					
						2016-02-13 16:34:09 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						da7fbeecaf 
					 
					
						
						
							
							Move models.js to browserify/require() format  
						
						
						
						
					 
					
						2016-02-13 16:31:12 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5b5fd6ef78 
					 
					
						
						
							
							Add missing Alert import  
						
						
						
						
					 
					
						2016-02-13 10:46:08 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8b71675a48 
					 
					
						
						
							
							Fix full-height tabs issue in Chrome  
						
						
						
						
					 
					
						2016-02-13 10:42:48 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						41361b040c 
					 
					
						
						
							
							Add keys to help react out  
						
						
						
						
					 
					
						2016-02-13 10:42:48 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2a8c79cc14 
					 
					
						
						
							
							AccountRegister: Don't try to access null account  
						
						
						
						
					 
					
						2016-02-13 10:42:48 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						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 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6856d617ec 
					 
					
						
						
							
							imports.go: Automatically create Imbalances and Trading accounts  
						
						
						
						
					 
					
						2016-02-12 05:53:03 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b71c862cbf 
					 
					
						
						
							
							transactions.go: Split calculation of imbalance $$ from Balanced() method  
						
						
						
						
					 
					
						2016-02-12 05:52:40 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						380e66ed0c 
					 
					
						
						
							
							Add method to create Imbalances accounts  
						
						
						
						
					 
					
						2016-02-11 05:53:44 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						df1912f69b 
					 
					
						
						
							
							Add Trading account type and method to automatically create them  
						
						
						
						
					 
					
						2016-02-10 18:36:11 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2088065603 
					 
					
						
						
							
							Clean up UI for importing transactions  
						
						
						
						
					 
					
						2016-02-09 21:30:07 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2736d5f996 
					 
					
						
						
							
							Add lots more securities, but comment them out because they're slow  
						
						
						
						
					 
					
						2016-02-02 21:50:36 -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 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2e9828cc23 
					 
					
						
						
							
							Add ISO 4217 currencies  
						
						... 
						
						
						
						Also added a 'Description' field to Securities 
						
						
					 
					
						2016-01-13 20:44:58 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						48b28ffbf2 
					 
					
						
						
							
							Move account settings to Modal  
						
						
						
						
					 
					
						2015-09-01 06:23:56 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						841df05022 
					 
					
						
						
							
							Transaction.Balanced: Return and handle errors  
						
						
						
						
					 
					
						2015-08-30 20:41:47 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						bcbc4df67f 
					 
					
						
						
							
							Transaction.Balanced: Balance each security independently  
						
						
						
						
					 
					
						2015-08-30 20:34:18 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						79ad47971e 
					 
					
						
						
							
							Split: remove Debit variable  
						
						
						
						
					 
					
						2015-08-30 20:33:35 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						434d9c297e 
					 
					
						
						
							
							go fmt  
						
						
						
						
					 
					
						2015-08-30 19:43:26 -04: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 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						684e8defb7 
					 
					
						
						
							
							Add the total number of transactions in an account to AccountTransactionsList  
						
						
						
						
					 
					
						2015-08-08 09:08:37 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b670e67ebb 
					 
					
						
						
							
							Ensure transactions returned are distinct  
						
						
						
						
					 
					
						2015-08-08 09:05:36 -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 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						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 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						be57d44ffe 
					 
					
						
						
							
							backend: Add ability to get Transactions by Account  
						
						
						
						
					 
					
						2015-07-11 08:58:36 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						73536302bf 
					 
					
						
						
							
							Properly resize/scroll account selection tree  
						
						
						
						
					 
					
						2015-07-07 20:18:09 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9cea031b46 
					 
					
						
						
							
							Fix button text for 'Edit Account' modal  
						
						
						
						
					 
					
						2015-07-05 21:44:53 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7e7b356c8f 
					 
					
						
						
							
							Expand main TabPane's to remainder of viewable page  
						
						
						
						
					 
					
						2015-07-05 21:39:02 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5be612cee8 
					 
					
						
						
							
							Add ability to update accounts to UI  
						
						
						
						
					 
					
						2015-07-04 21:55:49 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						0377b5f42b 
					 
					
						
						
							
							Add ability to delete accounts to UI  
						
						
						
						
					 
					
						2015-07-04 21:11:00 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						81bdc03b10 
					 
					
						
						
							
							Add AccountTree to select accounts  
						
						
						
						
					 
					
						2015-07-04 11:42:52 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						cd24d5ecab 
					 
					
						
						
							
							Change definitions to const where appropriate  
						
						
						
						
					 
					
						2015-07-04 09:40:12 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						47ff76d868 
					 
					
						
						
							
							Clear state on new account creation Modal when exited  
						
						
						
						
					 
					
						2015-07-04 08:34:43 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7ea9fb3b73 
					 
					
						
						
							
							Add ability to create new accounts to UI  
						
						... 
						
						
						
						This also incorporates a bunch of other changes needed to support adding
this. 
						
						
					 
					
						2015-07-04 08:28:09 -04:00