Test Plan
# Preparations
# apply the patch from the D547 (if not already applied)
# don't apply patch from THIS differential revision
# login to the Admin Console
# go to the {nav Website & Content > Structure & Data > Products} section
# create a `Sub Products` category/section
# switch to newly created category/section
# create a Type=Service product + Status=Active + Price=15.00 product in it
# if product price wasn't saved, then try editing that product -> specifying a price -> saving it again
# go to the {nav User Management > Users} section
# create a Status=Enabled user
# go to the {nav E-commerce > Orders} section
# switch to the `Incomplete` tab
# create a new incomplete order:
* use the above-created user and product
* fill all required fields on all tabs
# on the `Incomplete` tab:
* select the newly created sales order
* press the `Place Order` toolbar button
# Test Plan
# login to the Admin Console
# go to the {nav E-commerce > Sales Report} section
# run report of each type
# do the CSV export from generated report
# confirm, that each report has non-zero data displayed
# remember:
* how each of reports looks
* what data is shown in the report
* how exported file is named
* what is the exported file contents
# apply the patch
# run report of each report type
# do the export of each report type
# confirm, that:
* displayed data (per-report type) match to previously remembered one
* exported filename (per-report type) match to previously remembered one
* exported file contents (per-report type) match to previously remembered one