adds due date column.
This commit is contained in:
@@ -508,6 +508,12 @@
|
||||
:show-starting "lg"
|
||||
:render (fn [{:invoice/keys [date]}]
|
||||
(some-> date (atime/unparse-local atime/normal-date)))}
|
||||
{:key "due"
|
||||
:sort-key "due"
|
||||
:name "Due"
|
||||
:show-starting "xl" ;; xl:table-cell
|
||||
:render (fn [{:invoice/keys [due]}]
|
||||
(some-> due (atime/unparse-local atime/normal-date)))}
|
||||
{:key "status"
|
||||
:name "Status"
|
||||
:render (fn [{:invoice/keys [status]}]
|
||||
|
||||
Reference in New Issue
Block a user