progress on bulk activities

This commit is contained in:
2025-03-31 10:55:47 -07:00
parent 7f12b31fdf
commit 5a05c144ea
7 changed files with 922 additions and 435 deletions

View File

@@ -156,8 +156,8 @@
(com/typeahead {:name name
:placeholder "Search..."
:url (hu/url (bidi/path-for ssr-routes/only-routes :account-search)
{:client-id client-id
:purpose "invoice"})
(cond-> { :purpose "transaction"}
client-id (assoc :client-id client-id)))
:id name
:x-model x-model
:value value
@@ -190,8 +190,8 @@
(com/validated-field
{:errors (fc/field-errors)
:x-hx-val:account-id "accountId"
:hx-vals (hx/json {:name (fc/field-name)
:client-id client-id})
:hx-vals (hx/json (cond-> {:name (fc/field-name) }
client-id (assoc :client-id client-id)))
:x-dispatch:changed "accountId"
:hx-trigger "changed"
:hx-get (bidi/path-for ssr-routes/only-routes ::route/location-select)
@@ -209,7 +209,7 @@
(com/validated-field
{:errors (fc/field-errors)}
(com/money-input {:name (fc/field-name)
:class "w-16 amount-field"
:class "w-16"
:value (fc/field-value)}))))
(com/data-grid-cell {:class "align-top"}
(com/a-icon-button {"@click.prevent.stop" "show=false; setTimeout(() => $refs.p.remove(), 500)"} svg/x))))
@@ -733,7 +733,6 @@
(com/data-grid-header {:class "w-32"} "Location")
(com/data-grid-header {:class "w-16"} "$")
(com/data-grid-header {:class "w-16"})]}
(println "WE ARE NOW HERE" (fc/field-value))
(fc/cursor-map #(transaction-account-row* {:value %
:client-id (-> request :entity :transaction/client :db/id)}))