Room block reconciliation

From SNAFU Con Wiki
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.

We need to perform this reconciliation because the GSR allows for people to book online or by phone. BACON has a system built in that allows people who book online through the links we provide to automatically get VIP status. We can also login to the GSR's online booking system, Passkey, to pull a list of all the people who booked through their online system, even if they did not go through our links. However, Passkey cannot give us a list of people who booked by phone. For this, we need the "delegate list": a complete list of all of people who book rooms and then we need to reconcile it against the records from Passkey.

Creating the Spreadsheet for a New Year

  1. As the SCIENCE records Google account, copy last year's sheet and share with the same people
  2. On the Prices sheet, update the 100% room-night target and the price schedule
  3. On the Previous Year Comparison sheet, archive the old year:
    1. Move the chart out of your way so you can see columns A-G
    2. Select columns B-D, right-click the column header, and select "Insert 3 right"
    3. Select columns B-D and press Ctrl+C. Select cell E1 and press Ctrl-V, then click the paste popup and choose "values only". Do the same thing again but choose "format only". This gives you a copy of the previous year with static values instead of the formulas.
    4. Update the header in cells B1 and D3 to the current year
    5. Set the last cell in column B to the date of the Wednesday before con this year, then fill upwards with earlier dates
    6. Move the chart back to the top left
    7. Double-click the chart
      1. in the side panel click "Setup",
      2. Add G3:G203 to the data range list between D and J (You can type it into the text box or click the little grid to see a nicer looking interface)
      3. Under "Series", click "Add Series" and choose the prior year which is now missing from the chart
  4. On the Master Account sheet, delete all the data - leave the headers and formulas (gray cells)
  5. On the Passkey sheet, delete all the data - leave the headers and formulas (gray cells)
  6. On the Phone sheet, delete all the data - leave the headers and formulas (gray cells)
  7. On the GSR sheet, delete all the data - leave the headers and formulas (gray cells)
  8. On the BACON sheet, delete all the data - leave the headers
  9. On the Reconcile sheet, delete the confirmation numbers in columns A and B

Importing from Passkey

  1. Log into Passkey
  2. Open the event for the current year
  3. Click "Room List Report" under the room count
  4. Hover "Actions" in the top right and click "Export"
  5. In the export dialog select "Comma Separated Value (.csv)" format and click "Export"
  6. In the Google Sheet, navigate to the Passkey tab and select cell H1 (the header of the first non-gray column)
  7. Click File → Import and upload the CSV you downloaded from Passkey
  8. In the import dialog, set the import location to "Replace data at the selected cell" and click "Import data"
  9. Extend the formulas in A:G (the gray columns) as necessary
  10. Ctrl+Click to select the "ResAckNo" for each row with "No" for "Reconcile" (highlighted yellow), then copy with Ctrl+C
  11. Switch to the Reconcile tab and paste special as "values only" at the end of column B
  12. Extend formula columns C:M as necessary.
  13. On the "Prices" tab, check that the Passkey total in B2 matches the total room nights picked up on the Passkey dashboard.

Importing from BACON

  1. In PMA, select the snafucon db and run
    SELECT * FROM `roomblock` WHERE year = (SELECT id FROM years WHERE current = 'current')
  2. At the bottom of the results page under "Query results operations" click "Export"
  3. Set the format to CSV and click "Go"
  4. In the Google Sheet, navigate to the "BACON" tab and select cell A2 (the first data cell)
  5. Click File → Import and upload the CSV you downloaded from PMA
  6. In the import dialog, set the import location to "Replace data at the selected cell" and click "Import data"

Importing from the delegate list

  1. Email our contact with Convention Reservations at the GSR for a delegate list as a spreadsheet (Joi Cerveri for 2021 - entering their name in the Requestor box in RT will bring up their email). It's good to also copy our sales rep (Daniel Pferschy in 2021) so that if staff has changed in Convention Reservations they can find us the right person.
  2. Import and reconcile Passkey (see above), 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, B, and L 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 "No" (highlighted yellow), 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.