NCAS Vendor Payment Totals by County Report
Report Series Name
C-U-AP-VEND-PAY-TOTALS-CTY
Report Name
NCAS VENDOR PAYMENT TOTALS
BY COUNTY
Library
Source code is located in
APPUBLIC
Use
Use this report to list
total expenditures to date by county for vendors. This same information
can also be accessed on-line in the Accounts Payable system on the Vendor
Payments Totals (VPT) screen.
Content
This report lists by county
the amount paid to vendors for the current year and the current year amount
due. Only vendors with a county code associated with a remit to address
are included. The paying entity (or range of paying entities) is entered
as a run-time-variable. The current fiscal year date is entered as a variable.
This variable is only used in the report header. It is not used to select
information.
Totals
This report gives totals
by county and pay entity.
Column Headings
- VENDOR NAME - vendor name as listed in the NCAS Vendor File
- VENDOR NUMBER - vendor number
- TOTAL PAID YEAR-TO-DATE - amount paid to the vendor to date
- CURRENT PAYABLE - amount due to be paid to the vendor.
- TOTAL - Total paid year-to-date plus the current payable
Run Statements
The run statement member
name is C-U-AP-VEND-PAY-TOTALS-CTY-RUN
000010 OPTION LIBRARY(APPUBLIC)
000100 RUN C-U-AP-VEND-PAY-TOTALS-CTY
000110 INTO LIBRARY XXXXXXX
000200 VARIABLE CURRENT-FISCAL-YEAR
000300 '00/00/00'
000400 SELECT CV-PAYING-ENTITY
000500 'XXXX'
Type over the displayed variable values with your agencys values.