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

Feature/#100 improve performance qoh job #111

Merged
merged 6 commits into from
Oct 4, 2015
Prev Previous commit
Next Next commit
added location to inventory snapshot table to prepare for the ability…
… to select multiple locations
  • Loading branch information
jmiranda committed Oct 4, 2015
commit 423611622bf37158accbaaac2f2915a3d8f940ab
6 changes: 3 additions & 3 deletions grails-app/views/inventorySnapshot/list.gsp
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
<thead>
<tr>
<%--
<th>Date</th>
<th>Location</th>--%>
<th>Date</th>--%>
<th>Location</th>
<th>SKU</th>
<th>Product</th>
<th>Product group</th>
Expand Down Expand Up @@ -154,7 +154,7 @@
],
"aoColumns": [
// { "mData": "date" }, // 0
// { "mData": "location" }, // 1
{ "mData": "location" }, // 1
{ "mData": "productCode" }, // 2
{ "mData": "product" }, // 2
{ "mData": "productGroup" }, // 2
Expand Down