IDS, Kundebearbeiten, Creditsafe, MDMAuswertung, etc.
This commit is contained in:
@@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
|
|||||||
' übernehmen, indem Sie "*" eingeben:
|
' übernehmen, indem Sie "*" eingeben:
|
||||||
' <Assembly: AssemblyVersion("1.0.*")>
|
' <Assembly: AssemblyVersion("1.0.*")>
|
||||||
|
|
||||||
<Assembly: AssemblyVersion("1.4.5.5")>
|
<Assembly: AssemblyVersion("1.4.5.6")>
|
||||||
<Assembly: AssemblyFileVersion("1.4.5.5")>
|
<Assembly: AssemblyFileVersion("1.4.5.6")>
|
||||||
|
|||||||
4
SDL/kunden/frmKundenblatt.Designer.vb
generated
4
SDL/kunden/frmKundenblatt.Designer.vb
generated
@@ -2446,7 +2446,7 @@ Partial Class frmKundenblatt
|
|||||||
'
|
'
|
||||||
Me.btnFirmendatenFormularSpeichern.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
Me.btnFirmendatenFormularSpeichern.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||||||
Me.btnFirmendatenFormularSpeichern.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
Me.btnFirmendatenFormularSpeichern.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
||||||
Me.btnFirmendatenFormularSpeichern.Location = New System.Drawing.Point(-2813, 18)
|
Me.btnFirmendatenFormularSpeichern.Location = New System.Drawing.Point(568, 3)
|
||||||
Me.btnFirmendatenFormularSpeichern.Name = "btnFirmendatenFormularSpeichern"
|
Me.btnFirmendatenFormularSpeichern.Name = "btnFirmendatenFormularSpeichern"
|
||||||
Me.btnFirmendatenFormularSpeichern.Size = New System.Drawing.Size(71, 52)
|
Me.btnFirmendatenFormularSpeichern.Size = New System.Drawing.Size(71, 52)
|
||||||
Me.btnFirmendatenFormularSpeichern.TabIndex = 17
|
Me.btnFirmendatenFormularSpeichern.TabIndex = 17
|
||||||
@@ -2724,7 +2724,7 @@ Partial Class frmKundenblatt
|
|||||||
'
|
'
|
||||||
Me.cntxtCntxtMDM.ImageScalingSize = New System.Drawing.Size(24, 24)
|
Me.cntxtCntxtMDM.ImageScalingSize = New System.Drawing.Size(24, 24)
|
||||||
Me.cntxtCntxtMDM.Name = "cntxtCntxtMDM"
|
Me.cntxtCntxtMDM.Name = "cntxtCntxtMDM"
|
||||||
Me.cntxtCntxtMDM.OwnerItem = Me.ToolStripMenuItem4
|
Me.cntxtCntxtMDM.OwnerItem = Me.ToolStripMenuItem8
|
||||||
Me.cntxtCntxtMDM.Size = New System.Drawing.Size(61, 4)
|
Me.cntxtCntxtMDM.Size = New System.Drawing.Size(61, 4)
|
||||||
Me.cntxtCntxtMDM.Text = "cntxtMDM"
|
Me.cntxtCntxtMDM.Text = "cntxtMDM"
|
||||||
'
|
'
|
||||||
|
|||||||
@@ -195,11 +195,17 @@ Public Class usrCntlIDSPreise
|
|||||||
|
|
||||||
|
|
||||||
Case "KOR"
|
Case "KOR"
|
||||||
|
If SQL_WHERE <> "" Then
|
||||||
|
SQL_WHERE = SQL_WHERE.Replace("tbl_IDS_Rechenwerte.", "")
|
||||||
|
End If
|
||||||
|
|
||||||
SQL_ = "SELECT tbl_IDS_Kunden_ohne_Rabatt.CustomerCode, tbl_IDS_Kunden_ohne_Rabatt.Zeitstempel, tbl_IDS_Kunden_ohne_Rabatt.Sachbearbeiter
|
SQL_ = "SELECT tbl_IDS_Kunden_ohne_Rabatt.CustomerCode, tbl_IDS_Kunden_ohne_Rabatt.Zeitstempel, tbl_IDS_Kunden_ohne_Rabatt.Sachbearbeiter
|
||||||
FROM tbl_IDS_Kunden_ohne_Rabatt
|
FROM tbl_IDS_Kunden_ohne_Rabatt
|
||||||
WHERE 1 = 1 " & SQL_WHERE & "
|
WHERE 1 = 1 " & SQL_WHERE & "
|
||||||
ORDER BY tbl_IDS_Kunden_ohne_Rabatt.CustomerCode;"
|
ORDER BY tbl_IDS_Kunden_ohne_Rabatt.CustomerCode;"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
End Select
|
End Select
|
||||||
|
|
||||||
If SQL_ = "" Then Exit Sub
|
If SQL_ = "" Then Exit Sub
|
||||||
@@ -222,59 +228,6 @@ Public Class usrCntlIDSPreise
|
|||||||
VERAG_PROG_ALLGEMEIN.cErrorHandler.ERR(ex.Message, ex.StackTrace, System.Reflection.MethodInfo.GetCurrentMethod.Name)
|
VERAG_PROG_ALLGEMEIN.cErrorHandler.ERR(ex.Message, ex.StackTrace, System.Reflection.MethodInfo.GetCurrentMethod.Name)
|
||||||
End Try
|
End Try
|
||||||
|
|
||||||
'If edit Then
|
|
||||||
|
|
||||||
' Select Case cbxTypes._value
|
|
||||||
' Case "L"
|
|
||||||
' SQL_ = "SELECT tbl_IDS_Rechenwerte.ID as ID, tbl_IDS_Rechenwerte.OutletCountryCode,tbl_IDS_Länder.OutletCountry, tbl_IDS_Rechenwerte.ProductTypeCode,tbl_IDS_Produkte.ProductDescription, tbl_IDS_Rechenwerte.Rechenwert, tbl_IDS_Rechenwerte.Kz, tbl_IDS_Rechenwerte.KategorieNr, tbl_IDS_Rechenwerte.Zeitstempel, tbl_IDS_Rechenwerte.Sachbearbeiter
|
|
||||||
' FROM tbl_IDS_Produkte INNER JOIN (tbl_IDS_Länder INNER JOIN tbl_IDS_Rechenwerte ON tbl_IDS_Länder.OutletCountryCode = tbl_IDS_Rechenwerte.OutletCountryCode) ON tbl_IDS_Produkte.ProductTypeCode = tbl_IDS_Rechenwerte.ProductTypeCode
|
|
||||||
' WHERE (((tbl_IDS_Rechenwerte.OutletCode) Is Null) AND ((tbl_IDS_Rechenwerte.CustomerCode) Is Null) " & IIf(OutletCountryCode > 0, " AND tbl_IDS_Rechenwerte.OutletCountryCode = " & OutletCountryCode & ") ", ") ") & SQL_WHERE & "
|
|
||||||
' ORDER BY tbl_IDS_Länder.OutletCountry, tbl_IDS_Rechenwerte.OutletCountryCode, tbl_IDS_Produkte.ProductDescription, tbl_IDS_Rechenwerte.ProductTypeCode;"
|
|
||||||
|
|
||||||
' Case "LS"
|
|
||||||
' SQL_ = "SELECT tbl_IDS_Rechenwerte.ID as ID,tbl_IDS_Rechenwerte.OutletCountryCode, tbl_IDS_Länder.OutletCountry, tbl_IDS_Rechenwerte.OutletCode, tbl_IDS_Stationen.OutletName,tbl_IDS_Rechenwerte.ProductTypeCode, tbl_IDS_Produkte.ProductDescription, tbl_IDS_Rechenwerte.Rechenwert, tbl_IDS_Rechenwerte.Kz, tbl_IDS_Rechenwerte.KategorieNr, tbl_IDS_Rechenwerte.Zeitstempel, tbl_IDS_Rechenwerte.Sachbearbeiter
|
|
||||||
' FROM tbl_IDS_Produkte
|
|
||||||
' INNER JOIN (tbl_IDS_Länder
|
|
||||||
' INNER JOIN (tbl_IDS_Stationen
|
|
||||||
' INNER JOIN tbl_IDS_Rechenwerte ON (tbl_IDS_Stationen.OutletCountryCode = tbl_IDS_Rechenwerte.OutletCountryCode) AND (tbl_IDS_Stationen.OutletCode = tbl_IDS_Rechenwerte.OutletCode)) ON tbl_IDS_Länder.OutletCountryCode = tbl_IDS_Rechenwerte.OutletCountryCode)
|
|
||||||
' ON tbl_IDS_Produkte.ProductTypeCode = tbl_IDS_Rechenwerte.ProductTypeCode
|
|
||||||
' WHERE (((tbl_IDS_Rechenwerte.OutletCode) Is Not Null) AND ((tbl_IDS_Rechenwerte.CustomerCode) Is Null) " & IIf(OutletCountryCode > 0, " AND tbl_IDS_Rechenwerte.OutletCountryCode = " & OutletCountryCode & ") ", ") ") & SQL_WHERE & "
|
|
||||||
' ORDER BY tbl_IDS_Länder.OutletCountry, tbl_IDS_Rechenwerte.OutletCountryCode, tbl_IDS_Stationen.OutletName, tbl_IDS_Rechenwerte.OutletCode, tbl_IDS_Produkte.ProductDescription, tbl_IDS_Rechenwerte.ProductTypeCode;"
|
|
||||||
|
|
||||||
' Case "LK"
|
|
||||||
|
|
||||||
' FUNC.dgvCellToCbo(dgvIDSData, 1, "OutletCountryCode", "OutletCountryCode", " SELECT [OutletCountryCode], OutletCountry FROM [tbl_IDS_Länder] ORDER BY OutletCountry ", "FMZOLL", 150)
|
|
||||||
' 'FUNC.dgvCellToCbo(dgvOfferteDetails, 5, "BGebLeist.", "BGebLeistungsNr", " SELECT [LeistungsNr], CAST(LeistungsNr as varchar(3)) + ' - ' + [LeistungsBez] as LeistungsBez FROM [Leistungen] ORDER BY [LeistungsNr] ", "FMZOLL", 250)
|
|
||||||
|
|
||||||
' Case "LSK"
|
|
||||||
' SQL_ = "SELECT tbl_IDS_Rechenwerte.ID as ID,tbl_IDS_Rechenwerte.OutletCountryCode, tbl_IDS_Länder.OutletCountry,tbl_IDS_Rechenwerte.OutletCode, tbl_IDS_Stationen.OutletName, tbl_IDS_Rechenwerte.CustomerCode,Adressen.Ordnungsbegriff AS CustomerName, tbl_IDS_Rechenwerte.ProductTypeCode, tbl_IDS_Produkte.ProductDescription, tbl_IDS_Rechenwerte.Rechenwert, tbl_IDS_Rechenwerte.Kz, tbl_IDS_Rechenwerte.KategorieNr, tbl_IDS_Rechenwerte.Zeitstempel, tbl_IDS_Rechenwerte.Sachbearbeiter
|
|
||||||
' FROM tbl_IDS_Produkte INNER JOIN (tbl_IDS_Länder INNER JOIN (Adressen INNER JOIN (tbl_IDS_Stationen INNER JOIN tbl_IDS_Rechenwerte ON (tbl_IDS_Stationen.OutletCountryCode = tbl_IDS_Rechenwerte.OutletCountryCode) AND (tbl_IDS_Stationen.OutletCode = tbl_IDS_Rechenwerte.OutletCode)) ON Adressen.AdressenNr = tbl_IDS_Rechenwerte.CustomerCode) ON tbl_IDS_Länder.OutletCountryCode = tbl_IDS_Rechenwerte.OutletCountryCode) ON tbl_IDS_Produkte.ProductTypeCode = tbl_IDS_Rechenwerte.ProductTypeCode
|
|
||||||
' WHERE (((tbl_IDS_Rechenwerte.OutletCode) Is Not Null) AND ((tbl_IDS_Rechenwerte.CustomerCode) Is Not Null) " & IIf(OutletCountryCode > 0, " AND tbl_IDS_Rechenwerte.OutletCountryCode = " & OutletCountryCode & ") ", ") ") & SQL_WHERE & "
|
|
||||||
' ORDER BY tbl_IDS_Länder.OutletCountry, tbl_IDS_Rechenwerte.OutletCountryCode, tbl_IDS_Stationen.OutletName, tbl_IDS_Rechenwerte.OutletCode, Adressen.Ordnungsbegriff, tbl_IDS_Rechenwerte.CustomerCode, tbl_IDS_Produkte.ProductDescription, tbl_IDS_Rechenwerte.ProductTypeCode;"
|
|
||||||
|
|
||||||
' Case "KRW"
|
|
||||||
' SQL_ = "SELECT tbl_IDS_Kategorien_Rechenwerte.ID as ID, tbl_IDS_Kategorien_Rechenwerte.KategorieNr, tbl_IDS_Kategorien_Rechenwerte.ProductTypeCode, tbl_IDS_Produkte.ProductDescription, tbl_IDS_Kategorien_Rechenwerte.Rechenwert, tbl_IDS_Kategorien_Rechenwerte.Zeitstempel, tbl_IDS_Kategorien_Rechenwerte.Sachbearbeiter
|
|
||||||
' FROM tbl_IDS_Produkte INNER JOIN tbl_IDS_Kategorien_Rechenwerte ON tbl_IDS_Produkte.ProductTypeCode = tbl_IDS_Kategorien_Rechenwerte.ProductTypeCode
|
|
||||||
' WHERE 1 = 1 " & SQL_WHERE & "
|
|
||||||
' ORDER BY tbl_IDS_Kategorien_Rechenwerte.KategorieNr, tbl_IDS_Kategorien_Rechenwerte.ProductTypeCode;"
|
|
||||||
|
|
||||||
|
|
||||||
' Case "KOR"
|
|
||||||
' SQL_ = "SELECT tbl_IDS_Kunden_ohne_Rabatt.CustomerCode, tbl_IDS_Kunden_ohne_Rabatt.Zeitstempel, tbl_IDS_Kunden_ohne_Rabatt.Sachbearbeiter
|
|
||||||
' FROM tbl_IDS_Kunden_ohne_Rabatt
|
|
||||||
' WHERE 1 = 1 " & SQL_WHERE & "
|
|
||||||
' ORDER BY tbl_IDS_Kunden_ohne_Rabatt.CustomerCode;"
|
|
||||||
|
|
||||||
' End Select
|
|
||||||
'End If
|
|
||||||
|
|
||||||
|
|
||||||
'.DataSource = SQL.loadDgvBySql(" SELECT [LeistungsNr],[LeistungsBez],[BerechnungsartNr],[Preis],[Anzahl],[BGebLeistungsNr],[BGebProzent],[BGebMinBetrag],[Eingegeben am],[Geändert am],[Sachbearbeiter],[PreisänderungProzent],[PreisAlt],[Preisänderung] " &
|
|
||||||
' " FROM [Offertenpositionen] " &
|
|
||||||
' " WHERE KundenNr='" & kdNr & "' and OffertenNr='" & OffertenNr & "' ORDER BY LeistungsNr ", "FMZOLL")
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
If .Columns.Contains("ID") Then .Columns("ID").Visible = False
|
If .Columns.Contains("ID") Then .Columns("ID").Visible = False
|
||||||
If .Columns.Contains("Kz") Then .Columns("Kz").Width = 25
|
If .Columns.Contains("Kz") Then .Columns("Kz").Width = 25
|
||||||
|
|
||||||
@@ -313,12 +266,6 @@ Public Class usrCntlIDSPreise
|
|||||||
Dim filter As String = ""
|
Dim filter As String = ""
|
||||||
Dim andstr As String = ""
|
Dim andstr As String = ""
|
||||||
|
|
||||||
'fehler bei:
|
|
||||||
'OutletCountryCode
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
If dgvFILTER.RowCount > 0 Then
|
If dgvFILTER.RowCount > 0 Then
|
||||||
For Each c As DataGridViewCell In dgvFILTER.Rows(0).Cells
|
For Each c As DataGridViewCell In dgvFILTER.Rows(0).Cells
|
||||||
If c.Value IsNot DBNull.Value Then
|
If c.Value IsNot DBNull.Value Then
|
||||||
@@ -518,20 +465,96 @@ Public Class usrCntlIDSPreise
|
|||||||
If currentIDS IsNot Nothing Then
|
If currentIDS IsNot Nothing Then
|
||||||
currentIDS.Sachbearbeiter = VERAG_PROG_ALLGEMEIN.cAllgemein.USRKURZNAME
|
currentIDS.Sachbearbeiter = VERAG_PROG_ALLGEMEIN.cAllgemein.USRKURZNAME
|
||||||
currentIDS.Zeitstempel = Now
|
currentIDS.Zeitstempel = Now
|
||||||
DGVHasChaged = True
|
|
||||||
If currentIDS.SAVE() Then
|
|
||||||
|
|
||||||
If dgvIDS.SelectedCells.Count > 0 Then
|
Select Case cbxTypes._value
|
||||||
|
Case "L"
|
||||||
|
Select Case dgvIDSData.CurrentCell.ColumnIndex
|
||||||
|
Case 5 : If dgvIDSData.CurrentCell.Value IsNot Nothing AndAlso IsNumeric(dgvIDSData.CurrentCell.Value) Then
|
||||||
|
currentIDS.Rechenwert = CDbl(dgvIDSData.CurrentCell.Value)
|
||||||
|
DGVHasChaged = True
|
||||||
|
End If
|
||||||
|
Case 6 : If dgvIDSData.CurrentCell.Value IsNot Nothing AndAlso dgvIDSData.CurrentCell.Value <> "" AndAlso (dgvIDSData.CurrentCell.Value = "R" Or dgvIDSData.CurrentCell.Value = "P") Then
|
||||||
|
currentIDS.Kz = dgvIDSData.CurrentCell.Value.ToString
|
||||||
|
DGVHasChaged = True
|
||||||
|
End If
|
||||||
|
Case 7 : If dgvIDSData.CurrentCell.Value IsNot Nothing AndAlso IsNumeric(dgvIDSData.CurrentCell.Value) Then
|
||||||
|
currentIDS.KategorieNr = dgvIDSData.CurrentCell.Value.ToString
|
||||||
|
DGVHasChaged = True
|
||||||
|
Else
|
||||||
|
currentIDS.KategorieNr = Nothing
|
||||||
|
DGVHasChaged = True
|
||||||
|
End If
|
||||||
|
End Select
|
||||||
|
|
||||||
|
Case "LK", "LS"
|
||||||
|
|
||||||
|
Select Case dgvIDSData.CurrentCell.ColumnIndex
|
||||||
|
Case 7 : If dgvIDSData.CurrentCell.Value IsNot Nothing AndAlso IsNumeric(dgvIDSData.CurrentCell.Value) Then
|
||||||
|
currentIDS.Rechenwert = CDbl(dgvIDSData.CurrentCell.Value)
|
||||||
|
DGVHasChaged = True
|
||||||
|
End If
|
||||||
|
Case 8 : If dgvIDSData.CurrentCell.Value IsNot Nothing AndAlso dgvIDSData.CurrentCell.Value <> "" AndAlso (dgvIDSData.CurrentCell.Value = "R" Or dgvIDSData.CurrentCell.Value = "P") Then
|
||||||
|
currentIDS.Kz = dgvIDSData.CurrentCell.Value.ToString
|
||||||
|
DGVHasChaged = True
|
||||||
|
End If
|
||||||
|
Case 9 : If dgvIDSData.CurrentCell.Value IsNot Nothing AndAlso IsNumeric(dgvIDSData.CurrentCell.Value) Then
|
||||||
|
currentIDS.KategorieNr = dgvIDSData.CurrentCell.Value.ToString
|
||||||
|
DGVHasChaged = True
|
||||||
|
Else
|
||||||
|
currentIDS.KategorieNr = Nothing
|
||||||
|
DGVHasChaged = True
|
||||||
|
End If
|
||||||
|
End Select
|
||||||
|
|
||||||
|
Case "LSK"
|
||||||
|
|
||||||
|
Select Case dgvIDSData.CurrentCell.ColumnIndex
|
||||||
|
Case 9 : If dgvIDSData.CurrentCell.Value IsNot Nothing AndAlso IsNumeric(dgvIDSData.CurrentCell.Value) Then
|
||||||
|
currentIDS.Rechenwert = CDbl(dgvIDSData.CurrentCell.Value)
|
||||||
|
DGVHasChaged = True
|
||||||
|
End If
|
||||||
|
Case 10 : If dgvIDSData.CurrentCell.Value IsNot Nothing AndAlso dgvIDSData.CurrentCell.Value <> "" AndAlso (dgvIDSData.CurrentCell.Value = "R" Or dgvIDSData.CurrentCell.Value = "P") Then
|
||||||
|
currentIDS.Kz = dgvIDSData.CurrentCell.Value.ToString
|
||||||
|
DGVHasChaged = True
|
||||||
|
End If
|
||||||
|
|
||||||
|
Case 11 : If dgvIDSData.CurrentCell.Value IsNot Nothing AndAlso IsNumeric(dgvIDSData.CurrentCell.Value) Then
|
||||||
|
currentIDS.KategorieNr = dgvIDSData.CurrentCell.Value.ToString
|
||||||
|
DGVHasChaged = True
|
||||||
|
Else
|
||||||
|
currentIDS.KategorieNr = Nothing
|
||||||
|
DGVHasChaged = True
|
||||||
|
End If
|
||||||
|
End Select
|
||||||
|
|
||||||
|
Case "KRW"
|
||||||
|
|
||||||
|
Select Case dgvIDSData.CurrentCell.ColumnIndex
|
||||||
|
Case 4 : If dgvIDSData.CurrentCell.Value IsNot Nothing AndAlso dgvIDSData.CurrentCell.Value <> "" AndAlso (dgvIDSData.CurrentCell.Value = "R" Or dgvIDSData.CurrentCell.Value = "P") Then
|
||||||
|
currentIDS.Kz = dgvIDSData.CurrentCell.Value.ToString
|
||||||
|
DGVHasChaged = True
|
||||||
|
End If
|
||||||
|
End Select
|
||||||
|
|
||||||
|
|
||||||
|
End Select
|
||||||
|
|
||||||
|
If DGVHasChaged Then
|
||||||
|
|
||||||
|
If currentIDS.SAVE() Then
|
||||||
|
|
||||||
|
If dgvIDS.SelectedCells.Count > 0 Then
|
||||||
|
|
||||||
|
If dgvIDS.SelectedCells(0).RowIndex > -1 AndAlso dgvIDS.Rows(dgvIDS.SelectedCells(0).RowIndex).Cells("OutletCountryCode").Value > 0 Then
|
||||||
|
initDGVDieselpreiseDetails(dgvIDS.Rows(dgvIDS.SelectedCells(0).RowIndex).Cells("OutletCountryCode").Value)
|
||||||
|
End If
|
||||||
|
|
||||||
|
Else
|
||||||
|
initDGVDieselpreiseDetails()
|
||||||
|
|
||||||
If dgvIDS.SelectedCells(0).RowIndex > -1 AndAlso dgvIDS.Rows(dgvIDS.SelectedCells(0).RowIndex).Cells("OutletCountryCode").Value > 0 Then
|
|
||||||
initDGVDieselpreiseDetails(dgvIDS.Rows(dgvIDS.SelectedCells(0).RowIndex).Cells("OutletCountryCode").Value)
|
|
||||||
End If
|
End If
|
||||||
|
|
||||||
Else
|
|
||||||
initDGVDieselpreiseDetails()
|
|
||||||
|
|
||||||
End If
|
End If
|
||||||
|
|
||||||
End If
|
End If
|
||||||
End If
|
End If
|
||||||
End If
|
End If
|
||||||
@@ -968,29 +991,47 @@ Public Class usrCntlIDSPreise
|
|||||||
Private Sub btnAdd_Click(sender As Object, e As EventArgs) Handles btnAdd.Click
|
Private Sub btnAdd_Click(sender As Object, e As EventArgs) Handles btnAdd.Click
|
||||||
|
|
||||||
If dgvIDSData.Rows.Count = 0 Then
|
If dgvIDSData.Rows.Count = 0 Then
|
||||||
If vbYes = MsgBox("Möchten Sie den die oben angegebenen Werte in die Datenbank eintragen?", vbYesNoCancel) Then
|
If vbYes = MsgBox("Möchten Sie den die oben angegebenen Werte für " & cbxTypes.SelectedItem.ToString & " in die Datenbank eintragen?", vbYesNoCancel) Then
|
||||||
|
|
||||||
Dim newIDS As New VERAG_PROG_ALLGEMEIN.cIDSDieselpreisRW()
|
Select Case cbxTypes._value
|
||||||
Dim OutletCountryCode As Integer = -1
|
|
||||||
If dgvFILTER.Columns.Contains("CustomerCode") AndAlso dgvFILTER.Rows(0).Cells("CustomerCode").Value IsNot Nothing AndAlso IsNumeric(dgvFILTER.Rows(0).Cells("CustomerCode").Value) Then newIDS.CustomerCode = dgvFILTER.Rows(0).Cells("CustomerCode").Value
|
|
||||||
If dgvFILTER.Columns.Contains("OutletCode") AndAlso dgvFILTER.Rows(0).Cells("OutletCode").Value IsNot Nothing AndAlso IsNumeric(dgvFILTER.Rows(0).Cells("OutletCode").Value) Then newIDS.OutletCode = dgvFILTER.Rows(0).Cells("OutletCode").Value
|
|
||||||
If dgvFILTER.Columns.Contains("OutletCountryCode") AndAlso dgvFILTER.Rows(0).Cells("OutletCountryCode").Value IsNot Nothing AndAlso IsNumeric(dgvFILTER.Rows(0).Cells("OutletCountryCode").Value) Then
|
|
||||||
newIDS.OutletCountryCode = dgvFILTER.Rows(0).Cells("OutletCountryCode").Value
|
|
||||||
OutletCountryCode = dgvFILTER.Rows(0).Cells("OutletCountryCode").Value
|
|
||||||
End If
|
|
||||||
If dgvFILTER.Columns.Contains("ProductTypeCode") AndAlso dgvFILTER.Rows(0).Cells("ProductTypeCode").Value IsNot Nothing AndAlso IsNumeric(dgvFILTER.Rows(0).Cells("ProductTypeCode").Value) Then newIDS.ProductTypeCode = dgvFILTER.Rows(0).Cells("ProductTypeCode").Value
|
|
||||||
If dgvFILTER.Columns.Contains("Rechenwert") AndAlso dgvFILTER.Rows(0).Cells("Rechenwert").Value IsNot Nothing AndAlso IsNumeric(dgvFILTER.Rows(0).Cells("Rechenwert").Value) Then newIDS.Rechenwert = dgvFILTER.Rows(0).Cells("Rechenwert").Value
|
|
||||||
If dgvFILTER.Columns.Contains("KategorieNr") AndAlso dgvFILTER.Rows(0).Cells("KategorieNr").Value IsNot Nothing AndAlso IsNumeric(dgvFILTER.Rows(0).Cells("KategorieNr").Value) Then newIDS.KategorieNr = dgvFILTER.Rows(0).Cells("KategorieNr").Value
|
|
||||||
If dgvFILTER.Columns.Contains("Kz") AndAlso dgvFILTER.Rows(0).Cells("Kz").Value IsNot Nothing AndAlso dgvFILTER.Rows(0).Cells("Kz").Value <> "" Then newIDS.Kz = dgvFILTER.Rows(0).Cells("Kz").Value
|
|
||||||
|
|
||||||
newIDS.Sachbearbeiter = VERAG_PROG_ALLGEMEIN.cAllgemein.USRKURZNAME
|
Case "KOR"
|
||||||
newIDS.Zeitstempel = Now
|
If dgvFILTER.Columns.Contains("CustomerCode") AndAlso dgvFILTER.Rows(0).Cells("CustomerCode").Value IsNot Nothing AndAlso IsNumeric(dgvFILTER.Rows(0).Cells("CustomerCode").Value) Then
|
||||||
|
Dim CustomerCode As Integer = dgvFILTER.Rows(0).Cells("CustomerCode").Value
|
||||||
|
|
||||||
If newIDS.SAVE() Then
|
|
||||||
MsgBox("Eintrag wurde gespeichert!")
|
|
||||||
initDGVDieselpreiseDetails(OutletCountryCode, True)
|
|
||||||
|
|
||||||
End If
|
If SQL.doSQL("INSERT INTO [tbl_IDS_Kunden_ohne_Rabatt] ([CustomerCode],[Zeitstempel],[Sachbearbeiter])
|
||||||
|
VALUES ('" & CustomerCode & "','" & Now() & "','" & VERAG_PROG_ALLGEMEIN.cAllgemein.USRKURZNAME & "')", "FMZOLL") Then
|
||||||
|
MsgBox("Eintrag wurde gespeichert!")
|
||||||
|
initDGVDieselpreiseDetails(-1, True)
|
||||||
|
End If
|
||||||
|
End If
|
||||||
|
Case Else
|
||||||
|
|
||||||
|
|
||||||
|
Dim newIDS As New VERAG_PROG_ALLGEMEIN.cIDSDieselpreisRW()
|
||||||
|
Dim OutletCountryCode As Integer = -1
|
||||||
|
If dgvFILTER.Columns.Contains("CustomerCode") AndAlso dgvFILTER.Rows(0).Cells("CustomerCode").Value IsNot Nothing AndAlso IsNumeric(dgvFILTER.Rows(0).Cells("CustomerCode").Value) Then newIDS.CustomerCode = dgvFILTER.Rows(0).Cells("CustomerCode").Value
|
||||||
|
If dgvFILTER.Columns.Contains("OutletCode") AndAlso dgvFILTER.Rows(0).Cells("OutletCode").Value IsNot Nothing AndAlso IsNumeric(dgvFILTER.Rows(0).Cells("OutletCode").Value) Then newIDS.OutletCode = dgvFILTER.Rows(0).Cells("OutletCode").Value
|
||||||
|
If dgvFILTER.Columns.Contains("OutletCountryCode") AndAlso dgvFILTER.Rows(0).Cells("OutletCountryCode").Value IsNot Nothing AndAlso IsNumeric(dgvFILTER.Rows(0).Cells("OutletCountryCode").Value) Then
|
||||||
|
newIDS.OutletCountryCode = dgvFILTER.Rows(0).Cells("OutletCountryCode").Value
|
||||||
|
OutletCountryCode = dgvFILTER.Rows(0).Cells("OutletCountryCode").Value
|
||||||
|
End If
|
||||||
|
If dgvFILTER.Columns.Contains("ProductTypeCode") AndAlso dgvFILTER.Rows(0).Cells("ProductTypeCode").Value IsNot Nothing AndAlso IsNumeric(dgvFILTER.Rows(0).Cells("ProductTypeCode").Value) Then newIDS.ProductTypeCode = dgvFILTER.Rows(0).Cells("ProductTypeCode").Value
|
||||||
|
If dgvFILTER.Columns.Contains("Rechenwert") AndAlso dgvFILTER.Rows(0).Cells("Rechenwert").Value IsNot Nothing AndAlso IsNumeric(dgvFILTER.Rows(0).Cells("Rechenwert").Value) Then newIDS.Rechenwert = dgvFILTER.Rows(0).Cells("Rechenwert").Value
|
||||||
|
If dgvFILTER.Columns.Contains("KategorieNr") AndAlso dgvFILTER.Rows(0).Cells("KategorieNr").Value IsNot Nothing AndAlso IsNumeric(dgvFILTER.Rows(0).Cells("KategorieNr").Value) Then newIDS.KategorieNr = dgvFILTER.Rows(0).Cells("KategorieNr").Value
|
||||||
|
If dgvFILTER.Columns.Contains("Kz") AndAlso dgvFILTER.Rows(0).Cells("Kz").Value IsNot Nothing AndAlso dgvFILTER.Rows(0).Cells("Kz").Value <> "" Then newIDS.Kz = dgvFILTER.Rows(0).Cells("Kz").Value
|
||||||
|
|
||||||
|
newIDS.Sachbearbeiter = VERAG_PROG_ALLGEMEIN.cAllgemein.USRKURZNAME
|
||||||
|
newIDS.Zeitstempel = Now
|
||||||
|
|
||||||
|
If newIDS.SAVE() Then
|
||||||
|
MsgBox("Eintrag wurde gespeichert!")
|
||||||
|
initDGVDieselpreiseDetails(OutletCountryCode, True)
|
||||||
|
|
||||||
|
End If
|
||||||
|
|
||||||
|
End Select
|
||||||
|
|
||||||
End If
|
End If
|
||||||
End If
|
End If
|
||||||
|
|||||||
@@ -3373,7 +3373,7 @@ Public Class usrCntlKundenuebersicht
|
|||||||
End If
|
End If
|
||||||
|
|
||||||
|
|
||||||
company.lastChecked = IIf(IsDate(lastChecked), lastChecked, Today().AddDays(-30))
|
company.lastChecked = IIf(IsDate(lastChecked), lastChecked, Today().AddDays(-365))
|
||||||
|
|
||||||
Dim currentBonID As Integer = SQL.getValueTxtBySql("Select Top(1) isnull(ba_id, -1) FROM [tblBonitaetsauskunft] where ba_KundenNr = " & KUNDE.KundenNr & " AND [ba_Pruefungstool] = 'creditsafe API' ORDER BY ba_Datum DESC", "FMZOLL")
|
Dim currentBonID As Integer = SQL.getValueTxtBySql("Select Top(1) isnull(ba_id, -1) FROM [tblBonitaetsauskunft] where ba_KundenNr = " & KUNDE.KundenNr & " AND [ba_Pruefungstool] = 'creditsafe API' ORDER BY ba_Datum DESC", "FMZOLL")
|
||||||
|
|
||||||
|
|||||||
363
SDL/kunden/usrcntlKundeBearbeitenFull.Designer.vb
generated
363
SDL/kunden/usrcntlKundeBearbeitenFull.Designer.vb
generated
@@ -23,31 +23,31 @@ Partial Class usrcntlKundeBearbeitenFull
|
|||||||
<System.Diagnostics.DebuggerStepThrough()>
|
<System.Diagnostics.DebuggerStepThrough()>
|
||||||
Private Sub InitializeComponent()
|
Private Sub InitializeComponent()
|
||||||
Me.components = New System.ComponentModel.Container()
|
Me.components = New System.ComponentModel.Container()
|
||||||
Dim DataGridViewCellStyle32 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
||||||
Dim DataGridViewCellStyle33 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
||||||
Dim DataGridViewCellStyle34 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
||||||
Dim DataGridViewCellStyle35 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
||||||
Dim DataGridViewCellStyle36 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
||||||
Dim DataGridViewCellStyle37 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
||||||
Dim DataGridViewCellStyle38 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
Dim DataGridViewCellStyle7 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
||||||
Dim DataGridViewCellStyle39 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
Dim DataGridViewCellStyle8 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
||||||
Dim DataGridViewCellStyle40 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
Dim DataGridViewCellStyle9 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
||||||
Dim DataGridViewCellStyle41 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
Dim DataGridViewCellStyle10 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
||||||
Dim DataGridViewCellStyle42 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
Dim DataGridViewCellStyle11 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
||||||
Dim DataGridViewCellStyle43 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
Dim DataGridViewCellStyle12 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
||||||
Dim DataGridViewCellStyle44 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
Dim DataGridViewCellStyle13 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
||||||
Dim DataGridViewCellStyle26 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
Dim DataGridViewCellStyle14 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
||||||
Dim DataGridViewCellStyle27 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
Dim DataGridViewCellStyle15 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
||||||
Dim DataGridViewCellStyle28 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
Dim DataGridViewCellStyle16 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
||||||
Dim DataGridViewCellStyle29 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
Dim DataGridViewCellStyle17 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
||||||
Dim DataGridViewCellStyle30 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
Dim DataGridViewCellStyle18 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
||||||
Dim DataGridViewCellStyle31 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
Dim DataGridViewCellStyle19 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
||||||
Dim DataGridViewCellStyle45 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
Dim DataGridViewCellStyle20 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
||||||
Dim DataGridViewCellStyle46 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
Dim DataGridViewCellStyle21 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
||||||
Dim DataGridViewCellStyle47 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
Dim DataGridViewCellStyle22 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
||||||
Dim DataGridViewCellStyle48 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
Dim DataGridViewCellStyle23 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
||||||
Dim DataGridViewCellStyle49 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
Dim DataGridViewCellStyle24 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
||||||
Dim DataGridViewCellStyle50 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
Dim DataGridViewCellStyle25 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
||||||
Me.tbcntrDetails = New System.Windows.Forms.TabControl()
|
Me.tbcntrDetails = New System.Windows.Forms.TabControl()
|
||||||
Me.tbAbfertigung = New System.Windows.Forms.TabPage()
|
Me.tbAbfertigung = New System.Windows.Forms.TabPage()
|
||||||
Me.cbxVerzolltBeiExport = New System.Windows.Forms.CheckBox()
|
Me.cbxVerzolltBeiExport = New System.Windows.Forms.CheckBox()
|
||||||
@@ -265,6 +265,7 @@ Partial Class usrcntlKundeBearbeitenFull
|
|||||||
Me.txtUSt_GVAusgestelltAm = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
Me.txtUSt_GVAusgestelltAm = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
||||||
Me.txtUSt_GVAngefordertAm = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
Me.txtUSt_GVAngefordertAm = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
||||||
Me.tbSonstiges = New System.Windows.Forms.TabPage()
|
Me.tbSonstiges = New System.Windows.Forms.TabPage()
|
||||||
|
Me.cbxCSInsolvent = New System.Windows.Forms.CheckBox()
|
||||||
Me.cbxCS_Added = New System.Windows.Forms.CheckBox()
|
Me.cbxCS_Added = New System.Windows.Forms.CheckBox()
|
||||||
Me.Label113 = New System.Windows.Forms.Label()
|
Me.Label113 = New System.Windows.Forms.Label()
|
||||||
Me.Label112 = New System.Windows.Forms.Label()
|
Me.Label112 = New System.Windows.Forms.Label()
|
||||||
@@ -406,7 +407,7 @@ Partial Class usrcntlKundeBearbeitenFull
|
|||||||
Me.cboFirma = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
Me.cboFirma = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
||||||
Me.cboAuswahl = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
Me.cboAuswahl = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
||||||
Me.DataGridViewTextBoxColumn2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
Me.DataGridViewTextBoxColumn2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||||
Me.cbxCSInsolvent = New System.Windows.Forms.CheckBox()
|
Me.btnBnkExcel = New System.Windows.Forms.Button()
|
||||||
Me.tbcntrDetails.SuspendLayout()
|
Me.tbcntrDetails.SuspendLayout()
|
||||||
Me.tbAbfertigung.SuspendLayout()
|
Me.tbAbfertigung.SuspendLayout()
|
||||||
Me.tbcntrAbf.SuspendLayout()
|
Me.tbcntrAbf.SuspendLayout()
|
||||||
@@ -3111,8 +3112,8 @@ Partial Class usrcntlKundeBearbeitenFull
|
|||||||
Me.dgvUmsatzbericht.AllowUserToDeleteRows = False
|
Me.dgvUmsatzbericht.AllowUserToDeleteRows = False
|
||||||
Me.dgvUmsatzbericht.AllowUserToOrderColumns = True
|
Me.dgvUmsatzbericht.AllowUserToOrderColumns = True
|
||||||
Me.dgvUmsatzbericht.AllowUserToResizeRows = False
|
Me.dgvUmsatzbericht.AllowUserToResizeRows = False
|
||||||
DataGridViewCellStyle32.BackColor = System.Drawing.Color.FromArgb(CType(CType(240, Byte), Integer), CType(CType(245, Byte), Integer), CType(CType(255, Byte), Integer))
|
DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(240, Byte), Integer), CType(CType(245, Byte), Integer), CType(CType(255, Byte), Integer))
|
||||||
Me.dgvUmsatzbericht.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle32
|
Me.dgvUmsatzbericht.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
|
||||||
Me.dgvUmsatzbericht.BackgroundColor = System.Drawing.Color.White
|
Me.dgvUmsatzbericht.BackgroundColor = System.Drawing.Color.White
|
||||||
Me.dgvUmsatzbericht.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
Me.dgvUmsatzbericht.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
||||||
Me.dgvUmsatzbericht.Location = New System.Drawing.Point(6, 25)
|
Me.dgvUmsatzbericht.Location = New System.Drawing.Point(6, 25)
|
||||||
@@ -3211,8 +3212,8 @@ Partial Class usrcntlKundeBearbeitenFull
|
|||||||
Me.dgvOffenePosten.AllowUserToDeleteRows = False
|
Me.dgvOffenePosten.AllowUserToDeleteRows = False
|
||||||
Me.dgvOffenePosten.AllowUserToOrderColumns = True
|
Me.dgvOffenePosten.AllowUserToOrderColumns = True
|
||||||
Me.dgvOffenePosten.AllowUserToResizeRows = False
|
Me.dgvOffenePosten.AllowUserToResizeRows = False
|
||||||
DataGridViewCellStyle33.BackColor = System.Drawing.Color.FromArgb(CType(CType(240, Byte), Integer), CType(CType(245, Byte), Integer), CType(CType(255, Byte), Integer))
|
DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(240, Byte), Integer), CType(CType(245, Byte), Integer), CType(CType(255, Byte), Integer))
|
||||||
Me.dgvOffenePosten.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle33
|
Me.dgvOffenePosten.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2
|
||||||
Me.dgvOffenePosten.BackgroundColor = System.Drawing.Color.White
|
Me.dgvOffenePosten.BackgroundColor = System.Drawing.Color.White
|
||||||
Me.dgvOffenePosten.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
Me.dgvOffenePosten.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
||||||
Me.dgvOffenePosten.Location = New System.Drawing.Point(6, 38)
|
Me.dgvOffenePosten.Location = New System.Drawing.Point(6, 38)
|
||||||
@@ -3373,41 +3374,41 @@ Partial Class usrcntlKundeBearbeitenFull
|
|||||||
Me.dgvKreditkarten.AllowUserToDeleteRows = False
|
Me.dgvKreditkarten.AllowUserToDeleteRows = False
|
||||||
Me.dgvKreditkarten.AllowUserToOrderColumns = True
|
Me.dgvKreditkarten.AllowUserToOrderColumns = True
|
||||||
Me.dgvKreditkarten.AllowUserToResizeRows = False
|
Me.dgvKreditkarten.AllowUserToResizeRows = False
|
||||||
DataGridViewCellStyle34.BackColor = System.Drawing.Color.FromArgb(CType(CType(240, Byte), Integer), CType(CType(245, Byte), Integer), CType(CType(255, Byte), Integer))
|
DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(240, Byte), Integer), CType(CType(245, Byte), Integer), CType(CType(255, Byte), Integer))
|
||||||
Me.dgvKreditkarten.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle34
|
Me.dgvKreditkarten.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3
|
||||||
Me.dgvKreditkarten.BackgroundColor = System.Drawing.Color.White
|
Me.dgvKreditkarten.BackgroundColor = System.Drawing.Color.White
|
||||||
DataGridViewCellStyle35.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
|
DataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
|
||||||
DataGridViewCellStyle35.BackColor = System.Drawing.SystemColors.Control
|
DataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control
|
||||||
DataGridViewCellStyle35.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
DataGridViewCellStyle4.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||||
DataGridViewCellStyle35.ForeColor = System.Drawing.SystemColors.WindowText
|
DataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText
|
||||||
DataGridViewCellStyle35.SelectionBackColor = System.Drawing.SystemColors.Highlight
|
DataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight
|
||||||
DataGridViewCellStyle35.SelectionForeColor = System.Drawing.SystemColors.HighlightText
|
DataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText
|
||||||
DataGridViewCellStyle35.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
||||||
Me.dgvKreditkarten.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle35
|
Me.dgvKreditkarten.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle4
|
||||||
Me.dgvKreditkarten.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
Me.dgvKreditkarten.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
||||||
DataGridViewCellStyle36.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
|
DataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
|
||||||
DataGridViewCellStyle36.BackColor = System.Drawing.SystemColors.Window
|
DataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Window
|
||||||
DataGridViewCellStyle36.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
DataGridViewCellStyle5.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||||
DataGridViewCellStyle36.ForeColor = System.Drawing.SystemColors.ControlText
|
DataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.ControlText
|
||||||
DataGridViewCellStyle36.SelectionBackColor = System.Drawing.SystemColors.Highlight
|
DataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight
|
||||||
DataGridViewCellStyle36.SelectionForeColor = System.Drawing.SystemColors.HighlightText
|
DataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText
|
||||||
DataGridViewCellStyle36.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
|
DataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
|
||||||
Me.dgvKreditkarten.DefaultCellStyle = DataGridViewCellStyle36
|
Me.dgvKreditkarten.DefaultCellStyle = DataGridViewCellStyle5
|
||||||
Me.dgvKreditkarten.Location = New System.Drawing.Point(9, 20)
|
Me.dgvKreditkarten.Location = New System.Drawing.Point(9, 20)
|
||||||
Me.dgvKreditkarten.MultiSelect = False
|
Me.dgvKreditkarten.MultiSelect = False
|
||||||
Me.dgvKreditkarten.Name = "dgvKreditkarten"
|
Me.dgvKreditkarten.Name = "dgvKreditkarten"
|
||||||
Me.dgvKreditkarten.ReadOnly = True
|
Me.dgvKreditkarten.ReadOnly = True
|
||||||
DataGridViewCellStyle37.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
|
DataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
|
||||||
DataGridViewCellStyle37.BackColor = System.Drawing.SystemColors.Control
|
DataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Control
|
||||||
DataGridViewCellStyle37.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
DataGridViewCellStyle6.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||||
DataGridViewCellStyle37.ForeColor = System.Drawing.SystemColors.WindowText
|
DataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.WindowText
|
||||||
DataGridViewCellStyle37.SelectionBackColor = System.Drawing.SystemColors.Highlight
|
DataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight
|
||||||
DataGridViewCellStyle37.SelectionForeColor = System.Drawing.SystemColors.HighlightText
|
DataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText
|
||||||
DataGridViewCellStyle37.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
DataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
||||||
Me.dgvKreditkarten.RowHeadersDefaultCellStyle = DataGridViewCellStyle37
|
Me.dgvKreditkarten.RowHeadersDefaultCellStyle = DataGridViewCellStyle6
|
||||||
Me.dgvKreditkarten.RowHeadersVisible = False
|
Me.dgvKreditkarten.RowHeadersVisible = False
|
||||||
DataGridViewCellStyle38.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
DataGridViewCellStyle7.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||||
Me.dgvKreditkarten.RowsDefaultCellStyle = DataGridViewCellStyle38
|
Me.dgvKreditkarten.RowsDefaultCellStyle = DataGridViewCellStyle7
|
||||||
Me.dgvKreditkarten.RowTemplate.DefaultCellStyle.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
Me.dgvKreditkarten.RowTemplate.DefaultCellStyle.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||||
Me.dgvKreditkarten.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
|
Me.dgvKreditkarten.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
|
||||||
Me.dgvKreditkarten.Size = New System.Drawing.Size(642, 312)
|
Me.dgvKreditkarten.Size = New System.Drawing.Size(642, 312)
|
||||||
@@ -3487,26 +3488,26 @@ Partial Class usrcntlKundeBearbeitenFull
|
|||||||
'
|
'
|
||||||
'dgvMWST
|
'dgvMWST
|
||||||
'
|
'
|
||||||
DataGridViewCellStyle39.BackColor = System.Drawing.Color.FromArgb(CType(CType(240, Byte), Integer), CType(CType(245, Byte), Integer), CType(CType(255, Byte), Integer))
|
DataGridViewCellStyle8.BackColor = System.Drawing.Color.FromArgb(CType(CType(240, Byte), Integer), CType(CType(245, Byte), Integer), CType(CType(255, Byte), Integer))
|
||||||
Me.dgvMWST.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle39
|
Me.dgvMWST.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle8
|
||||||
Me.dgvMWST.BackgroundColor = System.Drawing.Color.White
|
Me.dgvMWST.BackgroundColor = System.Drawing.Color.White
|
||||||
DataGridViewCellStyle40.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
|
DataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
|
||||||
DataGridViewCellStyle40.BackColor = System.Drawing.SystemColors.Control
|
DataGridViewCellStyle9.BackColor = System.Drawing.SystemColors.Control
|
||||||
DataGridViewCellStyle40.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
DataGridViewCellStyle9.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||||
DataGridViewCellStyle40.ForeColor = System.Drawing.SystemColors.WindowText
|
DataGridViewCellStyle9.ForeColor = System.Drawing.SystemColors.WindowText
|
||||||
DataGridViewCellStyle40.SelectionBackColor = System.Drawing.SystemColors.Highlight
|
DataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight
|
||||||
DataGridViewCellStyle40.SelectionForeColor = System.Drawing.SystemColors.HighlightText
|
DataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText
|
||||||
DataGridViewCellStyle40.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
DataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
||||||
Me.dgvMWST.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle40
|
Me.dgvMWST.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle9
|
||||||
Me.dgvMWST.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
Me.dgvMWST.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
||||||
DataGridViewCellStyle41.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
|
DataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
|
||||||
DataGridViewCellStyle41.BackColor = System.Drawing.SystemColors.Window
|
DataGridViewCellStyle10.BackColor = System.Drawing.SystemColors.Window
|
||||||
DataGridViewCellStyle41.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
DataGridViewCellStyle10.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||||
DataGridViewCellStyle41.ForeColor = System.Drawing.SystemColors.ControlText
|
DataGridViewCellStyle10.ForeColor = System.Drawing.SystemColors.ControlText
|
||||||
DataGridViewCellStyle41.SelectionBackColor = System.Drawing.SystemColors.Highlight
|
DataGridViewCellStyle10.SelectionBackColor = System.Drawing.SystemColors.Highlight
|
||||||
DataGridViewCellStyle41.SelectionForeColor = System.Drawing.SystemColors.HighlightText
|
DataGridViewCellStyle10.SelectionForeColor = System.Drawing.SystemColors.HighlightText
|
||||||
DataGridViewCellStyle41.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
|
DataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
|
||||||
Me.dgvMWST.DefaultCellStyle = DataGridViewCellStyle41
|
Me.dgvMWST.DefaultCellStyle = DataGridViewCellStyle10
|
||||||
Me.dgvMWST.Location = New System.Drawing.Point(9, 359)
|
Me.dgvMWST.Location = New System.Drawing.Point(9, 359)
|
||||||
Me.dgvMWST.Name = "dgvMWST"
|
Me.dgvMWST.Name = "dgvMWST"
|
||||||
Me.dgvMWST.Size = New System.Drawing.Size(171, 125)
|
Me.dgvMWST.Size = New System.Drawing.Size(171, 125)
|
||||||
@@ -3591,26 +3592,26 @@ Partial Class usrcntlKundeBearbeitenFull
|
|||||||
'
|
'
|
||||||
'dgvUstv_LaenderUndSteuernummern
|
'dgvUstv_LaenderUndSteuernummern
|
||||||
'
|
'
|
||||||
DataGridViewCellStyle42.BackColor = System.Drawing.Color.FromArgb(CType(CType(240, Byte), Integer), CType(CType(245, Byte), Integer), CType(CType(255, Byte), Integer))
|
DataGridViewCellStyle11.BackColor = System.Drawing.Color.FromArgb(CType(CType(240, Byte), Integer), CType(CType(245, Byte), Integer), CType(CType(255, Byte), Integer))
|
||||||
Me.dgvUstv_LaenderUndSteuernummern.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle42
|
Me.dgvUstv_LaenderUndSteuernummern.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle11
|
||||||
Me.dgvUstv_LaenderUndSteuernummern.BackgroundColor = System.Drawing.Color.White
|
Me.dgvUstv_LaenderUndSteuernummern.BackgroundColor = System.Drawing.Color.White
|
||||||
DataGridViewCellStyle43.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
|
DataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
|
||||||
DataGridViewCellStyle43.BackColor = System.Drawing.SystemColors.Control
|
DataGridViewCellStyle12.BackColor = System.Drawing.SystemColors.Control
|
||||||
DataGridViewCellStyle43.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
DataGridViewCellStyle12.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||||
DataGridViewCellStyle43.ForeColor = System.Drawing.SystemColors.WindowText
|
DataGridViewCellStyle12.ForeColor = System.Drawing.SystemColors.WindowText
|
||||||
DataGridViewCellStyle43.SelectionBackColor = System.Drawing.SystemColors.Highlight
|
DataGridViewCellStyle12.SelectionBackColor = System.Drawing.SystemColors.Highlight
|
||||||
DataGridViewCellStyle43.SelectionForeColor = System.Drawing.SystemColors.HighlightText
|
DataGridViewCellStyle12.SelectionForeColor = System.Drawing.SystemColors.HighlightText
|
||||||
DataGridViewCellStyle43.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
DataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
||||||
Me.dgvUstv_LaenderUndSteuernummern.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle43
|
Me.dgvUstv_LaenderUndSteuernummern.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle12
|
||||||
Me.dgvUstv_LaenderUndSteuernummern.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
Me.dgvUstv_LaenderUndSteuernummern.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
||||||
DataGridViewCellStyle44.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
|
DataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
|
||||||
DataGridViewCellStyle44.BackColor = System.Drawing.SystemColors.Window
|
DataGridViewCellStyle13.BackColor = System.Drawing.SystemColors.Window
|
||||||
DataGridViewCellStyle44.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
DataGridViewCellStyle13.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||||
DataGridViewCellStyle44.ForeColor = System.Drawing.SystemColors.ControlText
|
DataGridViewCellStyle13.ForeColor = System.Drawing.SystemColors.ControlText
|
||||||
DataGridViewCellStyle44.SelectionBackColor = System.Drawing.SystemColors.Highlight
|
DataGridViewCellStyle13.SelectionBackColor = System.Drawing.SystemColors.Highlight
|
||||||
DataGridViewCellStyle44.SelectionForeColor = System.Drawing.SystemColors.HighlightText
|
DataGridViewCellStyle13.SelectionForeColor = System.Drawing.SystemColors.HighlightText
|
||||||
DataGridViewCellStyle44.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
|
DataGridViewCellStyle13.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
|
||||||
Me.dgvUstv_LaenderUndSteuernummern.DefaultCellStyle = DataGridViewCellStyle44
|
Me.dgvUstv_LaenderUndSteuernummern.DefaultCellStyle = DataGridViewCellStyle13
|
||||||
Me.dgvUstv_LaenderUndSteuernummern.Location = New System.Drawing.Point(9, 94)
|
Me.dgvUstv_LaenderUndSteuernummern.Location = New System.Drawing.Point(9, 94)
|
||||||
Me.dgvUstv_LaenderUndSteuernummern.Name = "dgvUstv_LaenderUndSteuernummern"
|
Me.dgvUstv_LaenderUndSteuernummern.Name = "dgvUstv_LaenderUndSteuernummern"
|
||||||
Me.dgvUstv_LaenderUndSteuernummern.Size = New System.Drawing.Size(657, 259)
|
Me.dgvUstv_LaenderUndSteuernummern.Size = New System.Drawing.Size(657, 259)
|
||||||
@@ -3793,6 +3794,16 @@ Partial Class usrcntlKundeBearbeitenFull
|
|||||||
Me.tbSonstiges.Text = "Sonstiges"
|
Me.tbSonstiges.Text = "Sonstiges"
|
||||||
Me.tbSonstiges.UseVisualStyleBackColor = True
|
Me.tbSonstiges.UseVisualStyleBackColor = True
|
||||||
'
|
'
|
||||||
|
'cbxCSInsolvent
|
||||||
|
'
|
||||||
|
Me.cbxCSInsolvent.AutoSize = True
|
||||||
|
Me.cbxCSInsolvent.Location = New System.Drawing.Point(406, 26)
|
||||||
|
Me.cbxCSInsolvent.Name = "cbxCSInsolvent"
|
||||||
|
Me.cbxCSInsolvent.Size = New System.Drawing.Size(102, 17)
|
||||||
|
Me.cbxCSInsolvent.TabIndex = 39
|
||||||
|
Me.cbxCSInsolvent.Text = "Kunde insolvent"
|
||||||
|
Me.cbxCSInsolvent.UseVisualStyleBackColor = True
|
||||||
|
'
|
||||||
'cbxCS_Added
|
'cbxCS_Added
|
||||||
'
|
'
|
||||||
Me.cbxCS_Added.AutoSize = True
|
Me.cbxCS_Added.AutoSize = True
|
||||||
@@ -3829,26 +3840,26 @@ Partial Class usrcntlKundeBearbeitenFull
|
|||||||
Me.dgvIDS_Rabatte.AllowUserToAddRows = False
|
Me.dgvIDS_Rabatte.AllowUserToAddRows = False
|
||||||
Me.dgvIDS_Rabatte.AllowUserToDeleteRows = False
|
Me.dgvIDS_Rabatte.AllowUserToDeleteRows = False
|
||||||
Me.dgvIDS_Rabatte.AllowUserToResizeRows = False
|
Me.dgvIDS_Rabatte.AllowUserToResizeRows = False
|
||||||
DataGridViewCellStyle26.BackColor = System.Drawing.Color.FromArgb(CType(CType(240, Byte), Integer), CType(CType(245, Byte), Integer), CType(CType(255, Byte), Integer))
|
DataGridViewCellStyle14.BackColor = System.Drawing.Color.FromArgb(CType(CType(240, Byte), Integer), CType(CType(245, Byte), Integer), CType(CType(255, Byte), Integer))
|
||||||
Me.dgvIDS_Rabatte.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle26
|
Me.dgvIDS_Rabatte.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle14
|
||||||
Me.dgvIDS_Rabatte.BackgroundColor = System.Drawing.Color.White
|
Me.dgvIDS_Rabatte.BackgroundColor = System.Drawing.Color.White
|
||||||
DataGridViewCellStyle27.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
|
DataGridViewCellStyle15.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
|
||||||
DataGridViewCellStyle27.BackColor = System.Drawing.SystemColors.Control
|
DataGridViewCellStyle15.BackColor = System.Drawing.SystemColors.Control
|
||||||
DataGridViewCellStyle27.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
DataGridViewCellStyle15.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||||
DataGridViewCellStyle27.ForeColor = System.Drawing.SystemColors.WindowText
|
DataGridViewCellStyle15.ForeColor = System.Drawing.SystemColors.WindowText
|
||||||
DataGridViewCellStyle27.SelectionBackColor = System.Drawing.SystemColors.Highlight
|
DataGridViewCellStyle15.SelectionBackColor = System.Drawing.SystemColors.Highlight
|
||||||
DataGridViewCellStyle27.SelectionForeColor = System.Drawing.SystemColors.HighlightText
|
DataGridViewCellStyle15.SelectionForeColor = System.Drawing.SystemColors.HighlightText
|
||||||
DataGridViewCellStyle27.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
DataGridViewCellStyle15.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
||||||
Me.dgvIDS_Rabatte.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle27
|
Me.dgvIDS_Rabatte.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle15
|
||||||
Me.dgvIDS_Rabatte.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
Me.dgvIDS_Rabatte.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
||||||
DataGridViewCellStyle28.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
|
DataGridViewCellStyle16.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
|
||||||
DataGridViewCellStyle28.BackColor = System.Drawing.SystemColors.Window
|
DataGridViewCellStyle16.BackColor = System.Drawing.SystemColors.Window
|
||||||
DataGridViewCellStyle28.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
DataGridViewCellStyle16.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||||
DataGridViewCellStyle28.ForeColor = System.Drawing.SystemColors.ControlText
|
DataGridViewCellStyle16.ForeColor = System.Drawing.SystemColors.ControlText
|
||||||
DataGridViewCellStyle28.SelectionBackColor = System.Drawing.SystemColors.Highlight
|
DataGridViewCellStyle16.SelectionBackColor = System.Drawing.SystemColors.Highlight
|
||||||
DataGridViewCellStyle28.SelectionForeColor = System.Drawing.SystemColors.HighlightText
|
DataGridViewCellStyle16.SelectionForeColor = System.Drawing.SystemColors.HighlightText
|
||||||
DataGridViewCellStyle28.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
|
DataGridViewCellStyle16.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
|
||||||
Me.dgvIDS_Rabatte.DefaultCellStyle = DataGridViewCellStyle28
|
Me.dgvIDS_Rabatte.DefaultCellStyle = DataGridViewCellStyle16
|
||||||
Me.dgvIDS_Rabatte.Location = New System.Drawing.Point(9, 317)
|
Me.dgvIDS_Rabatte.Location = New System.Drawing.Point(9, 317)
|
||||||
Me.dgvIDS_Rabatte.MultiSelect = False
|
Me.dgvIDS_Rabatte.MultiSelect = False
|
||||||
Me.dgvIDS_Rabatte.Name = "dgvIDS_Rabatte"
|
Me.dgvIDS_Rabatte.Name = "dgvIDS_Rabatte"
|
||||||
@@ -3989,26 +4000,26 @@ Partial Class usrcntlKundeBearbeitenFull
|
|||||||
Me.dgvSonst_IDSKunden.AllowUserToAddRows = False
|
Me.dgvSonst_IDSKunden.AllowUserToAddRows = False
|
||||||
Me.dgvSonst_IDSKunden.AllowUserToDeleteRows = False
|
Me.dgvSonst_IDSKunden.AllowUserToDeleteRows = False
|
||||||
Me.dgvSonst_IDSKunden.AllowUserToResizeRows = False
|
Me.dgvSonst_IDSKunden.AllowUserToResizeRows = False
|
||||||
DataGridViewCellStyle29.BackColor = System.Drawing.Color.FromArgb(CType(CType(240, Byte), Integer), CType(CType(245, Byte), Integer), CType(CType(255, Byte), Integer))
|
DataGridViewCellStyle17.BackColor = System.Drawing.Color.FromArgb(CType(CType(240, Byte), Integer), CType(CType(245, Byte), Integer), CType(CType(255, Byte), Integer))
|
||||||
Me.dgvSonst_IDSKunden.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle29
|
Me.dgvSonst_IDSKunden.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle17
|
||||||
Me.dgvSonst_IDSKunden.BackgroundColor = System.Drawing.Color.White
|
Me.dgvSonst_IDSKunden.BackgroundColor = System.Drawing.Color.White
|
||||||
DataGridViewCellStyle30.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
|
DataGridViewCellStyle18.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
|
||||||
DataGridViewCellStyle30.BackColor = System.Drawing.SystemColors.Control
|
DataGridViewCellStyle18.BackColor = System.Drawing.SystemColors.Control
|
||||||
DataGridViewCellStyle30.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
DataGridViewCellStyle18.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||||
DataGridViewCellStyle30.ForeColor = System.Drawing.SystemColors.WindowText
|
DataGridViewCellStyle18.ForeColor = System.Drawing.SystemColors.WindowText
|
||||||
DataGridViewCellStyle30.SelectionBackColor = System.Drawing.SystemColors.Highlight
|
DataGridViewCellStyle18.SelectionBackColor = System.Drawing.SystemColors.Highlight
|
||||||
DataGridViewCellStyle30.SelectionForeColor = System.Drawing.SystemColors.HighlightText
|
DataGridViewCellStyle18.SelectionForeColor = System.Drawing.SystemColors.HighlightText
|
||||||
DataGridViewCellStyle30.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
DataGridViewCellStyle18.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
||||||
Me.dgvSonst_IDSKunden.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle30
|
Me.dgvSonst_IDSKunden.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle18
|
||||||
Me.dgvSonst_IDSKunden.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
Me.dgvSonst_IDSKunden.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
||||||
DataGridViewCellStyle31.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
|
DataGridViewCellStyle19.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
|
||||||
DataGridViewCellStyle31.BackColor = System.Drawing.SystemColors.Window
|
DataGridViewCellStyle19.BackColor = System.Drawing.SystemColors.Window
|
||||||
DataGridViewCellStyle31.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
DataGridViewCellStyle19.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||||
DataGridViewCellStyle31.ForeColor = System.Drawing.SystemColors.ControlText
|
DataGridViewCellStyle19.ForeColor = System.Drawing.SystemColors.ControlText
|
||||||
DataGridViewCellStyle31.SelectionBackColor = System.Drawing.SystemColors.Highlight
|
DataGridViewCellStyle19.SelectionBackColor = System.Drawing.SystemColors.Highlight
|
||||||
DataGridViewCellStyle31.SelectionForeColor = System.Drawing.SystemColors.HighlightText
|
DataGridViewCellStyle19.SelectionForeColor = System.Drawing.SystemColors.HighlightText
|
||||||
DataGridViewCellStyle31.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
|
DataGridViewCellStyle19.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
|
||||||
Me.dgvSonst_IDSKunden.DefaultCellStyle = DataGridViewCellStyle31
|
Me.dgvSonst_IDSKunden.DefaultCellStyle = DataGridViewCellStyle19
|
||||||
Me.dgvSonst_IDSKunden.Location = New System.Drawing.Point(9, 214)
|
Me.dgvSonst_IDSKunden.Location = New System.Drawing.Point(9, 214)
|
||||||
Me.dgvSonst_IDSKunden.MultiSelect = False
|
Me.dgvSonst_IDSKunden.MultiSelect = False
|
||||||
Me.dgvSonst_IDSKunden.Name = "dgvSonst_IDSKunden"
|
Me.dgvSonst_IDSKunden.Name = "dgvSonst_IDSKunden"
|
||||||
@@ -4319,26 +4330,26 @@ Partial Class usrcntlKundeBearbeitenFull
|
|||||||
'DataGridView1
|
'DataGridView1
|
||||||
'
|
'
|
||||||
Me.DataGridView1.AllowUserToResizeRows = False
|
Me.DataGridView1.AllowUserToResizeRows = False
|
||||||
DataGridViewCellStyle45.BackColor = System.Drawing.Color.FromArgb(CType(CType(240, Byte), Integer), CType(CType(245, Byte), Integer), CType(CType(255, Byte), Integer))
|
DataGridViewCellStyle20.BackColor = System.Drawing.Color.FromArgb(CType(CType(240, Byte), Integer), CType(CType(245, Byte), Integer), CType(CType(255, Byte), Integer))
|
||||||
Me.DataGridView1.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle45
|
Me.DataGridView1.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle20
|
||||||
Me.DataGridView1.BackgroundColor = System.Drawing.Color.White
|
Me.DataGridView1.BackgroundColor = System.Drawing.Color.White
|
||||||
DataGridViewCellStyle46.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
|
DataGridViewCellStyle21.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
|
||||||
DataGridViewCellStyle46.BackColor = System.Drawing.SystemColors.Control
|
DataGridViewCellStyle21.BackColor = System.Drawing.SystemColors.Control
|
||||||
DataGridViewCellStyle46.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
DataGridViewCellStyle21.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||||
DataGridViewCellStyle46.ForeColor = System.Drawing.SystemColors.WindowText
|
DataGridViewCellStyle21.ForeColor = System.Drawing.SystemColors.WindowText
|
||||||
DataGridViewCellStyle46.SelectionBackColor = System.Drawing.SystemColors.Highlight
|
DataGridViewCellStyle21.SelectionBackColor = System.Drawing.SystemColors.Highlight
|
||||||
DataGridViewCellStyle46.SelectionForeColor = System.Drawing.SystemColors.HighlightText
|
DataGridViewCellStyle21.SelectionForeColor = System.Drawing.SystemColors.HighlightText
|
||||||
DataGridViewCellStyle46.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
DataGridViewCellStyle21.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
||||||
Me.DataGridView1.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle46
|
Me.DataGridView1.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle21
|
||||||
Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
||||||
DataGridViewCellStyle47.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
|
DataGridViewCellStyle22.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
|
||||||
DataGridViewCellStyle47.BackColor = System.Drawing.SystemColors.Window
|
DataGridViewCellStyle22.BackColor = System.Drawing.SystemColors.Window
|
||||||
DataGridViewCellStyle47.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
DataGridViewCellStyle22.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||||
DataGridViewCellStyle47.ForeColor = System.Drawing.SystemColors.ControlText
|
DataGridViewCellStyle22.ForeColor = System.Drawing.SystemColors.ControlText
|
||||||
DataGridViewCellStyle47.SelectionBackColor = System.Drawing.SystemColors.Highlight
|
DataGridViewCellStyle22.SelectionBackColor = System.Drawing.SystemColors.Highlight
|
||||||
DataGridViewCellStyle47.SelectionForeColor = System.Drawing.SystemColors.HighlightText
|
DataGridViewCellStyle22.SelectionForeColor = System.Drawing.SystemColors.HighlightText
|
||||||
DataGridViewCellStyle47.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
|
DataGridViewCellStyle22.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
|
||||||
Me.DataGridView1.DefaultCellStyle = DataGridViewCellStyle47
|
Me.DataGridView1.DefaultCellStyle = DataGridViewCellStyle22
|
||||||
Me.DataGridView1.Enabled = False
|
Me.DataGridView1.Enabled = False
|
||||||
Me.DataGridView1.Location = New System.Drawing.Point(6, 111)
|
Me.DataGridView1.Location = New System.Drawing.Point(6, 111)
|
||||||
Me.DataGridView1.MultiSelect = False
|
Me.DataGridView1.MultiSelect = False
|
||||||
@@ -4377,6 +4388,7 @@ Partial Class usrcntlKundeBearbeitenFull
|
|||||||
'
|
'
|
||||||
'tbBankverbindungen
|
'tbBankverbindungen
|
||||||
'
|
'
|
||||||
|
Me.tbBankverbindungen.Controls.Add(Me.btnBnkExcel)
|
||||||
Me.tbBankverbindungen.Controls.Add(Me.dgvBankverbindungen)
|
Me.tbBankverbindungen.Controls.Add(Me.dgvBankverbindungen)
|
||||||
Me.tbBankverbindungen.Controls.Add(Me.cbxAlleBVanzeigen)
|
Me.tbBankverbindungen.Controls.Add(Me.cbxAlleBVanzeigen)
|
||||||
Me.tbBankverbindungen.Controls.Add(Me.Label108)
|
Me.tbBankverbindungen.Controls.Add(Me.Label108)
|
||||||
@@ -4392,26 +4404,26 @@ Partial Class usrcntlKundeBearbeitenFull
|
|||||||
'
|
'
|
||||||
Me.dgvBankverbindungen.AllowUserToDeleteRows = False
|
Me.dgvBankverbindungen.AllowUserToDeleteRows = False
|
||||||
Me.dgvBankverbindungen.AllowUserToResizeRows = False
|
Me.dgvBankverbindungen.AllowUserToResizeRows = False
|
||||||
DataGridViewCellStyle48.BackColor = System.Drawing.Color.FromArgb(CType(CType(240, Byte), Integer), CType(CType(245, Byte), Integer), CType(CType(255, Byte), Integer))
|
DataGridViewCellStyle23.BackColor = System.Drawing.Color.FromArgb(CType(CType(240, Byte), Integer), CType(CType(245, Byte), Integer), CType(CType(255, Byte), Integer))
|
||||||
Me.dgvBankverbindungen.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle48
|
Me.dgvBankverbindungen.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle23
|
||||||
Me.dgvBankverbindungen.BackgroundColor = System.Drawing.Color.White
|
Me.dgvBankverbindungen.BackgroundColor = System.Drawing.Color.White
|
||||||
DataGridViewCellStyle49.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
|
DataGridViewCellStyle24.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
|
||||||
DataGridViewCellStyle49.BackColor = System.Drawing.SystemColors.Control
|
DataGridViewCellStyle24.BackColor = System.Drawing.SystemColors.Control
|
||||||
DataGridViewCellStyle49.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
DataGridViewCellStyle24.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||||
DataGridViewCellStyle49.ForeColor = System.Drawing.SystemColors.WindowText
|
DataGridViewCellStyle24.ForeColor = System.Drawing.SystemColors.WindowText
|
||||||
DataGridViewCellStyle49.SelectionBackColor = System.Drawing.SystemColors.Highlight
|
DataGridViewCellStyle24.SelectionBackColor = System.Drawing.SystemColors.Highlight
|
||||||
DataGridViewCellStyle49.SelectionForeColor = System.Drawing.SystemColors.HighlightText
|
DataGridViewCellStyle24.SelectionForeColor = System.Drawing.SystemColors.HighlightText
|
||||||
DataGridViewCellStyle49.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
DataGridViewCellStyle24.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
||||||
Me.dgvBankverbindungen.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle49
|
Me.dgvBankverbindungen.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle24
|
||||||
Me.dgvBankverbindungen.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
Me.dgvBankverbindungen.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
||||||
DataGridViewCellStyle50.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
|
DataGridViewCellStyle25.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
|
||||||
DataGridViewCellStyle50.BackColor = System.Drawing.SystemColors.Window
|
DataGridViewCellStyle25.BackColor = System.Drawing.SystemColors.Window
|
||||||
DataGridViewCellStyle50.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
DataGridViewCellStyle25.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||||
DataGridViewCellStyle50.ForeColor = System.Drawing.SystemColors.ControlText
|
DataGridViewCellStyle25.ForeColor = System.Drawing.SystemColors.ControlText
|
||||||
DataGridViewCellStyle50.SelectionBackColor = System.Drawing.SystemColors.Highlight
|
DataGridViewCellStyle25.SelectionBackColor = System.Drawing.SystemColors.Highlight
|
||||||
DataGridViewCellStyle50.SelectionForeColor = System.Drawing.SystemColors.HighlightText
|
DataGridViewCellStyle25.SelectionForeColor = System.Drawing.SystemColors.HighlightText
|
||||||
DataGridViewCellStyle50.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
|
DataGridViewCellStyle25.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
|
||||||
Me.dgvBankverbindungen.DefaultCellStyle = DataGridViewCellStyle50
|
Me.dgvBankverbindungen.DefaultCellStyle = DataGridViewCellStyle25
|
||||||
Me.dgvBankverbindungen.Location = New System.Drawing.Point(3, 40)
|
Me.dgvBankverbindungen.Location = New System.Drawing.Point(3, 40)
|
||||||
Me.dgvBankverbindungen.MultiSelect = False
|
Me.dgvBankverbindungen.MultiSelect = False
|
||||||
Me.dgvBankverbindungen.Name = "dgvBankverbindungen"
|
Me.dgvBankverbindungen.Name = "dgvBankverbindungen"
|
||||||
@@ -5540,15 +5552,17 @@ Partial Class usrcntlKundeBearbeitenFull
|
|||||||
Me.DataGridViewTextBoxColumn2.HeaderText = "E-Mail"
|
Me.DataGridViewTextBoxColumn2.HeaderText = "E-Mail"
|
||||||
Me.DataGridViewTextBoxColumn2.Name = "DataGridViewTextBoxColumn2"
|
Me.DataGridViewTextBoxColumn2.Name = "DataGridViewTextBoxColumn2"
|
||||||
'
|
'
|
||||||
'cbxCSInsolvent
|
'btnBnkExcel
|
||||||
'
|
'
|
||||||
Me.cbxCSInsolvent.AutoSize = True
|
Me.btnBnkExcel.BackgroundImage = Global.SDL.My.Resources.Resources.Excel_logo
|
||||||
Me.cbxCSInsolvent.Location = New System.Drawing.Point(406, 26)
|
Me.btnBnkExcel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
||||||
Me.cbxCSInsolvent.Name = "cbxCSInsolvent"
|
Me.btnBnkExcel.FlatAppearance.BorderSize = 0
|
||||||
Me.cbxCSInsolvent.Size = New System.Drawing.Size(102, 17)
|
Me.btnBnkExcel.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
||||||
Me.cbxCSInsolvent.TabIndex = 39
|
Me.btnBnkExcel.Location = New System.Drawing.Point(15, 290)
|
||||||
Me.cbxCSInsolvent.Text = "Kunde insolvent"
|
Me.btnBnkExcel.Name = "btnBnkExcel"
|
||||||
Me.cbxCSInsolvent.UseVisualStyleBackColor = True
|
Me.btnBnkExcel.Size = New System.Drawing.Size(25, 20)
|
||||||
|
Me.btnBnkExcel.TabIndex = 137
|
||||||
|
Me.btnBnkExcel.UseVisualStyleBackColor = True
|
||||||
'
|
'
|
||||||
'usrcntlKundeBearbeitenFull
|
'usrcntlKundeBearbeitenFull
|
||||||
'
|
'
|
||||||
@@ -6010,4 +6024,5 @@ Partial Class usrcntlKundeBearbeitenFull
|
|||||||
Friend WithEvents cbpKopfsammelrechnung As CheckBox
|
Friend WithEvents cbpKopfsammelrechnung As CheckBox
|
||||||
Friend WithEvents cbxCS_Added As CheckBox
|
Friend WithEvents cbxCS_Added As CheckBox
|
||||||
Friend WithEvents cbxCSInsolvent As CheckBox
|
Friend WithEvents cbxCSInsolvent As CheckBox
|
||||||
|
Friend WithEvents btnBnkExcel As Button
|
||||||
End Class
|
End Class
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
Public Class usrcntlKundeBearbeitenFull
|
Imports com.sun.xml.internal.rngom
|
||||||
|
|
||||||
|
Public Class usrcntlKundeBearbeitenFull
|
||||||
|
|
||||||
Dim KUNDE As VERAG_PROG_ALLGEMEIN.cKunde = Nothing
|
Dim KUNDE As VERAG_PROG_ALLGEMEIN.cKunde = Nothing
|
||||||
Dim KUNDE_ERW As VERAG_PROG_ALLGEMEIN.cKundenErweitert = Nothing
|
Dim KUNDE_ERW As VERAG_PROG_ALLGEMEIN.cKundenErweitert = Nothing
|
||||||
@@ -1270,7 +1272,7 @@
|
|||||||
If isVerag360 Then
|
If isVerag360 Then
|
||||||
cbxFiBu.Checked = True : cboFirma.changeItem("19") : cboFiliale.changeItem("8001") : cbxErstattungsart.changeItem("1")
|
cbxFiBu.Checked = True : cboFirma.changeItem("19") : cboFiliale.changeItem("8001") : cbxErstattungsart.changeItem("1")
|
||||||
Else
|
Else
|
||||||
cbxFiBu.Checked = False : cboFirma.changeItem("1") : cboFiliale.changeItem("4803") :: cbxErstattungsart.changeItem("0")
|
cbxFiBu.Checked = False : cboFirma.changeItem("1") : cboFiliale.changeItem("4803") : cbxErstattungsart.changeItem("0")
|
||||||
End If
|
End If
|
||||||
|
|
||||||
End Select
|
End Select
|
||||||
@@ -1819,7 +1821,7 @@
|
|||||||
|
|
||||||
cBinding_dgvBankverbindungen.initBinding(" SELECT [bnk_id],[bnk_KundenNr],[bnk_iban],[bnk_bic],[bnk_anschrift],[bnk_daid],[bnk_hauptkonto],[bnk_archiv],cast([bnk_Datum] as Date) as bnk_Datum " &
|
cBinding_dgvBankverbindungen.initBinding(" SELECT [bnk_id],[bnk_KundenNr],[bnk_iban],[bnk_bic],[bnk_anschrift],[bnk_daid],[bnk_hauptkonto],[bnk_archiv],cast([bnk_Datum] as Date) as bnk_Datum " &
|
||||||
" FROM tblBankverbindungen " &
|
" FROM tblBankverbindungen " &
|
||||||
" WHERE bnk_KundenNr = '" & KUNDE.KundenNr & "'" & IIf(Not archivierteDSAnzeigen, " AND ISNULL(bnk_archiv,0) = 0", ""), "tbl_IDS_Kunden")
|
" WHERE bnk_KundenNr = '" & KUNDE.KundenNr & "'" & IIf(Not archivierteDSAnzeigen, " AND ISNULL(bnk_archiv,0) = 0", ""), "tblBankverbindungen")
|
||||||
|
|
||||||
AddHandler btnBankspeichern.Click,
|
AddHandler btnBankspeichern.Click,
|
||||||
Sub(send As Object, evnt As EventArgs)
|
Sub(send As Object, evnt As EventArgs)
|
||||||
@@ -2368,4 +2370,13 @@
|
|||||||
End If
|
End If
|
||||||
|
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
|
Private Sub btnBnkExcel_Click(sender As Object, e As EventArgs) Handles btnBnkExcel.Click
|
||||||
|
Dim SQL As String = "SELECT [bnk_KundenNr] as KdNr,[bnk_iban] as IBAN,[bnk_bic] as BIC,[bnk_anschrift] as Name,isnull([bnk_hauptkonto],0) as HK,isnull([bnk_archiv],0) as geschlossen ,cast([bnk_Datum] as Date) as Datum
|
||||||
|
FROM tblBankverbindungen order by bnk_KundenNr"
|
||||||
|
|
||||||
|
Dim dt_Bank As DataTable = (New SQL).loadDgvBySql(SQL, "FMZOLL")
|
||||||
|
VERAG_PROG_ALLGEMEIN.cProgramFunctions.genExcelFromDT_NEW(dt_Bank,,,,,,,, True)
|
||||||
|
|
||||||
|
End Sub
|
||||||
End Class
|
End Class
|
||||||
|
|||||||
@@ -1523,6 +1523,7 @@ Public Class usrCntlMDMAuswertungen
|
|||||||
|
|
||||||
Dim SQL As New VERAG_PROG_ALLGEMEIN.SQL
|
Dim SQL As New VERAG_PROG_ALLGEMEIN.SQL
|
||||||
Dim frm As New Form
|
Dim frm As New Form
|
||||||
|
frm.Icon = My.Resources.sdl_ico
|
||||||
|
|
||||||
frm.Size = New Size(1600, 1000)
|
frm.Size = New Size(1600, 1000)
|
||||||
uscCntl.Size = New Size(frm.Size.Width - 50, frm.Size.Height - 50)
|
uscCntl.Size = New Size(frm.Size.Width - 50, frm.Size.Height - 50)
|
||||||
|
|||||||
@@ -484,7 +484,7 @@ Public Class cCreditSafeAPI
|
|||||||
If company IsNot Nothing AndAlso IsDate(company.lastChecked) Then
|
If company IsNot Nothing AndAlso IsDate(company.lastChecked) Then
|
||||||
checkDate = company.lastChecked.ToString("yyyy-MM-ddTHH:mm:ss")
|
checkDate = company.lastChecked.ToString("yyyy-MM-ddTHH:mm:ss")
|
||||||
Else
|
Else
|
||||||
checkDate = Today().AddDays(-30).ToString("yyyy-MM-ddTHH:mm:ss")
|
checkDate = Today().AddDays(-365).ToString("yyyy-MM-ddTHH:mm:ss")
|
||||||
End If
|
End If
|
||||||
|
|
||||||
Dim failureDesc As String
|
Dim failureDesc As String
|
||||||
|
|||||||
Reference in New Issue
Block a user