# Add a Pay Now button Source: https://help.gorelo.io/add-a-pay-now-button Add a Pay Now button to Gorelo invoices that links to QuickBooks, Xero, or a custom payment URL so clients can pay invoices instantly online. Add a "Pay Now" button on invoices. For example, "Standard". Toggle on **Show Pay Now**. Select either: * QuickBooks/Xero (based on your accounting integration): this option embeds the native payment link, which takes the user to QuickBooks or Xero respectively. * Custom Link: this option allows you to use a custom URL with variables for the Invoice Number `{{invoicenumber}}` and Total Amount `{{totalamount}}`. For example: [**Benji Pays**](https://support.benjipays.com/support/solutions/articles/150000181442-custom-payment-links-for-any-psa-or-erp-crm) Image 140 All Invoice PDFs generated with the selected template (Standard) will now show a ‘Pay Now’ button that’s linked to your chosen method. # How alerts work Source: https://help.gorelo.io/alerts-overview Learn how Gorelo alerts surface asset, uptime, and script issues so you can create tickets, dismiss occurrences, and subscribe to critical notifications. [Agent Assets](/group-assets-with-tags), [Uptime](/create-an-uptime-check), and [Scripts](/write-and-test-a-script) are all capable of generating Alerts. Once Gorelo generates an Alert, you can either: 1. Create a ticket from it. 2. Dismiss the particular occurrence of the alert. ## Use alerts Use a sample command to test alerts. Use generated alerts to create a ticket. Dismiss from the alert menu. Filter data using alerts. # Other ways to deploy the Gorelo Agent Source: https://help.gorelo.io/alternatives-to-deploy-the-gorelo-agent Deploy the Gorelo Agent using third-party tools like ImmyBot, Action1, and NinjaOne for environments where PowerShell or manual installs aren't an option. Select Installer **Type = None**. Image 127 * Select **Add version to new software**. * Under **Software Info**, add: * Name = Gorelo Image 128 * Select **Custom Detection Script**. * Add a **New** script with the default settings. Image 129 ```powershell theme={null} $registryPath = "HKLM:\SOFTWARE\Gorelo" $valueName = "AgentVersion" try { $version = Get-ItemPropertyValue -Path $registryPath -Name $valueName -ErrorAction Stop Write-Output $version } catch { Write-Error "Unable to read version: $($_.Exception.Message)" exit 1 } ``` * Select **Custom Detection Script**. * Add a **New** script and paste the Agent Asset [**installation command**](/install-the-gorelo-agent) from your Gorelo tenant. Image 129 * Version String = 8.42.0.0 Add this new software to your deployments page and then adopt the asset in Gorelo. Use a specific client/location installation command to skip the adoption requirement. You can use a provisioning package to wipe Windows and install fresh with the Gorelo Agent. 1. Navigate to the [**Asset List**](https://app.gorelo.io/Asset/asset-list) 2. Click **+ Assets** in the top right and then **Agent Asset**. 3. Select Client/Location (optional) and then **Request Agent.** 4. Copy the PowerShell script and save it somewhere as `GoreloInstall.ps1`. 1. Install [**Windows Configuration Designer**](https://apps.microsoft.com/detail/9nblggh4tx22) from the Microsoft Store. 2. Open Windows Configuration Designer and select **Provision desktop devices**. Image 3. Enter the project **name**, choose a location for the project folder. 4. Click **Finish.** 5. Follow the Wizard and configure anything you feel necessary. 6. Enter the **Device name**, toggle on **Remove pre-installed software** (wipes the device). 7. Click **Next.** Image 8. Enter **Set up network** details or toggle off for wired connections only — and click **Next.** Image 7. Select **Local Admin** and enter details. 8. Click **Next**. Image 9. Add an application with the below details: * **Application name**: Gorelo Install * **Installer path**: Browse to the previously created GoreloInstall.ps1 * **Command line arguments:**
`powershell.exe -executionpolicy bypass -file "goreloinstall.ps1"` 10. Click **Next**. 11. Click **Add**. 12. Click **Next**. Image 134
You can use Intune to deploy the Gorelo Agent after Autopilot has completed its run. 1. Navigate to the **[Asset List](https://app.gorelo.io/Asset/asset-list).** 2. Click **+ Assets** in the top right and then **Agent Asset**. 3. Select Client/Location (optional) and then **Request Agent.** 4. Copy the PowerShell script and save it somewhere as `GoreloInstall.ps1`. 1. Open [**Intune**](https://intune.microsoft.com/) and log in with a Global Administrator account. 2. Navigate to **Devices** in the left menu and then **Manage devices** > **Scripts and remediations.** 3. Select the **Platform scripts** tab at the top. Image 4. Click the **+ Add** button and select Windows 10 and later. * **Name**: GoreloInstall 5. Click **Next.** * **Script location:** upload the GoreloInstall.ps1 script. * **Run this script using the logged on credentials**: No. * **Enforce script signature check**: No. * **Run script in 64 bit PowerShell Host**: Yes. 6. Click **Next**. * **Included groups**: Select the specific groups. 7. Click **Next**. 8. Review the details and click **Add**.
# Antivirus tab shows old entries Source: https://help.gorelo.io/antivirus-tab-shows-old-entries Clear stale antivirus entries from the Gorelo Antivirus tab by removing remnants in the Windows Security Center using WBEMTEST and PowerShell. ## Problem You’ve uninstalled the old antivirus and yet it continues to show in the antivirus tab. ## Solution Remnants of the old antivirus are still in the Windows Security Center. Follow these steps: 1. Open an elevated PowerShell window 2. Run the WMI tester command ```powershell theme={null} WBEMTEST ``` 3. Click **Connect.** 4. Enter `root/securitycenter2` in the Namespace field and click **Connect.** 5. In the **IWbemServices** section, click **Query**. 6. Input `SELECT * from Antivirusproduct` and click **Apply.** 7. Double-click the object and scroll down to **displayName** to see the AV name. 8. Delete the old objects. # Approve and invoice Source: https://help.gorelo.io/approve-and-invoice Review and approve time entries and products in Gorelo before they flow onto a contract or invoice, then bill clients accurately for all completed work.