From 873fc54dff6662e2329cfd0c177e154e19e07762 Mon Sep 17 00:00:00 2001 From: joan Date: Wed, 12 May 2021 13:18:58 +0200 Subject: [PATCH] More ammends --- modules/monitor/front/index.js | 1 - .../front/index/search-panel/locale/en.yml | 4 -- .../front/index/search-panel/locale/es.yml | 21 --------- modules/monitor/front/search-panel/index.html | 46 ------------------- modules/monitor/front/search-panel/index.js | 7 --- .../monitor/front/search-panel/locale/es.yml | 4 -- 6 files changed, 83 deletions(-) delete mode 100644 modules/monitor/front/index/search-panel/locale/en.yml delete mode 100644 modules/monitor/front/index/search-panel/locale/es.yml delete mode 100644 modules/monitor/front/search-panel/index.html delete mode 100644 modules/monitor/front/search-panel/index.js delete mode 100644 modules/monitor/front/search-panel/locale/es.yml diff --git a/modules/monitor/front/index.js b/modules/monitor/front/index.js index 292363b1d..19ea06b5a 100644 --- a/modules/monitor/front/index.js +++ b/modules/monitor/front/index.js @@ -2,7 +2,6 @@ export * from './module'; import './main'; import './index/'; -import './search-panel'; import './index/tickets'; import './index/clients'; import './index/orders'; diff --git a/modules/monitor/front/index/search-panel/locale/en.yml b/modules/monitor/front/index/search-panel/locale/en.yml deleted file mode 100644 index 21ba978db..000000000 --- a/modules/monitor/front/index/search-panel/locale/en.yml +++ /dev/null @@ -1,4 +0,0 @@ -FREE: Free -DELIVERED: Delivered -ON_PREPARATION: On preparation -PACKED: Packed \ No newline at end of file diff --git a/modules/monitor/front/index/search-panel/locale/es.yml b/modules/monitor/front/index/search-panel/locale/es.yml deleted file mode 100644 index 5872609f9..000000000 --- a/modules/monitor/front/index/search-panel/locale/es.yml +++ /dev/null @@ -1,21 +0,0 @@ -Ticket id: Id ticket -Client id: Id cliente -Nickname: Alias -From: Desde -To: Hasta -Agency: Agencia -Warehouse: Almacén -Sales person: Comercial -Province: Provincia -My team: Mi equipo -Order id: Id cesta -Grouped States: Estado agrupado -Days onward: Días adelante -With problems: Con problemas -Pending: Pendiente -FREE: Libre -DELIVERED: Servido -ON_PREPARATION: En preparacion -PACKED: Encajado -Cannot choose a range of dates and days onward at the same time: No se puede selecionar un rango de fechas y días en adelante a la vez -Or: O \ No newline at end of file diff --git a/modules/monitor/front/search-panel/index.html b/modules/monitor/front/search-panel/index.html deleted file mode 100644 index 161c8a98c..000000000 --- a/modules/monitor/front/search-panel/index.html +++ /dev/null @@ -1,46 +0,0 @@ -
-
- - - - - - - - - - - - - - - - - - - -
-
\ No newline at end of file diff --git a/modules/monitor/front/search-panel/index.js b/modules/monitor/front/search-panel/index.js deleted file mode 100644 index 6223b5670..000000000 --- a/modules/monitor/front/search-panel/index.js +++ /dev/null @@ -1,7 +0,0 @@ -import ngModule from '../module'; -import SearchPanel from 'core/components/searchbar/search-panel'; - -ngModule.vnComponent('vnSupplierSearchPanel', { - template: require('./index.html'), - controller: SearchPanel -}); diff --git a/modules/monitor/front/search-panel/locale/es.yml b/modules/monitor/front/search-panel/locale/es.yml deleted file mode 100644 index 77253a4ef..000000000 --- a/modules/monitor/front/search-panel/locale/es.yml +++ /dev/null @@ -1,4 +0,0 @@ -Province: Provincia -Country: País -Tax number: NIF / CIF -Search suppliers by id, name or alias: Busca proveedores por id, nombre o alias \ No newline at end of file