Implement downgrade prevention for paid software versions and update invoice templates with new contact details

This commit is contained in:
“VeLiTi”
2026-02-03 12:46:59 +01:00
parent e97d2e5ef2
commit 5223f6bdfd
7 changed files with 100 additions and 36 deletions

View File

@@ -3,6 +3,7 @@ define("WARRANTY_MONTHS", 12);
define("WARRANTY_ELIGIBILITY_WINDOW", 3);
define("WARRANTY_EXTENDED_MONTH", 24);
define("SERVICE_MONTHS", 12);
define('PREVENT_PAID_VERSION_DOWNGRADE',false);
// Enable automatice invoice forward to bookkeeping software
define('invoice_bookkeeping',false);