Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
business-java
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
Proteus
business-java
Commits
08c1e27a
Commit
08c1e27a
authored
May 12, 2020
by
CORP\sonam.kamble
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated to sort data
parent
8b6d52f1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
webitm-dashboard/ibase/dashboard/common/bean/SellsPlanSummary.java
...shboard/ibase/dashboard/common/bean/SellsPlanSummary.java
+2
-2
No files found.
webitm-dashboard/ibase/dashboard/common/bean/SellsPlanSummary.java
View file @
08c1e27a
...
...
@@ -189,8 +189,8 @@ public class SellsPlanSummary extends ValidatorEJB
.
append
(
" '"
+
posCode
+
"' AS POS_CODE, "
)
.
append
(
" I.ITEM_CODE, "
)
.
append
(
" I.PRODUCT_CODE, "
)
//
.append(" (SELECT DESCR FROM ITEM WHERE ITEM_CODE = I.ITEM_CODE) PRODUCT_NAME, ")
.
append
(
" (SELECT DESCR FROM ITEM WHERE ITEM_CODE = I.ITEM_CODE) DEALER_NAME, "
)
.
append
(
" (SELECT DESCR FROM ITEM WHERE ITEM_CODE = I.ITEM_CODE) PRODUCT_NAME, "
)
//
.append(" (SELECT DESCR FROM ITEM WHERE ITEM_CODE = I.ITEM_CODE) DEALER_NAME, ")
.
append
(
" SUM(SPD.SELL_IN_QTY) AS SELL_IN_QTY, "
)
.
append
(
" SUM(SPD.SELL_OUT_QTY) AS SELL_OUT_QTY, "
)
.
append
(
" SUM(SPD.SELL_IN_VALUE) AS SELL_IN_VALUE, "
)
...
...
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