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-06 14:05:20 +02:00
Code
Issues
Releases
Activity
Actions
f181ba941f
Maybe
/
app
/
views
/
account
/
valuations
/
new.html.erb
4 lines
96 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 %>
<%= render "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