diff options
author | christopherm <christopherm@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-09-25 15:07:49 +0000 |
---|---|---|
committer | christopherm <christopherm@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-09-25 15:07:49 +0000 |
commit | 87c8bf2724f8e1cf49ecf866113635a9abc9f2bd (patch) | |
tree | 931f6a9a0b7096594a60f0ff6caac78f43af049b /templates/Service-pos_invoice.txt | |
parent | 8395fa501827306002e3a01c7053f495bff844c2 (diff) |
fixing issues where items of the form <td width=100%> got converted to <td width=100 ?> when converting <% %> markup to <?lsmb ?>
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@147 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'templates/Service-pos_invoice.txt')
-rwxr-xr-x | templates/Service-pos_invoice.txt | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/templates/Service-pos_invoice.txt b/templates/Service-pos_invoice.txt index 2743475e..db8633f7 100755 --- a/templates/Service-pos_invoice.txt +++ b/templates/Service-pos_invoice.txt @@ -1,38 +1,38 @@ -<?lsmb company align=center width=40 ?> -<?lsmb address align=center width=40 ?> +<?lsmb company align=center width="40" ?> +<?lsmb address align=center width="40" ?> -Till: <?lsmb till align=left width=3 ?> Phone#: <?lsmb tel ?> +Till: <?lsmb till align=left width="3" ?> Phone#: <?lsmb tel ?> Cashier: <?lsmb employee ?> Inv No/Date: <?lsmb invnumber ?> / <?lsmb invdate ?> Printed: <?lsmb dateprinted ?> Qty Description Amount <?lsmb foreach number ?> -<?lsmb qty align=right width=5 ?> <?lsmb description align=left width=24 offset=6 ?> <?lsmb linetotal align=right width=9 ?> +<?lsmb qty align=right width="5" ?> <?lsmb description align=left width=24 offset=6 ?> <?lsmb linetotal align=right width="9" ?> <?lsmb number ?> @ <?lsmb sellprice ?>/<?lsmb unit ?> <?lsmb end number ?> Number of items: <?lsmb rowcount ?> <?lsmb if taxincluded ?> --------------- - Amount Due: <?lsmb invtotal align=right width=9 ?> + Amount Due: <?lsmb invtotal align=right width="9" ?> <?lsmb end taxincluded ?> <?lsmb if not taxincluded ?> ------------ - Subtotal: <?lsmb subtotal align=right width=9 ?> + Subtotal: <?lsmb subtotal align=right width="9" ?> <?lsmb end taxincluded ?> <?lsmb foreach tax ?> -<?lsmb taxdescription align=right width=23 ?> @ <?lsmb taxrate align=right width=2 ?>%: <?lsmb tax align=right width=9 ?> +<?lsmb taxdescription align=right width="23" ?> @ <?lsmb taxrate align=right width="2" ?>%: <?lsmb tax align=right width="9" ?> <?lsmb end tax ?> - Amount Due: <?lsmb invtotal align=right width=9 ?> + Amount Due: <?lsmb invtotal align=right width="9" ?> <?lsmb foreach payment ?> -<?lsmb paymentaccount align=right width=29 ?>: <?lsmb payment align=right width=9 ?> <?lsmb currency ?> +<?lsmb paymentaccount align=right width="29" ?>: <?lsmb payment align=right width="9" ?> <?lsmb currency ?> <?lsmb end payment ?> <?lsmb if change ?> - Change: <?lsmb change align=right width=9 ?> + Change: <?lsmb change align=right width="9" ?> <?lsmb end change ?> <?lsmb if total ?> - Balance Due: <?lsmb total align=right width=9 ?> + Balance Due: <?lsmb total align=right width="9" ?> <?lsmb end total ?> <?lsmb if discount ?> |