1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-05 05:25:24 +02:00

Basic trade and holdings view (#1271)

* Add trade view

* Lint fix

* Fix stale placeholder variable

* Add holding view
This commit is contained in:
Zach Gollwitzer 2024-10-09 14:59:18 -04:00 committed by GitHub
parent f5cb13b42f
commit 4bfe47540d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
25 changed files with 387 additions and 68 deletions

View file

@ -20,6 +20,17 @@ en:
its returns or value.
missing_data: Missing data
show:
avg_cost_label: Average Cost
current_market_price_label: Current Market Price
delete: Delete
delete_subtitle: This will delete the holding and all your associated trades
on this account. This action cannot be undone.
delete_title: Delete holding
history: History
overview: Overview
portfolio_weight_label: Portfolio Weight
settings: Settings
ticker_label: Ticker
trade_history_entry: "%{qty} shares of %{security} at %{price}"
trend_label: Trend
unknown: Unknown

View file

@ -25,7 +25,25 @@ en:
new:
title: New transaction
show:
additional: Additional
cost_per_share_label: Cost per Share
current_market_price_label: Current Market Price
date_label: Date
delete: Delete
delete_subtitle: This action cannot be undone
delete_title: Delete Trade
details: Details
exclude_subtitle: This trade will not be included in reports and calculations
exclude_title: Exclude from analytics
note_label: Note
note_placeholder: Add any additional notes here...
overview: Overview
purchase_price_label: Purchase Price
purchase_qty_label: Purchase Quantity
quantity_label: Quantity
settings: Settings
symbol_label: Symbol
total_return_label: Unrealized gain/loss
trade:
buy: Buy
deposit: Deposit
@ -33,3 +51,5 @@ en:
outflow: Outflow
sell: Sell
withdrawal: Withdrawal
update:
success: Trade updated successfully.