summaryrefslogtreecommitdiff
path: root/templates/Brazilian_Portuguese-income_statement.html
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2006-09-24 17:44:51 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2006-09-24 17:44:51 +0000
commiteedad02e621755aa269a6728364fa2ef07f6bca9 (patch)
treee56cb7ebc28954055603056c514dd3c4c62b02d0 /templates/Brazilian_Portuguese-income_statement.html
parent1eb75f0d6e9074d96445c810267aebe415b1b2d7 (diff)
Changed all templates to the new syntax
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@142 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'templates/Brazilian_Portuguese-income_statement.html')
-rwxr-xr-xtemplates/Brazilian_Portuguese-income_statement.html54
1 files changed, 27 insertions, 27 deletions
diff --git a/templates/Brazilian_Portuguese-income_statement.html b/templates/Brazilian_Portuguese-income_statement.html
index d6cd4733..b7d1471f 100755
--- a/templates/Brazilian_Portuguese-income_statement.html
+++ b/templates/Brazilian_Portuguese-income_statement.html
@@ -2,36 +2,36 @@
<body bgcolor=ffffff>
<h2 align=center>
-<%company%>
-<br><%address%>
+<?lsmb company ?>
+<br><?lsmb address ?>
<p>APURAÇÃO DE LUCROS E PERDAS
-<br><%period%>
+<br><?lsmb period ?>
</h2>
-<%if department%>
-<h4>Departamento: <%department%></h4>
-<%end department%>
+<?lsmb if department ?>
+<h4>Departamento: <?lsmb department ?></h4>
+<?lsmb end department ?>
-<%if projectnumber%>
-<h4>Número do Projeto: <%projectnumber%></h4>
-<%end projectnumber%>
+<?lsmb if projectnumber ?>
+<h4>Número do Projeto: <?lsmb projectnumber ?></h4>
+<?lsmb end projectnumber ?>
<table width=100% border=0>
<tr>
<th width=400 align=left colspan=2>LUCRO<br><hr width=300 size=5 align=left noshade></th>
- <th><%this_period%></th>
- <th><%last_period%></th>
+ <th><?lsmb this_period ?></th>
+ <th><?lsmb last_period ?></th>
</tr>
-<%foreach income_account%>
+<?lsmb foreach income_account ?>
<tr>
<td width=4> </td>
- <td><%income_account%></td>
- <td align=right><%income_this_period%></td>
- <td align=right><%income_last_period%></td>
+ <td><?lsmb income_account ?></td>
+ <td align=right><?lsmb income_this_period ?></td>
+ <td align=right><?lsmb income_last_period ?></td>
</tr>
-<%end income_account%>
+<?lsmb end income_account ?>
<tr>
<td colspan=2> </td>
@@ -42,22 +42,22 @@
<tr valign=top>
<td> </td>
<th align=left>TOTAL DE RECEITAS</th>
- <td align=right><%total_income_this_period%><hr noshade size=2></td>
- <td align=right><%total_income_last_period%><hr noshade size=2></td>
+ <td align=right><?lsmb total_income_this_period ?><hr noshade size=2></td>
+ <td align=right><?lsmb total_income_last_period ?><hr noshade size=2></td>
</tr>
<tr>
<th align=left colspan=2>DESPESAS<br><hr width=300 size=5 align=left noshade></th>
</tr>
-<%foreach expense_account%>
+<?lsmb foreach expense_account ?>
<tr>
<td> </td>
- <td><%expense_account%></td>
- <td align=right><%expenses_this_period%></td>
- <td align=right><%expenses_last_period%></td>
+ <td><?lsmb expense_account ?></td>
+ <td align=right><?lsmb expenses_this_period ?></td>
+ <td align=right><?lsmb expenses_last_period ?></td>
</tr>
-<%end expense_account%>
+<?lsmb end expense_account ?>
<tr>
<td colspan=2> </td>
@@ -68,14 +68,14 @@
<tr valign=top>
<td> </td>
<th align=left>TOTAL DE DESPESAS</th>
- <td align=right><%total_expenses_this_period%><br><hr noshade size=2</td>
- <td align=right><%total_expenses_last_period%><br><hr noshade size=2</td>
+ <td align=right><?lsmb total_expenses_this_period ?><br><hr noshade size=2</td>
+ <td align=right><?lsmb total_expenses_last_period ?><br><hr noshade size=2</td>
</tr>
<tr valign=top>
<th align=left colspan=2>LUCRO / (PREJUÍZO)</th>
- <td align=right><%total_this_period%><br><hr noshade size=2></td>
- <td align=right><%total_last_period%><br><hr noshade size=2></td>
+ <td align=right><?lsmb total_this_period ?><br><hr noshade size=2></td>
+ <td align=right><?lsmb total_last_period ?><br><hr noshade size=2></td>
</tr>
</table>