Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
Component Sharing
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Gagandeep Singh Bhatia
Component Sharing
Commits
9a6fb118
Commit
9a6fb118
authored
May 27, 2026
by
SABURI PATEKAR
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Preferred Transporter Selection in Sales Order and Despatch
parent
4b94e93a
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
28705 additions
and
1 deletion
+28705
-1
Saburi/22-05-26#DISTROUTEDET/DistributionRouteIC.java
Saburi/22-05-26#DISTROUTEDET/DistributionRouteIC.java
+950
-0
Saburi/22-05-26#DISTROUTEDET/SalesOrderIC.java
Saburi/22-05-26#DISTROUTEDET/SalesOrderIC.java
+23987
-0
Saburi/22-05-26#DISTROUTEDET/distroutedet.sql
Saburi/22-05-26#DISTROUTEDET/distroutedet.sql
+6
-0
Saburi/22-05-26#DISTROUTEDET/xml/distroute12.xml
Saburi/22-05-26#DISTROUTEDET/xml/distroute12.xml
+1942
-0
Saburi/22-05-26#DISTROUTEDET/xml/distroute22.xml
Saburi/22-05-26#DISTROUTEDET/xml/distroute22.xml
+1818
-0
Saburi/29-04-26#ApplicationApi/ApplicationApi.java
Saburi/29-04-26#ApplicationApi/ApplicationApi.java
+2
-1
No files found.
Saburi/22-05-26#DISTROUTEDET/DistributionRouteIC.java
0 → 100644
View file @
9a6fb118
This diff is collapsed.
Click to expand it.
Saburi/22-05-26#DISTROUTEDET/SalesOrderIC.java
0 → 100644
View file @
9a6fb118
This diff is collapsed.
Click to expand it.
Saburi/22-05-26#DISTROUTEDET/distroutedet.sql
0 → 100644
View file @
9a6fb118
Insert
into
POPHELP
(
FIELD_NAME
,
MOD_NAME
,
SQL_STR
,
DW_OBJECT
,
MSG_TITLE
,
WIDTH
,
HEIGHT
,
CHG_DATE
,
CHG_USER
,
CHG_TERM
,
DIST_OPT
,
FILTER_STRING
,
SQL_INPUT
,
DEFAULT_COL
,
POP_ALIGN
,
QUERY_MODE
,
PAGE_CONTEXT
,
POPHELP_COLS
,
POPHELP_SOURCE
,
MULTI_OPT
,
HELP_OPTION
,
POPUP_XSL_NAME
,
AUTO_FILL_LEN
,
THUMB_OBJ
,
THUMB_IMAGE_COL
,
THUMB_ALT_COL
,
AUTO_MIN_LENGTH
,
OBJ_NAME__DS
,
DATA_MODEL_NAME
,
VALIDATE_DATA
,
ITEM_CHANGE
,
MSG_NO
,
FILTER_EXPR
,
LAYOUT
)
values
(
'TRAN_CODE'
,
'W_SORDER'
,
'SELECT TRAN_CODE, TRANS_PRIORITY
FROM DISTROUTEDET
WHERE DIST_ROUTE =
''
?
''
ORDER BY TRANS_PRIORITY'
,
null
,
null
,
null
,
null
,
to_date
(
'25-05-26'
,
'DD-MM-RR'
),
'System '
,
'System'
,
null
,
null
,
'0:dist_route'
,
1
,
null
,
null
,
null
,
null
,
null
,
null
,
'2'
,
null
,
'2'
,
null
,
null
,
null
,
'2 '
,
null
,
null
,
null
,
null
,
null
,
null
,
null
);
Insert
into
obj_itemchange
(
OBJ_NAME
,
FORM_NO
,
FIELD_NAME
,
MANDATORY
,
EXEC_AT
,
JS_ARG
)
values
(
'sorder'
,
'1 '
,
'dist_route'
,
'N'
,
null
,
null
);
Saburi/22-05-26#DISTROUTEDET/xml/distroute12.xml
0 → 100644
View file @
9a6fb118
This diff is collapsed.
Click to expand it.
Saburi/22-05-26#DISTROUTEDET/xml/distroute22.xml
0 → 100644
View file @
9a6fb118
This diff is collapsed.
Click to expand it.
Saburi/29-04-26#ApplicationApi/ApplicationApi.java
View file @
9a6fb118
...
@@ -782,7 +782,8 @@ public class ApplicationApi extends ValidatorEJB {
...
@@ -782,7 +782,8 @@ public class ApplicationApi extends ValidatorEJB {
case
3
:
case
3
:
BaseLogger
.
log
(
"3"
,
null
,
null
,
"DEBUG: Case 3 started"
);
BaseLogger
.
log
(
"3"
,
null
,
null
,
"DEBUG: Case 3 started"
);
valueXmlString
.
append
(
"<Detail3>"
);
valueXmlString
.
append
(
"<Detail3>"
);
if
(
"itm_default"
.
equalsIgnoreCase
(
currentColumn
.
trim
()))
{
if
(
"itm_default"
.
equalsIgnoreCase
(
currentColumn
.
trim
()))
{
ExtAuthApplicationBean
applicationBean
=
getExtAuthApplicationInfo
(
dom1
);
ExtAuthApplicationBean
applicationBean
=
getExtAuthApplicationInfo
(
dom1
);
BaseLogger
.
log
(
"3"
,
null
,
null
,
"Application Bean=["
+
applicationBean
);
BaseLogger
.
log
(
"3"
,
null
,
null
,
"Application Bean=["
+
applicationBean
);
String
tokenId
=
getJWTToken
(
userInfo
.
getLoginCode
(),
applicationBean
);
String
tokenId
=
getJWTToken
(
userInfo
.
getLoginCode
(),
applicationBean
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment