Thomas Ingles

Results 41 comments of Thomas Ingles

Marvelous tricks :+1: Found this Notice with debug = true in config ;)

Salut a tous, En voyant ce fil, cela me fait pensé a un problème de déconnexion lié a un changement d'IP du client. Cela se produit aussi avec invoiceplane et...

Au cas où, en cherchant `$_SESSION` parmi ses 9396 lignes, il y à celle-ci https://github.com/tontof/kriss_feed/blob/a154b054cb7f98066016a6b0e4eee9a6c52512a2/index.php#L8640 ```php // when browser closes $_SESSION['longlastingsession'] = 0; ``` qui était ça ```php - Session::setCookie(0);...

PR #1221 merged in corresponding [branch](https://github.com/InvoicePlane/InvoicePlane/tree/feature/939-peppol-zugferd-e-invoicing). Now, 2 news options in the e-invoice field (in edit client page)

@Verony-makesIT Sorry for the late reply, I'm in code. It's just a matter of allowing the same template (generator) to be used for several countries/languages. So there's only one generator...

However, [the ZugFerd2.3, EN 16931 and Factur-X standards have the same validation rules](https://ecosio.com/en/peppol-and-xml-document-validator/). So it's already useful for these 3 cases (and surely others). Here is a list of electronic...

Hi @xam-ps You're right with the doc, we just need to stabilize branch #1203 (where it was merged). Now I'm diving deep into the IP code and fixing the bugs...

Same when balance amount > 999,999,999.99 ``` An uncaught Exception was encountered Type: SepaQr\Exception Message: Amount of the credit transfer cannot be higher than 999999999.99 Euro Filename: vendor/smhg/sepa-qr-data/src/Data.php Line Number:...

Hi, Extended data client CRUD seems OK :+1: But impossible to upload doc, IP say `The upload path does not appear to be valid.` This cause of Delete doc are...