Klaas Freitag

Results 142 comments of Klaas Freitag

No, a bool for payment is not enough. I am actually thinking of a series of states a document can be in, ie. draft, finalized (with an doc id from...

Yes, I will look into porting to Qt6 soonish

Also Port Grantlee -> [KTextTemplate](https://api.kde.org/frameworks/ktexttemplate/html/index.html)

No, not instead of weasyprint, but instead of grantlee, which is the current template engine. Using KTextTemplate instead will happen with the porting to qt6/KF6. The logfile above shows a...

Interesting. As you correctly spotted there is not day based counter in Kraft yet. Let me know how your further tests run with Kraft, so if you find it useful...

Thanks Stefan, a generous offer! That is the first time this happens to Kraft. I will look into it soon. Please stay tuned.

Pushed a solution. You can use `%n` now in the template. It uses the **current** date to maintain a counter, that resets the next day, starting at 1. You can...

I added/fixed that check here: https://github.com/dragotin/kraft/blob/master/src/doctype.cpp#L485 but not in the UI. My apologies. Will look into it over the weekend. Thanks for testing!!

pushed commit 539a8b6f37b629e7a5e92e3f8ff402d1ce65acc9 to fix the numbercycle dialog. @stefanbaur ready for the next test.

@Ionic Thank you very much! That is highly appreciated! I will pull over the parts to my repositories. My prefered setup would be: One repo in my OBS Home that...