--- dao/DelphiScanner/Configuration.pas 2016/08/16 21:06:46 3091 +++ dao/DelphiScanner/Configuration.pas 2016/08/21 22:34:01 3097 @@ -54,6 +54,9 @@ URLPrintLabel : String; UrlEKLoverforselPakkeshop : String; + URLUdenforSpecifikation : String; + UrlEmballageRepareret : String; + UrlFindPakketype, UrlSendPrograminfo: String; AlarmLyd : String; @@ -256,7 +259,14 @@ URLOmdirigerTilPakkeshop := BaseURL + '/webservices/pakkeshop/PakkeKontrolOmdirigerTilPakkeshop.php?sted=%s&stregkode=%s'; URLOmdirigerTilPakkeshop := InjectURL(URLOmdirigerTilPakkeshop); - URLPrintLabel := BaseURL + '/BogpakkeKontrol/PrintLabel.php?stregkode=%s'; + UrlEmballageRepareret := BaseURL + '/webservices/pakkeshop/EmballageRepareret.php?sted=%s&stregkode=%s'; + UrlEmballageRepareret := InjectURL(UrlEmballageRepareret); + + URLUdenforSpecifikation := BaseURL + '/webservices/pakkeshop/UdenforSpecifikation.php?sted=%s&stregkode=%s'; + URLUdenforSpecifikation := InjectURL(URLUdenforSpecifikation); + + + URLPrintLabel := BaseURL + '/WebServices/BogpakkeKontrol/PrintLabel.php?stregkode=%s'; URLPrintLabel := InjectURL(URLPrintLabel);