Add new booking handling features and improve validations

Introduced support for a `data` property in bookings, extended form handling with additional validation and input fields, and added functionality for retrieving booking counts by date and status. Improved safety seal labeling and enhanced PDF generation comments.
This commit is contained in:
Jepp9350
2025-03-27 10:53:54 +01:00
parent 91520e1b54
commit 8aee687106
9 changed files with 219 additions and 27 deletions
@@ -30,7 +30,7 @@ class wash_certificate extends html2pdf_template
/** Add the provider details */
$html .= self::getProviderDetails();
/** Add the regarding this document */
$html .= self::getRegardingThisDocument('DK');
//$html .= self::getRegardingThisDocument('DK');
/** Add the regarding this document in English */
$html .= self::getRegardingThisDocument('EN');
/** Add the signature */