Add reconciliation manager (#2459)

* Add reconciliation manager

* Fix notes editing
This commit is contained in:
Zach Gollwitzer
2025-07-16 11:31:47 -04:00
committed by GitHub
parent 89cc64418e
commit 52333e3fa6
11 changed files with 273 additions and 64 deletions

View File

@@ -44,10 +44,7 @@
url: valuation_path(entry),
method: :patch,
class: "space-y-2",
data: { controller: "auto-submit-form" } do |f| %>
<%= f.hidden_field :date, value: entry.date %>
<%= f.hidden_field :amount, value: entry.amount %>
<%= f.hidden_field :currency, value: entry.currency %>
data: { controller: "auto-submit-form", auto_submit_form_trigger_event_value: "blur" } do |f| %>
<%= f.text_area :notes,
label: t(".note_label"),
placeholder: t(".note_placeholder"),