Timotheus Pokorra

Results 106 issues of Timotheus Pokorra

for some reason, batchperiod and batchyear was -1. therefore the gift batch was not displayed, and I could not cancel it solution: update a_gift_batch set a_batch_period_i = 1, a_batch_year_i =...

see http://konik.io/ Open Source ZUGFeRD compliant invoing.

I noticed that the adjust posting of a gift batch messed up my balances. This needs to be investigated, and an integration test is required. This was version 2014-12.

see https://tracker.openpetra.org/view.php?id=3915 also: do one big sql query, and then calculate the result on this dataset, to improve speed see https://github.com/openpetra/openpetra/blob/master/csharp/ICT/Petra/Server/lib/MReporting/FastReportsWebConnector.cs#L88 GetReportDataTable which collects the data for Fastreports. we should...

we have several places where the code does not check for is_tax_deductible null. therefore it would make sense to not allow NULL for this column

for banking: import bank statements, create SEPA instructions. http://www.ddbac.de/index.php/ddbac-download alternative: http://www.aquamaniac.de/sites/aqbanking/index.php

enhancement

gives an error when you try to open screens. it seems the session is finished automatically. does not happen with the fat client

fixes #15 would this work for other scenarios too?

Thanks for this great script! I don't like changing Proxy.php for settings, for example if I want to hardcode the TARGET_URL. See attached Pull Request.

I can see references to _GET in the code, but only in the debug area. In the curl_init call there is no mention of the GET parameters. In my situation,...