projects
/
order_line_extra.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f3e03d
)
Add to pick view.
author
Maxime Bourget
<bmx007@gmail.com>
Sun, 16 Jun 2013 16:55:56 +0000
(17:55 +0100)
committer
Maxime Bourget
<bmx007@gmail.com>
Sun, 16 Jun 2013 16:55:56 +0000
(17:55 +0100)
sql/create_topick_view.sql
[new file with mode: 0644]
patch
|
blob
diff --git a/sql/create_topick_view.sql
b/sql/create_topick_view.sql
new file mode 100644
(file)
index 0000000..
a677f6c
--- /dev/null
+++ b/
sql/create_topick_view.sql
@@ -0,0
+1,13
@@
+
+Create View `0_topick` AS select
+`move`.`sku` AS `sku`,
+`move`.`location` AS `location`,
+`move`.`orderLink` AS `order_link`,
+`move`.`itemLink` AS `item_link`,
+`move`.`base` AS `base`,
+`move`.`variation` AS `variation`,
+`move`.`orderId` AS `order_id`,
+`move`.`detailId` AS `detail_id`,
+`move`.`quantity` AS `quantity`,
+`move`.`id` AS `id`,
+`move`.`type` AS `type` from `test_mop`.`move`