We found 4 matches for: edifact

An overview of all edifact blocks currently available, updated daily!

edifact: ekt formatter

Converts object to edifact ekt file

In-pins

flow
filename
EKT Object
use windows newline
Will use \r\n instead of \n if set to true.

Out-pins

flow
file
success
error
edifact: generate ekt object

Generates an EKT object for the edifact EKT formatter

In-pins

Test Message
True if this is a test message
date
The date to be used

Default:
Now
Sender Name
Sender GLN
Receiver name
Receiver name (or buyer number)
Unique ID
Unique ID for this order (most likely the order guid)
Buyer ID Code
Buyer number
Auction Code
The code for the flower auction
Seller GLN
GLN code of the seller
Lines
Array of product lines (TIP: Use "EKT Line" object type in a concat)

Out-pins

EKT Object
edifact: ekt line

Generates a line object for in the EKT Object

In-pins

date
The line date to be used

Default:
Now
Product name
VBN Product Code
VBN Product Code
Supplier Code
Transaction Seq. Number
Single Transaction Sequence Number
Clock number
Number of the clock where the transaction was closed
Auction Seq. Number
Flower Auction Sequence Number
Batch Number
Order nr. seller
Order number on the side of the seller
Order nr. buyer
Order number on the side of the buyer
Quantity Units
Number of units
Quantity Per Unit
How much value in each unit
Price
Price in tenth of cents (1 euro = 1000)
Packaging Code
Packaging code according to VBN code list 901
Descriptions
Can contain objects with { code: S01, value: xxx }
purchaser number
The auction number identifying a purchaser
seat number
The auction number identifying a seat
picture url
The url to a picture
fs fotourl
The url to a picture

Out-pins

EKT Object
edifact: ekt parser

Parses an edifact ekt file and returns it as an object with headers and lines

In-pins

flow
file

Out-pins

flow
output
success
error