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

No confirmation after sending data #5

Closed rnarian closed 12 years ago

rnarian commented 12 years ago

After sending data (real & testcase) nothing happens. The app just scolls to top. But theres no confirmation window whatsoever.

stesie commented 12 years ago

which version do you use? The 0.1 ZIP-archive from the homepage or recent Git checkout?

I suppose you use the XUL frontend? Which version of Firefox or XUL-Runner are you using?

could you please provide a minimal testcase which triggers the error (e.g. fill just your address, taxcode & fictious turnover) and at best save it to a file and provide it here!?

rnarian commented 12 years ago

I heard about geierlein on mademyday.de (http://www.mademyday.de/elster-formular-umsatzsteuervoranmeldung-auf-mac-osx.html) and followed the instructions.

I'm running Firefox 12 on OS X 10.7.4.

Testcase: http://cl.ly/2E3C1d1p1D1C0O2N2c0w

rnarian commented 12 years ago

BOOM!

For some reason the git submodule update didn't work when I initially installed geierlein via

git clone git://github.com/stesie/geierlein.git && git submodule init && git submodule update

I did it again and it works. (The test case at least.) :)