stesie / geierlein

Elster UStVA implementation in pure JavaScript
http://stesie.github.com/geierlein/
GNU Affero General Public License v3.0
129 stars 18 forks source link

Steuernummer-Field does not accept the new format #38

Closed johndoe123456 closed 10 years ago

johndoe123456 commented 10 years ago

Hi,

as you can see here: https://de.wikipedia.org/wiki/Steuernummer

there is a 'new' format for the Steuernummer. For example, a valid number will now start with 4 digits before the first slash. For instance a Steuernummer from Bremen could look like this: 2460/XXX/YYYYY but the Steuernummer field currently only accepts 2 digits before the first slash.

Regards.

johndoe123456 commented 10 years ago

Whoops, I take it all back. They give out numbers starting with 2460, but if you research that number and ELSTER, they mention that the leading 24 should be omitted as far as ELSTER is concerned. Is it okay to leave this issue lying around in here just in case somebody else encounters this?