mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
TP->T64: gnucash/report/stylesheets/stylesheet-easy.scm
This commit is contained in:
parent
c1d61d5081
commit
1b85f9ffe4
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user