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
+28
View File
@@ -0,0 +1,28 @@
appId: com.kovaksoft.labApp
---
# ADIM 1: Lab → ust_yapi_prova adımını klinik provaya gönder
- runFlow: "00_login_lab.yaml"
# Job card dashboard'da görünüyor — direkt tıkla
- tapOn: "PR-20260607-5YPP"
- assertVisible: "İş Detayı"
# "Prova için Kliniğe Gönder" butonunu bul ve tıkla (detay ekranındaki)
- scrollUntilVisible:
element:
text: "Prova için Kliniğe Gönder"
direction: DOWN
- tapOn: "Prova için Kliniğe Gönder"
# Sheet açıldı — başlık görünüyor
- assertVisible: "Üst Yapı Prova için Kliniğe Gönder"
- tapOn: "Not (isteğe bağlı)"
- inputText: "Bisküvi prova için gönderildi"
# Sheet'teki submit butonu — title ile aynı metin, index:1 kullan
- tapOn:
text: "Üst Yapı Prova için Kliniğe Gönder"
index: 1
# Başarı — sheet kapandı, "Prova için Kliniğe Gönder" butonu artık yok (location=at_clinic)
- assertNotVisible: "Prova için Kliniğe Gönder"