Uploaded image for project: 'OFBiz'
  1. OFBiz
  2. OFBIZ-11414 Improve the BI component
  3. OFBIZ-10945

loadSalesInvoiceFact doesn't get invoked on setInvoiceStatus

    XMLWordPrintableJSON

Details

    Description

      When the data warehouse has been initialised in the BI component, and a new sales invoice is generated and set to status 'Ready for Posting' following seca

      <eca service="setInvoiceStatus" event="global-commit-post-run">
              <condition field-name="statusId" operator="equals" value="INVOICE_READY"/>
              <condition-field field-name="statusId" operator="not-equals" to-field-name="oldStatusId"/>
              <action service="loadSalesInvoiceFact" mode="async" run-as-user="system"/>
          </eca>
      

      should load new records in the SalesInvoiceItemFact table.

      This does not happen.

      Attachments

        Activity

          People

            pierresmits Pierre Smits
            pierresmits Pierre Smits
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: