edifact-generator
edifact-generator copied to clipboard
Formatter for EDI messages
In the FTX implementation, i think there is a missing parameter (segment 1131) when you provide C107 segment.   If you add a **Free text identification** (4441 segment) ($reference...
I try to figure out how to add a message of type FTX+AAI to an order. The class Iftmin offers a method called setFreeTextInstructions for adding such an entity. How...
Dears, I have a problem running VERMAS demo code from SAMPLES.md file. I have PHP 8.0.3. Can you please help PHP Fatal error: Uncaught TypeError: EDI\Encoder::escapeValue(): Argument #1 ($str) must...
Hi there, Thanks for the library. I must say I'm really struggling to find a way to build a BICS file for Iftmin D01A... I can easily build the base...
COHAOR
Does this libary support COHAOR (Container special handling order message) , UN/EDIFACT D17B ? https://service.unece.org/trade/untdid/d17b/trmd/cohaor_c.htm
`Declaration of EDI\Generator\Vermas::compose($msgStatus = 5, $documentCode = 749) must be compatible with EDI\Generator\Message::compose(?string $sMessageFunctionCode, ?string $sDocumentNameCode, ?string $sDocumentIdentifier): EDI\Generator\Message`
Hi, first of all, thanks for this superb package. I need to create a DESADV message, I think it needs to follow the D96A or D96B standard. Apparently the message...
Can be used to convert to XML/EDIFACT from EDIFACT?
Hi, thanks for your awesome work. Would it be possible to add an INVOIC sample in the samples? I just want to make sure to use everything correctly and get...
@viezel Hi can you please look into updating the trait Item to comply with php 8.2? ```Creation of dynamic property EDI\Generator\Orders\Item::$additionalText0 is deprecated``` cc @pazion