Hello can you help me regarding this problem?
Scenario: Company ABC creates invoices for their customers’ orders on a daily basis. They manually compute for the total amount and shipping fee of each customer’s order. The Business Process team identified this as a candidate for Robotic Process Automation and assigned you to develop the workflow. The order form, customer database, price master list, and invoice template are provided.
Below are the rules to be followed.
- Shipping fee to Luzon, Visayas, and Mindanao are Php 50, Php 100, and Php 150, respectively.
- Customers with total purchases above Php 900 are entitled to free shipping.
- Due date of the payment is 30 days from the creation of invoice.
- After successfully creating an invoice, the robot will save it in a designated folder (example: “Invoice” folder).
- Every time the robot finishes processing one invoice, the robot shall log its activity in the Log Monitoring sheet which should contain the date, name of the customer, status (if successful or failed), and duration (how long the robot was able to create that invoice).