024901 Kefron Integration

Note that this development is not enabled by default. For further details, contact support.


1.               Overview

 

KCSL have enhanced Khaos Control to include an integration with Kefron.

 

2.         2.    Specification

KCSL will development a Kefron Integration based on PCT that has been done.

 

Information about the integration:

 

Implement file export (for the DN/GRN/PI data) with the agreed format, must include GRNitemID and invoice_id and invitem_id and invoice prices. File export format based on Export example.xlsx, PO0029363.xlsx,GRN0018138.xlsx

 

Implement / confirm tracking of invoice edits, such that when documents are edited, the latest version will be sent to Kefron.

 

Any red-flags found in KEFRON will be addressed manually In Khaos Control and the PI in Khaos Control updated. There will be no automation around address red flags.

 

Once the red-flags have been manually handled, the revised DN/GRN/PI combination will be re-sent to Kefron for matching through the export process.

 

Implement import mechanism which KC will  import using the same file format (it needs a field to indicate the STATUS on Kefron which will drive what KC does with the data), the expectation based on the above to match to DN/GRN/PI to post the PI if the information matches.

This will SFTP based on info from Kefron ERP documentation.

Implement settings / options for the SFTP credentials to be entered and paths to be stored for the integration.

 

Endpoint / import / export mechanism to include an option to dump the file and import from a file system so Testing can use this for internal testing and will be able to manipulate the files to engineer the needed tests.

 

Caveat - these points are predicated on KC export a set of DN/GRN/PI line data and receiving it back when it has been approved outside of Khaos Control.

If the data does not match it will NOT be sent back to Khaos Control but manual edit processes will deal with any discrepancies and make alterations to the data in Khaos Control for re-export to Kefron. Upon which a one to one matching response will be received and processed allowing KC to post the invoices mentioned to the accounts. Anything sent back which does not match will be rejected and will not be updated or posted to the purchase invoice.

 

3.               Configuration

An update and a changelog will be applied as part of this development. Further configuration steps are as follows.

 

3.1 Kefron ini options.

 

New options will have been added to the [ System Operations | Edit ini options | Webservices ] section.

Name.

Description.

Example Value.

KefronFTPDirectoryExport

Directory on the FTP/SFTP site where the export files will be stored.

/Export

KefronFTPDirectoryImport

Directory on the FTP/SFTP site where the import files will be looked for.

/Import

KefronFTPHost

FTP/SFTP site to be used.

 

KefronFTPPass

Password to the FTP/SFTP site.

Password

KefronFTPPassive

Is the FTP/SFTP access active or passive.

 

KefronFTPS

Security Level

0 (FTP), 1 (SFTP)

KefronFTPUser

Username to access the FTP/SFTP site.

User


3.2 Export file format expectations.

a. PInv.

Name.

Description.

Example.

ID

Unique ID.

30143-208684

Supplier_name

Supplier Name.

R & V Srcrco Xfywprwwg Kiy

Supplier_code

Supplier URN Code.

0018454

Invoice_number

Invoice Number.

19023

PO_number

PO Number.

PO0030144

Invoice_date

Invoice Date.

21/08/2024

Currency

Currency.

GBP

Net_total

Net Total.

100

Tax_total

Tax Total.

20

Invoice_total

Invoice Total.

120

LI_Stock_Code

Stock Code.

PAC-210

LI_Description

Stock Description.

Atla CVS

LI_Quantity

Quantity ordered.

10

LI_Unit_Price

Line Unit Price.

1.2

LI_Net

Line Net.

1

LI_VAT_Code

VAT Code.

1

LI_Tax

Line Tax.

20


b. PO.

Name.

Description.

Example.

ID

Unique ID.

30143-208684

Code

Stock Code.

PAC-210

Description

Stock Description.

Atla CVS

Ordered

Quantity ordered.

10

X Qty

Reorder Multiple.

5

Delivered

Quantity Delivered.

10

Grs Unit

Gross unit value.

1.2

Net Unit

Net unit value.

1

Disc%

Discount %.

0

DiscL

Discount Amount.

0

Net Total

Net Total.

10

Tax

Tax Total.

2

Grs Total

Gross Total.

12

Due Date

Stock Delivery Due Date.

22/08/2024

Supplier ref

Supplier stock item reference.

REF001


c. DN.

Name.

Description.

Example.

ID

Unique ID.

30143-208684

Code

Stock Code.

PAC-210

Description

Stock Description.

Atla CVS

Ordered

Quantity ordered.

10

X Qty

Reorder Multiple.

5

Delivered

Quantity Delivered.

10

Sell Unit

Unit Sell value,

200

Buy Unit

Unit Buy value.

100

Supplier Ref

Supplier stock item reference.

REF001


d. GRN.

Name.

Description.

Example.

ID

Unique ID.

30143-208684

Stock Code

Stock Code.

PAC-210

Supplier Ref

Supplier stock item reference.

REF001

Stock Desc

Stock Description.

Atla CVS

BO

Back Order Quantity.

0

DN Qty

DN quantity.

10

Act Qty

Actual Quantity.

10

Rej Qty

Rejected Quantity.

0

Sht/Ovr

Shortfall or overstock.

 

GRN Qty

GRN Quantity.

10

Location

Stock Location.

F02 - A

Batch

Batch Number.

0001

Site

Site.

Head Office.

PO Code

PO Code.

PO0030143

Kos Status

Status.

OK

QC

QC required.

0, -1


3.3 Import file format expectations.

Name.

Description.

Example.

ID

Unique ID.

30143-208684

Supplier_name

Supplier Name.

R & V Srcrco Xfywprwwg Kiy

Supplier_code

Supplier URN Code.

0018454

Invoice_number

Invoice Number.

19023

PO_number

PO Number.

PO0030144

Invoice_date

Invoice Date.

21/08/2024

Currency

Currency.

GBP

Net_total

Net Total.

100

Tax_total

Tax Total.

20

Invoice_total

Invoice Total.

120

LI_Stock_Code

Stock Code.

PAC-210

LI_Description

Stock Description.

Atla CVS

LI_Quantity

Quantity ordered.

10

LI_Unit_Price

Line Unit Price.

1.2

LI_Net

Line Net.

1

LI_VAT_Code

VAT Code.

1

LI_Tax

Line Tax.

20


3.4 KSDMU batch file.

 

a. Export routine example.

 

<path>\KSDMU.exe CONNECT:<database> Action=KefronExport  FileDumpLocation="K:\export\" DisableSFTP=0 --NOGUI  OutputFile="K:\KSDMU.log"

 

b. Import routine.

 

<path>\KSDMU.exe CONNECT:<database>  Action=KefronImport  Verbose=ALL ImportFileLocation="K:\import" DisableSFTP=0 --NOGUI  OutputFile="K:\KSDMU.log"

 

3.5 Configuration within Kefron to match the Khaos Control exports/ imports.

 

This configuration is not covered by this development.


1.           4.    Usage

After applying the above Configuration, typical steps for usage would include the following.

 

1. A Purchase order is created in Khaos Control, from it a GRN is created when the stock is delivered from the supplier.

2. When the GRN is processed, a corresponding DN and PINV are created. At this time the PINV does not have the ‘Post Invoice’ option ticked.

3. The KSDMU ‘KefronExport’ function will then create files of the following types in the FTP/SFTP site.

PINV

PO

GRN

DN

4. The KSDMU ‘KefronImport’ function will then take a file relating to the PINV and tick the ‘Post Invoice’ option along with creating the account journals.



Did you find this article helpful?