-
I kinda struggle with edifact encoding, but here what I came up to :
data:
```python
# https://blog.sandro-pereira.com/2009/08/15/edifact-encoding-edi-character-set-support/
# https://www.truu…
-
There are many properties with a name that end with the term "code" - for example https://edi3.org/vocabulary/bsp/#TypePaymentMeansCode
Currently all of these have a simple data type xsd:token and …
-
Hi,
I cloned this project to my desktop and copied the sublime-edifact foldert into the below folder.
C:\Users\UserName\AppData\Roaming\Sublime Text 3\Packages\
Does this package work with ST3?
Aft…
-
Very simple issue - A few months ago I added two new lexers to Scintilla, and they're not yet included in NP++. (Which I would like, as they are data types I work on, and NP++ is my preferred editor).…
-
# Todo
https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-17.0
# Modules to migrate
- [ ] account_einvoice_generate
- [ ] account_invoice_facturx
- [ ] account_invoice_facturx_py3o
-…
-
https://github.com/Hochfrequenz/edifact-templates/blob/606d81dffe3621fbcf84a59be9e34a5cea0e3b8a/maus/FV2210/UTILMD/11042_maus.json#L709
-
Our homegrown, edifact format specific `.create.template` files ([example](https://github.com/Hochfrequenz/edifact-templates/blob/main/edi/UTILMD/UTILMD5.2c.create.template)) are:
- not automaticall…
-
# Todo
https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-17.0
# Modules to migrate
- [ ] edi_account_oca
- [ ] edi_edifact_oca
- [x] edi_exchange_template_oca - By @john-herholz-dt …
-
Is X12 formatting planned, similar to how EDIFACT currently works?
-
Thank you for putting in the work and making this library available.
I am trying to parse an EDIFACT 01B file and I am having troubles in constructing my custom classes to read an EDIFACT file.
I …