## Quagga2 Scanner - Reader-Reihenfolge optimiert: CODE128/CODE39 vor EAN - Verhindert Fehlerkennungen bei alphanumerischen Codes (z.B. P20260030) - EAN-Reader haben niedrigere Priorität ## Brother PT-E560BT Android App - Native Kotlin App für Bluetooth-Druck auf Brother PT-E560BT - Intent-Schema: brotherprint://print?barcode=XXX&ref=REF - 90° Rotation für Längs-Druck auf 24mm TZe-Band - Produkt-Referenz (fett), Barcode-Strichen, Barcode-Wert - Erweiterte Error-Handling (SetLabelsizeError, NoCoverError, etc.) - Build: Gradle 9.3.1, Kotlin 2.1.0, Brother SDK v4 ## Bestelllogik - ref_supplier = "Direkt" (ohne Datum) für dauerhafte Direktbestellungen - Pro Lieferant eine durchgängige Direkt-Bestellung statt tägliche neue ## PWA Updates - Service Worker v8.1 - CSS/JS Cache-Invalidierung (?v=81) - localStorage Migration für alte Keys ## Dokumentation - README.md aktualisiert mit Brother-App und PWA-Details - Dateistruktur erweitert um android-app/ - .gitignore für Test-Dateien Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
24 lines
No EOL
627 B
JSON
24 lines
No EOL
627 B
JSON
{
|
|
"schemaVersion": "1.1.0",
|
|
"buildSystem": "Gradle",
|
|
"buildSystemVersion": "9.3.1",
|
|
"buildPlugin": "org.jetbrains.kotlin.gradle.plugin.KotlinAndroidPluginWrapper",
|
|
"buildPluginVersion": "2.1.0",
|
|
"projectSettings": {
|
|
"isHmppEnabled": true,
|
|
"isCompatibilityMetadataVariantEnabled": false,
|
|
"isKPMEnabled": false
|
|
},
|
|
"projectTargets": [
|
|
{
|
|
"target": "org.jetbrains.kotlin.gradle.plugin.mpp.KotlinAndroidTarget",
|
|
"platformType": "androidJvm",
|
|
"extras": {
|
|
"android": {
|
|
"sourceCompatibility": "1.8",
|
|
"targetCompatibility": "1.8"
|
|
}
|
|
}
|
|
}
|
|
]
|
|
} |