mirror of
https://github.com/we-promise/sure.git
synced 2026-04-18 19:44:09 +00:00
* Add investment tracking to expenses Add new sections to dashboard and reporting around investments. * Create investment-integration-assessment.md * Delete .claude/settings.local.json Signed-off-by: soky srm <sokysrm@gmail.com> * Category trades * Simplify * Simplification and test fixes * FIX merge * Update views * Update 20251125141213_add_category_to_trades.rb * FIX tests * FIX statements and account status * cleanup * Add default cat for csv imports * Delete docs/roadmap/investment-integration-assessment.md Signed-off-by: soky srm <sokysrm@gmail.com> * Update trend calculation Use already existing column cost basis for trend calculation - Current value: qty * price (already stored as amount) - Cost basis total: qty * cost_basis - Unrealized gain: current value - cost basis total Fixes N+1 query also --------- Signed-off-by: soky srm <sokysrm@gmail.com>
41 lines
1.1 KiB
YAML
41 lines
1.1 KiB
YAML
---
|
|
en:
|
|
trades:
|
|
form:
|
|
account: Transfer account (optional)
|
|
account_prompt: Search account
|
|
amount: Amount
|
|
holding: Ticker symbol
|
|
price: Price per share
|
|
qty: Quantity
|
|
submit: Add transaction
|
|
ticker_placeholder: AAPL
|
|
type: Type
|
|
header:
|
|
buy: Buy
|
|
current_market_price_label: Current Market Price
|
|
overview: Overview
|
|
purchase_price_label: Purchase Price
|
|
purchase_qty_label: Purchase Quantity
|
|
sell: Sell
|
|
symbol_label: Symbol
|
|
total_return_label: Unrealized gain/loss
|
|
new:
|
|
title: New transaction
|
|
show:
|
|
additional: Additional
|
|
category_label: Category
|
|
cost_per_share_label: Cost per Share
|
|
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
|
|
no_category: No category
|
|
note_label: Note
|
|
note_placeholder: Add any additional notes here...
|
|
quantity_label: Quantity
|
|
settings: Settings
|