whfpc wrote: ↑Fri Jun 21, 2024 8:53 am
Thank you! Wish sent....
I asked the Powerchurch guys a few questions, and came up with a
Custom Report that you can use to pull the data. You will need to go to
Accounting -> Accounts Payable -> Custom Reports. A selection box will appear, with buttons for POSTED, VENDORS, or CANCEL. You will need to select POSTED. Obviously you can't run this report until you've already posted to Funds Accounting. If this is your first custom report, the system will ask you to create one. It will ask you for a name, then present you with STEP 1: the list of data items to select from. Follow the process through the steps below.
The initial filter will look like this, so select the items in Italics from the list of data items.
First filter Step 1: Select
Transaction Date from the list of fields, Step 2: Select "ranges from" , Step 3: click on the 'Ask Later' button. The filter will then look like this:
(Transaction Date ranges from {To Be Entered Later})
You will then add the next filter item: click on the 'ADD' button, to add the next filter, it will add the 'AND' to the filter expression:
Step 1: Select
Transaction Type from the list of fields, Step 2: Select IS GREATER THAN from the list of options, Step 3: Select
Invoice from the dropdown list. This filter will look like this:
Transaction Type is greater than invoice.
NOTE: In the database there are 3 transaction types listed for AP, 1= invoice, 3= computer (printed) check, 5= manual check. This query will pull both computer and manually written checks.
The complete query will look like this:
(Transaction Date ranges from {To Be Entered Later}) and
Transaction Type is greater than invoice.
You're done creating the filter. You'll next select the
Output fields. Highlight the filter you just created, and click on SELECT. The system will then pop up an info box about selecting fields. If this is your first time creating a Custom Report, you should read this, then click OK. Select the fields listed below.
Reference which contains the check number for both manual and printed checks
Vendor Name this is the name printed on the check
Transaction Date obviously the check date
Transaction Amount check amount.
Then click on DONE. You'll then get a screen which will show you the filter you setup, along with the output fields selected. At the top of that window, you will see a button PICK OUTPUT TYPE. Click on that, you'll then get a window TYPE OF OUTPUT. As you want comma delimited, you should go to the bottom left, for ASCII text files. There you can select the type of delimitor the bank requires. Fixed field, comma separated, tab separated, or blank separated.
You can also enter the default file name there if you wish.
Run the query. The system will ask you for the date range. Obviously if you only want checks written on the day, enter that date twice. It will then tell you how many records were found and written to the file, and ask if you want to look at the file. You can click YES, and see the pulled data to make sure its the checks you wrote and printed today.
Hope this helps.