Package org.nightlabs.jfire.accounting

Examples of org.nightlabs.jfire.accounting.Invoice


        // TODO set problem key instead of assert (which throws an exception and thus rolls the whole transaction back).
        organisationAuthority.assertContainsRoleRef(userID, org.nightlabs.jfire.accounting.RoleConstants.editInvoice);

        Accounting accounting = Accounting.getAccounting(pm);
        Invoice invoice = accounting.createInvoice(user, recurredOffer.getArticles(), null);

        logger.debug("Successfully created Invoice " + JDOHelper.getObjectId(invoice));
        accounting.validateInvoice(invoice);

        if(recurringOffer.getRecurringOfferConfiguration().isBookInvoice())
View Full Code Here

TOP

Related Classes of org.nightlabs.jfire.accounting.Invoice

Copyright © 2018 www.massapicom. 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.