Skip to content

Draft: adds log to Import entry

Asier Lostalé requested to merge openbravo/devel/openbravo:fr/ie-log into master

Adds log to import entry to display for import entry manager:

  • All the import entry processors
    • For each of them their ImportEntryProcessRunnables including:
      • currently being processed import entry (if any) and for how long
      • the queue of other import entries to be be processed
      • the list of ids of import entries to be processed (which should match with the queue)

Merge request reports