Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hotfix/100 improve performance qoh calculation #166

Closed
wants to merge 144 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
144 commits
Select commit Hold shift + click to select a range
20f6d50
#100 introduced SQL script and quartz job that will be used to popula…
jmiranda Nov 14, 2016
b4f10f5
#100 improved usability of global search (now that we can retrieve qu…
jmiranda Nov 16, 2016
54d7b8f
Allow admins to configure whether quartz jobs are enabled or disabled…
jmiranda Nov 16, 2016
be427d0
#100 modified inventory item summary SQL script to handle some edge c…
jmiranda Nov 16, 2016
c7c838d
#100 major performance improvements for the dashboard
jmiranda Nov 16, 2016
ac56b12
#100 Added domain class so we can use GORM/HQL to query and manage th…
jmiranda Nov 16, 2016
49c1ed3
minor change to improve the tag summary widget on the dashboard
jmiranda Nov 16, 2016
0725f4a
#100 added data migration changelog for inventory item summary table
jmiranda Nov 16, 2016
b505284
#100 fixed issue when inventory item summary data is not available yet
jmiranda Nov 16, 2016
9a061e6
#100 fixed requisition status list to show only valid statuses
jmiranda Nov 16, 2016
e3e330c
#100 dashboard / megamenu caches should be flushed when user logs out
jmiranda Nov 16, 2016
7549468
added missing messages for some requisition statuses
jmiranda Nov 16, 2016
c3bd7f9
enabled build summary table quartz job by default
jmiranda Nov 16, 2016
24df688
#100 more improvements to the dashboard widgets as well as some of th…
jmiranda Nov 17, 2016
c34f893
#100 minor improvement to the look-and-feel for the purchase order fi…
jmiranda Nov 17, 2016
63f7b41
fixed minor issue with categories that are too long for the sidebar
jmiranda Nov 17, 2016
3f123ad
fixed issue with filtering by created date and other minor cleanups
jmiranda Nov 17, 2016
b402d72
#100 requisition workflow and consumption report are now using QoH su…
jmiranda Nov 17, 2016
13e3590
#100 deprecated method that was being used to calculate QoH of all pr…
jmiranda Nov 17, 2016
75fd70e
#100 more dashboard cleanup
jmiranda Nov 17, 2016
57268d6
#100 removed subtotals from product and expiration summary widgets to…
jmiranda Nov 17, 2016
5b7fd48
#100 Changed cron expression for the build summary tables job but it'…
jmiranda Nov 18, 2016
b3fab2c
#100 dramatically improved performance of the Edit Transaction page
jmiranda Nov 18, 2016
b12600d
#100 fixed bug with cron expression used by build summary tables job …
jmiranda Nov 18, 2016
ab3f3b7
#100 fixed multiple bugs with the summary table build script and quer…
jmiranda Nov 18, 2016
a40e03a
renamed "debug mode" to "translation mode"
jmiranda Nov 18, 2016
54ddbd0
minor improvements to dashboard widgets
jmiranda Nov 18, 2016
36a0e4d
allow users to see stock card for products that are marked as not sup…
jmiranda Nov 18, 2016
78ab79d
fixed minor UI bugs with the product and inventory item summary
jmiranda Nov 18, 2016
5fa1e40
Added a liquibase changeset for the unique index on the inventory ite…
jmiranda Nov 21, 2016
18aa098
enabled read-only cache for inventory item summary
jmiranda Nov 21, 2016
ffc68e4
changed delay for global search autocomplete to allow previous reques…
jmiranda Nov 21, 2016
f476dec
changed how QoH is compiled on consumption report (also improved UI a…
jmiranda Nov 21, 2016
ff20ee0
#100 changed how QoH values are queried within several components (e.…
jmiranda Nov 21, 2016
64f4834
removed unnecessary import
jmiranda Nov 21, 2016
e004fb7
added links to requisiton list page
jmiranda Nov 21, 2016
94557d6
fixed bug which caused all jobs to run at the same time (trigger name…
jmiranda Nov 21, 2016
7ab023e
minor changes to message properties
jmiranda Nov 21, 2016
a755bd0
UI tweaks for the transaction report
jmiranda Nov 21, 2016
9075c64
fixed bug with accessing QoH value associated with a requisition item
jmiranda Nov 21, 2016
fecc9f8
bumped app version to 0.7.14
jmiranda Nov 21, 2016
554ab23
removed unnecessary drop table statement
jmiranda Nov 21, 2016
abd159f
removed RECEIVED from valid requisition states
jmiranda Nov 22, 2016
cea9736
fixed syntax error in MySQL query
jmiranda Nov 22, 2016
6338373
#100 cached all dashboard data responses by default and changed defau…
jmiranda Nov 22, 2016
dde371b
changed uuid to an auto increment primary key and tweaked the summary…
jmiranda Nov 22, 2016
57ca506
removed unnecessary columns from summary tables to improve performanc…
jmiranda Nov 23, 2016
9509a12
fixed bug that occurs when saving inventory item snapshot records, tw…
jmiranda Nov 23, 2016
a6b4aac
added documentation to explain how to configure -javaagent command li…
jmiranda Nov 25, 2016
3a3270e
removed second-level cache to see if it helps with performance
jmiranda Nov 25, 2016
296dc5e
fixed bug related to caching fast movers; separated rebuild summary /…
jmiranda Nov 25, 2016
ac48895
added ability to forcibly execute the rebuild snapshot table job
jmiranda Nov 25, 2016
21b90dc
#100 dramatically improved the rebuilding of snapshot tables by batch…
jmiranda Nov 25, 2016
a4106db
added force param to all actions that trigger the rebuild snapshot ta…
jmiranda Nov 25, 2016
170473c
removed hard-coded references to /openboxes
jmiranda Nov 25, 2016
d4e5ea8
#100 introduced SQL script and quartz job that will be used to popula…
jmiranda Nov 14, 2016
b69c2b8
#100 improved usability of global search (now that we can retrieve qu…
jmiranda Nov 16, 2016
18122b0
Allow admins to configure whether quartz jobs are enabled or disabled…
jmiranda Nov 16, 2016
bfebd30
#100 modified inventory item summary SQL script to handle some edge c…
jmiranda Nov 16, 2016
909b597
#100 major performance improvements for the dashboard
jmiranda Nov 16, 2016
02acfd9
#100 Added domain class so we can use GORM/HQL to query and manage th…
jmiranda Nov 16, 2016
960e175
minor change to improve the tag summary widget on the dashboard
jmiranda Nov 16, 2016
a9dfe4c
#100 added data migration changelog for inventory item summary table
jmiranda Nov 16, 2016
c8160e3
#100 fixed issue when inventory item summary data is not available yet
jmiranda Nov 16, 2016
789264f
#100 fixed requisition status list to show only valid statuses
jmiranda Nov 16, 2016
02c5f54
#100 dashboard / megamenu caches should be flushed when user logs out
jmiranda Nov 16, 2016
838eb9e
added missing messages for some requisition statuses
jmiranda Nov 16, 2016
be2f572
enabled build summary table quartz job by default
jmiranda Nov 16, 2016
5ddffe2
#100 more improvements to the dashboard widgets as well as some of th…
jmiranda Nov 17, 2016
cc25f21
#100 minor improvement to the look-and-feel for the purchase order fi…
jmiranda Nov 17, 2016
96552a0
fixed minor issue with categories that are too long for the sidebar
jmiranda Nov 17, 2016
2b9c1b0
fixed issue with filtering by created date and other minor cleanups
jmiranda Nov 17, 2016
e6491ae
#100 requisition workflow and consumption report are now using QoH su…
jmiranda Nov 17, 2016
16279d5
#100 deprecated method that was being used to calculate QoH of all pr…
jmiranda Nov 17, 2016
8222420
#100 more dashboard cleanup
jmiranda Nov 17, 2016
fc28e06
#100 removed subtotals from product and expiration summary widgets to…
jmiranda Nov 17, 2016
b14feae
#100 Changed cron expression for the build summary tables job but it'…
jmiranda Nov 18, 2016
2160a64
#100 dramatically improved performance of the Edit Transaction page
jmiranda Nov 18, 2016
a3824df
#100 fixed bug with cron expression used by build summary tables job …
jmiranda Nov 18, 2016
4022402
#100 fixed multiple bugs with the summary table build script and quer…
jmiranda Nov 18, 2016
2ca9594
renamed "debug mode" to "translation mode"
jmiranda Nov 18, 2016
4419942
minor improvements to dashboard widgets
jmiranda Nov 18, 2016
3280ca2
allow users to see stock card for products that are marked as not sup…
jmiranda Nov 18, 2016
ada0590
fixed minor UI bugs with the product and inventory item summary
jmiranda Nov 18, 2016
0ec4d87
Added a liquibase changeset for the unique index on the inventory ite…
jmiranda Nov 21, 2016
5e3bd3d
enabled read-only cache for inventory item summary
jmiranda Nov 21, 2016
e2edbb9
changed delay for global search autocomplete to allow previous reques…
jmiranda Nov 21, 2016
22950ee
changed how QoH is compiled on consumption report (also improved UI a…
jmiranda Nov 21, 2016
6a4a000
#100 changed how QoH values are queried within several components (e.…
jmiranda Nov 21, 2016
2959727
removed unnecessary import
jmiranda Nov 21, 2016
a70cf31
added links to requisiton list page
jmiranda Nov 21, 2016
8a66a66
fixed bug which caused all jobs to run at the same time (trigger name…
jmiranda Nov 21, 2016
23b689f
minor changes to message properties
jmiranda Nov 21, 2016
5415c0b
UI tweaks for the transaction report
jmiranda Nov 21, 2016
7699139
fixed bug with accessing QoH value associated with a requisition item
jmiranda Nov 21, 2016
c27c203
bumped app version to 0.7.14
jmiranda Nov 21, 2016
20ea397
removed unnecessary drop table statement
jmiranda Nov 21, 2016
2986d94
removed RECEIVED from valid requisition states
jmiranda Nov 22, 2016
5c25782
fixed syntax error in MySQL query
jmiranda Nov 22, 2016
c043909
#100 cached all dashboard data responses by default and changed defau…
jmiranda Nov 22, 2016
99d564d
changed uuid to an auto increment primary key and tweaked the summary…
jmiranda Nov 22, 2016
1fd5ec9
removed unnecessary columns from summary tables to improve performanc…
jmiranda Nov 23, 2016
81f8318
fixed bug that occurs when saving inventory item snapshot records, tw…
jmiranda Nov 23, 2016
df57e09
added documentation to explain how to configure -javaagent command li…
jmiranda Nov 25, 2016
3bd7afe
removed second-level cache to see if it helps with performance
jmiranda Nov 25, 2016
8c46f5b
fixed bug related to caching fast movers; separated rebuild summary /…
jmiranda Nov 25, 2016
98d4192
added ability to forcibly execute the rebuild snapshot table job
jmiranda Nov 25, 2016
af64b3f
#100 dramatically improved the rebuilding of snapshot tables by batch…
jmiranda Nov 25, 2016
57d5329
added force param to all actions that trigger the rebuild snapshot ta…
jmiranda Nov 25, 2016
9a877da
removed hard-coded references to /openboxes
jmiranda Nov 25, 2016
0e6c32e
Merge branch 'hotfix/100-improve-performance-qoh-calculation' of http…
jmiranda Nov 25, 2016
547db83
improve UI consistency by stretching all text fields to max width; dr…
jmiranda Feb 11, 2017
a0ce500
fixed some issues with requisition enums and expected location types
jmiranda Feb 11, 2017
b84b789
added comment to transfer stock dialog
jmiranda Feb 11, 2017
49266be
removed some unnecessary inventory statuses (related to obsolete stock)
jmiranda Feb 11, 2017
0e65348
UI improvements for the dashboard page
jmiranda Feb 11, 2017
f954eee
minor bug fixes and improvements for the dashboard page
jmiranda Feb 11, 2017
fdb1f18
fixed several bugs with Purchase Order feature (e.g. ability to impor…
jmiranda Feb 11, 2017
9db8efd
UI improvements for the new inventory reports accessible from dashboard
jmiranda Feb 11, 2017
1c9e35c
minor UI improvements
jmiranda Feb 11, 2017
6397a17
fixed bug when receiving against PO where datetime was set to midnigh…
jmiranda Feb 11, 2017
6183306
removed calendar image trigger due to display issues
jmiranda Feb 11, 2017
30ffaaf
updated message properties
jmiranda Feb 11, 2017
f042a7f
minor config changes
jmiranda Feb 11, 2017
28ee2f5
added unique constraint on inventory level (product and inventory mus…
jmiranda Feb 11, 2017
ac7778f
disabled saving state on dashboard since the feature is in-progress
jmiranda Feb 11, 2017
08dbfa9
added last updated timestamp to new inventory summary dashboard widgets
jmiranda Feb 11, 2017
0874e58
fixed order summary on dashboard
jmiranda Feb 11, 2017
4cd7f0f
minor cosmetic change for order summary on dashboard
jmiranda Feb 11, 2017
fea66d4
removed temporary Generate PO feature - needs a separate feature branch
jmiranda Feb 17, 2017
b2fdb25
added item count to order summary widget
jmiranda Feb 17, 2017
127d0de
minor changes to messages.properties
jmiranda Feb 17, 2017
e20e326
Merge branch 'master' into hotfix/100-improve-performance-qoh-calcula…
jmiranda Jul 18, 2017
a24cf98
Merge branch 'master' into hotfix/100-improve-performance-qoh-calcula…
jmiranda Aug 17, 2017
abdd752
Merge branch 'master' into hotfix/100-improve-performance-qoh-calcula…
jmiranda Aug 24, 2017
513368d
Fixed some issues from the merge
jmiranda Aug 24, 2017
ab38137
Significantly improved performance of the meganmenu
jmiranda Aug 30, 2017
429a1ad
fixed some minor issues with the dashboard related to the latest merge
jmiranda Aug 30, 2017
8dfd8ba
Minor code cleanup
jmiranda Aug 30, 2017
852f362
Added gpars library and dependencies
jmiranda Aug 30, 2017
03cd681
WIP: Implemented quantity on hand calculation using gpars (reduced ti…
jmiranda Aug 30, 2017
ddef80c
Minor UI improvements for the report details page associated with the…
jmiranda Aug 30, 2017
35da606
Merge branch 'master' into hotfix/100-improve-performance-qoh-calcula…
jmiranda Dec 8, 2017
ee00cbc
Merge branch 'master' into hotfix/100-improve-performance-qoh-calcula…
jmiranda Mar 6, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'master' into hotfix/100-improve-performance-qoh-calcula…
…tion
  • Loading branch information
jmiranda committed Aug 24, 2017
commit abdd7524b06ec3dd09a53b70d6d990b992264f35
3 changes: 0 additions & 3 deletions grails-app/i18n/messages.properties
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,6 @@ dashboard.inbound.label = Inbound receipts created within last {
dashboard.inbound.pending.label = Pending to {0}
dashboard.inbound.shipped.label = Enroute to {0}
dashboard.inbound.received.label = Received by {0}
dashboard.label = Dashboard

dashboard.loggedInAs.label = Logged in as
dashboard.loggedInAs.message = Logged in as {0}
dashboard.managedRemotely.message = {0} managed remotely
Expand Down Expand Up @@ -879,7 +877,6 @@ inventory.listExpiringStock.label = Expiring within {0} days




inventory.search.label = Search inventory
inventory.selectAtLeastOneProduct.label = Please select at least one product before choosing an action.
inventory.showGraph.label = Show graph
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.