Room block reconciliation
Jump to navigation
Jump to search
Every year, we have a spreadsheet in Google Docs to help us make sure that we're on target for getting enough rooms to meet our minimums and reconcile hotel-provided delegate lists with digital records provided by hotel reservation services.
Importing from Passkey
- Log into Passkey.
- Run the full room list report.
- Copy columns A to BQ (inclusive) without headers. The first column should be "Hotel Hotel" and the last column should be "Locale".
- Paste them into the Passkey worksheet at C2, the first data row with the header "Hotel Hotel".
- Find all the zeroes in the "Reconcile" column, select the "ResAckNo" next to them them by Ctrl-clicking, and copy them.
- Paste special them as values only at the end of column B of the "Reconcile" worksheet.
Importing from BACON
- In the database, run
SELECT * FROM `roomblock` WHERE year = (SELECT id FROM years WHERE current = 'current')
- Export the result to your favorite spreadsheet format.
- Copy the data without headers to A2 of the BACON worksheet (the first data row of the "Confirmation" column).