"
- TextHTMLtable &= "| " & row.Cells("Lieferant").Value & " | "
+ TextHTMLtable &= "" & IIf(dgvSDL.Columns.Contains("Lieferant"), row.Cells("Lieferant").Value, Lieferant) & " | "
TextHTMLtable &= "" & row.Cells("Land").Value & " | "
TextHTMLtable &= "" & row.Cells("Rechnungsdatum").Value & " | "
TextHTMLtable &= "
"
diff --git a/SDL/seriendruck/usrCntlFakturierung.Designer.vb b/SDL/seriendruck/usrCntlFakturierung.Designer.vb
index b1918ebd..523989ad 100644
--- a/SDL/seriendruck/usrCntlFakturierung.Designer.vb
+++ b/SDL/seriendruck/usrCntlFakturierung.Designer.vb
@@ -85,6 +85,7 @@ Partial Class usrcntlFakturierung
Me.Label63 = New System.Windows.Forms.Label()
Me.Label45 = New System.Windows.Forms.Label()
Me.Button14 = New System.Windows.Forms.Button()
+ Me.Button4 = New System.Windows.Forms.Button()
Me.GroupBox1.SuspendLayout()
Me.GBMautberichte.SuspendLayout()
CType(Me.MyDatagridview1, System.ComponentModel.ISupportInitialize).BeginInit()
@@ -101,6 +102,7 @@ Partial Class usrcntlFakturierung
'
'GroupBox1
'
+ Me.GroupBox1.Controls.Add(Me.Button4)
Me.GroupBox1.Controls.Add(Me.btnMDMSammelrechnung)
Me.GroupBox1.Controls.Add(Me.btnFakturierung)
Me.GroupBox1.Controls.Add(Me.btnRechnugnsdaten)
@@ -115,9 +117,9 @@ Partial Class usrcntlFakturierung
Me.btnMDMSammelrechnung.Enabled = False
Me.btnMDMSammelrechnung.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnMDMSammelrechnung.ForeColor = System.Drawing.Color.Black
- Me.btnMDMSammelrechnung.Location = New System.Drawing.Point(414, 19)
+ Me.btnMDMSammelrechnung.Location = New System.Drawing.Point(350, 19)
Me.btnMDMSammelrechnung.Name = "btnMDMSammelrechnung"
- Me.btnMDMSammelrechnung.Size = New System.Drawing.Size(147, 44)
+ Me.btnMDMSammelrechnung.Size = New System.Drawing.Size(121, 44)
Me.btnMDMSammelrechnung.TabIndex = 51
Me.btnMDMSammelrechnung.Text = "MDM Sammelrechnung"
Me.btnMDMSammelrechnung.UseVisualStyleBackColor = True
@@ -129,7 +131,7 @@ Partial Class usrcntlFakturierung
Me.btnFakturierung.ForeColor = System.Drawing.Color.Black
Me.btnFakturierung.Location = New System.Drawing.Point(6, 19)
Me.btnFakturierung.Name = "btnFakturierung"
- Me.btnFakturierung.Size = New System.Drawing.Size(147, 43)
+ Me.btnFakturierung.Size = New System.Drawing.Size(121, 43)
Me.btnFakturierung.TabIndex = 6
Me.btnFakturierung.Text = "Fakturierung"
Me.btnFakturierung.UseVisualStyleBackColor = True
@@ -139,9 +141,9 @@ Partial Class usrcntlFakturierung
Me.btnRechnugnsdaten.Enabled = False
Me.btnRechnugnsdaten.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnRechnugnsdaten.ForeColor = System.Drawing.Color.Black
- Me.btnRechnugnsdaten.Location = New System.Drawing.Point(201, 18)
+ Me.btnRechnugnsdaten.Location = New System.Drawing.Point(186, 19)
Me.btnRechnugnsdaten.Name = "btnRechnugnsdaten"
- Me.btnRechnugnsdaten.Size = New System.Drawing.Size(147, 44)
+ Me.btnRechnugnsdaten.Size = New System.Drawing.Size(121, 44)
Me.btnRechnugnsdaten.TabIndex = 4
Me.btnRechnugnsdaten.Text = "Rechnungsdaten"
Me.btnRechnugnsdaten.UseVisualStyleBackColor = True
@@ -782,6 +784,17 @@ Partial Class usrcntlFakturierung
Me.Button14.Text = "Rechnungspos. berechnen"
Me.Button14.UseVisualStyleBackColor = True
'
+ 'Button4
+ '
+ Me.Button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat
+ Me.Button4.ForeColor = System.Drawing.Color.Black
+ Me.Button4.Location = New System.Drawing.Point(525, 18)
+ Me.Button4.Name = "Button4"
+ Me.Button4.Size = New System.Drawing.Size(139, 44)
+ Me.Button4.TabIndex = 52
+ Me.Button4.Text = "MDM Lieferantenrechnungen"
+ Me.Button4.UseVisualStyleBackColor = True
+ '
'usrcntlFakturierung
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
@@ -874,4 +887,5 @@ Partial Class usrcntlFakturierung
Friend WithEvents Label2 As Label
Friend WithEvents btnREJdruck As Button
Friend WithEvents btnAbfdruck As Button
+ Friend WithEvents Button4 As Button
End Class
diff --git a/SDL/seriendruck/usrCntlFakturierung.resx b/SDL/seriendruck/usrCntlFakturierung.resx
index 1fda1b15..ed50a967 100644
--- a/SDL/seriendruck/usrCntlFakturierung.resx
+++ b/SDL/seriendruck/usrCntlFakturierung.resx
@@ -120,122 +120,122 @@