Class TemplateBillManager

java.lang.Object
ru.bitel.bgbilling.modules.bill.server.bean.TemplateBillManager

public class TemplateBillManager extends Object
  • Constructor Details

  • Method Details

    • getTemplatePayBillList

      public List<TemplateBill> getTemplatePayBillList(Preferences moduleSetup, int yy, int mm, String contractLabels, String cids, String docTypes, String[] outgoing) throws ru.bitel.bgbilling.common.BGException
      Генерация счетов. Не генерирует счета за будущее.
      Parameters:
      moduleSetup - -setup модуля Бухгалтерия
      yy - - год
      mm - = месяц
      contractLabels - - метки договоров
      cids - - договора
      docTypes - - типы документов
      outgoing -
      Returns:
      Throws:
      ru.bitel.bgbilling.common.BGException
    • getTemplatePayBillList

      public List<TemplateBill> getTemplatePayBillList(Preferences moduleSetup, int yy, int mm, String contractLabels, String cids, String docTypes, String[] outgoing, boolean checkPast) throws ru.bitel.bgbilling.common.BGException
      Генерация счетов
      Parameters:
      moduleSetup - -setup модуля Бухгалтерия
      yy - - год
      mm - = месяц
      contractLabels - - метки договоров
      cids - - договора
      docTypes - - типы документов
      outgoing -
      checkPast - - true: проверять то, что мы не генериурем счет в будущем и если в будущем, то ничего не делать.
      Returns:
      Throws:
      ru.bitel.bgbilling.common.BGException
    • getTemplatePositions

      public void getTemplatePositions(ContractManager contractManager, TemplateBill bill, Calendar date, int contractId, String billCids, ContractDocType contractDocType, DocType docType, Map<Integer,Position> positionMap)