Source/Input: There is an ERP system that can export order/ledger information in a pre-defined report structure, on an Excel worksheet. The entries are listed per bookkeeping account and within an account in time order.
Target/Output: The order information must be collected by product type and aggregated by time periods, creating also several different totals (per time period, per product type).
The manual solution is to simply go through the rows of the ERP export and distribute the values one by one among as many columns as the number of product types; also manually create the necessary totals temporarily using the SUM function in separate cells. These totals will be copied again manually to the output sheet.
There are some caveats, though:
These variations make the task not just boring but also challenging: too easy to make mistakes.
Let's see, how Djeeni can help.
The process uses three worksheets:
Input data: An imaginary export file from an accounting/ERP system, containing orders that are booked to different accounts.
Report: The output report that totals the orders by account, day, and grand total. The report structure is very flexible using several parameters that are discussed just below (DjeeniParameters).
DjeeniParameters: This worksheet contains the parameters that make the process flexible. Parameters with a yellow background are used by the process itself. The remaining parameters can be set freely.
Download a workbook containing all three worksheets from https://djeeni.com/djeeni/demoprocess/decide_parameter_calculate . Save this workbook to any folder of your choice on your computer and make it editable (otherwise the output report cannot be created).
You must manually adjust the Workbook parameter of all three Wsheet Use process steps at the beginning of the Djeeni process to match the location where you have saved the file you just downloaded ⇒ Open the process in Djeeni and double click on each WSheet Use step to open the parameter popup window, where you can change the file path.
The automated process works in four phases:
See the instruction-by-instruction description of the phases below.