1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-24 07:39:39 +02:00
Maybe/app/models
Alex Hatzenbuhler c5bf1db230
Add additional subtypes, add None option, prefill edit with previously selected option. (#1286)
* Add additional subtypes and allow for None

* Add parens for consistency on 401

* Remove cryptocurrency investment subtype

* Handle nil value

* Use objects current subtype as the initial selection

* Remove "None" option to default to helper prompt

* Fix blank/none selection

* Only include blank if subtype is present

* Simplify investment subtype dropdown

* Improve depository subtype
2024-10-10 21:23:56 -04:00
..
account Fix currency formatting for 0 values (#1276) 2024-10-09 18:11:36 -04:00
concerns Add loan and credit card views (#1268) 2024-10-08 17:16:37 -04:00
demo Finalize profile settings page for v0.2.0-alpha (#1194) 2024-09-20 15:56:21 -04:00
exchange_rate Account Issue Model and Resolution Flow + Troubleshooting guides (#1090) 2024-08-16 12:13:48 -04:00
import Allow inline account creation when importing CSV (#1291) 2024-10-10 15:14:38 -04:00
issue Handle missing weekend stock prices in sync process (#1242) 2024-10-04 14:19:45 -04:00
provider Minor improvements to categories & changelog pages (#1274) 2024-10-10 16:00:35 -04:00
security Handle market holidays during holding sync (#1292) 2024-10-10 18:02:12 -04:00
time_series Support multi-currency transfers (#1175) 2024-09-13 11:45:19 -04:00
upgrader Fix auto upgrade logic (#758) 2024-05-17 17:25:15 -04:00
account.rb Bug fixes for specialized account pages (#1275) 2024-10-09 17:20:38 -04:00
account_import.rb CSV Imports Overhaul (Transactions, Trades, Accounts, and Mint import support) (#1209) 2024-10-01 10:47:59 -04:00
address.rb Add loan and credit card views (#1268) 2024-10-08 17:16:37 -04:00
application_record.rb Initial commit 2024-02-02 09:05:04 -06:00
category.rb CSV Imports Overhaul (Transactions, Trades, Accounts, and Mint import support) (#1209) 2024-10-01 10:47:59 -04:00
credit_card.rb Bug fixes for specialized account pages (#1275) 2024-10-09 17:20:38 -04:00
crypto.rb Account namespace updates: part 1 (#893) 2024-06-20 07:26:25 -04:00
current.rb Use DB for auth sessions (#1233) 2024-10-03 14:42:22 -04:00
depository.rb Account namespace updates: part 1 (#893) 2024-06-20 07:26:25 -04:00
exchange_rate.rb Fetch exchange rates in bulk from synth (#1069) 2024-08-09 10:57:33 -04:00
family.rb Billing (#1269) 2024-10-08 14:37:47 -05:00
gapfiller.rb Add observed holidays to sync exceptions 2024-10-10 19:29:20 -04:00
import.rb Preserve negative sign on raw CSV values 2024-10-10 18:57:00 -04:00
institution.rb Add sync status and errors to account settings page (#1169) 2024-09-11 17:24:01 -04:00
investment.rb Add additional subtypes, add None option, prefill edit with previously selected option. (#1286) 2024-10-10 21:23:56 -04:00
invite_code.rb Rubocop updates (#1118) 2024-08-23 10:06:24 -04:00
issue.rb Account Issue Model and Resolution Flow + Troubleshooting guides (#1090) 2024-08-16 12:13:48 -04:00
loan.rb Fix currency formatting for 0 values (#1276) 2024-10-09 18:11:36 -04:00
measurement.rb Vehicle view (#1117) 2024-08-23 09:33:42 -04:00
merchant.rb Account namespace updates: part 6 (transactions) (#904) 2024-06-24 11:58:39 -04:00
mint_import.rb Basic trade and holdings view (#1271) 2024-10-09 14:59:18 -04:00
other_asset.rb Account namespace updates: part 1 (#893) 2024-06-20 07:26:25 -04:00
other_liability.rb Account namespace updates: part 1 (#893) 2024-06-20 07:26:25 -04:00
period.rb Rubocop updates (#1118) 2024-08-23 10:06:24 -04:00
property.rb Vehicle view (#1117) 2024-08-23 09:33:42 -04:00
security.rb Basic trade and holdings view (#1271) 2024-10-09 14:59:18 -04:00
session.rb Use DB for auth sessions (#1233) 2024-10-03 14:42:22 -04:00
setting.rb Simplify self host settings controller (#1230) 2024-10-02 12:07:56 -04:00
tag.rb CSV Imports Overhaul (Transactions, Trades, Accounts, and Mint import support) (#1209) 2024-10-01 10:47:59 -04:00
tagging.rb Create tagging system (#792) 2024-05-23 08:09:33 -04:00
time_series.rb Add loan and credit card views (#1268) 2024-10-08 17:16:37 -04:00
trade_import.rb CSV Imports Overhaul (Transactions, Trades, Accounts, and Mint import support) (#1209) 2024-10-01 10:47:59 -04:00
transaction_import.rb Basic trade and holdings view (#1271) 2024-10-09 14:59:18 -04:00
upgrader.rb Add zero-config self hosting on Render (#612) 2024-04-13 09:28:45 -04:00
user.rb Crop profile images 2024-10-08 14:25:34 -05:00
value_group.rb Fix group trend color (#1277) 2024-10-09 18:20:45 -04:00
vehicle.rb Vehicle view (#1117) 2024-08-23 09:33:42 -04:00