Skip to content

Commit

Permalink
familia pdf
Browse files Browse the repository at this point in the history
  • Loading branch information
fproldan committed Sep 16, 2024
1 parent 6aa9fd6 commit 37f8013
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,9 @@ <h5 class="text-center">
{% } %}
{% if(!filters.show_future_payments) { %}
<th style="width: 20%">{%= (filters.customer || filters.supplier) ? __("Remarks"): __("Party") %}</th>
{% if(report.report_name === "Accounts Receivable" && frappe.boot.single_types.includes("Persat Settings")) { %}
<th style="width: 20%">Familia</th>
{% } %}
{% } %}
<th style="width: 10%; text-align: right">{%= __("Invoiced Amount") %}</th>
{% if(!filters.show_future_payments) { %}
Expand Down Expand Up @@ -204,6 +207,10 @@ <h5 class="text-center">
</td>
{% } %}

{% if(report.report_name === "Accounts Receivable" && frappe.boot.single_types.includes("Persat Settings")) { %}
<td>{%= data[i]["familia"] %}</td>
{% } %}

<td style="text-align: right">
{%= format_currency(data[i]["invoiced"], data[i]["currency"]) %}</td>

Expand Down

0 comments on commit 37f8013

Please sign in to comment.