Select Payees on Expense Report Batch Create AP
We pay employee expenses out immediately but roll all over our corporate card transactions into one AP to reconcile against our monthly statement. It would be very handy to select whom we want to pay (just employees or just credit card) when using the Create Account Payable feature from Expense Reports.
-
The main reason is to avoid the issue you are struggling with. If the whole Expense report belongs to an employee, or the whole report is filled with credit card charges, then you can more easily chose how and when to pay the various types of reports. And since you'd only be paying expense reports in full, it's easier to manage which are paid and which still need to be processed, too.
-
In some orgs I've worked with I've added a "paid" status with a workflow rule that adjusts it from "approved" to "paid" when the status is "Approved" and the total unpaid expenses = 0:
Here's the formula:
and(ispickval( AcctSeed__Status__c ,"Approved"), AcctSeed__Unpaid_Expenses__c =0, AcctSeed__Paid_Expenses__c <> 0)
Another point in favor of splitting the expense reports into credit cards vs. personal is that it makes it easier for your employees to monitor the status of what money is due specifically back to them.
Please sign in to leave a comment.
Comments
7 comments