fix sum table is agnostic to percentage on goi pdf

add pickup to goi pdf

add seeds

tiny fixes
This commit is contained in:
viehlieb 2023-10-18 23:25:14 +02:00
parent 90e06a475f
commit c3d56cdf3b
7 changed files with 207 additions and 26 deletions

View file

@ -11,14 +11,14 @@
%td= t('.gross_amount')
%td.numeric= number_to_currency(order.sum(:gross_without_deposit))
%tr
%td= t('.fc_amount')
%td= t('.fc_amount_without_deposit')
%td.numeric= number_to_currency(order.sum(:fc_without_deposit))
%tr
%td= t('.deposit')
%td.numeric= number_to_currency(order.sum(:deposit))
%tr
%td= t('.net_deposit')
%td.numeric= number_to_currency(order.sum(:net_deposit))
%tr
%td= t('.deposit')
%td.numeric= number_to_currency(order.sum(:deposit))
%tr
%td= t('.fc_deposit')
%td.numeric= number_to_currency(order.sum(:fc_deposit))