-
Example:
```python
codicefiscale.encode('Michele', 'Faedi', 'm', '01/01/1907', 'Gallico')
```
I also have a solution. I try to create `birthdate_str` until it work or at maximum 3 attempt. Each …
-
Buongiorno,stavo utilizzando il metodo extract quindi per l'estrazione puntuale, ma il ritorno è questo:
{"list":[{"codiceFiscale":"BGGGNN87M14G224G","since":"2024-05-31T07:30:00Z"}]}
quindi non ri…
-
Buongiorno, sto effettuando dei test utilizzando il client java messo da voi a disposizione.
La chiamata al C003 con i seguenti dati di test restituisce il seguente errore:
GovWay-Transaction-ID: 4e…
-
If you set a `Subject` instance with a null `belfioreCode` by accident or you give it an incomplete one, it gives a ton of notices and warnings. I was scratching my head because my environment with xD…
-
Since concrete5 8 (8.2 I think), we can install concrete5 packages using [composer](https://getcomposer.org).
It would be nice if php-code-blocks support this.
This would require:
1. avoid the …
-
Ciao,
ho provato ad installare il modulo con NPM
`npm i codice-fiscale-js --save`
ho importato la libreria come indicato :
`import CodiceFiscale from 'codice-fiscale-js';`
ho chiamato la fu…
-
Check here: https://github.com/fabiocaccamo/python-codicefiscale/commit/e3448e1eb7e25865d2120480728b9d25e7a5bc73
The files are committed even if they are not changed, could be possible to avoid it?
-
I try, but php give me error. PHP not accept: private $var = [array];
I find this issue in /src/CodiceFiscale/Calculator.php
I change in caluator class all private vars:
private $mesi = ['A', '…
-
There is an error when the last name is 3 characters long and contains an apostrophe. E.g.: FO'
-
configuration:
in IDP SAML for SPID add this mapping
attributes['fiscalCode'] = attributes['CodiceFiscale'];
in attribute set
add a set with field key fiscalCode
in mapping set
enable Repo…