wurst-hans
wurst-hans
Funny thing is, that even Phalcons sanitizers are working in an unexpected way. When I have any controller action with following line of code to get `token` out of `$_GET`...
v5.0 is available when self-compiling from source only, correct? Sorry, then I'm not able to test right now. But when I understand the linked pull request correct, that's a different...
This breaks usage of my OAuth 2.0 implementation using v8.2.4. I'm storing OAuth attributes inside my application. For this my middleware looks like: ``` $repository = new AccessTokenRepository(); $validator =...
I don't know exactly what you mean. Dump of `$request->getAttributes()` returns ``` array(4) { ["oauth_access_token_id"]=> string(80) "b036ab356e7cd8d5220087a1d1ba27c0d9790778fbd0338cb5905699a746f30f6e67908eb0404660" ["oauth_client_id"]=> array(0) { } ["oauth_user_id"]=> string(1) "1" ["oauth_scopes"]=> array(1) { [0]=> int(1) }...
Der Code 384 sagt doch aus, dass es sich um eine "Corrected Invoice" handelt. Eine korrigierte Rechnung ist doch nicht automatisch ein Vollstorno. Natürlich gibt es Fälle, in denen ein...
I use the dropdown only to trigger some other actions in Javascript (I use it as a kind of navigation). How does that work currently: - the Tagify (i.e. INPUT)...
I'm using multiple scenarios too and have commented out the common EN16931 rules (except the specific ones for XRechnung) in all other scenario files except the current 3.0.2. So EN16931...
I'm not a Java programmer, but first thing I've noticed, that there is no separate schema file (XSD) for profile XRechnung. Second thing: looking at [schema for EN1691](https://github.com/ZUGFeRD/mustangproject/blob/master/validator/src/main/resources/schema/ZF_232/EN16931/FACTUR-X_EN16931_urn_un_unece_uncefact_data_standard_ReusableAggregateBusinessInformationEntity_100.xsd#L294), the `PayerSpecifiedDebtorFinancialInstitution`...
I'm not producing any e-invoice using your tool, so I have no test code in Java for you. But I validate ZUGFeRD invoices only using Mustangproject. When there is a...
Sure. The attached XML throws the mentioned errors, but validates without any problem with latest KoSIT validator. (I had to rename the file extension because Github doesn't allow uploading XML...