#{messages['gazelle.systems.system.FinancialSummary2']}
#{financialManagerBean.prepareContactsForFinancialSummary()}
|
|
---|---|
#{messages['gazelle.testmanagement.financial.TotalWithoutTax']} | #{financialSummary.feeAsCurrency} |
#{messages['gazelle.testmanagement.financial.VATAmount']} | #{financialSummary.feeVATAsCurrency} |
#{messages['gazelle.testmanagement.financial.TotalVATIncluded']} | #{financialSummary.totalFeeToPayAsCurrency} |
#{messages['gazelle.financial.invoice.FeesPaid']} : | #{financialSummary.totalFeePaidAsCurrency} |
#{messages['gazelle.financial.invoice.FeesDue']} : | #{financialSummary.totalFeeDueAsCurrency} |
|
|
---|---|
#{messages['gazelle.testmanagement.financial.TotalWithoutTax']} | #{financialSummary.invoice.currency} #{financialSummary.invoice.feesAmount} |
#{messages['gazelle.testmanagement.financial.VATAmount']} | #{financialSummary.invoice.currency} #{financialSummary.invoice.vatAmount} |
#{messages['gazelle.testmanagement.financial.TotalVATIncluded']} | #{financialSummary.invoice.currency} #{financialSummary.invoice.feesAmount} |
#{messages['gazelle.financial.invoice.FeesPaid']} : | #{financialSummary.invoice.currency} #{financialSummary.invoice.feesPaid} |
#{messages['gazelle.financial.invoice.FeesDue']} : | #{financialSummary.invoice.totalFeeToPayAsCurrency} |