+
+
+
Rechnungen
+
+
+
Hier finden Sie Informationen zu Ihren aktuellen Rechnungen
+
+ <%Try
+ VERAG_PROG_ALLGEMEIN.cAllgemein.ERR_OP_GLOBAL = VERAG_PROG_ALLGEMEIN.ERROR_OP.SHOW
+ 'Dim AD As New VERAG_PROG_ALLGEMEIN.cAdressen(799124)
+ Dim VERAGSQL = New VERAG_PROG_ALLGEMEIN.SQL
+ ' MsgBox(VERAGSQL.GetADMINConnectionString())
+ 'Response.Write(AD.Ordnungsbegriff)
+ Dim STANDORT = "SUB"
+ If (Request.QueryString.Count > 0) AndAlso (Request.QueryString("STANDORT") IsNot Nothing) Then
+ Try
+ STANDORT = (Request.QueryString("STANDORT"))
+ Catch ex As Exception
+ STANDORT = "SUB"
+ End Try
+ End If
+ If True Then
+ Dim AVISO_dt As System.Data.DataTable = VERAG_PROG_ALLGEMEIN.cAviso.getAVISO_List(STANDORT)
+ If AVISO_dt IsNot Nothing Then
-
-
-
-
-
-
-
-
Rechnungen
+ If True Then 'AVISO.Status <> 1 And AVISO.Status <> 2 Then 'SENDUNGSTABELLE'%>
+
+
+
+
+
<%=Server.HtmlEncode("Rechnungen:") %>
+
+
+
+
<%=Server.HtmlEncode("Reset Form") %>
+
+
+
+
+
+
+
+ <%Dim erster = New Date(Now().Year, Now().Month, 1) %>
+
+
+
+ <%Dim jetzt = DateTime.Now.Date %>
+
+
+
+
+
+
+
+
+ <% End If
+ End If
+ End If
+ Catch ex As Exception
+ Response.Write(ex.Message & ex.StackTrace)
+ End Try %>
+
-
-
-
-
-
-
-
-
-
-
-
+
+
diff --git a/Customers/Invoices.aspx.vb b/Customers/Invoices.aspx.vb
index 55ce019..c3139ba 100644
--- a/Customers/Invoices.aspx.vb
+++ b/Customers/Invoices.aspx.vb
@@ -1,5 +1,61 @@
-Partial Class Kundenbereich_Default
+Partial Class Customers_Invoices
Inherits System.Web.UI.Page
+
+ Protected Sub btn_resetForm_Click(sender As Object, e As EventArgs)
+
+ End Sub
+
+ Protected Sub pickdate1_TextChanged(sender As Object, e As EventArgs)
+
+ End Sub
+
+ Protected Sub valDateRange_1_ServerValidate(source As Object, args As ServerValidateEventArgs)
+
+ End Sub
+
+ Protected Sub pickdate2_TextChanged(sender As Object, e As EventArgs)
+
+ End Sub
+
+ Protected Sub valDateRange_2_ServerValidate(source As Object, args As ServerValidateEventArgs)
+
+ End Sub
+
+ Protected Sub txt_LKWNr_TextChanged(sender As Object, e As EventArgs)
+
+ End Sub
+
+ Protected Sub txt_Empfaenger_TextChanged(sender As Object, e As EventArgs)
+
+ End Sub
+
+ Protected Sub txt_Absender_TextChanged(sender As Object, e As EventArgs)
+
+ End Sub
+
+ Protected Sub txt_ReNr_TextChanged(sender As Object, e As EventArgs)
+
+ End Sub
+
+ Protected Sub txt_KdNrAuftrag_TextChanged(sender As Object, e As EventArgs)
+
+ End Sub
+
+ Protected Sub txt_LKWNr_M_TextChanged(sender As Object, e As EventArgs)
+
+ End Sub
+
+ Protected Sub TextBox2_TextChanged(sender As Object, e As EventArgs)
+
+ End Sub
+
+ Protected Sub txt_KdNrAuftrag_M_TextChanged(sender As Object, e As EventArgs)
+
+ End Sub
+
+ Protected Sub btn_Rechnungen_Click(sender As Object, e As EventArgs)
+
+ End Sub
End Class