diff --git a/.vs/DPM2016/v15/.suo b/.vs/DPM2016/v15/.suo index 2fb467c..91e502b 100644 Binary files a/.vs/DPM2016/v15/.suo and b/.vs/DPM2016/v15/.suo differ diff --git a/.vs/DPM2016/v15/Server/sqlite3/storage.ide b/.vs/DPM2016/v15/Server/sqlite3/storage.ide index ba7b10b..1e58789 100644 Binary files a/.vs/DPM2016/v15/Server/sqlite3/storage.ide and b/.vs/DPM2016/v15/Server/sqlite3/storage.ide differ diff --git a/DPM2016/Auswertungen/FremAuswertung.vb b/DPM2016/Auswertungen/FremAuswertung.vb index 68daeb1..89ac40c 100644 --- a/DPM2016/Auswertungen/FremAuswertung.vb +++ b/DPM2016/Auswertungen/FremAuswertung.vb @@ -69,7 +69,7 @@ Public Class frmAuswertung Next Me.TreeReporting.ExpandAll() 'Fill_Parameter() - + Me.TreeReporting.SelectedNode = Me.TreeReporting.Nodes(0) End Sub Private Sub TreeReporting_AfterSelect(sender As Object, e As TreeViewEventArgs) Handles TreeReporting.AfterSelect diff --git a/DPM2016/Behandlung/Behandlung.vb b/DPM2016/Behandlung/Behandlung.vb index 6c50b84..b0fd413 100644 --- a/DPM2016/Behandlung/Behandlung.vb +++ b/DPM2016/Behandlung/Behandlung.vb @@ -272,6 +272,7 @@ Public Class Behandlung #End Region Private Sub treebehandlungen_Click(sender As Object, e As EventArgs) Handles treebehandlungen.Click + Globals.InAbschluss = 0 nodeselected() End Sub Sub nodeselected() @@ -285,6 +286,7 @@ Public Class Behandlung Me.Behandungdetail1.SuspendLayout() Me.Behandungdetail1.Patientnr = Me.PatientNr Me.Behandungdetail1.Behandlungsnr = Me.treebehandlungen.SelectedNode.Tag + Me.Behandungdetail1.Behandlungsnr = Me.treebehandlungen.SelectedNode.Tag Me.Leistungen1.Behandlungnr = Me.treebehandlungen.SelectedNode.Tag Me.Leistungen1.Behandlungsstatus = Behandungdetail1.Behandlungsstatus @@ -392,7 +394,7 @@ Public Class Behandlung r.Item("nrbehandlung") = newkey r.Item("nrpatient") = Me.PatientNr - r.Item("nrbehandler") = 1 + 'r.Item("nrbehandler") = 1 r.Item("nrrgtyp") = pat.dsDaten.Tables(0).Rows(0).Item("nrrgtyp") r.Item("rabatt") = pat.dsDaten.Tables(0).Rows(0).Item("rabatt") Try @@ -493,6 +495,7 @@ Public Class Behandlung Private Sub BehandlungabschliessenToolStripMenuItem1_Click(sender As Object, e As EventArgs) Handles BehandlungabschliessenToolStripMenuItem1.Click ' If MsgBox("Behandlung/KV abschliessen?", vbYesNo + vbQuestion) = vbYes Then + Behandlung_Abschliessen(Me.treebehandlungen.SelectedNode.Tag.ToString) 'End If End Sub @@ -687,6 +690,7 @@ Public Class Behandlung End Sub Sub Behandlung_Abschliessen(ByVal nrbehandlung) + Globals.InAbschluss = 0 Dim istKV As Boolean = False Dim db As New clsDB Dim Messagetext As String @@ -737,7 +741,7 @@ Public Class Behandlung End Try End If - + Globals.InAbschluss = 0 End Sub #Region "EVH" diff --git a/DPM2016/Behandlung/Benhandungdetail.vb b/DPM2016/Behandlung/Benhandungdetail.vb index 81b28a0..c93a537 100644 --- a/DPM2016/Behandlung/Benhandungdetail.vb +++ b/DPM2016/Behandlung/Benhandungdetail.vb @@ -26,6 +26,7 @@ Me.OnLoad = False Me.HasChanges = False 'Me.Enabled = True + Globals.OnLoad = False Recalc_Totale() End If diff --git a/DPM2016/Behandlung/Leistungen.Designer.vb b/DPM2016/Behandlung/Leistungen.Designer.vb index b4b625c..f215dcf 100644 --- a/DPM2016/Behandlung/Leistungen.Designer.vb +++ b/DPM2016/Behandlung/Leistungen.Designer.vb @@ -158,6 +158,7 @@ Partial Class Leistungen ' Me.lbtarif1.BackgroundStyle.Class = "ListBoxAdv" Me.lbtarif1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square + Me.lbtarif1.CheckStateMember = Nothing Me.lbtarif1.ContainerControlProcessDialogKey = True Me.lbtarif1.ContextMenuStrip = Me.ContextMenuStrip1 Me.lbtarif1.Dock = System.Windows.Forms.DockStyle.Fill @@ -288,6 +289,7 @@ Partial Class Leistungen ' Me.lbPakete.BackgroundStyle.Class = "ListBoxAdv" Me.lbPakete.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square + Me.lbPakete.CheckStateMember = Nothing Me.lbPakete.ContainerControlProcessDialogKey = True Me.lbPakete.Dock = System.Windows.Forms.DockStyle.Fill Me.lbPakete.DragDropSupport = True diff --git a/DPM2016/Behandlung/Leistungen.resx b/DPM2016/Behandlung/Leistungen.resx index 0fc5df8..0703ec3 100644 --- a/DPM2016/Behandlung/Leistungen.resx +++ b/DPM2016/Behandlung/Leistungen.resx @@ -120,6 +120,9 @@ 17, 17 + + 124, 17 + 524, 17 diff --git a/DPM2016/Behandlung/Leistungen.vb b/DPM2016/Behandlung/Leistungen.vb index d188430..e3f1e64 100644 --- a/DPM2016/Behandlung/Leistungen.vb +++ b/DPM2016/Behandlung/Leistungen.vb @@ -190,7 +190,7 @@ Public Class Leistungen Me.cbboxnrbehandler.Valuemember = "nrprivat" Load_Tarif() Catch ex As Exception - MsgBox(ex.Message) + 'MsgBox(ex.Message) End Try @@ -702,6 +702,9 @@ Public Class Leistungen Sub Leistung_Einfuegen(Optional ssonummer As String = "", Optional anzahl As Integer = 1) ' If ssonummer = "" Then Exit Sub + If ssonummer = "7006" Then + MsgBox("Hallo") + End If If interror > 0 Then interror = 0 Exit Sub @@ -775,10 +778,14 @@ Public Class Leistungen Else r.Item("menge") = anzahl End If + + Dim leistungsbetrag As Double If ssonummer = "" Then r.Item("frankenprotaxpunkt") = Me.diwert.Value + leistungsbetrag = Me.diwert.Value Else r.Item("frankenprotaxpunkt") = Frankenwert + leistungsbetrag = Frankenwert End If If ssonummer = "" Then @@ -786,10 +793,10 @@ Public Class Leistungen Else Dim total As Double If drv.Item("frankenbetrag") < 0.1 Then - total = r.Item("taxpunkte") * anzahl * r.Item("Frankenprotaxpunkt") + total = r.Item("taxpunkte") * anzahl * leistungsbetrag r.Item("total") = total.ToString("N2") Else - total = anzahl * r.Item("frankenprotaxpunkt").value + total = anzahl * drv.Item("frankenbetrag") r.Item("total") = total.ToString("N2") End If diff --git a/DPM2016/DPM2016.vbproj b/DPM2016/DPM2016.vbproj index 9a6002c..cc26ee8 100644 --- a/DPM2016/DPM2016.vbproj +++ b/DPM2016/DPM2016.vbproj @@ -154,7 +154,9 @@ - + + True + diff --git a/DPM2016/Database/clsDB.vb b/DPM2016/Database/clsDB.vb index 8c6ae3d..ea4c1eb 100644 --- a/DPM2016/Database/clsDB.vb +++ b/DPM2016/Database/clsDB.vb @@ -551,7 +551,7 @@ Public Class clsDB End If Next If Not found Then - Me.Get_Tabledata("Tarife", "where aktiv=1 order by nummervon") + Me.Get_Tabledata("Tarife", "where aktiv=1 order by sort, nummervon desc") IntTables.Inttables.Tables.Add(dsDaten.Tables(0).Copy) End If @@ -621,7 +621,10 @@ Public Class clsDB End Function + Public Sub Recalc_Leistungen(ByVal nrbehandlung As Integer, taxpunktwert As Double) + If Globals.OnLoad Then Exit Sub + Dim scmCmdToExecute As SqlCommand = New SqlCommand() scmCmdToExecute.CommandText = "dbo.[sp_recalc_leistungen]" diff --git a/DPM2016/Sysadmin/frmStammdaten.Designer.vb b/DPM2016/Sysadmin/frmStammdaten.Designer.vb index 661f87c..f792ef7 100644 --- a/DPM2016/Sysadmin/frmStammdaten.Designer.vb +++ b/DPM2016/Sysadmin/frmStammdaten.Designer.vb @@ -55,7 +55,8 @@ Partial Class frmStammdaten Dim TreeNode30 As System.Windows.Forms.TreeNode = New System.Windows.Forms.TreeNode("Spalten") Dim TreeNode31 As System.Windows.Forms.TreeNode = New System.Windows.Forms.TreeNode("Options") Dim TreeNode32 As System.Windows.Forms.TreeNode = New System.Windows.Forms.TreeNode("User") - Dim TreeNode33 As System.Windows.Forms.TreeNode = New System.Windows.Forms.TreeNode("Diverse", New System.Windows.Forms.TreeNode() {TreeNode30, TreeNode31, TreeNode32}) + Dim TreeNode33 As System.Windows.Forms.TreeNode = New System.Windows.Forms.TreeNode("Absender") + Dim TreeNode34 As System.Windows.Forms.TreeNode = New System.Windows.Forms.TreeNode("Diverse", New System.Windows.Forms.TreeNode() {TreeNode30, TreeNode31, TreeNode32, TreeNode33}) Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmStammdaten)) Me.MenuStrip1 = New System.Windows.Forms.MenuStrip() Me.SchliessenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() @@ -172,9 +173,11 @@ Partial Class frmStammdaten TreeNode31.Text = "Options" TreeNode32.Name = "User" TreeNode32.Text = "User" - TreeNode33.Name = "Diverse" - TreeNode33.Text = "Diverse" - Me.TreeView1.Nodes.AddRange(New System.Windows.Forms.TreeNode() {TreeNode2, TreeNode7, TreeNode16, TreeNode21, TreeNode24, TreeNode26, TreeNode29, TreeNode33}) + TreeNode33.Name = "Absender" + TreeNode33.Text = "Absender" + TreeNode34.Name = "Diverse" + TreeNode34.Text = "Diverse" + Me.TreeView1.Nodes.AddRange(New System.Windows.Forms.TreeNode() {TreeNode2, TreeNode7, TreeNode16, TreeNode21, TreeNode24, TreeNode26, TreeNode29, TreeNode34}) Me.TreeView1.Size = New System.Drawing.Size(204, 425) Me.TreeView1.TabIndex = 1 ' diff --git a/DPM2016/Sysadmin/frmStammdaten.resx b/DPM2016/Sysadmin/frmStammdaten.resx index 7b14b5b..6865df8 100644 --- a/DPM2016/Sysadmin/frmStammdaten.resx +++ b/DPM2016/Sysadmin/frmStammdaten.resx @@ -158,7 +158,7 @@ - <?xml version="1.0"?><Blob><Styles type="C1.Win.C1TrueDBGrid.Design.ContextWrapper"><Data>HighlightRow{ForeColor:HighlightText;BackColor:Highlight;}Style8{}Style7{}EvenRow{BackColor:Aqua;}Normal{}RecordSelector{AlignImage:Center;}OddRow{}Style3{}Footer{}Style14{}FilterBar{}Heading{AlignVert:Center;Border:Flat,ControlDark,0, 1, 0, 1;Wrap:True;BackColor:Control;ForeColor:ControlText;}Style5{}Editor{}Style10{}FilterWatermark{ForeColor:InfoText;BackColor:Info;}Style16{}Selected{ForeColor:HighlightText;BackColor:Highlight;}Style15{}Style13{}Style12{}Style11{}Style4{}Style9{}Group{Border:None,,0, 0, 0, 0;AlignVert:Center;BackColor:ControlDark;}Style6{}Style1{}Caption{AlignHorz:Center;}Style2{}Inactive{ForeColor:InactiveCaptionText;BackColor:InactiveCaption;}</Data></Styles><Splits><C1.Win.C1TrueDBGrid.MergeView Name="" CaptionHeight="17" ColumnCaptionHeight="17" ColumnFooterHeight="17" MarqueeStyle="DottedCellBorder" RecordSelectorWidth="17" DefRecSelWidth="17" VerticalScrollGroup="1" HorizontalScrollGroup="1"><CaptionStyle parent="Style2" me="Style10" /><EditorStyle parent="Editor" me="Style5" /><EvenRowStyle parent="EvenRow" me="Style8" /><FilterBarStyle parent="FilterBar" me="Style13" /><FilterWatermarkStyle parent="FilterWatermark" me="Style14" /><FooterStyle parent="Footer" me="Style3" /><GroupStyle parent="Group" me="Style12" /><HeadingStyle parent="Heading" me="Style2" /><HighLightRowStyle parent="HighlightRow" me="Style7" /><InactiveStyle parent="Inactive" me="Style4" /><OddRowStyle parent="OddRow" me="Style9" /><RecordSelectorStyle parent="RecordSelector" me="Style11" /><SelectedStyle parent="Selected" me="Style6" /><Style parent="Normal" me="Style1" /><ClientRect>0, 0, 751, 423</ClientRect><BorderSide>0</BorderSide></C1.Win.C1TrueDBGrid.MergeView></Splits><NamedStyles><Style parent="" me="Normal" /><Style parent="Normal" me="Heading" /><Style parent="Heading" me="Footer" /><Style parent="Heading" me="Caption" /><Style parent="Heading" me="Inactive" /><Style parent="Normal" me="Selected" /><Style parent="Normal" me="Editor" /><Style parent="Normal" me="HighlightRow" /><Style parent="Normal" me="EvenRow" /><Style parent="Normal" me="OddRow" /><Style parent="Heading" me="RecordSelector" /><Style parent="Normal" me="FilterBar" /><Style parent="FilterBar" me="FilterWatermark" /><Style parent="Caption" me="Group" /></NamedStyles><vertSplits>1</vertSplits><horzSplits>1</horzSplits><Layout>None</Layout><DefaultRecSelWidth>17</DefaultRecSelWidth><ClientArea>0, 0, 751, 423</ClientArea><PrintPageHeaderStyle parent="" me="Style15" /><PrintPageFooterStyle parent="" me="Style16" /></Blob> + <?xml version="1.0"?><Blob><Styles type="C1.Win.C1TrueDBGrid.Design.ContextWrapper"><Data>HighlightRow{ForeColor:HighlightText;BackColor:Highlight;}Style8{}Style7{}Style2{}EvenRow{BackColor:Aqua;}Normal{}RecordSelector{AlignImage:Center;}Inactive{ForeColor:InactiveCaptionText;BackColor:InactiveCaption;}OddRow{}Style3{}Footer{}Style14{}Heading{ForeColor:ControlText;Border:Flat,ControlDark,0, 1, 0, 1;AlignVert:Center;BackColor:Control;Wrap:True;}Style5{}Editor{}Style10{}FilterWatermark{ForeColor:InfoText;BackColor:Info;}Style16{}Selected{ForeColor:HighlightText;BackColor:Highlight;}Style15{}Style13{}Style12{}Style11{}Style4{}Style9{}Group{Border:None,,0, 0, 0, 0;AlignVert:Center;BackColor:ControlDark;}Style1{}Caption{AlignHorz:Center;}Style6{}FilterBar{}</Data></Styles><Splits><C1.Win.C1TrueDBGrid.MergeView Name="" CaptionHeight="17" ColumnCaptionHeight="17" ColumnFooterHeight="17" MarqueeStyle="DottedCellBorder" RecordSelectorWidth="17" DefRecSelWidth="17" VerticalScrollGroup="1" HorizontalScrollGroup="1"><CaptionStyle parent="Style2" me="Style10" /><EditorStyle parent="Editor" me="Style5" /><EvenRowStyle parent="EvenRow" me="Style8" /><FilterBarStyle parent="FilterBar" me="Style13" /><FilterWatermarkStyle parent="FilterWatermark" me="Style14" /><FooterStyle parent="Footer" me="Style3" /><GroupStyle parent="Group" me="Style12" /><HeadingStyle parent="Heading" me="Style2" /><HighLightRowStyle parent="HighlightRow" me="Style7" /><InactiveStyle parent="Inactive" me="Style4" /><OddRowStyle parent="OddRow" me="Style9" /><RecordSelectorStyle parent="RecordSelector" me="Style11" /><SelectedStyle parent="Selected" me="Style6" /><Style parent="Normal" me="Style1" /><ClientRect>0, 0, 751, 423</ClientRect><BorderSide>0</BorderSide></C1.Win.C1TrueDBGrid.MergeView></Splits><NamedStyles><Style parent="" me="Normal" /><Style parent="Normal" me="Heading" /><Style parent="Heading" me="Footer" /><Style parent="Heading" me="Caption" /><Style parent="Heading" me="Inactive" /><Style parent="Normal" me="Selected" /><Style parent="Normal" me="Editor" /><Style parent="Normal" me="HighlightRow" /><Style parent="Normal" me="EvenRow" /><Style parent="Normal" me="OddRow" /><Style parent="Heading" me="RecordSelector" /><Style parent="Normal" me="FilterBar" /><Style parent="FilterBar" me="FilterWatermark" /><Style parent="Caption" me="Group" /></NamedStyles><vertSplits>1</vertSplits><horzSplits>1</horzSplits><Layout>None</Layout><DefaultRecSelWidth>17</DefaultRecSelWidth><ClientArea>0, 0, 751, 423</ClientArea><PrintPageHeaderStyle parent="" me="Style15" /><PrintPageFooterStyle parent="" me="Style16" /></Blob> 239, 17 diff --git a/DPM2016/Utils/Globals.vb b/DPM2016/Utils/Globals.vb index 986c956..8df6348 100644 --- a/DPM2016/Utils/Globals.vb +++ b/DPM2016/Utils/Globals.vb @@ -33,7 +33,7 @@ Module Globals Public SaveDir As String = "" Public DokumentDir As String = "" Public pdfCollection As New Collection - + Public InAbschluss As Integer = 0 Public License As New SHUKeyGen.clsKeyGen("", "", "", "", "", ":DPMKEY:", "Steafn Hutter Unternehmensberatung, 8808 Pfäffikon SZ") Public Enum Taxpunkttyp diff --git a/DPM2016/bin/Debug/Connectionstrings.cfg b/DPM2016/bin/Debug/Connectionstrings.cfg index 4b31185..11d4df0 100644 --- a/DPM2016/bin/Debug/Connectionstrings.cfg +++ b/DPM2016/bin/Debug/Connectionstrings.cfg @@ -1,4 +1,5 @@ -˜Š“ˆ¬¶ÈµeÅÄÃÆ¨·‹¸°Âu~Ž«³»µ½¶ºg›™¤™¼µ¨‚ª¶¶ª³³ÁȦ²sÁµ¾À¹€»Ã¹¬Ä¯¹­±eÁ¸¥ºÄªÈ΋š‹ˆysÀ«³¸¯¹½k³¶É·¯µÇh¾Âº´»¯À¸·‰¼·¿°ÁÇ£¹»°Âu·«us ™³±¦¹f¹²Å´‹‡„~||ûºÆt®¶’Áµ€Â¯¸»Ä´À·oũɇ‡ +¦´«­º±Ãޏ¦Æ¶nÇ´ÇÀ¨­Š¸¶ÈruªÂ¾Â°™¤P›±º¢±µ­†¯¿»²Æ´«­º±Ã½³ÆºµÆ¦Æ³©hÀª±È´®Æº‘¨¡—s Â¹ª¸ºf¼°²Ã޹¿a·¶»Ã‘«³ÁÁ¹€É½·³À¹¯Ç«´Àa½¹‹‚¨™“£µºa¸¯À®ˆƒ~ŒŠ€»´³ºu½¸‚Ŷ‰Ä¦ÅÁ¼·¿©‹}µ­Çs +˜Š“ˆ¬¶ÈµeÅÄÃÆ¨·‹¸°Âu~Ž«³»µ½¶ºg›™¤™¼µ¨‚ª¶¶ª³³ÁȦ²sÁµ¾À¹€»Ã¹¬Ä¯¹­±eÁ¸¥ºÄªÈ΋š‹ˆysÀ«³¸¯¹½k³¶É·¯µÇh¾Âº´»¯À¸·‰¼·¿°ÁÇ£¹»°Âu·«us ™³±¦¹f¹²Å´‹‡„~||ûºÆt®¶’Áµ€Â¯¸»Ä´À·oũɇ‡ ˜ª´µ·»¸µ¹³uÁúıª…À­Ãƒr€»¯½É·¨¤X“™Ä§­´­ƒ­»¼€ƒ…}¥r‰±Ãȹ¬Ä¶Â¹©rÁª«Â··Ç»‚¥”¤ž‰·ª£¡Ãºa¸«©¾½¸ÂÌt®´§½…»µÀ¸·Å÷½Á¹©Á®½Áb®¶~Å¯ª£¤Xﻪƒzy„…‰ÈǪ¸a·¬’ǵ€Â¶ÁǼÁÀ©…w¸¶Èt~ ¤·§¹·»¸µ¹³uÁúıª…À­Ãƒr€»¯½É·¨¤X“™Ä§­´­ƒ­»¼­£Æ¦¾ªÁƒ¾ÂȪ¹Ç¯Èª¶n¸­°ºÀ¼¶¾”§¥—‚¨¢«¹¹µe¹«¬ÀÁ·ÇÍe¯¯´·’ºµ±Åº‰Ë´Ä¹¸¼®¹·Â°e»¥‘¾¨›£•¬p¹ª¿«ƒ}{ˆ„ŽÉ¸«³n±¹‘ǦÅ¯Ç¸É½·¬ŠoÁ»·w‹ ˜ª´µ·»´ª¡¶¶ÂµeŽºº°ª‹„{w€rŠ|xii^mˆª³¯º²¬»n¶µ¹§­½¯’˜¹³Æ¾ÁºÅ³·h¶©‹Æ£€Â¢ÇÈŶªœmbî¶w diff --git a/DPM2016/bin/Debug/DPM2018.application b/DPM2016/bin/Debug/DPM2018.application index 1dc62e1..61cd38b 100644 --- a/DPM2016/bin/Debug/DPM2018.application +++ b/DPM2016/bin/Debug/DPM2018.application @@ -7,14 +7,14 @@ - + - +bIQkBXvmXpPwDPNmYVKPROccXrRsA64OYFJKbgau50= + j6iOzVhg/wmUAnUdIIcsTQxiFzWd7Y6Umtx1txLmI1c= diff --git a/DPM2016/bin/Debug/DPM2018.exe b/DPM2016/bin/Debug/DPM2018.exe index a5994d2..f422f8a 100644 Binary files a/DPM2016/bin/Debug/DPM2018.exe and b/DPM2016/bin/Debug/DPM2018.exe differ diff --git a/DPM2016/bin/Debug/DPM2018.exe.manifest b/DPM2016/bin/Debug/DPM2018.exe.manifest index 15e95ab..0f6eb4a 100644 --- a/DPM2016/bin/Debug/DPM2018.exe.manifest +++ b/DPM2016/bin/Debug/DPM2018.exe.manifest @@ -52,11 +52,6 @@ - - - - - @@ -166,14 +161,14 @@ - + - 9ffgVCtaqcFBB7+VTkYr60EImPyXWmhUklRtY6m18NI= + GsZRKuwqk6Xf22e5r6oFfIc37kkzT/TEAJj+uJl3Gfw= @@ -381,6 +376,18 @@ + + + + + + + + + IIBVzhy6EYdd8gXI9sVU/NqxevRGxCADg9ULapTktOs= + + + diff --git a/DPM2016/bin/Debug/DPM2018.pdb b/DPM2016/bin/Debug/DPM2018.pdb index 661ff28..9167a02 100644 Binary files a/DPM2016/bin/Debug/DPM2018.pdb and b/DPM2016/bin/Debug/DPM2018.pdb differ diff --git a/DPM2016/bin/Debug/Dentis/Reporting/Report/Zahlungsjournal.frx b/DPM2016/bin/Debug/Dentis/Reporting/Report/Zahlungsjournal.frx index f4a80c4..2a57240 100644 --- a/DPM2016/bin/Debug/Dentis/Reporting/Report/Zahlungsjournal.frx +++ b/DPM2016/bin/Debug/Dentis/Reporting/Report/Zahlungsjournal.frx @@ -1,5 +1,5 @@  - + Imports System Imports System.Collections Imports System.Collections.Generic @@ -41,6 +41,7 @@ End Namespace + @@ -52,32 +53,35 @@ End Namespace - + - - + + - - - - - + + + + + + - + - - - - - + + + + + + + - - + + - + diff --git a/DPM2016/bin/Debug/Dentis/Reporting/SQL/Zahlungsjournal.sql b/DPM2016/bin/Debug/Dentis/Reporting/SQL/Zahlungsjournal.sql index 8860d8f..a0ab25e 100644 --- a/DPM2016/bin/Debug/Dentis/Reporting/SQL/Zahlungsjournal.sql +++ b/DPM2016/bin/Debug/Dentis/Reporting/SQL/Zahlungsjournal.sql @@ -3,7 +3,8 @@ #Parameter3:Konto:DataTable:select konto from konto order by konto -SQL- SELECT TOP (100) PERCENT dbo.get_name(dbo.Zahlung.Nrdebitor) AS Debitor, dbo.Zahlung.Nrfaktura, dbo.Zahlung.Valuta, dbo.Zahlung.Betrag, dbo.Zahlung.Vorauszahlung, dbo.Zahlung.Status, dbo.Zahlung.Nrkonto, dbo.KONTO.Konto, - dbo.Zahlung.Statusdatum, case when status=9 then 'J' else '' end as Storno + dbo.Zahlung.Statusdatum, CASE WHEN DBO.ZAHLUNG.status = 9 THEN 'J' ELSE '' END AS Storno, dbo.faktura.Datum AS RGDatum FROM dbo.Zahlung INNER JOIN - dbo.KONTO ON dbo.Zahlung.Nrkonto = dbo.KONTO.Nrkonto -where statusdatum>='#Parameter1 00:00:00' and statusdatum <='#Parameter2 23:59:59' \ No newline at end of file + dbo.KONTO ON dbo.Zahlung.Nrkonto = dbo.KONTO.Nrkonto INNER JOIN + dbo.faktura ON dbo.Zahlung.Nrfaktura = dbo.faktura.Nrfaktura +where dbo.zahlung.valuta>='#Parameter1 00:00:00' and dbo.zahlung.valuta <='#Parameter2 23:59:59' and dbo.konto.konto='#Parameter3' \ No newline at end of file diff --git a/DPM2016/bin/Debug/Praxis/Reporting/Report/Zahlungsjournal.frx b/DPM2016/bin/Debug/Praxis/Reporting/Report/Zahlungsjournal.frx index f4a80c4..195df4f 100644 --- a/DPM2016/bin/Debug/Praxis/Reporting/Report/Zahlungsjournal.frx +++ b/DPM2016/bin/Debug/Praxis/Reporting/Report/Zahlungsjournal.frx @@ -1,5 +1,5 @@  - + Imports System Imports System.Collections Imports System.Collections.Generic @@ -41,6 +41,7 @@ End Namespace + @@ -52,32 +53,35 @@ End Namespace - + - - + + - - - - - + + + + + + - + - - - - - + + + + + + + - - + + - + diff --git a/DPM2016/bin/Debug/Praxis/Reporting/SQL/Zahlungsjournal.sql b/DPM2016/bin/Debug/Praxis/Reporting/SQL/Zahlungsjournal.sql index 8860d8f..a0ab25e 100644 --- a/DPM2016/bin/Debug/Praxis/Reporting/SQL/Zahlungsjournal.sql +++ b/DPM2016/bin/Debug/Praxis/Reporting/SQL/Zahlungsjournal.sql @@ -3,7 +3,8 @@ #Parameter3:Konto:DataTable:select konto from konto order by konto -SQL- SELECT TOP (100) PERCENT dbo.get_name(dbo.Zahlung.Nrdebitor) AS Debitor, dbo.Zahlung.Nrfaktura, dbo.Zahlung.Valuta, dbo.Zahlung.Betrag, dbo.Zahlung.Vorauszahlung, dbo.Zahlung.Status, dbo.Zahlung.Nrkonto, dbo.KONTO.Konto, - dbo.Zahlung.Statusdatum, case when status=9 then 'J' else '' end as Storno + dbo.Zahlung.Statusdatum, CASE WHEN DBO.ZAHLUNG.status = 9 THEN 'J' ELSE '' END AS Storno, dbo.faktura.Datum AS RGDatum FROM dbo.Zahlung INNER JOIN - dbo.KONTO ON dbo.Zahlung.Nrkonto = dbo.KONTO.Nrkonto -where statusdatum>='#Parameter1 00:00:00' and statusdatum <='#Parameter2 23:59:59' \ No newline at end of file + dbo.KONTO ON dbo.Zahlung.Nrkonto = dbo.KONTO.Nrkonto INNER JOIN + dbo.faktura ON dbo.Zahlung.Nrfaktura = dbo.faktura.Nrfaktura +where dbo.zahlung.valuta>='#Parameter1 00:00:00' and dbo.zahlung.valuta <='#Parameter2 23:59:59' and dbo.konto.konto='#Parameter3' \ No newline at end of file diff --git a/DPM2016/bin/Debug/app.publish/DPM2018.exe b/DPM2016/bin/Debug/app.publish/DPM2018.exe index 0172c80..f5416a6 100644 Binary files a/DPM2016/bin/Debug/app.publish/DPM2018.exe and b/DPM2016/bin/Debug/app.publish/DPM2018.exe differ diff --git a/DPM2016/bin/Release/Connectionstrings.cfg b/DPM2016/bin/Release/Connectionstrings.cfg index 9a041f8..4b31185 100644 --- a/DPM2016/bin/Release/Connectionstrings.cfg +++ b/DPM2016/bin/Release/Connectionstrings.cfg @@ -1 +1,7 @@ -˜Š“ˆ¬¶ÈµeÅÄÃÆ¨·‹²»À¶º‰p¼·£À¶¼«f›˜s¹´ª¹¯§µk²¯Çµ±µ¨‹»½É¶©±¹¾Á©·»´ƒ½¦±¾§¹r´½Ï³„lhin‹»´ª¸f²¯ŒÁ»É§ª ²¸Â¸¹²Á¾µ¸ÅÅ´º±‚¡›—o¶±Á¹³´§ji +˜Š“ˆ¬¶ÈµeÅÄÃÆ¨·‹¸°Âu~Ž«³»µ½¶ºg›™¤™¼µ¨‚ª¶¶ª³³ÁȦ²sÁµ¾À¹€»Ã¹¬Ä¯¹­±eÁ¸¥ºÄªÈ΋š‹ˆysÀ«³¸¯¹½k³¶É·¯µÇh¾Âº´»¯À¸·‰¼·¿°ÁÇ£¹»°Âu·«us ™³±¦¹f¹²Å´‹‡„~||ûºÆt®¶’Áµ€Â¯¸»Ä´À·oũɇ‡ +˜ª´µ·»¸µ¹³uÁúıª…À­Ãƒr€»¯½É·¨¤X“™Ä§­´­ƒ­»¼€ƒ…}¥r‰±Ãȹ¬Ä¶Â¹©rÁª«Â··Ç»‚¥”¤ž‰·ª£¡Ãºa¸«©¾½¸ÂÌt®´§½…»µÀ¸·Å÷½Á¹©Á®½Áb®¶~Å¯ª£¤Xﻪƒzy„…‰ÈǪ¸a·¬’ǵ€Â¶ÁǼÁÀ©…w¸¶Èt~ +¤·§¹·»¸µ¹³uÁúıª…À­Ãƒr€»¯½É·¨¤X“™Ä§­´­ƒ­»¼­£Æ¦¾ªÁƒ¾ÂȪ¹Ç¯Èª¶n¸­°ºÀ¼¶¾”§¥—‚¨¢«¹¹µe¹«¬ÀÁ·ÇÍe¯¯´·’ºµ±Åº‰Ë´Ä¹¸¼®¹·Â°e»¥‘¾¨›£•¬p¹ª¿«ƒ}{ˆ„ŽÉ¸«³n±¹‘ǦÅ¯Ç¸É½·¬ŠoÁ»·w‹ +˜ª´µ·»´ª¡¶¶ÂµeŽºº°ª‹„{w€rŠ|xii^mˆª³¯º²¬»n¶µ¹§­½¯’˜¹³Æ¾ÁºÅ³·h¶©‹Æ£€Â¢ÇÈŶªœmbî¶w +¤·§¹·»´ª¡¶¶ÂµeŽºº°ª‹„{w€rŠ|xii^mˆª³¯º²¬»n¶µ¹§­½¯’¤Æ¦Ê¾ÁºÅ³·h¶©‹Æ£€Â¢ÇÈŶªœmbî¶w +˜ª´µ·»´¡Í˜£¡ˆÇªÄĪºŠ±½¶£±º°Çɉœ«¢X™ª~·µµ½†³¯Çµ§§´³…¹ÄÁw‚††³v¾¦»À¼½Å¦‚źǹ°¨ +˜ª³°¥­·Àµ³¶²µ¹³n¸·Â·±¸²Å´ÅÁ„u¯’¤±´¥s©®„´½·Ç½¦²a±©ÉµÀ´¹’Á¼º´²¤¬½²²¸¯´±µ¸¹¬¬X£¡Ê«~yv†ÄÁ¸Æe¯¥‹»½É¶©±¹¾Á©·»´ƒ½¦Áƹ´Ä¥‘¨–œbœ ¥´«®´x diff --git a/DPM2016/bin/Release/DPM2018.application b/DPM2016/bin/Release/DPM2018.application index cbad83c..be60d38 100644 --- a/DPM2016/bin/Release/DPM2018.application +++ b/DPM2016/bin/Release/DPM2018.application @@ -7,14 +7,14 @@ - + - XDzRIMQjIMnfi8LGcYc3Es59FQpWdnAKl1nNNB7k4yU= + r9I4JOe32LBVFgcdaPPlVcvHP7zP2iJj3sPA+I9vPcc= diff --git a/DPM2016/bin/Release/DPM2018.exe b/DPM2016/bin/Release/DPM2018.exe index eb63700..fce22a5 100644 Binary files a/DPM2016/bin/Release/DPM2018.exe and b/DPM2016/bin/Release/DPM2018.exe differ diff --git a/DPM2016/bin/Release/DPM2018.exe.manifest b/DPM2016/bin/Release/DPM2018.exe.manifest index ff93547..7070bbf 100644 --- a/DPM2016/bin/Release/DPM2018.exe.manifest +++ b/DPM2016/bin/Release/DPM2018.exe.manifest @@ -161,50 +161,50 @@ - + - rPwG6TMSwXdQKqdmIt4MjEsGKyi7hL7HI3JBBJadKIA= + DRVR9BQmgKOelVyXVGVk5RXJfYpVrspq+CA4+XOfI/A= - - + + - 2U6bOkyGIdEx+eav8x86aZkeOhCsyZ4Bms/AufqQn8Y= + Q4G0ogKvbQzRIJzuroDUiWIrdBwZD46FuFb1mHdASHw= - + - wpAwxZO9F6GJFAWImOIhm+QET1EReXo76VvWNc7F4F8= + x6TKeRADnpG8iL/70WnGw1xisC+RBP+9WmhHQbG017E= - + - QZnddgw7fYoUdX8ZJTVvUGa3jUXm0KVe/iMOy4kKq3o= + ybdrHZO0BacH/7QbqvtfSecWyzFfJXyRv3MInd4Z/f0= diff --git a/DPM2016/bin/Release/DPM2018.pdb b/DPM2016/bin/Release/DPM2018.pdb index 91bf74f..f46d77e 100644 Binary files a/DPM2016/bin/Release/DPM2018.pdb and b/DPM2016/bin/Release/DPM2018.pdb differ diff --git a/DPM2016/bin/Release/DPM2018_Secure/DPM2018.exe b/DPM2016/bin/Release/DPM2018_Secure/DPM2018.exe index eb63700..e507f78 100644 Binary files a/DPM2016/bin/Release/DPM2018_Secure/DPM2018.exe and b/DPM2016/bin/Release/DPM2018_Secure/DPM2018.exe differ diff --git a/DPM2016/bin/Release/DPM2018_Secure/DPM2018.pdb b/DPM2016/bin/Release/DPM2018_Secure/DPM2018.pdb index 52d6194..54dd5fe 100644 Binary files a/DPM2016/bin/Release/DPM2018_Secure/DPM2018.pdb and b/DPM2016/bin/Release/DPM2018_Secure/DPM2018.pdb differ diff --git a/DPM2016/bin/Release/FastReport.Bars.dll b/DPM2016/bin/Release/FastReport.Bars.dll index 5e897f5..f2adc16 100644 Binary files a/DPM2016/bin/Release/FastReport.Bars.dll and b/DPM2016/bin/Release/FastReport.Bars.dll differ diff --git a/DPM2016/bin/Release/FastReport.Editor.dll b/DPM2016/bin/Release/FastReport.Editor.dll index 00920c5..f0ccf5a 100644 Binary files a/DPM2016/bin/Release/FastReport.Editor.dll and b/DPM2016/bin/Release/FastReport.Editor.dll differ diff --git a/DPM2016/bin/Release/FastReport.dll b/DPM2016/bin/Release/FastReport.dll index 7972272..313dcb7 100644 Binary files a/DPM2016/bin/Release/FastReport.dll and b/DPM2016/bin/Release/FastReport.dll differ diff --git a/DPM2016/bin/Release/SHUKeyGen.dll b/DPM2016/bin/Release/SHUKeyGen.dll index bf7e248..a2d8a5d 100644 Binary files a/DPM2016/bin/Release/SHUKeyGen.dll and b/DPM2016/bin/Release/SHUKeyGen.dll differ diff --git a/DPM2016/bin/Release/SHUKeyGen_Secure/SHUKeyGen.dll b/DPM2016/bin/Release/SHUKeyGen_Secure/SHUKeyGen.dll index bf7e248..a2d8a5d 100644 Binary files a/DPM2016/bin/Release/SHUKeyGen_Secure/SHUKeyGen.dll and b/DPM2016/bin/Release/SHUKeyGen_Secure/SHUKeyGen.dll differ diff --git a/DPM2016/bin/Release/SHUKeyGen_Secure/SHUKeyGen.pdb b/DPM2016/bin/Release/SHUKeyGen_Secure/SHUKeyGen.pdb index b238697..6652178 100644 Binary files a/DPM2016/bin/Release/SHUKeyGen_Secure/SHUKeyGen.pdb and b/DPM2016/bin/Release/SHUKeyGen_Secure/SHUKeyGen.pdb differ diff --git a/DPM2016/bin/Release/app.publish/DPM2018.exe b/DPM2016/bin/Release/app.publish/DPM2018.exe index f026b21..05d5237 100644 Binary files a/DPM2016/bin/Release/app.publish/DPM2018.exe and b/DPM2016/bin/Release/app.publish/DPM2018.exe differ diff --git a/DPM2016/obj/Debug/DPM2016.frmStammdaten.resources b/DPM2016/obj/Debug/DPM2016.frmStammdaten.resources index 21a87d3..cf00205 100644 Binary files a/DPM2016/obj/Debug/DPM2016.frmStammdaten.resources and b/DPM2016/obj/Debug/DPM2016.frmStammdaten.resources differ diff --git a/DPM2016/obj/Debug/DPM2016.vbproj.CoreCompileInputs.cache b/DPM2016/obj/Debug/DPM2016.vbproj.CoreCompileInputs.cache index 51df8c6..3bc69c6 100644 --- a/DPM2016/obj/Debug/DPM2016.vbproj.CoreCompileInputs.cache +++ b/DPM2016/obj/Debug/DPM2016.vbproj.CoreCompileInputs.cache @@ -1 +1 @@ -bdb0e9760a3439be5cb9103eeaaa7facdac0538d +b8691d0dd18cceb13c3773bb6e186248e884077e diff --git a/DPM2016/obj/Debug/DPM2016.vbproj.FileListAbsolute.txt b/DPM2016/obj/Debug/DPM2016.vbproj.FileListAbsolute.txt index cb7b9b9..9a97a69 100644 --- a/DPM2016/obj/Debug/DPM2016.vbproj.FileListAbsolute.txt +++ b/DPM2016/obj/Debug/DPM2016.vbproj.FileListAbsolute.txt @@ -107,5 +107,9 @@ E:\Software-Projekte\DPM\DPM2016\DPM2016\bin\Debug\Syncfusion.Compression.Base.x E:\Software-Projekte\DPM\DPM2016\DPM2016\bin\Debug\Syncfusion.Pdf.Base.xml E:\Software-Projekte\DPM\DPM2016\DPM2016\bin\Debug\Syncfusion.Shared.Base.xml E:\Software-Projekte\DPM\DPM2016\DPM2016\bin\Debug\Syncfusion.Shared.Windows.xml -E:\Software-Projekte\DPM\DPM2016\DPM2016\obj\Debug\DPM2016.vbprojResolveAssemblyReference.cache E:\Software-Projekte\DPM\DPM2016\DPM2016\bin\Debug\FastReport.xml +E:\Software-Projekte\DPM\DPM2016\DPM2016\bin\Debug\Syncfusion.PdfViewer.Windows.dll +E:\Software-Projekte\DPM\DPM2016\DPM2016\bin\Debug\PropertyGridEx.dll +E:\Software-Projekte\DPM\DPM2016\DPM2016\bin\Debug\PropertyGridEx.pdb +E:\Software-Projekte\DPM\DPM2016\DPM2016\bin\Debug\PropertyGridEx.xml +E:\Software-Projekte\DPM\DPM2016\DPM2016\obj\Debug\DPM2016.vbprojResolveAssemblyReference.cache diff --git a/DPM2016/obj/Debug/DPM2016.vbproj.GenerateResource.Cache b/DPM2016/obj/Debug/DPM2016.vbproj.GenerateResource.Cache index da5f7e1..25c962e 100644 Binary files a/DPM2016/obj/Debug/DPM2016.vbproj.GenerateResource.Cache and b/DPM2016/obj/Debug/DPM2016.vbproj.GenerateResource.Cache differ diff --git a/DPM2016/obj/Debug/DPM2016.vbprojResolveAssemblyReference.cache b/DPM2016/obj/Debug/DPM2016.vbprojResolveAssemblyReference.cache index 3937b4a..9c5b851 100644 Binary files a/DPM2016/obj/Debug/DPM2016.vbprojResolveAssemblyReference.cache and b/DPM2016/obj/Debug/DPM2016.vbprojResolveAssemblyReference.cache differ diff --git a/DPM2016/obj/Debug/DPM2018.application b/DPM2016/obj/Debug/DPM2018.application index 1dc62e1..61cd38b 100644 --- a/DPM2016/obj/Debug/DPM2018.application +++ b/DPM2016/obj/Debug/DPM2018.application @@ -7,14 +7,14 @@ - + - +bIQkBXvmXpPwDPNmYVKPROccXrRsA64OYFJKbgau50= + j6iOzVhg/wmUAnUdIIcsTQxiFzWd7Y6Umtx1txLmI1c= diff --git a/DPM2016/obj/Debug/DPM2018.exe b/DPM2016/obj/Debug/DPM2018.exe index a5994d2..f422f8a 100644 Binary files a/DPM2016/obj/Debug/DPM2018.exe and b/DPM2016/obj/Debug/DPM2018.exe differ diff --git a/DPM2016/obj/Debug/DPM2018.exe.manifest b/DPM2016/obj/Debug/DPM2018.exe.manifest index 15e95ab..0f6eb4a 100644 --- a/DPM2016/obj/Debug/DPM2018.exe.manifest +++ b/DPM2016/obj/Debug/DPM2018.exe.manifest @@ -52,11 +52,6 @@ - - - - - @@ -166,14 +161,14 @@ - + - 9ffgVCtaqcFBB7+VTkYr60EImPyXWmhUklRtY6m18NI= + GsZRKuwqk6Xf22e5r6oFfIc37kkzT/TEAJj+uJl3Gfw= @@ -381,6 +376,18 @@ + + + + + + + + + IIBVzhy6EYdd8gXI9sVU/NqxevRGxCADg9ULapTktOs= + + + diff --git a/DPM2016/obj/Debug/DPM2018.pdb b/DPM2016/obj/Debug/DPM2018.pdb index 661ff28..9167a02 100644 Binary files a/DPM2016/obj/Debug/DPM2018.pdb and b/DPM2016/obj/Debug/DPM2018.pdb differ diff --git a/DPM2016/obj/Debug/DesignTimeResolveAssemblyReferences.cache b/DPM2016/obj/Debug/DesignTimeResolveAssemblyReferences.cache index 1342685..796ff7c 100644 Binary files a/DPM2016/obj/Debug/DesignTimeResolveAssemblyReferences.cache and b/DPM2016/obj/Debug/DesignTimeResolveAssemblyReferences.cache differ diff --git a/DPM2016/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/DPM2016/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache index 72a7e88..5e0cd24 100644 Binary files a/DPM2016/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache and b/DPM2016/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/DPM2016/obj/Debug/dpm2018.exe.licenses b/DPM2016/obj/Debug/dpm2018.exe.licenses index 1463eef..acc2879 100644 Binary files a/DPM2016/obj/Debug/dpm2018.exe.licenses and b/DPM2016/obj/Debug/dpm2018.exe.licenses differ diff --git a/DPM2016/obj/Release/DPM2016.Benhandungdetail.resources b/DPM2016/obj/Release/DPM2016.Benhandungdetail.resources index c5f7a7b..78f3d00 100644 Binary files a/DPM2016/obj/Release/DPM2016.Benhandungdetail.resources and b/DPM2016/obj/Release/DPM2016.Benhandungdetail.resources differ diff --git a/DPM2016/obj/Release/DPM2016.Leistungen.resources b/DPM2016/obj/Release/DPM2016.Leistungen.resources index 8f776f6..96aa7bb 100644 Binary files a/DPM2016/obj/Release/DPM2016.Leistungen.resources and b/DPM2016/obj/Release/DPM2016.Leistungen.resources differ diff --git a/DPM2016/obj/Release/DPM2016.Mahnungen.resources b/DPM2016/obj/Release/DPM2016.Mahnungen.resources index 4412798..31a0759 100644 Binary files a/DPM2016/obj/Release/DPM2016.Mahnungen.resources and b/DPM2016/obj/Release/DPM2016.Mahnungen.resources differ diff --git a/DPM2016/obj/Release/DPM2016.clsStammdaten_Bez.resources b/DPM2016/obj/Release/DPM2016.clsStammdaten_Bez.resources index ecb4c1e..25d2b67 100644 Binary files a/DPM2016/obj/Release/DPM2016.clsStammdaten_Bez.resources and b/DPM2016/obj/Release/DPM2016.clsStammdaten_Bez.resources differ diff --git a/DPM2016/obj/Release/DPM2016.clsStammdaten_flat.resources b/DPM2016/obj/Release/DPM2016.clsStammdaten_flat.resources index 40abd5d..7e77b79 100644 Binary files a/DPM2016/obj/Release/DPM2016.clsStammdaten_flat.resources and b/DPM2016/obj/Release/DPM2016.clsStammdaten_flat.resources differ diff --git a/DPM2016/obj/Release/DPM2016.frmFakturierung.resources b/DPM2016/obj/Release/DPM2016.frmFakturierung.resources index edc7fc4..ba11096 100644 Binary files a/DPM2016/obj/Release/DPM2016.frmFakturierung.resources and b/DPM2016/obj/Release/DPM2016.frmFakturierung.resources differ diff --git a/DPM2016/obj/Release/DPM2016.frmFirma.resources b/DPM2016/obj/Release/DPM2016.frmFirma.resources index 38c60a4..39a5b3f 100644 Binary files a/DPM2016/obj/Release/DPM2016.frmFirma.resources and b/DPM2016/obj/Release/DPM2016.frmFirma.resources differ diff --git a/DPM2016/obj/Release/DPM2016.frmStammdaten.resources b/DPM2016/obj/Release/DPM2016.frmStammdaten.resources index 21a87d3..cf00205 100644 Binary files a/DPM2016/obj/Release/DPM2016.frmStammdaten.resources and b/DPM2016/obj/Release/DPM2016.frmStammdaten.resources differ diff --git a/DPM2016/obj/Release/DPM2016.frmSuche.resources b/DPM2016/obj/Release/DPM2016.frmSuche.resources index baea34c..299fdb9 100644 Binary files a/DPM2016/obj/Release/DPM2016.frmSuche.resources and b/DPM2016/obj/Release/DPM2016.frmSuche.resources differ diff --git a/DPM2016/obj/Release/DPM2016.vbproj.CoreCompileInputs.cache b/DPM2016/obj/Release/DPM2016.vbproj.CoreCompileInputs.cache index 892760c..3bc69c6 100644 --- a/DPM2016/obj/Release/DPM2016.vbproj.CoreCompileInputs.cache +++ b/DPM2016/obj/Release/DPM2016.vbproj.CoreCompileInputs.cache @@ -1 +1 @@ -c790a6b0a528455975721ab60e7f398255b148c4 +b8691d0dd18cceb13c3773bb6e186248e884077e diff --git a/DPM2016/obj/Release/DPM2016.vbproj.FileListAbsolute.txt b/DPM2016/obj/Release/DPM2016.vbproj.FileListAbsolute.txt index 18f3fb7..4b2e936 100644 --- a/DPM2016/obj/Release/DPM2016.vbproj.FileListAbsolute.txt +++ b/DPM2016/obj/Release/DPM2016.vbproj.FileListAbsolute.txt @@ -98,11 +98,9 @@ E:\Software-Projekte\DPM\DPM2016\DPM2016\bin\Release\Gnostice.Free.Documents.dll E:\Software-Projekte\DPM\DPM2016\DPM2016\bin\Release\Gnostice.XtremeFontEngine.4.0.dll E:\Software-Projekte\DPM\DPM2016\DPM2016\bin\Release\Gnostice.XtremeImageEngine.dll E:\Software-Projekte\DPM\DPM2016\DPM2016\bin\Release\Ionic.Zlib.dll -E:\Software-Projekte\DPM\DPM2016\DPM2016\bin\Release\Syncfusion.PdfViewer.Windows.dll E:\Software-Projekte\DPM\DPM2016\DPM2016\bin\Release\Ionic.Zip.Reduced.dll E:\Software-Projekte\DPM\DPM2016\DPM2016\bin\Release\Syncfusion.Compression.Base.xml E:\Software-Projekte\DPM\DPM2016\DPM2016\bin\Release\Syncfusion.Pdf.Base.xml -E:\Software-Projekte\DPM\DPM2016\DPM2016\bin\Release\Syncfusion.PdfViewer.Windows.xml E:\Software-Projekte\DPM\DPM2016\DPM2016\bin\Release\Syncfusion.Shared.Base.xml E:\Software-Projekte\DPM\DPM2016\DPM2016\bin\Release\Syncfusion.Shared.Windows.xml E:\Software-Projekte\DPM\DPM2016\DPM2016\obj\Release\DPM2016.clsDokumente.resources @@ -110,3 +108,8 @@ E:\Software-Projekte\DPM\DPM2016\DPM2016\obj\Release\DPM2016.dmstest.resources E:\Software-Projekte\DPM\DPM2016\DPM2016\obj\Release\DPM2016.DokumentDetail.resources E:\Software-Projekte\DPM\DPM2016\DPM2016\obj\Release\DPM2016.frmdokumentvorlagen.resources E:\Software-Projekte\DPM\DPM2016\DPM2016\obj\Release\DPM2016.frmImportVorlage.resources +E:\Software-Projekte\DPM\DPM2016\DPM2016\bin\Release\FastReport.xml +E:\Software-Projekte\DPM\DPM2016\DPM2016\bin\Release\PropertyGridEx.dll +E:\Software-Projekte\DPM\DPM2016\DPM2016\bin\Release\Syncfusion.PdfViewer.Windows.dll +E:\Software-Projekte\DPM\DPM2016\DPM2016\bin\Release\PropertyGridEx.pdb +E:\Software-Projekte\DPM\DPM2016\DPM2016\bin\Release\PropertyGridEx.xml diff --git a/DPM2016/obj/Release/DPM2016.vbproj.GenerateResource.cache b/DPM2016/obj/Release/DPM2016.vbproj.GenerateResource.cache index dec1180..143ab9a 100644 Binary files a/DPM2016/obj/Release/DPM2016.vbproj.GenerateResource.cache and b/DPM2016/obj/Release/DPM2016.vbproj.GenerateResource.cache differ diff --git a/DPM2016/obj/Release/DPM2016.vbprojResolveAssemblyReference.cache b/DPM2016/obj/Release/DPM2016.vbprojResolveAssemblyReference.cache index de7b228..b61a4f4 100644 Binary files a/DPM2016/obj/Release/DPM2016.vbprojResolveAssemblyReference.cache and b/DPM2016/obj/Release/DPM2016.vbprojResolveAssemblyReference.cache differ diff --git a/DPM2016/obj/Release/DPM2018.application b/DPM2016/obj/Release/DPM2018.application index cbad83c..be60d38 100644 --- a/DPM2016/obj/Release/DPM2018.application +++ b/DPM2016/obj/Release/DPM2018.application @@ -7,14 +7,14 @@ - + - XDzRIMQjIMnfi8LGcYc3Es59FQpWdnAKl1nNNB7k4yU= + r9I4JOe32LBVFgcdaPPlVcvHP7zP2iJj3sPA+I9vPcc= diff --git a/DPM2016/obj/Release/DPM2018.exe b/DPM2016/obj/Release/DPM2018.exe index 83f4a0c..fce22a5 100644 Binary files a/DPM2016/obj/Release/DPM2018.exe and b/DPM2016/obj/Release/DPM2018.exe differ diff --git a/DPM2016/obj/Release/DPM2018.exe.manifest b/DPM2016/obj/Release/DPM2018.exe.manifest index ff93547..7070bbf 100644 --- a/DPM2016/obj/Release/DPM2018.exe.manifest +++ b/DPM2016/obj/Release/DPM2018.exe.manifest @@ -161,50 +161,50 @@ - + - rPwG6TMSwXdQKqdmIt4MjEsGKyi7hL7HI3JBBJadKIA= + DRVR9BQmgKOelVyXVGVk5RXJfYpVrspq+CA4+XOfI/A= - - + + - 2U6bOkyGIdEx+eav8x86aZkeOhCsyZ4Bms/AufqQn8Y= + Q4G0ogKvbQzRIJzuroDUiWIrdBwZD46FuFb1mHdASHw= - + - wpAwxZO9F6GJFAWImOIhm+QET1EReXo76VvWNc7F4F8= + x6TKeRADnpG8iL/70WnGw1xisC+RBP+9WmhHQbG017E= - + - QZnddgw7fYoUdX8ZJTVvUGa3jUXm0KVe/iMOy4kKq3o= + ybdrHZO0BacH/7QbqvtfSecWyzFfJXyRv3MInd4Z/f0= diff --git a/DPM2016/obj/Release/DPM2018.pdb b/DPM2016/obj/Release/DPM2018.pdb index 91bf74f..f46d77e 100644 Binary files a/DPM2016/obj/Release/DPM2018.pdb and b/DPM2016/obj/Release/DPM2018.pdb differ diff --git a/DPM2016/obj/Release/DesignTimeResolveAssemblyReferences.cache b/DPM2016/obj/Release/DesignTimeResolveAssemblyReferences.cache index 29b9c4a..794811a 100644 Binary files a/DPM2016/obj/Release/DesignTimeResolveAssemblyReferences.cache and b/DPM2016/obj/Release/DesignTimeResolveAssemblyReferences.cache differ diff --git a/DPM2016/obj/Release/dpm2018.exe.licenses b/DPM2016/obj/Release/dpm2018.exe.licenses index 94fbc1c..933f66b 100644 Binary files a/DPM2016/obj/Release/dpm2018.exe.licenses and b/DPM2016/obj/Release/dpm2018.exe.licenses differ