This website requires JavaScript.
Explore
Help
Register
Sign in
Docker
/
Maybe
Watch
1
Star
0
Fork
You've already forked Maybe
0
mirror of
https://github.com/maybe-finance/maybe.git
synced
2025-08-05 13:35:21 +02:00
Code
Issues
Releases
Activity
Actions
1aafed5f8b
Maybe
/
app
/
views
/
trades
/
new.html.erb
4 lines
103 B
Text
Raw
Normal View
History
Unescape
Escape
Account Activity View + Account Forms (#1406) * Remove balance mode, sketch out refactor * Activity view checkpoint * Entry partials, checkpoint * Finish txn partial * Give entries context when editing for different turbo responses * Calculate change of balance for each entry * Account tabs consolidation * Translations, linting, brakeman updates * Account actions concern * Finalize forms, get account system tests passing * Get tests passing * Lint, rubocop, schema updates * Improve routing and stream responses * Fix broken routes * Add import option for adding accounts * Fix system test * Fix test specificity * Fix sparklines * Improve account redirects
2024-11-04 20:27:31 -05:00
<%= modal_form_wrapper title: t(".title") do %>
Account:: namespace simplifications and cleanup (#2110) * Flatten Holding model * Flatten balance model * Entries domain renames * Fix valuations reference * Fix trades stream * Fix brakeman warnings * Fix tests * Replace existing entryable type references in DB
2025-04-14 11:40:34 -04:00
<%= render "trades/form", entry: @entry %>
Allow user to add buy and sell trade transactions for investment accounts (#1066) * Consolidate modal form structure into partial + helper * Scaffold out trade transaction form * Normalize translations * Add buy and sell trade form with tests * Move entryable lists to dedicated controllers * Delegate entry group contents rendering * More cleanup * Extract transaction and valuation update logic from entries controller * Delegate edit and show actions to entryables * Trade builder * Update paths for transaction updates
2024-08-09 11:22:57 -04:00
<% end %>
Copy permalink