Переглянути джерело

updating serial number and sorts for exports

pull/8/head
Daniel Covington 5 місяці тому
джерело
коміт
0308ddb8bc
2 змінених файлів з 2 додано та 2 видалено
  1. +1
    -1
      App/DomainModels/KitLabelsRepository.asp
  2. +1
    -1
      Data/Proofs.rep

+ 1
- 1
App/DomainModels/KitLabelsRepository.asp Переглянути файл

@@ -210,7 +210,7 @@ Class KitLabelsRepository_Class
s = s + 1
NewKitLabel.OutboundSerial = PadLeft(SerialStart + i,9,"0")
NewKitLabel.InBoundSerial = PadLeft(SerialStart + i + 1,9,"0")
NewKitLabel.OutboundIMBDigits ="00716" & MailingID & NewKitLabel.OutboundSerial & "000000000"
NewKitLabel.OutboundIMBDigits ="00716" & MailingID & NewKitLabel.OutboundSerial
NewKitLabel.InBoundIMBDigits = "00778" & MailingID & NewKitLabel.InBoundSerial & right(Jurisdiction.IMB_Digits,9)
dim imbJson : imbJson = rest.FullRequestNoBody("get","/ppro-tools-api/imb/encode?imb=" & NewKitLabel.OutboundIMBDigits)


+ 1
- 1
Data/Proofs.rep Переглянути файл

@@ -46,7 +46,7 @@ object TRpReport
#9#9' FROM InkjetRecords'#13#10#9#9#9' LEFT JOIN [KitLabels] ON InkjetRecord' +
's.KitLabelID = KitLabels.ID'#13#10#9#9#9' WHERE InkjetRecords.KitID = PBK' +
'ITID AND InkjetRecords.ID >= PBMIN and InkjetRecords.ID <= PBMAX' +
' Order by PRECINCT & Clng(BALLOT_NUMBER) ASC'
' Order by PRECINCT ASC ,Clng(BALLOT_NUMBER) ASC'
end
item
Alias = 'JURISDICTION'


Завантаження…
Відмінити
Зберегти

Powered by TurnKey Linux.