Skip to content

Commit

Permalink
Added sequence (progressivo) to quinquies and quater reports, fixed h…
Browse files Browse the repository at this point in the history
…eader on mod1 reports
  • Loading branch information
LorenzoC0 committed Mar 27, 2024
1 parent e3634cc commit 1cff3cb
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<table class="table text-center table-bordered">
<td>
<b>RIEPILOGO DEGLI ACQUISTI INTRACOMUNITARI
<br />DI BENI E DEI SERVIZI RICEVUTI</b>
<br />DI BENI E DEI SERVIZI RESI</b>
</td>
<td>Mod. INTRA-1 Quater</td>
</table>
Expand Down Expand Up @@ -60,7 +60,7 @@
<table class="table table-bordered">
<thead class="fondo">
<tr>
<!-- <th></th> -->
<th />
<th
colspan="2"
class="text-center"
Expand All @@ -76,7 +76,7 @@
<th />
</tr>
<tr>
<!-- <th class="text-center">PROGR.</th> -->
<th class="text-center">PROGR.</th>
<th class="text-center">STATO</th>
<th class="text-center">CODICE IVA</th>
<th
Expand Down Expand Up @@ -109,14 +109,14 @@
<td>7</td>
<td>8</td>
<td>9</td>
<!-- <td>10</td> -->
<td>10</td>
</tr>
<t t-set="total" t-value="0" />
<tr
t-foreach="o.sale_section3_ids"
t-as="l"
>
<!-- <td t-esc="l.progressive"></td> -->
<td t-esc="l.sequence" />
<td><span
t-field="l.country_partner_id.code"
/></td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<table class="table text-center table-bordered">
<td>
<b>RIEPILOGO DEGLI ACQUISTI INTRACOMUNITARI
<br />DI BENI E DEI SERVIZI RICEVUTI</b>
<br />DI BENI E DEI SERVIZI RESI</b>
</td>
<td>Mod. INTRA-1 Quinquies</td>
</table>
Expand Down Expand Up @@ -62,7 +62,7 @@
<table class="table table-bordered">
<thead class="fondo">
<tr>
<!-- <th></th> -->
<th />
<th
colspan="4"
class="text-center"
Expand All @@ -82,7 +82,7 @@
<th />
</tr>
<tr>
<!-- <th class="text-center">PROGR.</th> -->
<th class="text-center">PROGR.</th>
<th
class="text-center"
>SEZIONE DOGANALE</th>
Expand Down Expand Up @@ -129,14 +129,14 @@
<td>11</td>
<td>12</td>
<td>13</td>
<!-- <td>14</td> -->
<td>14</td>
</tr>
<t t-set="total" t-value="0" />
<tr
t-foreach="o.sale_section4_ids"
t-as="l"
>
<!-- <td t-esc="l.progressive"></td> -->
<td t-esc="l.sequence" />
<td><span
t-field="l.intrastat_custom_id"
/></td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<table class="table table-bordered">
<thead class="fondo">
<tr>
<!-- <th></th> -->
<th />
<th
colspan="2"
class="text-center"
Expand All @@ -79,7 +79,7 @@
<th />
</tr>
<tr>
<!-- <th class="text-center">PROGR.</th> -->
<th class="text-center">PROGR.</th>
<th class="text-center">STATO</th>
<th class="text-center">CODICE IVA</th>
<th
Expand Down Expand Up @@ -116,14 +116,14 @@
<td>8</td>
<td>9</td>
<td>10</td>
<!-- <td>11</td> -->
<td>11</td>
</tr>
<t t-set="total" t-value="0" />
<tr
t-foreach="o.purchase_section3_ids"
t-as="l"
>
<!-- <td t-esc="l.progressive"></td> -->
<td t-esc="l.sequence" />
<td><span
t-field="l.country_partner_id.code"
/></td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<table class="table table-bordered">
<thead class="fondo">
<tr>
<!-- <th></th> -->
<th />
<th
colspan="4"
class="text-center"
Expand All @@ -83,7 +83,7 @@
<th />
</tr>
<tr>
<!-- <th class="text-center">PROGR.</th> -->
<th class="text-center">PROGR.</th>
<th
class="text-center"
>SEZIONE DOGANALE</th>
Expand Down Expand Up @@ -134,14 +134,14 @@
<td>12</td>
<td>13</td>
<td>14</td>
<!-- <td>15</td> -->
<td>15</td>
</tr>
<t t-set="total" t-value="0" />
<tr
t-foreach="o.purchase_section4_ids"
t-as="l"
>
<!-- <td t-esc="l.progressive"></td> -->
<td t-esc="l.sequence" />
<td><span
t-field="l.intrastat_custom_id"
/></td>
Expand Down

0 comments on commit 1cff3cb

Please sign in to comment.