- {{::price.warehouseName}}
+ {{::price.warehouse}}
{{::price.grouping}} x {{::price.price | currency: ' €': 2}}
diff --git a/client/order/src/search-panel/index.html b/client/order/src/search-panel/index.html
new file mode 100644
index 0000000000..dcb02fc1b1
--- /dev/null
+++ b/client/order/src/search-panel/index.html
@@ -0,0 +1,25 @@
+
+
+
diff --git a/client/order/src/search-panel/index.js b/client/order/src/search-panel/index.js
new file mode 100644
index 0000000000..90c8fa77d9
--- /dev/null
+++ b/client/order/src/search-panel/index.js
@@ -0,0 +1,7 @@
+import ngModule from '../module';
+import SearchPanel from 'core/src/components/searchbar/search-panel';
+
+ngModule.component('vnOrderSearchPanel', {
+ template: require('./index.html'),
+ controller: SearchPanel
+});
diff --git a/client/salix/src/styles/order-product.scss b/client/salix/src/styles/order-product.scss
index c1560fa599..0a0243e08b 100644
--- a/client/salix/src/styles/order-product.scss
+++ b/client/salix/src/styles/order-product.scss
@@ -2,45 +2,45 @@
- @media screen and (max-width: 1920px){
- vn-order-product {
- width: 25%;
- }
+@media screen and (max-width: 1920px){
+ .catalog-list .product {
+ width: 25%;
}
+}
- @media screen and (max-width: 1800px){
- vn-order-product {
- width: 33.33%
- }
+@media screen and (max-width: 1800px){
+ .catalog-list .product {
+ width: 33.33%
}
+}
- @media screen and (max-width: 1600px){
- vn-order-product {
- width: 50%
- }
+@media screen and (max-width: 1600px){
+ .catalog-list .product {
+ width: 50%
}
+}
- @media screen and (max-width: 1280px){
- vn-order-product {
- width: 100%
- }
+@media screen and (max-width: 1280px){
+ .catalog-list .product {
+ width: 100%
}
+}
- .catalogue.header {
- border-color: $lines;
- border-bottom: 1px solid rgba($lines, 0.5);
+.catalog-header {
+ border-color: $lines;
+ border-bottom: 1px solid rgba($lines, 0.5);
- span {
- color: $secondary-font-color
- }
+ span {
+ color: $secondary-font-color
}
+}
- .catalogue.list {
- justify-content: flex-start;
- align-items: flex-start;
- flex-wrap: wrap
- }
- vn-order-product {
+.catalog-list {
+ justify-content: flex-start;
+ align-items: flex-start;
+ flex-wrap: wrap;
+
+ .product {
box-sizing: border-box;
padding: 4px;
@@ -108,3 +108,4 @@
}
}
}
+}
diff --git a/client/ticket/src/picture/index.html b/client/ticket/src/picture/index.html
index 1308988f22..c6b2764acb 100644
--- a/client/ticket/src/picture/index.html
+++ b/client/ticket/src/picture/index.html
@@ -11,8 +11,8 @@
Pictures
-
-
+
+
@@ -54,12 +54,12 @@
by
{{::sale.price | currency: ' €': 2}}
-
+
-
+