public class DocumentService extends Object
| Modifier and Type | Field and Description |
|---|---|
protected AccountService |
accountService |
protected String |
BALANCE_FILE_PATH |
protected BalanceReportService |
balanceReportService |
protected ClosedPeriodicEntryBookService |
closedPeriodicEntryBookService |
protected String |
ENTRY_BOOKS_REPORT_PDF_FILE_PATH |
protected ProvisionalEntryBookReportService |
entryBookReportService |
protected EntryService |
entryService |
protected FinancialPeriodService |
financialPeriodService |
protected String |
GENERAL_ENTRY_BOOK_REPORT_PDF_FILE_PATH |
protected GeneralEntryBookReportService |
generalEntryBookReportService |
protected String |
LEDGER_REPORT_PDF_FILE_PATH |
protected LedgerReportService |
ledgerReportService |
protected static org.apache.commons.logging.Log |
log |
protected String |
path |
protected ReportBuilder |
reportBuilder |
| Constructor and Description |
|---|
DocumentService() |
protected static final org.apache.commons.logging.Log log
protected BalanceReportService balanceReportService
protected GeneralEntryBookReportService generalEntryBookReportService
protected ProvisionalEntryBookReportService entryBookReportService
protected LedgerReportService ledgerReportService
protected ClosedPeriodicEntryBookService closedPeriodicEntryBookService
protected FinancialPeriodService financialPeriodService
protected EntryService entryService
protected ReportBuilder reportBuilder
protected AccountService accountService
protected String path
protected final String BALANCE_FILE_PATH
protected final String GENERAL_ENTRY_BOOK_REPORT_PDF_FILE_PATH
protected final String ENTRY_BOOKS_REPORT_PDF_FILE_PATH
protected final String LEDGER_REPORT_PDF_FILE_PATH
public String createFinancialStatementsDocuments(Date beginDate, Date endDate)
beginDate - endDate - public String createAccountDocument(Date beginDate, Date endDate, String account)
protected String constructSubTitleHtml(String subTitleFirstpart, String subTitleSecPart)
protected String constructHeaderTitle(String title, Date beginDate, Date endDate)
public DocumentReport createBalanceDocuments(Date beginDate, Date endDate, String fromToAccount)
public DocumentReport createGeneralEntryBooksDocuments(Date beginDate, Date endDate)
public DocumentReport createEntryBooksDocuments(Date beginDate, Date endDate, List<String> entryBookCodes)
public DocumentReport createLedgerDocuments(Date beginDate, Date endDate)
Copyright © 2008–2015 CodeLutin. All rights reserved.