Room block reconciliation

From SNAFU Con Wiki
Revision as of 18:38, 27 September 2019 by TJSomething (talk | contribs) (Add delegate list procedure)
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

  1. Log into Passkey.
  2. Run the full room list report.
  3. Copy columns A to BQ (inclusive) without headers. The first column should be "Hotel Hotel" and the last column should be "Locale".
  4. Paste them into the Passkey worksheet at C2, the first data row with the header "Hotel Hotel".
  5. Extend formula columns A, B, and BT as necessary.
  6. Find all the zeroes in the "Reconcile" column, select the "ResAckNo" next to them them by Ctrl-clicking, and copy them.
  7. Paste special them as values only at the end of column B of the "Reconcile" worksheet.
  8. Extend formula columns C to M as necessary.

Importing from BACON

  1. In the database, run
    SELECT * FROM `roomblock` WHERE year = (SELECT id FROM years WHERE current = 'current')
  2. Export the result to your favorite spreadsheet format.
  3. Copy the data without headers to A2 of the BACON worksheet (the first data row of the "Confirmation" column).

Importing from the delegate list

  1. Email our contact with Convention Reservations at the GSR for a delegate list as a spreadsheet (Joi Cerveri in 2019, whose email address is her name with a dot between the first and last names at GrandSierraResort.com).
  2. Import and reconcile Passkey, so that's up to date.
  3. Take the spreadsheet they give us and copy it into the GSR worksheet. It will not necessarily match the columns, so just try to make them match.
  4. Extend formula columns A and B as necessary.
  5. Open up the GSR worksheet and the Reconcile worksheet, side by side.
  6. For each item in the GSR worksheet where the Reconcile column is 0, try to find matching Passkey confirmation code in the Reconcile worksheet, using the name and dates.
    • If you find it, put the GSR confirmation code in the GSR confirmation column (column A) next to the matching Passkey confirmation code.
    • If you don't, put the GSR confirmation number at the end.
  7. Extend formula columns C to M as necessary.
  8. For all the red rows that are marked missing, check if they match any of the master account rooms, add the GSR confirmation number to the Master Account Rooms table in the Confirmation column (column A).
  9. For all the remaining missing rows, put those confirmation codes into the confirmation column of the Phone worksheet (column A).
  10. Extend formula columns B to I as necessary.
  11. Add the Phone confirmation codes to BACON, using the raw database.
  12. Check VIP tickets in RT and handle appropriately.