dist.war=${dist.dir}/${war.name}
endorsed.classpath=
excludes=
+file.reference.jbonuscard-core.jar=lib/jbonuscard-core.jar
file.reference.jcontacts-business-core.jar=lib/jcontacts-business-core.jar
file.reference.cdi-api.jar=lib/cdi-api.jar
file.reference.jcontacts-business-lib.jar=lib/jcontacts-business-lib.jar
${file.reference.juser-activity-lib.jar}:\
${file.reference.juser-login-core.jar}:\
${file.reference.juser-login-lib.jar}:\
+ ${file.reference.jbonuscard-core.jar}:\
${reference.jfinancials-core.jar}:\
${reference.jfinancials-lib.jar}:\
${file.reference.cdi-api.jar}:\
javadoc.preview=true
javadoc.private=true
javadoc.reference.cdi-api.jar=https://docs.oracle.com/javaee/7/api/
+javadoc.reference.jbonuscard-core.jar=https://docs.mxchange.org/javadoc/jbonuscard-core/
javadoc.reference.jcoreee.jar=https://docs.mxchange.org/javadoc/jcoreee.
javadoc.splitindex=true
javadoc.use=true
# (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value):
runmain.jvmargs=
source.encoding=UTF-8
+source.reference.jbonuscard-core.jar=..jbonuscard-core/
source.reference.jcontacts-business-core.jar=../jcontacts-business-core/src/
source.reference.jcontacts-business-lib.jar=../jcontacts-business-lib/src/
source.reference.jcontacts-core.jar=../jcontacts-core/src/
import javax.faces.view.ViewScoped;
import javax.inject.Inject;
import javax.inject.Named;
+import org.mxchange.jbonuscard.model.bonus_card.BonusCard;
import org.mxchange.jcontactsbusiness.model.branchoffice.BranchOffice;
import org.mxchange.jcontactsbusiness.model.employee.Employable;
import org.mxchange.jfinancials.beans.BaseFinancialsBean;
import org.mxchange.jfinancials.events.receipt.updated.ReceiptUpdatedEvent;
import org.mxchange.jfinancials.exceptions.receipt.ReceiptAlreadyAddedException;
import org.mxchange.jfinancials.exceptions.receipt.ReceiptNotFoundException;
-import org.mxchange.jfinancials.model.bonus_card.BonusCard;
import org.mxchange.jfinancials.model.receipt.BillableReceipt;
import org.mxchange.jfinancials.model.receipt.FinancialAdminReceiptSessionBeanRemote;
import org.mxchange.jfinancials.model.receipt.FinancialReceipt;