A cash reconciliation is the process of verifying the amount of cash in a cash register as of the close of business.
This process has a reconciliation process against 19 lodges, RPA receives monthly ledgers in xlsx format which includes transactions against these lodges & this process has to reconcile & generate the Reconciliation files against each individual lodges.
In today's scenario – it takes 2 -3 hours to reconcile one report resulting in one lodge. Through a centralized database need to fetch ledgers on a monthly basis and reconcile the transactions according to the ledger.
The UiPath robot fetches the ledgers from the centralized DB & reconciles the transactions by applying calculative logic. Later reconciled ledger was shared with the business owners.
Design to reconcile the ledgers in minimal time with the proper outcome.
Designed in such a way it won't be impacted even though no. of lodges increased or decreased.
Designed using around 17 rules or categories for reconciliation.
In today's scenario, this process generates the SAP reports, downloads them & uploads these to GCP Bucket.
This process takes around 5 min to complete the single report generation & uploading. Likewise, the process has to download & upload around 20 reports.
We have used the RE-Framework with the Dispatcher & performer Architect.
The process is designed in such a way that we can even execute a single report as well as 20 reports at an execution.
This process involves cross-verification on reports & generates the consolidated email notification against report generation.
In today's scenario, this process involves around 18 subprocesses which involve auditing processes.
These subprocesses execute individually for all 18 lodges separately.
We have developed each sub-process separately.
This gives us the flexibility to adjust the processes over the different machines in any exception scenario or downtime.
This process involves Orchestrator scheduling & process management.