mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
TP->T64: gnucash/report/report-system/html-acct-table
This commit is contained in:
parent
4d7e03b0ed
commit
e6f3abba30
@ -129,14 +129,14 @@
|
||||
;; sorting function. #f means to preform no sorting. the
|
||||
;; default sorting function is gnc:account-code-less-p.
|
||||
;;
|
||||
;; start-date: timepair
|
||||
;; start-date: time64
|
||||
;;
|
||||
;; the starting date of the reporting period over which to
|
||||
;; report balances for this account. if start-date is #f,
|
||||
;; will be no limit on how early a counted transaction may
|
||||
;; ocurr.
|
||||
;;
|
||||
;; end-date: timepair
|
||||
;; end-date: time64
|
||||
;;
|
||||
;; the ending date of the reporting period over which to
|
||||
;; report balances for this account. if end-date is #f, there
|
||||
@ -1164,8 +1164,7 @@
|
||||
)
|
||||
)))
|
||||
(gnc:html-table-set-style! table "table" 'attribute(list "style" "width:100%; max-width:20em") 'attribute (list "cellpadding" "0"))
|
||||
table)
|
||||
)
|
||||
table))
|
||||
|
||||
;;
|
||||
;; This function adds all the lines from a gnc:html-acct-table to a
|
||||
|
Loading…
Reference in New Issue
Block a user