uploaded new name

This commit is contained in:
2025-09-22 20:34:15 +03:00
parent dd1772222d
commit 921ea43834
14 changed files with 180 additions and 64 deletions

View File

@@ -999,7 +999,7 @@ def create_extension_package():
files_added += 1
# Add a README file with installation instructions
readme_content = """# Quality Recticel Print Helper Chrome Extension
readme_content = """# Quality Label Printing Helper Chrome Extension
## Installation Instructions:
@@ -1011,7 +1011,7 @@ def create_extension_package():
## Usage:
1. Go to the Print Module in the Quality Recticel application
1. Go to the Print Module in the Quality Label Printing application
2. Select an order from the table
3. Click the "🖨️ Print Direct" button
4. The label will print automatically to your default printer
@@ -1083,7 +1083,7 @@ def create_service_package():
static_dir = os.path.join(current_app.root_path, 'static')
os.makedirs(static_dir, exist_ok=True)
zip_filename = 'quality_recticel_print_service.zip'
zip_filename = 'quality_label_printing_service.zip'
zip_path = os.path.join(static_dir, zip_filename)
# Create ZIP file with Windows service package
@@ -1109,7 +1109,7 @@ def create_service_package():
files_added += 1
# Add installation instructions for native PowerShell solution
installation_readme = """# Quality Recticel Windows Print Service - Native Edition
installation_readme = """# Quality Label Printing Windows Service - Native Edition
## INSTALLATION INSTRUCTIONS (Native PowerShell - Zero Dependencies!)