Pdf Viewer

This commit is contained in:
2025-01-20 15:54:17 +01:00
parent e1b51769e3
commit 7c15d9d96f
14 changed files with 493 additions and 100 deletions

View File

@@ -10,7 +10,8 @@ namespace BeWo
FeatureCustomerWohnhilfe,
FeatureWohnheimWohneinheit,
FeatureAuswertungenQuittierungsbelege,
FeatureDakota
FeatureDakota,
FeatureXRechnung
}
public class DebugConfig
@@ -130,6 +131,15 @@ namespace BeWo
Profilename = "5000000000"
});
name2config.Add("FeatureXRechnung",
new DebugConfig()
{
DebugConfigMode = DebugConfigMode.FeatureXRechnung,
AutoLogin = true,
SelectView = UIContext.Finance,
SelectIndex = 7,
});
return name2config;
}
#endif