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-07-27 09:09:41 +02:00
Code
Issues
Releases
Activity
Actions
dba10c2bc8
Maybe
/
app
/
views
/
merchants
/
edit.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", merchant: @merchant %>
Add Transaction Merchant management (#686) * Add basid crud for merchant management * Tweak UI and add localization * Fix lint * Add filtering by merchant * Add tests * Add stimulus controller to update avatar in merchant form * Add line between merchant rows * Change default merchant color * Cleanup
2024-04-29 21:17:28 +02:00
<% end %>
Copy permalink