North Carolina State Accounting System Prepayment By Bank Account - Prepay 1 Report
Report Series Name
C-AP-PREPAYMENT-REGISTER
Report Name
NORTH CAROLINA STATE ACCOUNTING
SYSTEM
PREPAYMENT BY BANK ACCOUNT
Library
Source code is located in
APPUBLIC
Use
Use this report to review
by date and paying entity invoices that will be paid if BCC and PCC screens
are set similar to report run time parameters. Will give user an idea of
what invoices are in the system to be paid in a future check run.
Content
This report contains the
gross amount of invoices by pay entity and vendor that can be set to generate
checks along with the account distribution charged.
Totals
This report gives totals
for paying entity, bank account and report.
Column Headings
- VENDOR NUMBER - the NCAS vendor number- Federal ID Number
- VENDOR NAME - the vendor short name as listed in the NCAS Vendor File
- INVOICE NUMBER - the Invoice Number
- INVOICE DATE - the vendor invoice date
- COMPANY NUMBER - the GL Company
- ACCOUNT NUMBER- the GL Account
- CENTER NUMBER- the GL Center
- GROSS AMOUNT- the future check amount, this includes tax, freight and additional cost.
- SCHED PAY DATE- The date an invoice is set to pay in the NCAS system. This date is used to select checks for check printing.
The run statement member name is C-U-AP-PREPAYMENT-REGISTER-RUN
000100 OPTION LIBRARY(APPUBLIC)
000200 RUN C-U-AP-PREPAYMENT-REGISTER
000300 INTO LIBRARY XXXXXXXX
000400 VARIABLE WK-REPORT-FROM-DATE
000500 '00/00/00'
000600 VARIABLE WK-REPORT-TO-DATE
000700 '00/00/00'
000800 SELECT AP-PAYING-ENTITY
000900 'XXXX'
001000 SELECT AP-PYMT-MTHD-CODE-1
001100 'XXX'
001200 **********************************************************************
001300 * DIRECTIONS.*
001400 .*
001500 * AP-PAYING-ENTITY
THIS IS A (4A) FIELD.*
001600 * YOU MAY DO A GENERIC
SELECT ON PAYING ENTITY AS FOLLOWS.*
001700 * ('01AA' '01ZZ')
.*
001800 * REPLACE THE 'AA'
AND 'ZZ' WITH A VALID PAYING .*
001900 .*
002000 * AP-PYMT-MTHD-CODE-1
IS A (3A) FIELD.*
002100 * YOU MAY DO A GENERIC
SELECT ON BAP CODES AS FOLLOWS:*
002200 * ('01A' '01Z') OR
*
002300 * REPLACE THE 'A'
AND 'Z' WITH A VALID BAP CODES*
002400 *
002500 * WK-REPORT-FROM-DATE
- ENTER THE BEGINNING DATE (MM/DD/YY) *
002600 * THAT YOU WANT TO
BEGIN LOCATING*
002700 * OPEN OR OUTSTANDING
CHECKS. *
002800 *
002900 *
003000 * WK-REPORT-TO-DATE
- ENTER THE ENDING DATE (MM/DD/YY) *
003100 * THAT YOU WANT TO
END LOCATING*
003200 * OPEN OR OUTSTANDING
CHECKS.
003300 *
*
003400 *
003500 *** ATTENTION: PLEASE
READ THE FOLLOWING BEFORE YOU RUN THIS JOB ***
003600 * PLACE CORRECT PAYING
ENTITIES AND BAP CODES FOR YOUR AGENCY.
003700