Package org.jabusuite.webclient.transaction.creditnote

Examples of org.jabusuite.webclient.transaction.creditnote.FmCreditNoteEdit


            creditNote.setDataFromTransaction(getInvoice(), userNumber);
            JbsOptionPane dialog = JbsOptionPane.showMessageDialog(this, JbsL10N.getString("Invoice.msgToCreditNote"), JbsL10N.getString("Offer.messageBoxTitle"), JbsOptionPane.INFORMATION_MESSAGE);
            dialog.addActionListener(new ActionListener() {

                public void actionPerformed(ActionEvent arg0) {
                    FmCreditNoteEdit fmCreditNoteEdit = new FmCreditNoteEdit();
                    fmCreditNoteEdit.showForm(DlgState.dsCopy, creditNote);
                    addAction(PnInvoiceEdit.ACTION_TOCREDITNOTE);
                }
            });
        } catch (Exception e) {
            logger.error("Error creating creditNote.", e);
View Full Code Here

TOP

Related Classes of org.jabusuite.webclient.transaction.creditnote.FmCreditNoteEdit

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.