Invoicing
The invoicing diagram describes the current workflow to get invoicing done. The diagram shows in swimming lanes which departments are involved and different systems that are part of the process. This diagram was created to get more insights on the process. As a statement that our current process might be broken and shows the fragile spots in the process.
One of the largest bottlenecks is the traffic overusage calculation. As this is a time consuming process, that takes up to 8 hours to complete. This process should be restarted as soon as possible after detection of missing information. The cause of the failure might not be the responsibility of dev.
Data over use fix
When detected that data over use calculations are not done (https://doekoes.true.nl/overuse)
We have to run the following scripts:
/data/www/doekoes/current/bin/solo -port=4001 /data/www/doekoes/current/bin/cake network_over_usage
This script will take hours to complete!
When finished run:
/data/www/doekoes/current/bin/solo -port=4001 /data/www/doekoes/current/bin/cake bill_over_usage
this script will create the actual mandje items
. used to create the invoices. This takes just a few moments to complete.