working on translation system

This commit is contained in:
2025-07-17 13:39:48 +02:00
parent dc8de9707a
commit 2fd58229c3
6 changed files with 55 additions and 31 deletions

View File

@@ -132,13 +132,13 @@
<div class="sender data">
<? document.sender.name ?><br/>
<br/>
<? delivery date ?>: <? document.delivery ?>
<? delivery_date ?>: <? document.delivery ?>
</div>
</header>
<h1><? document.type ?></h1>
<h2>
<span class="left"><? document.type ?> <? document.number ?></span>
<span class="center"><? customer id ?>: <? document.customer.id ?></span>
<span class="center"><? customer_id ?>: <? document.customer.id ?></span>
<span class="right"><? document.date ?></span>
</h2>
<hr/>
@@ -147,10 +147,10 @@
<tr>
<th><? position ?></th>
<th><? description ?></th>
<th><? price per unit ?></th>
<th><? unit_price ?></th>
<th><? amount ?></th>
<th><? price ?></th>
<th><? tax rate ?></th>
<th><? tax_rate ?></th>
</tr>
<!-- positions -->
@@ -171,7 +171,7 @@
<!-- positions -->
<tr>
<th class="right" colspan="5"><? net sum ?>:</th>
<th class="right" colspan="5"><? net_sum ?>:</th>
<th class="right"><? document.net_sum ?></th>
</tr>
@@ -181,13 +181,13 @@
<td></td>
<td><? net_sum ?>&nbsp;+&nbsp;<? rate ?>&nbsp;=</td>
<td><? gross_sum ?></td>
<td colspan="2"><? contained tax ?>:</td>
<td colspan="2"><? contained_tax ?>:</td>
<td><? amount ?></td>
</tr>
<!-- tax list -->
<tr>
<th class="right" colspan="5"><? gross sum ?>:</th>
<th class="right" colspan="5"><? gross_sum ?>:</th>
<th class="right"><? document.gross_sum ?></th>
</tr>
</table>
@@ -196,29 +196,15 @@
<tr>
<td><? document.sender.name ?></td>
<td>
<? tax id ?>: <? document.sender.tax_id ?><br/>
<? local court ?>: <? document.sender.court ?><br/><br/>
<div class="ad"><? document.type ?> <? created with ?> <a href="https://umbrella.srsoftware.de">Umbrella</a> <? by ?> <a href="https://srsoftware.de">SRSoftware</a></div>
<? tax_id ?>: <? document.sender.tax_id ?><br/>
<? local_court ?>: <? document.sender.court ?><br/><br/>
<div class="ad"><? document.type ?> <? created_with|tool=<a href="https://umbrella.srsoftware.de">Umbrella</a>|producer=<a href="https://srsoftware.de">SRSoftware</a> ?></div>
</td>
<td>
<? bank account ?>:<br/>
<? bank_account ?>:<br/>
<? document.sender.bank_account ?>
</td>
</tr>
</table>
<!-- <div class="bottom">
<div class="company">
<? document.sender.name ?>
</div>
<div class="tax_data">
<? Tax id ?>: <? document.sender.tax_id ?><br/>
<? local court ?>: <? document.sender.court ?><br/><br/>
<div class="ad"><? document.type ?> <? created with ?> <a href="https://umbrella.srsoftware.de">Umbrella</a> <? by ?> <a href="https://srsoftware.de">SRSoftware</a></div>
</div>
<div class="bank_account">
<? bank account ?>:<br/>
<? document.sender.bank_account ?>
</div>
</div> -->
</body>
</html>