mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-24 15:49:39 +02:00
* Remove stale 1.0 import logic and model * Fresh start * Checkpoint before removing nav * First working prototype * Add trade, account, and mint import flows * Basic working version with tests * System tests for each import type * Clean up mappings flow * Clean up PR, refactor stale code, tests * Add back row validations * Row validations * Fix import job test * Fix import navigation * Fix mint import configuration form * Currency preset for new accounts
748 B
748 B
1 | date | ticker | qty | price | amount | account | name |
---|---|---|---|---|---|---|---|
2 | 2023-01-15 | AAPL | 10 | 150.25 | 1502.50 | Brokerage Account | Buy Apple Inc |
3 | 2023-02-03 | GOOGL | 5 | 2100.75 | 10503.75 | Retirement Account | Buy Alphabet Inc |
4 | 2023-03-10 | MSFT | 15 | 245.50 | 3682.50 | Brokerage Account | Buy Microsoft Corp |
5 | 2023-04-05 | AMZN | 8 | 3200.00 | 25600.00 | Brokerage Account | Buy Amazon.com Inc |
6 | 2023-05-20 | TSLA | 20 | 180.75 | 3615.00 | Retirement Account | Buy Tesla Inc |
7 | 2023-06-15 | AAPL | -5 | 170.50 | -852.50 | Brokerage Account | Sell Apple Inc |
8 | 2023-07-02 | GOOGL | -2 | 2250.00 | -4500.00 | Retirement Account | Sell Alphabet Inc |
9 | 2023-08-18 | NVDA | 12 | 450.25 | 5403.00 | Brokerage Account | Buy NVIDIA Corp |
10 | 2023-09-07 | MSFT | -7 | 300.75 | -2105.25 | Brokerage Account | Sell Microsoft Corp |
11 | 2023-10-01 | META | 25 | 310.50 | 7762.50 | Retirement Account | Buy Meta Platforms Inc |