This alert is to help monitor where you receive a known qty of invoices from a vendor over a period and you need to know if the expected qty has not been met.
Jump to a specific section by clicking a link
Overview | Samples | Variables | Alert Functionality | Best Practices & Tips | Related Alerts
Overview
Overview
This alert is to help monitor where you receive a known qty of invoices from a vendor over a period and you need to know if the expected qty has not been met (like monthly phone bill would be qty 1 for 1 month...annual maintenance would be qty 1 for 12 months...etc...).
This will also alert if the expected invoice $$ amount does not match any actual invoice by the percent you specify in the custom properties. We will create 4 custom properties to assign to any vendor you can apply this logic to
1. Quantity of invoices expected from a vendor (to use when you should always get 1 per month)
2. Number of months to scan backwards for the expected quantity of invoices.
3. Amount of invoice (if you want to make sure that every invoice posted for that vendor is the same amount, like rent should be the same amount every month)
4. Percentage variance in the amount of the invoice from an expected amount (when they are not always the same, but they should be in a reasonable range of each other)
Run Schedule: Fridays at 5:30 PM
Type of Output: Email
* * *
Sample
Sample

* * *
Variables
Variables
Variable W: Custom Property - Invoices Expected - The name of the custom property on the vendor record for the quantity of invoices expected in the last X months.
Variable X: Custom Property - # of Months - Custom property name on the vendor record for the number of months to scan back for the quantity of expected invoices.
Variable Y: Custom Property - Expected $ Amt - Custom property name on vendor record for expected dollar amount of invoice.
Variable Z: Custom Property - % Variance - Custom property on the vendor record for the percentage variance in the amount of the invoice from the expected amount.
* * *
Alert Functionality
Alert Functionality
1. The alert assumes that each vendor is only providing one invoice for routine services/products at regular intervals. Examples would be rent (monthly), pest control (quarterly), or association dues (annually).
2. It doesn't work for vendors providing invoices on a PO basis.
3. The alert is designed to advise you if these invoices are not received (more specifically, if they're not posted to payables in a timely fashion).
4. The alert uses four Custom Properties assigned at the Vendor level. You populate the four Custom Props as two sets of two.
The first two custom properties are:
ZCJ_NumberOfInvoicesExpected
ZCJ_MonthsBacktoCountInvoices
Use these as a ratio: You expect (Number of Invoices) every (Months Back) # of months. If the vendor bills quarterly set these (inside the Vendor Record in e-automate) as '1' and '3', respectively, indicating that you expect one new invoice every three months. If the alert doesn't see one new invoice in the last three months you'll get an e-mail.
The second two custom properties are:
ZCJ_InvoiceAmountExpected
ZCJ_VarianceToExpAmt
These Custom Props are used to make sure that any invoices entered are of the correct amount. If the invoice amount is always static (rent is always $X/month), put that value under 'InvoiceAmountExpected' and you're done. If an invoice is entered for any other amount (for instance, an unannounced increase), the alert will let you know. If some variance is expected (for instance, a quarterly invoice based on # of days in the quarter), put the allowed variance (as an integer) into 'Variance to ExpAmt.' As an example, if you want to know if your quarterly $300 invoice for pest control varies from expected by more than five percent, put '300' and '5' into the variables, respectively.
* * *
Best Practices & Tips
Best Practices & Tips
1. See documentation here on how to setup recurring Accounts Payable invoices.
Custom Property Set Up
Custom Property Set Up
All four custom properties will be created by CEO Juice when the alert is installed.
Attribute name = ZCJ_NumberOfInvoicesExpected
Description = Number of Invoices per # months back to Track
Data type = Numeric
Attribute name = ZCJ_MonthsBacktoCountInvoices
Description = Number of months back to check for # of invoices specified above
Data type = Numeric
Attribute name = ZCJ_InvoiceAmountExpected
Description = The Normal dollar amount for an invoice from this vendor
Data type = Currency
Attribute name = ZCJ_VarianceToExpAmt
Description = How much variance from Expected Amount to alert on
Data type = Numeric
All four custom properties will go on the Vendor Custom Property Configuration:
* * *
Related Alerts
Related Alerts
None at this time.
* * *
0 Comments