Skip to content
/ P1 Public

A shopping assissant robot for use with the Pega training website

License

Notifications You must be signed in to change notification settings

enparson/P1

Repository files navigation

RoSA

RoSa, or Robotic Shopping Assisant, is a UiPath automation that shops for a vendor utilizing the Pega training website.

RoSA is your robotic shopping assistant, here to help you automate your shopping business. RoSA helps you shop for all your customers from online vendors. It provides customers individual expense reports sent via email.

Technologies Used

UiPath Studio 2020.10.7
Azure Data Studio/Microsoft Azure Portal
Pega Training Website https://training.openspan.com/login

Features

Current Features

  • Takes in customer shopping lists from excel files.
  • Shops for customer orders in the Pega platform.
  • Uses customer information on file within SQLserver database for the client.
  • Records the expenses alongside base service fee and commission fee in a receipt as a .xlsx file and emails that to the client.
  • Emails the receipts to shopper for profit report.
  • Sends customers' order numbers to be stored in the database.

Future Improvements

  • Store customers' individual orders within database.
  • Retrieve customer data into a simplified profit report to email to shopper.
  • Scrape customer shopping lists from email form.

Getting Started

  • git clone https://github.com/enparson/P1.git
  • open file Connect2DB.xaml
  • edit "Connect to Database" and "Run Query" UiPath activities to connect to client SQLserver Database
  • ensure SQLserver database client's customer information is stored in tables with columns in the following order:
    ([Customer Id],[Customers], [Email], [Street Address], [Zip Code], [Primary Phone], [Card Numbers], [CVV], [Card Type], [Expiration Month], [Expiration Year])
  • edit "CustomersDesire - Copy.xlsx" with customer shopping lists

Usage

  • open file actualorder.xaml with UiPath Studio
  • under Debug File command, select Run File
    Screenshot (15)

License

This project uses the following license: MIT License.

About

A shopping assissant robot for use with the Pega training website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published