Serghei Iakovlev
Serghei Iakovlev
Думаю было полезно расписать как самостоятельно вычитать из VAT, а так же как делать возврат. Это два отдельных действия. Стоит ли создать отдельный тикет для возврата?
@iamtodor я имею в виду, что VAT-налог можно недоплачивать, списывая с него 23% коштов, а можно копить эти фактурки 2-3-4 месяца, а потом подавать заявление на возврат. Это 2 отдельные...
> > VAT-налог можно недоплачивать > > что-то я тебя не понял. ты не можешь заплатить 77% от суммы товара. Ты покупаешь на ИП товар, продавец выписывает тебе фактурку с...
1. Я исправил свой комментарий
В общем тут есть 3 вопроса 1. Как именно вычесть кошты со своего VAT. Описать механику, пошагово. Вариант "ваш бух все сделает, отправьте ему фактуры" -- не подходит 2. Каким...
I store the execution time of the each generation in separated `*.log` file in the following form: ```time () ``` So here are some results (some tests never finished): ```bash...
> Are these tests slow only with `--skeleton` option? What happens if you drop that option? As I sad before I'm currently developing skeleton validation support. Regular tests are not...
Yet another generation I managed to measure: ```pwsh $Executable = "C:\src\re2c\cmake-build-debug-visual-studio-x64\Debug\re2c.exe" $Options = "-i -W --no-version --no-generation-date -Werror-undefined-control-flow" $IO = "c\submatch\http_rfc7230.re -o c\submatch\http_rfc7230.c" $Command = "$Executable $IO $Options" Remove-Item http_rfc7230_skeleton.c*...
It is noteworthy that the generation in Windows, using Mingw, is much faster than using Visual Studio. Without `--skeleton` option: ```pwsh $Executable = "C:\src\re2c\cmake-build-debug-mingw\re2c.exe" $Options = "-i -W --no-version --no-generation-date...
> Interesting, this one has approximately the same size of the largest skeleton file `http_rfc7230.c.line282.input` (27 MB), but it took over an hour compared to `bug1708378.c.line216.input` that took 13 seconds....