Robin Steiner Was ist neu in der Vorstieg Registrierkasse: Die Highlights der letzten Wochen! Was ist neu in der Vorstieg Registrierkasse? Wir haben in den letzten sechs Wochen intensiv an der Vorstieg-Registrierkasse gearbeitet und freuen uns, Ihnen heute die neuesten Verbesserungen und Funkt... Registrierkasse Aug 28, 2025 Software in Business
Robin Steiner Wie erstelle ich einen Webservice-Benutzer für meine Kassa in Finanzonline? So erstellen Sie einen Webservice-Benutzer in FinanzOnline für Ihre Registrierkasse Die Digitalisierung macht auch vor der Buchhaltung nicht halt. Eine der praktischsten Entwicklungen für Unternehmer ... Registrierkasse Aug 27, 2025 Software in Business
Benjamin Wieser Beyond the WSDL: Using Zeep with External XSD Schemas Sometimes you have to use SOAP. You are not proud of it, but sometimes it happens. But when you do, you'd think a SOAP web service's WSDL would, you know, define the API. It's supposed to be a complet... API Python Aug 4, 2025 Software Development
Robin Steiner Digitalisierungsförderung NÖ 2025: Bis zu €25.000 für Ihr Projekt Staatliche Förderungen machen den Einstieg in die Digitalisierung attraktiv Die Digitalisierung ist für KMU in Niederösterreich keine Kür mehr, sondern Pflicht. Die Frage ist nicht ob, sondern wie man... Förderung Jul 16, 2025 Software in Business
Wie registriere ich eine Kasse in Finanzonline? Die Anmeldung Ihrer Registrierkasse in FinanzOnline mag auf den ersten Blick komplex erscheinen, aber mit dieser Schritt-für-Schritt-Anleitung wird der Prozess zum Kinderspiel. 1. Signatureinheit regi... Registrierkasse Jun 2, 2025 Software in Business
Einzweck- und Mehrzweck-Gutscheine in Odoo Einzweck-Gutscheine? Mehrzweck-Gutscheine? Was ist das überhaupt? Seit 1.1.2019 muss in Österreich zwischen Einzweck- und Mehrzweck-Gutscheinen für die Umsatzsteuer unterschieden werden. Einzweck-Guts... Apr 30, 2025 Software in Business
Robin Steiner Streamlining Updates with Watchtower and GitLab CI/CD In my previous blog post, "Lightweight Dockerized Gitlab Setup with CI-CD on Ubuntu" we explored setting up a basic GitLab instance with CI/CD capabilities. Now, let's take it a step further and integ... DevOps GitLab Mar 13, 2025 Software Development
Robin Steiner Lightweight Dockerized GitLab Setup with CI/CD on Ubuntu Setting up a full-fledged GitLab instance can sometimes feel like a daunting task, especially when you just need a streamlined environment for your development workflow. In this blog post, I'll walk y... DevOps GitLab Mar 12, 2025 Software Development
How does the RKSV stop users from altering their data? Why the Austrian RKSV is a Smart, Tamper-Proof Solution—Without the Blockchain Overhead In Software Development, we sometimes need to build systems where our users can’t alter data, after it is entere... Software Architecture Feb 16, 2025 Software Development
Use JGIT with SSH In this guide I will show you how to set up JGIT with SSH authentication using Apache MINA. Why use SSH? Using SSH to connect to Git instead of HTTP offers several advantages, primarily in security, c... JGit Jan 30, 2025 Software Development
JGit authentification with Http token In this guide I will show you how to set up JGIT using a http token: Why use HTTP? HTTP is useful for occasional Git access, environments where SSH is blocked, or cloud-based CI/CD services using pers... JGit Jan 30, 2025 Software Development
JetBrains MPS with Git When using JetBrains MPS with Git, be mindful of its model-based storage, which generates numerous XML and binary files that can lead to complex merge conflicts. Always configure .gitignore properly t... JetBrains MPS Jan 30, 2025 Software Development