Renewing the City Business License: Difference between revisions

From SNAFU Con Wiki
Jump to navigation Jump to search
(Format?)
(Format?)
Line 6: Line 6:
#Run the following SQL query, with YYYY using the current year.
#Run the following SQL query, with YYYY using the current year.
#:<pre>SELECT SUM(amount) FROM `payments`
#:<pre>SELECT SUM(amount) FROM `payments`
:  WHERE
#::  WHERE
:  date > '2022-10-01' AND
#::  date > '2022-10-01' AND
:  date < '2023-10-01' AND
#::  date < '2023-10-01' AND
:  status = 'Completed'</pre>
#::  status = 'Completed'</pre>
#Enter the resulting amount under '''Gross Receipts'''.
#Enter the resulting amount under '''Gross Receipts'''.
#Set the beginning date to 10/01/XXXX where XXXX is last year.
#Set the beginning date to 10/01/XXXX where XXXX is last year.

Revision as of 22:12, 23 September 2023

  1. Open https://aca-prod.accela.com/ONE/Default.aspx in Chrome. The site just works in Chrome.
  2. Login with the account for [email protected].
  3. Open the Business Licensing and Events tabs.
  4. Click Renew License on the line with the most recent license that starts in "R".
  5. Click Add Gross Receipts.
  6. Run the following SQL query, with YYYY using the current year.
    SELECT SUM(amount) FROM `payments`
    
    WHERE
    date > '2022-10-01' AND
    date < '2023-10-01' AND
    status = 'Completed'
  7. Enter the resulting amount under Gross Receipts.
  8. Set the beginning date to 10/01/XXXX where XXXX is last year.
  9. Click Continue Application.
  10. Click Continue Application.
  11. Click Check Out.
  12. Click Checkout.
  13. Enter the name of a checking account signer, the email `[email protected]`, their contact info, and Wells Fargo checking account info.
  14. Click Pay $XX.XX Now.
  15. Click Print receipt.
  16. Save that as a PDF.
  17. Click Continue.