mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
deprecate old reports
This commit is contained in:
@@ -653,6 +653,9 @@ copying this report to a spreadsheet for use in a mail merge.")
|
||||
(gncCustomerGetShipAddr (gncOwnerGetCustomer owner)) ;; shipping
|
||||
(gncOwnerGetAddr owner))) ;; billing
|
||||
|
||||
(issue-deprecation-warning
|
||||
"old aging reports are deprecated and will be removed in 5.x")
|
||||
|
||||
(set! receivable (eq? (op-value "__hidden" "receivable-or-payable") 'R))
|
||||
(gnc:report-starting reportname)
|
||||
(let* ((companys (make-hash-table 23))
|
||||
|
||||
@@ -287,6 +287,9 @@
|
||||
(gnc:lookup-option
|
||||
(gnc:report-options report-obj) pagename optname)))
|
||||
|
||||
(issue-deprecation-warning
|
||||
"old balance-sheet is deprecated and will be removed in 5.x")
|
||||
|
||||
(gnc:report-starting reportname)
|
||||
|
||||
;; get all option's values
|
||||
|
||||
@@ -290,7 +290,10 @@
|
||||
(gnc:option-value
|
||||
(gnc:lookup-option
|
||||
(gnc:report-options report-obj) pagename optname)))
|
||||
|
||||
|
||||
(issue-deprecation-warning
|
||||
"old income-statement is deprecated and will be removed in 5.x")
|
||||
|
||||
(gnc:report-starting reportname)
|
||||
|
||||
;; get all option's values
|
||||
|
||||
@@ -720,6 +720,9 @@
|
||||
(gnc:option-value
|
||||
(gnc:lookup-option (gnc:report-options report-obj) section name)))
|
||||
|
||||
(issue-deprecation-warning
|
||||
"old owner reports are deprecated and will be removed in 5.x")
|
||||
|
||||
(let* ((document (gnc:make-html-document))
|
||||
(table '())
|
||||
(orders '())
|
||||
|
||||
Reference in New Issue
Block a user