Mahnlauf, Verkn. in Wiki für Statusmeldungen
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.3.8.4")>
|
<Assembly: AssemblyVersion("1.3.8.5")>
|
||||||
<Assembly: AssemblyFileVersion("1.3.8.4")>
|
<Assembly: AssemblyFileVersion("1.3.8.5")>
|
||||||
|
|||||||
@@ -80,7 +80,7 @@ Public Class frmBU_Mahnlauf
|
|||||||
where cast(d_beleg as date) = '" & txtZahlEingaenge._value & "' and BU.i_firm_refid=" & Firma_ID & SQLWhere & "
|
where cast(d_beleg as date) = '" & txtZahlEingaenge._value & "' and BU.i_firm_refid=" & Firma_ID & SQLWhere & "
|
||||||
|
|
||||||
and (BU.i_konto in (2800, 2801, 2802, 2803, 2811, 2812, 2813, 2814, 2817, 2818, 2822 ,2826, 2827, 2828, 2831, 2832, 2833, 2837, 2845) or i_gegenkonto in (2800, 2801, 2802, 2803, 2811, 2812, 2813, 2814, 2817, 2818, 2822 ,2826, 2827, 2828, 2831, 2832, 2833, 2837, 2845))
|
and (BU.i_konto in (2800, 2801, 2802, 2803, 2811, 2812, 2813, 2814, 2817, 2818, 2822 ,2826, 2827, 2828, 2831, 2832, 2833, 2837, 2845) or i_gegenkonto in (2800, 2801, 2802, 2803, 2811, 2812, 2813, 2814, 2817, 2818, 2822 ,2826, 2827, 2828, 2831, 2832, 2833, 2837, 2845))
|
||||||
order by i_konto, i_beleg_refid, i_zeilen_refid"
|
order by Konto, i_beleg_refid, i_zeilen_refid"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
3
SDL/kunden/frmKundenblatt.Designer.vb
generated
3
SDL/kunden/frmKundenblatt.Designer.vb
generated
@@ -1853,7 +1853,7 @@ Partial Class frmKundenblatt
|
|||||||
Me.tbDokumente.Controls.Add(Me.scanVertragVeragKd)
|
Me.tbDokumente.Controls.Add(Me.scanVertragVeragKd)
|
||||||
Me.tbDokumente.Location = New System.Drawing.Point(4, 22)
|
Me.tbDokumente.Location = New System.Drawing.Point(4, 22)
|
||||||
Me.tbDokumente.Name = "tbDokumente"
|
Me.tbDokumente.Name = "tbDokumente"
|
||||||
Me.tbDokumente.Size = New System.Drawing.Size(1630, 1120)
|
Me.tbDokumente.Size = New System.Drawing.Size(178, 39)
|
||||||
Me.tbDokumente.TabIndex = 8
|
Me.tbDokumente.TabIndex = 8
|
||||||
Me.tbDokumente.Text = "Dokumente"
|
Me.tbDokumente.Text = "Dokumente"
|
||||||
Me.tbDokumente.UseVisualStyleBackColor = True
|
Me.tbDokumente.UseVisualStyleBackColor = True
|
||||||
@@ -2376,6 +2376,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.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"
|
||||||
'
|
'
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
Imports System.ComponentModel
|
Imports System.ComponentModel
|
||||||
Imports System.Reflection
|
Imports System.Reflection
|
||||||
Imports javax.xml.bind.annotation
|
Imports javax.xml.bind.annotation
|
||||||
|
Imports VERAG_PROG_ALLGEMEIN
|
||||||
|
|
||||||
|
|
||||||
Public Class frmKundenblatt
|
Public Class frmKundenblatt
|
||||||
@@ -291,6 +292,20 @@ Public Class frmKundenblatt
|
|||||||
Case "tbOfferte" : UsrCntlOfferte1.init(kdNr, isVerag360)
|
Case "tbOfferte" : UsrCntlOfferte1.init(kdNr, isVerag360)
|
||||||
|
|
||||||
End Select
|
End Select
|
||||||
|
|
||||||
|
|
||||||
|
If tbcntrMDM.SelectedTab.Name = "tbDokumente" Then
|
||||||
|
Dim ADR As New cAdressen(kdNr)
|
||||||
|
Dim isEU As Boolean = True
|
||||||
|
If Not IsDBNull(ADR.LandKz) Then
|
||||||
|
isEU = SQL.getValueTxtBySql("select MitgliedslandEU as bit from Währungstabelle where LandKz ='" & ADR.LandKz & "'", "FMZOLL")
|
||||||
|
End If
|
||||||
|
If Not isEU Then
|
||||||
|
scanEULizenz._TEXT_PDF = "Transportlizenz"
|
||||||
|
scanEULizenz.Name = scanEULizenz._TEXT_PDF
|
||||||
|
End If
|
||||||
|
End If
|
||||||
|
|
||||||
End If
|
End If
|
||||||
'tbcntrMDM.ResumeLayout()
|
'tbcntrMDM.ResumeLayout()
|
||||||
End Sub
|
End Sub
|
||||||
@@ -2080,8 +2095,5 @@ Public Class frmKundenblatt
|
|||||||
|
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
Private Sub scanEULizenz_Load(sender As Object, e As EventArgs) Handles scanEULizenz.Load
|
|
||||||
|
|
||||||
End Sub
|
|
||||||
End Class
|
End Class
|
||||||
|
|
||||||
|
|||||||
@@ -48,6 +48,7 @@ Partial Class usrCntlKundenAvisoMailBenachrichtigung
|
|||||||
Me.rtbLkwStatusMail = New System.Windows.Forms.RichTextBox()
|
Me.rtbLkwStatusMail = New System.Windows.Forms.RichTextBox()
|
||||||
Me.FlatButton5 = New VERAG_PROG_ALLGEMEIN.FlatButton()
|
Me.FlatButton5 = New VERAG_PROG_ALLGEMEIN.FlatButton()
|
||||||
Me.Panel1 = New System.Windows.Forms.Panel()
|
Me.Panel1 = New System.Windows.Forms.Panel()
|
||||||
|
Me.btnWikiStatusmails = New System.Windows.Forms.Button()
|
||||||
Me.SuspendLayout()
|
Me.SuspendLayout()
|
||||||
'
|
'
|
||||||
'cboFreigabe_SteuerbescheidBedingung
|
'cboFreigabe_SteuerbescheidBedingung
|
||||||
@@ -359,12 +360,26 @@ Partial Class usrCntlKundenAvisoMailBenachrichtigung
|
|||||||
Me.Panel1.Size = New System.Drawing.Size(460, 1)
|
Me.Panel1.Size = New System.Drawing.Size(460, 1)
|
||||||
Me.Panel1.TabIndex = 69
|
Me.Panel1.TabIndex = 69
|
||||||
'
|
'
|
||||||
|
'btnWikiStatusmails
|
||||||
|
'
|
||||||
|
Me.btnWikiStatusmails.BackgroundImage = Global.SDL.My.Resources.Resources.fragezeichen
|
||||||
|
Me.btnWikiStatusmails.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
||||||
|
Me.btnWikiStatusmails.FlatAppearance.BorderSize = 0
|
||||||
|
Me.btnWikiStatusmails.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
||||||
|
Me.btnWikiStatusmails.Location = New System.Drawing.Point(454, 3)
|
||||||
|
Me.btnWikiStatusmails.Name = "btnWikiStatusmails"
|
||||||
|
Me.btnWikiStatusmails.Size = New System.Drawing.Size(25, 20)
|
||||||
|
Me.btnWikiStatusmails.TabIndex = 70
|
||||||
|
Me.btnWikiStatusmails.UseVisualStyleBackColor = True
|
||||||
|
Me.btnWikiStatusmails.Visible = False
|
||||||
|
'
|
||||||
'usrCntlKundenAvisoMailBenachrichtigung
|
'usrCntlKundenAvisoMailBenachrichtigung
|
||||||
'
|
'
|
||||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||||
Me.AutoScroll = True
|
Me.AutoScroll = True
|
||||||
Me.BackColor = System.Drawing.Color.White
|
Me.BackColor = System.Drawing.Color.White
|
||||||
|
Me.Controls.Add(Me.btnWikiStatusmails)
|
||||||
Me.Controls.Add(Me.Panel1)
|
Me.Controls.Add(Me.Panel1)
|
||||||
Me.Controls.Add(Me.Label2)
|
Me.Controls.Add(Me.Label2)
|
||||||
Me.Controls.Add(Me.rtbLkwStatusMail)
|
Me.Controls.Add(Me.rtbLkwStatusMail)
|
||||||
@@ -424,4 +439,5 @@ Partial Class usrCntlKundenAvisoMailBenachrichtigung
|
|||||||
Friend WithEvents rtbLkwStatusMail As RichTextBox
|
Friend WithEvents rtbLkwStatusMail As RichTextBox
|
||||||
Friend WithEvents FlatButton5 As VERAG_PROG_ALLGEMEIN.FlatButton
|
Friend WithEvents FlatButton5 As VERAG_PROG_ALLGEMEIN.FlatButton
|
||||||
Friend WithEvents Panel1 As Panel
|
Friend WithEvents Panel1 As Panel
|
||||||
|
Friend WithEvents btnWikiStatusmails As Button
|
||||||
End Class
|
End Class
|
||||||
|
|||||||
@@ -244,4 +244,9 @@
|
|||||||
f.ShowDialog(Me)
|
f.ShowDialog(Me)
|
||||||
loadEmails()
|
loadEmails()
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
|
Private Sub btnWikiStatusmails_Click(sender As Object, e As EventArgs) Handles btnWikiStatusmails.Click
|
||||||
|
Dim webAddress As String = "https://wiki.verag.ag/software/aviso/howtos/Statusmails"
|
||||||
|
Process.Start(webAddress)
|
||||||
|
End Sub
|
||||||
End Class
|
End Class
|
||||||
|
|||||||
Reference in New Issue
Block a user