TP->T64: gnucash/report/stylesheets/stylesheet-easy.scm

This commit is contained in:
Christopher Lam 2017-12-24 06:46:30 +08:00
parent c1d61d5081
commit 1b85f9ffe4
2 changed files with 5 additions and 5 deletions

View File

@ -30,8 +30,8 @@
(let* (; invoice and company details
(invoiceid (gncInvoiceGetID opt-invoice))
(book (gncInvoiceGetBook opt-invoice))
(postdate (gncInvoiceGetDatePostedTT opt-invoice))
(duedate (gncInvoiceGetDateDueTT opt-invoice))
(postdate (gncInvoiceGetDatePosted opt-invoice))
(duedate (gncInvoiceGetDateDue opt-invoice))
(billingid (gncInvoiceGetBillingID opt-invoice))
(notes (gncInvoiceGetNotes opt-invoice))
(terms (gncInvoiceGetTerms opt-invoice))
@ -193,7 +193,7 @@
(dsc-total 'add currency rdiscval)
?>
<tr valign="top">
<td align="left"><?scm:d (qof-print-date (gncEntryGetDateTT entry)) ?></td>
<td align="left"><?scm:d (qof-print-date (gncEntryGetDate entry)) ?></td>
<td align="left" ><?scm:d (gncEntryGetDescription entry) ?></td>
<td align="right"><?scm:d (fmtnumeric qty) ?></td>
<td align="right"><?scm:d (format #f "~4,2,,,'0f" (gnc-numeric-to-double each)) ?></td>

View File

@ -437,8 +437,8 @@
(gnc:html-markup-b prepared-for)
(gnc:html-markup-br)
(_ "Date: ")
(gnc-print-date
(cons (current-time) 0)))
(qof-print-date
(current-time)))
;; title only
(gnc:make-html-text