This commit is contained in:
2024-10-26 19:16:50 -07:00
parent f859655aad
commit b46c668199

View File

@@ -122,7 +122,7 @@
client-count (count (set (map :client-id (:data data))))
table-contents (concat-tables (:details report))]
(list
[:div.text-2xl.font-bold.text-gray-600 (str "Cash flows - " (str/join ", " (map :client/name client)))]
[:div.text-2xl.font-bold.text-gray-600 (str "Profit and loss - " (str/join ", " (map :client/name client)))]
(table {:widths (into [20] (take (dec (cell-count table-contents))
(mapcat identity
(repeat
@@ -240,7 +240,7 @@
(apply com/breadcrumbs {} [[:a {:href (bidi/path-for ssr-routes/only-routes ::route/page)}
"Ledger"]])
(form* request))
"Cash Flows"))
"Profit and loss"))
(defn make-profit-and-loss-pdf [request report]
(let [ output-stream (ByteArrayOutputStream.)