Renewing the City Business License: Difference between revisions

From SNAFU Con Wiki
Jump to navigation Jump to search
(Format?)
(Format!)
Line 1: Line 1:
#Open https://aca-prod.accela.com/ONE/Default.aspx in Chrome. The site just works in Chrome.
<ol>
#Login with the account for [email protected].
<li>Open https://aca-prod.accela.com/ONE/Default.aspx in Chrome. The site just works in Chrome.</li>
#Open the '''Business Licensing and Events''' tabs.
<li>Login with the account for [email protected].</li>
#Click '''Renew License''' on the line with the most recent license that starts in "R".
<li>Open the '''Business Licensing and Events''' tabs.</li>
#Click '''Add Gross Receipts'''.
<li>Click '''Renew License''' on the line with the most recent license that starts in "R".</li>
#Run the following SQL query, with YYYY using the current year.
<li>Click '''Add Gross Receipts'''.</li>
#:<pre>SELECT SUM(amount) FROM `payments`
<li>Run the following SQL query, with YYYY using the current year.</li>
#:  WHERE
<pre>SELECT SUM(amount) FROM `payments`
#::  date > '2022-10-01' AND
WHERE
#::  date < '2023-10-01' AND
  date > '2022-10-01' AND
#::  status = 'Completed'</pre>
  date < '2023-10-01' AND
#Enter the resulting amount under '''Gross Receipts'''.
  status = 'Completed'</pre></li>
#Set the beginning date to 10/01/XXXX where XXXX is last year.
<li>Enter the resulting amount under '''Gross Receipts'''.</li>
#Click '''Continue Application'''.
<li>Set the beginning date to 10/01/XXXX where XXXX is last year.</li>
#Click '''Continue Application'''.
<li>Click '''Continue Application'''.</li>
#Click '''Check Out'''.
<li>Click '''Continue Application'''.</li>
#Click '''Checkout'''.
<li>Click '''Check Out'''.</li>
#Enter the name of a checking account signer, the email `[email protected]`, their contact info, and Wells Fargo checking account info.
<li>Click '''Checkout'''.</li>
#Click '''Pay $XX.XX Now'''.
<li>Enter the name of a checking account signer, the email `[email protected]`, their contact info, and Wells Fargo checking account info.</li>
#Click '''Print receipt'''.
<li>Click '''Pay $XX.XX Now'''.</li>
#Save that as a PDF.
<li>Click '''Print receipt'''.</li>
#Click '''Continue'''.
<li>Save that as a PDF.</li>
<li>Click '''Continue'''.</li>
</ol>

Revision as of 22:19, 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.
  7. SELECT SUM(amount) FROM `payments`
    WHERE
      date > '2022-10-01' AND
      date < '2023-10-01' AND
      status = 'Completed'
  8. Enter the resulting amount under Gross Receipts.
  9. Set the beginning date to 10/01/XXXX where XXXX is last year.
  10. Click Continue Application.
  11. Click Continue Application.
  12. Click Check Out.
  13. Click Checkout.
  14. Enter the name of a checking account signer, the email `[email protected]`, their contact info, and Wells Fargo checking account info.
  15. Click Pay $XX.XX Now.
  16. Click Print receipt.
  17. Save that as a PDF.
  18. Click Continue.