Skip to content

Commit

Permalink
[FIX] report print for account_check
Browse files Browse the repository at this point in the history
  • Loading branch information
milleniumkid committed Feb 27, 2025
1 parent 54f6936 commit 91f39f0
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions altinkaya_reports/report/report_account_payment.xml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
<td style="width:60px;text-align:left;">
<span t-field="o.id" />
<br />
<span t-field="o.payment_date" />
<span t-field="o.date" />
</td>
</tr>
</table>
Expand All @@ -153,7 +153,7 @@
Bankasına ait
<span t-field="o.check_id.number" />
seri numaralı
<strong t-field="o.check_id.payment_date" />
<strong t-field="o.check_id.date" />
vadeli çek alınmıştır.
</span>

Expand All @@ -168,20 +168,20 @@
<t
t-if="o.journal_id.type=='cash' and o.payment_method_code != 'received_third_check'"
>
Nakit
Nakit
</t>
<t
t-elif="o.journal_id.code=='CEK' or o.payment_method_code == 'received_third_check'"
>ÇEK</t>
> ÇEK</t>
<t
t-elif="o.journal_id.code=='POSG' or o.journal_id.code=='POSIS'"
>Kredi Kartı
Ödemesi
> Kredi Kartı
Ödemesi
</t>
<t
t-elif="o.journal_id.code=='POSGB'"
>Sanal Pos Ödemesi</t>
<t t-else="">Banka Ödemesi</t>
> Sanal Pos Ödemesi</t>
<t t-else=""> Banka Ödemesi</t>
olarak tahsil edilmiştir.
</p>
</div>
Expand All @@ -202,9 +202,9 @@

<div class="row">
<div class="col-12">
<t t-if="o.communication">
<t t-if="o.ref">
Notlar:
<span t-field="o.communication" />
<span t-field="o.ref" />
</t>
</div>
</div>
Expand Down

0 comments on commit 91f39f0

Please sign in to comment.