payment matching almost there.
This commit is contained in:
@@ -159,11 +159,14 @@
|
|||||||
[:div.column.is-narrow
|
[:div.column.is-narrow
|
||||||
[:a.button {:on-click (dispatch-event [::manual-match])} [:i.fa.fa-times]]]]
|
[:a.button {:on-click (dispatch-event [::manual-match])} [:i.fa.fa-times]]]]
|
||||||
|
|
||||||
[:ul
|
[:table.table.compact.is-borderless
|
||||||
(list
|
(list
|
||||||
(for [{:keys [memo vendor]} (:potential-payment-matches data)]
|
(for [{:keys [memo vendor]} (:potential-payment-matches data)]
|
||||||
[:li (:name vendor) " - " memo " " [:a.button.is-primary.is-small "Match"]]
|
[:tr
|
||||||
))]
|
[:td.no-border (:name vendor)]
|
||||||
|
[:td.no-border memo]
|
||||||
|
[:td.no-border
|
||||||
|
[:a.button.is-primary.is-small "Match"]]]))]
|
||||||
]
|
]
|
||||||
[:div
|
[:div
|
||||||
[:div.field
|
[:div.field
|
||||||
|
|||||||
Reference in New Issue
Block a user