Skip to content

Commit

Permalink
Sync with Syntax Dictionary version 2022-11-24
Browse files Browse the repository at this point in the history
  • Loading branch information
terryburton committed Nov 24, 2022
1 parent 12ba9de commit 97126c2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion src/c-lib/aitable.inc
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ static struct aiEntry embedded_ai_table[] = {
AI_ENTRY( "412" , NO_FNC1, N,13,13,MAN,csum,key, __, __, __, __, "", "PURCHASE FROM" ),
AI_ENTRY( "413" , NO_FNC1, N,13,13,MAN,csum,key, __, __, __, __, "", "SHIP FOR LOC" ),
AI_ENTRY( "414" , NO_FNC1, N,13,13,MAN,csum,key, __, __, __, __, "dlpkey=254|7040", "LOC NO." ),
AI_ENTRY( "415" , NO_FNC1, N,13,13,MAN,csum,key, __, __, __, __, "req=8020", "PAY TO" ),
AI_ENTRY( "415" , NO_FNC1, N,13,13,MAN,csum,key, __, __, __, __, "req=8020 dlpkey=8020", "PAY TO" ),
AI_ENTRY( "416" , NO_FNC1, N,13,13,MAN,csum,key, __, __, __, __, "", "PROD/SERV LOC" ),
AI_ENTRY( "417" , NO_FNC1, N,13,13,MAN,csum,key, __, __, __, __, "dlpkey=7040", "PARTY" ),
AI_ENTRY( "420" , DO_FNC1, X,1,20,MAN,_,_, __, __, __, __, "ex=421", "SHIP TO POST" ),
Expand Down Expand Up @@ -449,6 +449,7 @@ static struct aiEntry embedded_ai_table[] = {
AI_ENTRY( "7008", DO_FNC1, X,1,3,MAN,_,_, __, __, __, __, "req=01,02", "AQUATIC SPECIES" ),
AI_ENTRY( "7009", DO_FNC1, X,1,10,MAN,_,_, __, __, __, __, "req=01,02", "FISHING GEAR TYPE" ),
AI_ENTRY( "7010", DO_FNC1, X,1,2,MAN,_,_, __, __, __, __, "req=01,02", "PROD METHOD" ),
AI_ENTRY( "7011", DO_FNC1, N,6,6,MAN,yymmdd,_, N,4,4,OPT,hhmm,_, __, __, __, "req=01,02", "TEST BY DATE" ),
AI_ENTRY( "7020", DO_FNC1, X,1,20,MAN,_,_, __, __, __, __, "req=01,8006 req=416", "REFURB LOT" ),
AI_ENTRY( "7021", DO_FNC1, X,1,20,MAN,_,_, __, __, __, __, "req=01,8006", "FUNC STAT" ),
AI_ENTRY( "7022", DO_FNC1, X,1,20,MAN,_,_, __, __, __, __, "req=7021", "REV STAT" ),
Expand Down
6 changes: 3 additions & 3 deletions src/c-lib/gs1-syntax-dictionary.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# GS1 Application Identifier Syntax Dictionary
# --------------------------------------------
#
# Release: 2022-08-10
# Release: 2022-11-24
#
# This is the GS1 Application Identifier format "Syntax Dictionary".
#
Expand Down Expand Up @@ -44,7 +44,7 @@
#
# "N5" - length == 5
# "N..20" - 1 <= length <= 20
# "[...]" - optional component
# "[...]" - optional final component
#
# Each Linter is the name of a reference procedure that performs content
# validation of the component.
Expand Down Expand Up @@ -195,7 +195,7 @@
412 * N13,csum,key # PURCHASE FROM
413 * N13,csum,key # SHIP FOR LOC
414 * N13,csum,key dlpkey=254|7040 # LOC NO.
415 * N13,csum,key req=8020 # PAY TO
415 * N13,csum,key req=8020 dlpkey=8020 # PAY TO
416 * N13,csum,key # PROD/SERV LOC
417 * N13,csum,key dlpkey=7040 # PARTY
420 X..20 ex=421 # SHIP TO POST
Expand Down

0 comments on commit 97126c2

Please sign in to comment.