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/Hungarian-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/Hungarian-pos_invoice.txt')
-rwxr-xr-x | templates/Hungarian-pos_invoice.txt | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/templates/Hungarian-pos_invoice.txt b/templates/Hungarian-pos_invoice.txt index 2dc2609a..3072bff2 100755 --- a/templates/Hungarian-pos_invoice.txt +++ b/templates/Hungarian-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" ?> - Kassza: <?lsmb till align=left width=3 ?> Telefon#: <?lsmb tel ?> + Kassza: <?lsmb till align=left width="3" ?> Telefon#: <?lsmb tel ?> Eladó: <?lsmb employee ?> Inv No/Date: <?lsmb invnumber ?> / <?lsmb invdate ?> Printed: <?lsmb dateprinted ?> Menny Név Összeg <?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 ?> Tételszám: <?lsmb rowcount ?> <?lsmb if taxincluded ?> --------------- - Bruttó: <?lsmb invtotal align=right width=9 ?> + Bruttó: <?lsmb invtotal align=right width="9" ?> <?lsmb end taxincluded ?> <?lsmb if not taxincluded ?> ------------ - Nettó: <?lsmb subtotal align=right width=9 ?> + Nettó: <?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 ?> - Bruttó: <?lsmb invtotal align=right width=9 ?> + Bruttó: <?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 ?> - Visszajáró: <?lsmb change align=right width=9 ?> + Visszajáró: <?lsmb change align=right width="9" ?> <?lsmb end change ?> <?lsmb if total ?> - Fizetendő: <?lsmb total align=right width=9 ?> + Fizetendő: <?lsmb total align=right width="9" ?> <?lsmb end total ?> <?lsmb if discount ?> |