The following article provides an example of how to create a report using the Report Wizard.
Report
The Transaction Code Usage Report can help with finding when specific Transaction Codes were used in the PMS. It will show when the code was used, whom the posting was made by, and what reservation it posted to.
This report will be Based On Transactions.
Header
Fields
Filter
The filter expression is set to search for a specific Transaction Code that will need to be entered when this report is run. It will then filter based on the date the transaction was posted.
Transactions.[Tran Date] >= '{d|Date From:}' AND Transactions.[Tran Date] <= '{d|Date To:}' AND Transactions.[Tran Code] = '{s|Enter Transaction Code:}'
Columns
Group By
Order By
This report does not require to be ordered in any specific format.
Transaction Code Usage Report
The report will now appear in the Report Wizard (Reports > Report Wizard) as well as the Custom Reports (Reports > Custom Reports).