feat: improve patient flow and pricing workflow
This commit is contained in:
@@ -742,14 +742,14 @@ class _DiscountSheetState extends State<_DiscountSheet> {
|
||||
),
|
||||
const SizedBox(height: 16),
|
||||
|
||||
const Text('Minimum Sipariş Adedi (İsteğe Bağlı)',
|
||||
const Text('Minimum Faturalanabilir Adet (İsteğe Bağlı)',
|
||||
style: TextStyle(
|
||||
fontSize: 13,
|
||||
fontWeight: FontWeight.w600,
|
||||
color: AppColors.textSecondary)),
|
||||
const SizedBox(height: 4),
|
||||
const Text(
|
||||
'Aylık bu adede ulaşılınca indirim devreye girer. 0 = koşulsuz.',
|
||||
'İş bazında diş/vaka adedi bu eşiğe ulaşınca indirim devreye girer. 0 = koşulsuz.',
|
||||
style:
|
||||
TextStyle(fontSize: 11, color: AppColors.textMuted)),
|
||||
const SizedBox(height: 8),
|
||||
|
||||
Reference in New Issue
Block a user