Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adilsezer/generateyearlyreport
UIPath project to download all the monthly reports for a specific vendor and generate a yearly report.
https://github.com/adilsezer/generateyearlyreport
Last synced: about 2 months ago
JSON representation
UIPath project to download all the monthly reports for a specific vendor and generate a yearly report.
- Host: GitHub
- URL: https://github.com/adilsezer/generateyearlyreport
- Owner: adilsezer
- License: mit
- Created: 2022-01-08T18:12:07.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-08T22:12:22.000Z (almost 3 years ago)
- Last Synced: 2024-01-07T01:57:22.862Z (12 months ago)
- Size: 2.81 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GenerateYearlyReport
UIPath project to download all the monthly reports for a specific vendor and generate a yearly report.## Step Short Description
1.1 Open the ACME System 1 web application.1.2 Log in to System 1. Required input data: email and password.
1.3 Access the Dashboard - the central location, where the user can pick a specific menu item.
1.4 Access the Work Items Listing to view all the available tasks to be performed (Output data: list of tasks).
1.5 For each activity of the WI4 type perform the following steps:
1.5.A Open the Details page of the selected activity to retrieve the Vendor Tax ID (Outputdata: TaxID).
1.5.B Go back to the Dashboard and access the Download Monthly Report section in the Reports menu.
1.5.C Fill in the Vendor TaxID and download ALL the corresponding monthly reports for 2017.
1.5.D Group all the downloaded monthly reports into a single Excel yearly report with the “Yearly-Report-2017- TAXID.xlsx” name.
1.5.E Upload the resulting Excel yearly report in the “Upload YearlyReport” section in the Reports menu.
1.5.F Fill in the Vendor TaxID, set the year as 2017, and select the file on your hard drive. This will return a unique upload ID. Out upload ID.
1.5.G Go back to the Work Item Details page and select Update Work Item.
1.5.H Set the status to “Completed”. Add the following comment: “Uploaded with ID uploadID”.
1.6 Continue with the next WI4 activity.