1 AP Automation · SyteLine (infor) Credit Card Interface Field Service Office Integration Quality...

Post on 30-Jun-2018

222 views 0 download

transcript

1

AP Automation Keith Worthington

IT Manager Linemaster Switch Corporation

2

Go to https :/ / s ytelineps a.com The s lides are available there

now.

Want the Slides Early?

3

Introduction

4

Founded in 1952 Light manufacturing company Privately held Located in Woods tock, CT 200 employees 35 million dollar concern Shipped over 675,000 units in

2017

Linemaster Switch Corporation

5 ERP Installation

6

Database Server Multiple ins tances Demo, Dev, Pilot, Prod

EPAK Server Scheduling Server Utility Servers

Production Development

100% virtualized 85 us ers Thin clients / Des ktop PCs

Doc-Trak (Lake Co.) Smarts hip (Epicor) Shop-Trak (Lake Co.) SyteLine (infor) Credit Card Interface Field Service Office Integration Quality Control Sys tem Reques t For Quote Workbench

ERP Installation

7

2011 2012 2013 2014 2015 2016 2017 2018 8.02.10 .11 9.00.20 9.01.01 .02

Installation History

8/2011 3/2015 7/2017

8

Receive invoice from vendor Create and pos t voucher Data entry Reconcile receipts

Pay vendor Print check Stuff envelope Mail

File invoice

What is Accounts Payable?

9

This Isn’t Your Father’s ERP Your Old System… Is Your Old System For A Reason

10

Don’t expect it to look or work the s ame Review your bus ines s proces s Embrace the change

This Isn’t You Father’s ERP Software

11

OP + NT = ENS Old Proces s + New Technology = Expens ive New Sys tem

Consider Changing the Process

12

We have always done it this way. Is this truly the only way it can be done? Is your proces s a differentia tor? Does it make you money?

Consider Changing the Process

13

Is this truly the only way it can be done? Is your AP proces s a differentia tor? Does your AP make you money? Here’s a hint…

The AP Process

14

EFT Payments

15

Configuration Sys tem Vendor

Limitations Generation proces s

EFT Setup

15

16 File Servers form

17 File Server Logical Folders form

18 Authorizations

19 Bank File Format form

20 Accounts Payable Parameters form

21 Bank Reconciliations form

22 Bank Addresses form

23 Vendors form - General tab

24 Vendors form - Banking tab

25 Vendor Document Profile form

26 Doc-Trak Form Output Profile form

27

Final Output Method Las t ditch catch all \\StorageX\Document Archive\Temp\AP-EFT-<<REQUESTINGUSER>>

Body With Doc-Trak this can be an html file \\StorageX\Doc-Trak\LSC_EmailHTML\RemittanceAdvice.html

Filename \\Storage01\Document Archive\LSC\Accounts Payable \EFT - Remittance Advice\<(select year(glbank.check_date))> \<check_date>_P-<check_num>_<<SITE>>

Doc-Trak Form Output Profile form

28 EFT – Remittance Advice E-mail

29 EFT – Remittance Advice Report

30 Cost of Checks

$0

$50

$100

$150

$200

$250

$300

$350

$400

2016-11-302016-12-282017-01-272017-02-282017-03-242017-04-272017-05-232017-06-262017-07-262017-08-282017-09-262017-10-022017-11-302017-12-262018-01-252018-02-20

PostagePrinting

31

Document Filing

32 Doc-Trak Document Saving Rules

33

Utilizes drag and drop Copy or move to a predefined folder Handles file naming Attaches file to the record Saving Rule:

\\Storage01\Document Archive\Vendor\Invoices \<(select year(aptrxp_all.inv_date))> \<inv_date>_I-<inv_num>_<vend_num>

Doc-Trak Document Saving Rules

34

Voucher Creation

35

-- SETSITE Snippet -- Required at the beginning of all code! DECLARE @SiteName SiteType , @Infobar InfobarType SELECT TOP 1 @SiteName = [site].[site] FROM [site] EXEC [dbo].[SetSiteSp] @SiteName, @Infobar OUTPUT -- Annual breakdown of vouchers. ;WITH Voucher_CTE (Year, Type)--Month, Type) AS ( SELECT DATEPART(YEAR, [aptrxp_all].[CreateDate]) AS [Year], --DATEPART(MONTH, [aptrxp_all].[CreateDate]) AS [Month], CASE WHEN [aptrxp_all].[po_num] IS NULL THEN 'E' ELSE 'PO' END AS [Type] FROM [aptrxp_all] WHERE [aptrxp_all].[type] = 'V' AND DATEPART(YEAR, [aptrxp_all].[CreateDate]) > 2011 ) SELECT [Quantity].[Year], --[Quantity].[Month], [Quantity].[E], [Quantity].[PO], [Quantity].[E] + [Quantity].[PO] AS [Total] FROM [Voucher_CTE] PIVOT (COUNT([Voucher_CTE].[Type]) FOR [Voucher_CTE].[Type] IN ([E], [PO]) ) AS [Quantity] ORDER BY [Year]--, [Month]

How Many Vouchers Are we Processing?

36

0

200

400

600

800

1000

1200

1400

1600

1800

2000

1 2 3 4 5 6 7 8 9 10 11 12

201720162015201420132012

Vouchers/Month

37

Accelerated Entry

38

SyteLine is very flexible With flexibility comes complexity Generate A/ P Trans actions A/ P Vouchers and Adjus tments Requires data Lots of unus ed fields

Lookup of vendor information tedious

Accelerated Entry

39 Purchasing Parameters form

40

Created a simple form J us t enough data Takes data and pretends its human

Accelerated Entry

41

Enter data using AP AccEnt form Vouchers have a s ta tus Match, Failed, Approved

Print Voucher Authorization Report Dis tribute for approval

Approve vouchers in batches Voucher Authorization form

Pos t vouchers in batches

Accelerated Entry Process

42 AP AccEnt form

43 Voucher Authorization Report

44 Voucher Authorization form

45

Automated Entry

46

Capture data using OCR Opportunity for QC check Load into SyteLine Attach documents in SyteLine

Automated Entry

47

Available commercial capture software Capture Workflow Storage Search

Document is n’t in SyteLine Data is n’t in SyteLine

Capture vs Loading

48 EDI Transaction Flow

49 OCR Transaction Flow

50

Select an OCR software Write a trans lation routine Capture line level information Tune the review and approval proces s in SyteLine

Remaining Challenges

51

Positive Pay

52

Setup Pos itive Pay Format Sections Pos itive Pay Format Fields

File Generation Automation KB 1185444

Positive Pay

52

53

Questions? https:/ /sytelinepsa.com