Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

return the city from the tax code #71

Open
icyz opened this issue Mar 23, 2023 · 0 comments
Open

return the city from the tax code #71

icyz opened this issue Mar 23, 2023 · 0 comments

Comments

@icyz
Copy link

icyz commented Mar 23, 2023

hello @DavidePastore ,
if you want to add the city from the reverse tax code I can send you an array with all the codes.
I had to develop something like this for a customer:

array(16) {
  ["cf"] => string(16) "XXXYYY88A24D612P"
  ["cognome"] => string(3) "XXX"
  ["nome"] => string(3) "YYY"
  ["anno"] => string(4) "1988"
  ["mese_codice"] => string(1) "A"
  ["mese_numero"] => string(2) "01"
  ["mese"] => string(7) "Gennaio"
  ["giorno_codice"] => string(2) "24"
  ["giorno"] => string(2) "24"
  ["comune_belfiore"] => string(4) "F656"
  ["comune"] => string(11) "FIRENZE"
  ["provincia"] => string(2) "FI"
  ["dt_nascita_human"] => string(10) "24-01-1988"
  ["dt_nascita_iso"] => string(10) "1988-01-24"
  ["dt_nascita_ade"] => string(8) "24011988"
  ["controllo"] => string(1) "P"
  ["sesso"] => string(1) "M"
}

I hope this could be useful, I like your work!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant