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:
@@ -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ı"
|
||||
Reference in New Issue
Block a user