Package org.fenixedu.academic.util

Examples of org.fenixedu.academic.util.Money.toPlainString()


        if (!othersPayedAmount.isZero()) {
            eventTypes.append(
                    BundleUtil.getString(Bundle.ACADEMIC, getLocale(), "label.academicDocument.irs.declaration.eighthParagraph"))
                    .append(LINE_BREAK);
            payedAmounts.append("*").append(othersPayedAmount.toPlainString()).append("Eur").append(LINE_BREAK);
        }
        addParameter("eventTypes", eventTypes.toString());
        addParameter("payedAmounts", payedAmounts.toString());

        Money totalPayedAmount = othersPayedAmount.add(gratuityPayedAmount);
View Full Code Here


                addCellValue(row, onNullEmptyString(curricularYearInCurrentYear), 24);
                addCellValue(row,
                        onNullEmptyString(numberOfEnrolledECTS != null ? numberOfEnrolledECTS.toString().replace('.', ',') : ""),
                        25);
                addCellValue(row,
                        onNullEmptyString(gratuityAmount != null ? gratuityAmount.toPlainString().replace('.', ',') : ""), 26);
                addCellValue(row, onNullEmptyString(numberOfMonthsExecutionYear), 27);
                addCellValue(row, onNullEmptyString(firstMonthOfPayment), 28);
                addCellValue(row, onNullEmptyString(ownerOfCETQualification), 29);
                addCellValue(row, onNullEmptyString(degreeQualificationOwner), 30);
                addCellValue(row, onNullEmptyString(masterQualificationOwner), 31);
View Full Code Here

                addCellValue(row, onNullEmptyString(degreeCode), 7);
                addCellValue(row, onNullEmptyString(degreeName), 8);
                addCellValue(row, onNullEmptyString(degreeTypeName), 9);
                addCellValue(row, onNullEmptyString(firstEnrolmentOnCurrentExecutionYear), 10);
                addCellValue(row,
                        onNullEmptyString(gratuityAmount != null ? gratuityAmount.toPlainString().replace('.', ',') : ""), 11);
                addCellValue(row, onNullEmptyString(numberOfMonthsExecutionYear), 12);
                addCellValue(row, onNullEmptyString(firstMonthOfPayment), 13);
                addCellValue(row, onNullEmptyString(ownerOfCETQualification), 14);
                addCellValue(row, onNullEmptyString(degreeQualificationOwner), 15);
                addCellValue(row, onNullEmptyString(masterQualificationOwner), 16);
View Full Code Here

                addCellValue(row, onNullEmptyString(degreeName), 8);
                addCellValue(row, onNullEmptyString(degreeTypeName), 9);
                addCellValue(row, "", 10);
                addCellValue(row, onNullEmptyString(firstEnrolmentOnCurrentExecutionYear), 11);
                addCellValue(row,
                        onNullEmptyString(gratuityAmount != null ? gratuityAmount.toPlainString().replace('.', ',') : ""), 12);
                addCellValue(row, onNullEmptyString(numberOfMonthsExecutionYear), 13);
                addCellValue(row, onNullEmptyString(firstMonthOfPayment), 14);
                addCellValue(row, onNullEmptyString(ownerOfCETQualification), 15);
                addCellValue(row, onNullEmptyString(degreeQualificationOwner), 16);
                addCellValue(row, onNullEmptyString(masterQualificationOwner), 17);
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.