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-08 23:15:24 +02:00
Code
Issues
Releases
Activity
Actions
cf59fe45e7
Maybe
/
app
/
views
/
transfers
/
new.html.erb
4 lines
102 B
Text
Raw
Normal View
History
Unescape
Escape
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
<%= modal_form_wrapper title: t(".title") do %>
<%= render "form", transfer: @transfer %>
Transaction transfers, payments, and matching (#883) * Add transfer model and clean up family snapshot fixtures * Ignore transfers in income and expense snapshots * Add transfer validations * Implement basic transfer matching UI * Fix merge conflicts * Add missing translations * Tweak selection states for transfer types * Add missing i18n translation
2024-06-19 06:52:08 -04:00
<% end %>
Copy permalink