If an invoice is posted unpaid, and is later paid via cash -> receipt, 
should the invoice show payments?

I paid two invoices with a single receipt.

The PDF invoice indicates "paid", but where it would list the payments, it 
has the table with no payment data.

The code is this:

invoice.tex: 168,180:

<?lsmb if paid_1 ?>
\begin{tabularx}{10c...@{}lxlr@{}}
   \textbf{Payments} & & & \\
   \hline
   \textbf{Date} & & \textbf{Source} & \textbf{Amount} \\
<?lsmb end paid_1 ?>
<?lsmb foreach payment ?>
   <?lsmb paymentdate ?> & <?lsmb paymentaccount ?> & <?lsmb paymentsource ?> & 
<?lsmb payment ?> \\
<?lsmb end payment ?>
<?lsmb if paid_1 ?>
\end{tabularx}
<?lsmb end paid_1 ?>

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Ledger-smb-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ledger-smb-users

Reply via email to