Initial commit: DLS - Dental Lab System

- Flutter + PocketBase dental lab management system
- Clinic & lab dashboards, job tracking, patient management
- Product catalog, finance tracking, multi-language support
- AI assistant integration, realtime notifications
- Windows installer (Inno Setup) included
- Developed by kovakyazilim.com
This commit is contained in:
Emre Emir
2026-06-11 15:57:31 +03:00
commit 8bbc9dbff2
226 changed files with 31308 additions and 0 deletions
@@ -0,0 +1,38 @@
appId: com.kovaksoft.labApp
---
# ADIM 5: Klinik → Yeni iş oluştur, siyah ekran olmamalı
- runFlow: "00_login_clinic.yaml"
# "İşler" tab — koordinat bazlı
- tapOn:
point: "30%,94%"
# Yeni iş butonu (FAB veya AppBar action)
- tapOn:
description: "Yeni İş"
- assertVisible: "Yeni İş"
# Lab seç
- scrollUntilVisible:
element:
text: "IO Lab"
direction: DOWN
- tapOn: "IO Lab"
# Protez türü seç
- tapOn: "Protez Türü"
- tapOn: "Zirkonyum"
# Diş seç — "Üst Çene" kısa yolu
- tapOn: "Üst Çene"
# Kaydet
- scrollUntilVisible:
element:
text: "Kaydet"
direction: DOWN
- tapOn: "Kaydet"
# Siyah ekran olmamalı — iş detay ekranı açılmalı
- assertVisible: "İş Detayı"