Dakosy, Chat, Feiertage, Formulare (AMBAR)
This commit is contained in:
@@ -94,7 +94,7 @@ Public Class rptKontrolleLKW_NCTSTR
|
||||
Me.DataSource = kundenSQL.loadDgvBySql(sqlStr, "FMZOLL", 1000)
|
||||
|
||||
|
||||
Dim sqlStrSUB As String = " SELECT *, isnull(nctsSA_AbgabenBetrag,0) as GarantieWert,isnull(ncts_Befoerderungsmittel_KennzeichenAbgang,'') as Kennzeichen,cast(ncts_Eroeffnung as date) as AnmeldungsDatum,ncts_VERAG_WeiterverrechungSatz FROM tblNCTS_TR_Sicherheitsangaben inner join tblNCTS_TR on ncts_Id = nctsSA_NctsId "
|
||||
Dim sqlStrSUB As String = " SELECT *, isnull(nctsSA_AbgabenBetrag,0) as GarantieWert,isnull(ncts_Befoerderungsmittel_KennzeichenAbgang,'') as Kennzeichen,cast(ncts_Eroeffnung as date) as AnmeldungsDatum,cast(ncts_Ankunft as date) as ncts_Ankunft,cast(ncts_Erledigung as date) as ncts_Erledigung,ncts_VERAG_WeiterverrechungSatz FROM tblNCTS_TR_Sicherheitsangaben inner join tblNCTS_TR on ncts_Id = nctsSA_NctsId "
|
||||
sqlStrSUB &= " WHERE cast(ncts_Eroeffnung as date) BETWEEN '" & datVon.ToShortDateString & "' AND '" & datBis.ToShortDateString & "'"
|
||||
sqlStrSUB &= " AND nctsSA_GRN IN ( '" & brg_AT & "' , '" & brg_DE & "' , '" & brg_DE_NEU & "' ) "
|
||||
sqlStrSUB &= " AND ncts_status BETWEEN 50 AND 60 "
|
||||
|
||||
@@ -37,8 +37,9 @@ Public Class subrptKontrolleLKW_Dakosy
|
||||
'lblArbNrValue.Text = nullStr(Fields.Item("ArbNr").Value)
|
||||
lblMRNValue.Text = nullStr(Fields.Item("ncts_MRN").Value)
|
||||
'.Text = nullStr(Fields.Item("Pos").Value)
|
||||
lblAnDatValue.Text = nullDat(Fields.Item("ncts_Trans_DatumZeit").Value)
|
||||
lblGestDatValue.Text = nullDat(Fields.Item("ncts_GestelltAm").Value)
|
||||
lblAnDatValue.Text = nullDat(Fields.Item("ncts_Eroeffnung").Value)
|
||||
' lblAnDatValue.Text = nullDat(Fields.Item("ncts_Trans_DatumZeit").Value)
|
||||
lblGestDatValue.Text = nullDat(Fields.Item("ncts_Ankunft").Value)
|
||||
lblSBValue.Text = nullStr(Fields.Item("ncts_Bearbeiter").Value)
|
||||
lblBuergschaft.Text = nullStr(Fields.Item("nctsSA_GRN").Value)
|
||||
If Not Fields.Item("nctsSA_AbgabenBetrag").Value Is DBNull.Value Then
|
||||
|
||||
Reference in New Issue
Block a user