OpenConcerto

Dépôt officiel du code source de l'ERP OpenConcerto
sonarqube

svn://code.openconcerto.org/openconcerto

Rev

Rev 144 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 144 Rev 156
Line 30... Line 30...
30
                try {
30
                try {
31
 
31
 
32
                    ReportingStockXmlSheet sheet = new ReportingStockXmlSheet(false);
32
                    ReportingStockXmlSheet sheet = new ReportingStockXmlSheet(false);
33
 
33
 
34
                    sheet.createDocumentAsynchronous().get();
34
                    sheet.createDocumentAsynchronous().get();
35
                    sheet.showPrintAndExport(true, false, false, false, false);
35
                    sheet.openDocument(false);
-
 
36
 
36
                } catch (Exception e) {
37
                } catch (Exception e) {
37
                    ExceptionHandler.handle("Erreur de traitement", e);
38
                    ExceptionHandler.handle("Erreur de traitement", e);
38
                }
39
                }
39
            }
40
            }
40
        });
41
        });