From 177ed24892a691bea9a6131dab75b7476f61537d Mon Sep 17 00:00:00 2001 From: carlosjr Date: Tue, 2 Mar 2021 09:58:17 +0100 Subject: [PATCH] css amends and sql fixtures for production --- db/changes/10290-invoiceIn/00-module.sql | 18 +++++++++++++++++- db/dump/fixtures.sql | 18 +----------------- front/salix/components/home/home.html | 6 ++---- 3 files changed, 20 insertions(+), 22 deletions(-) diff --git a/db/changes/10290-invoiceIn/00-module.sql b/db/changes/10290-invoiceIn/00-module.sql index d3cfa0f4d..780a0e7fe 100644 --- a/db/changes/10290-invoiceIn/00-module.sql +++ b/db/changes/10290-invoiceIn/00-module.sql @@ -1,4 +1,20 @@ CREATE TABLE `salix`.`module` ( `code` VARCHAR(45) COLLATE utf8_unicode_ci NOT NULL, PRIMARY KEY (`code`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; \ No newline at end of file +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; + +INSERT INTO `salix`.`module`(`code`) + VALUES + ('Items'), + ('Orders'), + ('Clients'), + ('Entries'), + ('Travels'), + ('Invoices out'), + ('Suppliers'), + ('Claims'), + ('Routes'), + ('Tickets'), + ('Workers'), + ('Users'), + ('Zones'); \ No newline at end of file diff --git a/db/dump/fixtures.sql b/db/dump/fixtures.sql index 79d4c9d92..d821c7bfc 100644 --- a/db/dump/fixtures.sql +++ b/db/dump/fixtures.sql @@ -2174,20 +2174,4 @@ INSERT INTO `hedera`.`image`(`collectionFk`, `name`) INSERT INTO `hedera`.`imageCollectionSize`(`id`, `collectionFk`,`width`, `height`) VALUES - (1, 4, 160, 160); - -INSERT INTO `salix`.`module`(`code`) - VALUES - ('Items'), - ('Orders'), - ('Clients'), - ('Entries'), - ('Travels'), - ('Invoices out'), - ('Suppliers'), - ('Claims'), - ('Routes'), - ('Tickets'), - ('Workers'), - ('Users'), - ('Zones'); \ No newline at end of file + (1, 4, 160, 160); \ No newline at end of file diff --git a/front/salix/components/home/home.html b/front/salix/components/home/home.html index ad07dd86c..2904d7d70 100644 --- a/front/salix/components/home/home.html +++ b/front/salix/components/home/home.html @@ -1,12 +1,10 @@
-
+
Favorites
+ class="starred-info vn-py-md"> You can set modules as favorites by clicking their icon