diff --git a/CHANGELOG.md b/CHANGELOG.md
index e89f394b0..1be03b733 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,7 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [2316.01] - 2023-05-04
### Added
--
+- (Usuarios -> Histórico) Nueva sección
+- (Roles -> Histórico) Nueva sección
### Changed
- (Artículo -> Precio fijado) Modificado el buscador superior por uno lateral
diff --git a/db/changes/231601/00-insertI18n.sql b/db/changes/231601/00-insertI18n.sql
new file mode 100644
index 000000000..f86cb6a73
--- /dev/null
+++ b/db/changes/231601/00-insertI18n.sql
@@ -0,0 +1,5 @@
+INSERT INTO `vn`.`companyI18n` (`companyFk`, `lang`, `footnotes`)
+VALUES (442, 'en', 'In compliance with the provisions of Organic Law 15/1999, on the Protection of Personal Data, we inform you that the personal data you provide will be included in automated files of VERDNATURA LEVANTE SL, being able at all times to exercise the rights of access, rectification, cancellation and opposition, communicating it in writing to the registered office of the entity. The purpose of the file is administrative management, accounting, and billing.'),
+ (442, 'es', 'En cumplimiento de lo dispuesto en la Ley Orgánica 15/1999, de Protección de Datos de Carácter Personal, le comunicamos que los datos personales que facilite se incluirán en ficheros automatizados de VERDNATURA LEVANTE S.L., pudiendo en todo momento ejercitar los derechos de acceso, rectificación, cancelación y oposición, comunicándolo por escrito al domicilio social de la entidad. La finalidad del fichero es la gestión administrativa, contabilidad, y facturación.'),
+ (442, 'fr', 'Conformément aux dispositions de la loi organique 15/1999 sur la protection des données personnelles, nous vous informons que les données personnelles que vous fournissez seront incluses dans des dossiers. VERDNATURA LEVANTE S.L., vous pouvez à tout moment, exercer les droits d``accès, de rectification, d``annulation et d``opposition, en communiquant par écrit au siège social de la société. Le dossier a pour objet la gestion administrative, la comptabilité et la facturation.'),
+ (442, 'pt', 'Em cumprimento do disposto na lei Orgânica 15/1999, de Protecção de Dados de Carácter Pessoal, comunicamos que os dados pessoais que facilite se incluirão nos ficheiros automatizados de VERDNATURA LEVANTE S.L., podendo em todo momento exercer os direitos de acesso, rectificação, cancelação e oposição, comunicando por escrito ao domicílio social da entidade. A finalidade do ficheiro é a gestão administrativa, contabilidade e facturação.');
diff --git a/db/changes/231601/00-newCompanyI18n.sql b/db/changes/231601/00-newCompanyI18n.sql
new file mode 100644
index 000000000..948b9cb08
--- /dev/null
+++ b/db/changes/231601/00-newCompanyI18n.sql
@@ -0,0 +1,9 @@
+-- vn.companyI18n definition
+CREATE TABLE `vn`.`companyI18n` (
+ `companyFk` smallint(5) unsigned NOT NULL,
+ `lang` char(2) CHARACTER SET utf8mb3 NOT NULL,
+ `footnotes` longtext COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ PRIMARY KEY (`companyFk`,`lang`),
+ CONSTRAINT `companyI18n_FK` FOREIGN KEY (`companyFk`) REFERENCES `company` (`id`) ON UPDATE CASCADE
+) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
+
diff --git a/db/changes/231601/00-newTableWeb.sql b/db/changes/231601/00-newTableWeb.sql
new file mode 100644
index 000000000..1a2402956
--- /dev/null
+++ b/db/changes/231601/00-newTableWeb.sql
@@ -0,0 +1 @@
+ALTER TABLE `vn`.`company` ADD `web` varchar(100) NULL;
\ No newline at end of file
diff --git a/db/dump/fixtures.sql b/db/dump/fixtures.sql
index 4dc7dcafc..15ccece35 100644
--- a/db/dump/fixtures.sql
+++ b/db/dump/fixtures.sql
@@ -546,7 +546,8 @@ INSERT INTO `vn`.`supplier`(`id`, `name`, `nickname`,`account`,`countryFk`,`nif`
VALUES
(1, 'Plants SL', 'Plants nick', 4100000001, 1, '06089160W', 0, util.VN_CURDATE(), 1, 'supplier address 1', 'PONTEVEDRA', 1, 15214, 1, 1, 15, 4, 1, 1, 18, 'flowerPlants', 1, '400664487V'),
(2, 'Farmer King', 'The farmer', 4000020002, 1, '87945234L', 0, util.VN_CURDATE(), 1, 'supplier address 2', 'GOTHAM', 2, 43022, 1, 2, 10, 93, 2, 8, 18, 'animals', 1, '400664487V'),
- (442, 'Verdnatura Levante SL', 'Verdnatura', 5115000442, 1, '06815934E', 0, util.VN_CURDATE(), 1, 'supplier address 3', 'GOTHAM', 1, 43022, 1, 2, 15, 6, 9, 3, 18, 'complements', 1, '400664487V');
+ (442, 'Verdnatura Levante SL', 'Verdnatura', 5115000442, 1, '06815934E', 0, util.VN_CURDATE(), 1, 'supplier address 3', 'GOTHAM', 1, 43022, 1, 2, 15, 6, 9, 3, 18, 'complements', 1, '400664487V'),
+ (1381, 'Ornamentales', 'Ornamentales', 7185000440, 1, '03815934E', 0, util.VN_CURDATE(), 1, 'supplier address 4', 'GOTHAM', 1, 43022, 1, 2, 15, 6, 9, 3, 18, 'complements', 1, '400664487V');
INSERT INTO `vn`.`supplierContact`(`id`, `supplierFk`, `phone`, `mobile`, `email`, `observation`, `name`)
VALUES
@@ -2789,7 +2790,7 @@ INSERT INTO `vn`.`profileType` (`id`, `name`)
INSERT INTO `salix`.`url` (`appName`, `environment`, `url`)
VALUES
- ('lilium', 'dev', 'http://localhost:8080/#/'),
+ ('lilium', 'dev', 'http://localhost:9000/#/'),
('salix', 'dev', 'http://localhost:5000/#!/');
INSERT INTO `vn`.`report` (`id`, `name`, `paperSizeFk`, `method`)
diff --git a/modules/claim/front/photos/index.html b/modules/claim/front/photos/index.html
index 9e00ee02f..8b1378917 100644
--- a/modules/claim/front/photos/index.html
+++ b/modules/claim/front/photos/index.html
@@ -1,48 +1 @@
-
-
-
-
-
- Drag & Drop photos here...
-
-
-
-
-
-
-
+
diff --git a/modules/claim/front/photos/index.js b/modules/claim/front/photos/index.js
index 62e439a91..c9fada9a4 100644
--- a/modules/claim/front/photos/index.js
+++ b/modules/claim/front/photos/index.js
@@ -1,105 +1,17 @@
import ngModule from '../module';
import Section from 'salix/components/section';
-import './style.scss';
class Controller extends Section {
- constructor($element, $, vnFile) {
+ constructor($element, $) {
super($element, $);
- this.vnFile = vnFile;
- this.filter = {
- include: [
- {
- relation: 'dms'
- }
- ]
- };
}
- deleteDms(index) {
- const dmsFk = this.photos[index].dmsFk;
- return this.$http.post(`ClaimDms/${dmsFk}/removeFile`)
- .then(() => {
- this.$.model.remove(index);
- this.vnApp.showSuccess(this.$t('File deleted'));
- });
- }
-
- onDrop($event) {
- const files = $event.dataTransfer.files;
- this.setDefaultParams().then(() => {
- this.dms.files = files;
- this.create();
- });
- }
-
- setDefaultParams() {
- const filter = {
- where: {code: 'claim'}
- };
- return this.$http.get('DmsTypes/findOne', {filter}).then(res => {
- const dmsTypeId = res.data && res.data.id;
- const companyId = this.vnConfig.companyFk;
- const warehouseId = this.vnConfig.warehouseFk;
- this.dms = {
- hasFile: false,
- hasFileAttached: false,
- reference: this.claim.id,
- warehouseId: warehouseId,
- companyId: companyId,
- dmsTypeId: dmsTypeId,
- description: this.$t('FileDescription', {
- claimId: this.claim.id,
- clientId: this.claim.client.id,
- clientName: this.claim.client.name
- }).toUpperCase()
- };
- });
- }
-
- openUploadDialog() {
- const element = document.createElement('input');
- element.setAttribute('type', 'file');
- element.setAttribute('multiple', true);
- element.click();
-
- element.addEventListener('change', () =>
- this.setDefaultParams().then(() => {
- this.dms.files = element.files;
- this.create();
- })
- );
- }
-
- create() {
- const query = `claims/${this.claim.id}/uploadFile`;
- const options = {
- method: 'POST',
- url: query,
- params: this.dms,
- headers: {'Content-Type': undefined},
- transformRequest: files => {
- const formData = new FormData();
-
- for (let i = 0; i < files.length; i++)
- formData.append(files[i].name, files[i]);
-
- return formData;
- },
- data: this.dms.files
- };
- this.$http(options).then(() => {
- this.vnApp.showSuccess(this.$t('File uploaded!'));
- this.$.model.refresh();
- });
- }
-
- getImagePath(dmsId) {
- return this.vnFile.getPath(`/api/Claims/${dmsId}/downloadFile`);
+ async $onInit() {
+ const url = await this.vnApp.getUrl(`claim/${this.$params.id}/photos`);
+ window.location.href = url;
}
}
-Controller.$inject = ['$element', '$scope', 'vnFile'];
-
ngModule.vnComponent('vnClaimPhotos', {
template: require('./index.html'),
controller: Controller,
diff --git a/modules/claim/front/photos/index.spec.js b/modules/claim/front/photos/index.spec.js
deleted file mode 100644
index 84df48b44..000000000
--- a/modules/claim/front/photos/index.spec.js
+++ /dev/null
@@ -1,70 +0,0 @@
-import './index';
-import crudModel from 'core/mocks/crud-model';
-
-describe('Claim', () => {
- describe('Component vnClaimPhotos', () => {
- let $scope;
- let $httpBackend;
- let controller;
-
- beforeEach(ngModule('claim'));
-
- beforeEach(inject(($componentController, $rootScope, _$httpBackend_) => {
- $httpBackend = _$httpBackend_;
- $scope = $rootScope.$new();
- controller = $componentController('vnClaimPhotos', {$element: null, $scope});
- controller.$.model = crudModel;
- controller.claim = {
- id: 1,
- client: {id: 1101, name: 'Bruce Wayne'}
- };
- }));
-
- describe('deleteDms()', () => {
- it('should make an HTTP Post query', () => {
- jest.spyOn(controller.vnApp, 'showSuccess');
- jest.spyOn(controller.$.model, 'remove');
-
- const dmsId = 1;
- const dmsIndex = 0;
- controller.photos = [{dmsFk: 1}];
-
- $httpBackend.expectPOST(`ClaimDms/${dmsId}/removeFile`).respond();
- controller.deleteDms(dmsIndex);
- $httpBackend.flush();
-
- expect(controller.$.model.remove).toHaveBeenCalledWith(dmsIndex);
- expect(controller.vnApp.showSuccess).toHaveBeenCalled();
- });
- });
-
- describe('setDefaultParams()', () => {
- it('should make an HTTP GET query, then set all dms properties', () => {
- $httpBackend.expectRoute('GET', `DmsTypes/findOne`).respond({});
- controller.setDefaultParams();
- $httpBackend.flush();
-
- expect(controller.dms).toBeDefined();
- });
- });
-
- describe('create()', () => {
- it('should make an HTTP Post query, then refresh the model data', () => {
- const claimId = 1;
- const dmsIndex = 0;
- jest.spyOn(controller.vnApp, 'showSuccess');
- jest.spyOn(controller.$.model, 'refresh');
- controller.photos = [{dmsFk: 1}];
- controller.dmsIndex = dmsIndex;
- controller.dms = {files: []};
-
- $httpBackend.expectPOST(`claims/${claimId}/uploadFile`).respond({});
- controller.create();
- $httpBackend.flush();
-
- expect(controller.$.model.refresh).toHaveBeenCalled();
- expect(controller.vnApp.showSuccess).toHaveBeenCalled();
- });
- });
- });
-});
diff --git a/modules/claim/front/photos/locale/es.yml b/modules/claim/front/photos/locale/es.yml
deleted file mode 100644
index d2ee9ffbd..000000000
--- a/modules/claim/front/photos/locale/es.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-Are you sure you want to continue?: ¿Seguro que quieres continuar?
-Drag & Drop photos here...: Arrastra y suelta fotos aquí...
-File deleted: Archivo eliminado
-File uploaded!: Archivo subido!
-Select file: Seleccionar fichero
\ No newline at end of file
diff --git a/modules/claim/front/photos/style.scss b/modules/claim/front/photos/style.scss
deleted file mode 100644
index 101cb0da2..000000000
--- a/modules/claim/front/photos/style.scss
+++ /dev/null
@@ -1,47 +0,0 @@
-@import "./variables";
-
-vn-claim-photos {
- height: 100%;
-
- .drop-zone {
- color: $color-font-secondary;
- box-sizing: border-box;
- border-radius: 8px;
- text-align: center;
- min-height: 100%;
-
- .empty-rows {
- padding: 80px $spacing-md;
- font-size: 1.375rem
- }
-
- vn-icon {
- font-size: 3rem
- }
- }
-
- .photo-list {
- padding: $spacing-md;
- min-height: 100%;
-
- .photo {
- width: 512px;
- height: 288px;
- }
- }
-
- .video {
- width: 100%;
- height: 100%;
- object-fit: cover;
- cursor: pointer;
- box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),
- 0 3px 1px -2px rgba(0,0,0,.2),
- 0 1px 5px 0 rgba(0,0,0,.12);
- border: 2px solid transparent;
-
- }
- .video:hover {
- border: 2px solid $color-primary
- }
-}
diff --git a/modules/supplier/back/methods/supplier/specs/filter.spec.js b/modules/supplier/back/methods/supplier/specs/filter.spec.js
index 2620bb687..8f8ff1346 100644
--- a/modules/supplier/back/methods/supplier/specs/filter.spec.js
+++ b/modules/supplier/back/methods/supplier/specs/filter.spec.js
@@ -23,6 +23,6 @@ describe('Supplier filter()', () => {
let result = await app.models.Supplier.filter(ctx);
- expect(result.length).toEqual(2);
+ expect(result.length).toEqual(3);
});
});
diff --git a/print/core/components/report-footer/assets/css/style.css b/print/core/components/report-footer/assets/css/style.css
index 9727e6f8f..b260c1b9f 100644
--- a/print/core/components/report-footer/assets/css/style.css
+++ b/print/core/components/report-footer/assets/css/style.css
@@ -4,6 +4,7 @@
margin-right: 2cm;
font-size: 10px;
color: #555;
+ width: 100%;
zoom: 0.65
}
diff --git a/print/core/components/report-footer/locale/en.yml b/print/core/components/report-footer/locale/en.yml
index 3899f8b98..8ca14b4d7 100644
--- a/print/core/components/report-footer/locale/en.yml
+++ b/print/core/components/report-footer/locale/en.yml
@@ -1,8 +1 @@
-numPages: Page of
-law:
- privacy: 'In compliance with the provisions of Organic Law 15/1999, on the
- Protection of Personal Data, we inform you that the personal data you provide
- will be included in automated files of VERDNATURA LEVANTE SL, being able at all
- times to exercise the rights of access, rectification, cancellation and opposition,
- communicating it in writing to the registered office of the entity.
- The purpose of the file is administrative management, accounting, and billing.'
+numPages: Page of
\ No newline at end of file
diff --git a/print/core/components/report-footer/locale/es.yml b/print/core/components/report-footer/locale/es.yml
index 985c1e17a..5ac6544ad 100644
--- a/print/core/components/report-footer/locale/es.yml
+++ b/print/core/components/report-footer/locale/es.yml
@@ -1,8 +1 @@
-numPages: Página de
-law:
- privacy: En cumplimiento de lo dispuesto en la Ley Orgánica 15/1999, de Protección
- de Datos de Carácter Personal, le comunicamos que los datos personales que facilite
- se incluirán en ficheros automatizados de VERDNATURA LEVANTE S.L., pudiendo en
- todo momento ejercitar los derechos de acceso, rectificación, cancelación y oposición,
- comunicándolo por escrito al domicilio social de la entidad. La finalidad del
- fichero es la gestión administrativa, contabilidad, y facturación.
+numPages: Página de
\ No newline at end of file
diff --git a/print/core/components/report-footer/locale/fr.yml b/print/core/components/report-footer/locale/fr.yml
index 861ee5684..6fb644b2c 100644
--- a/print/core/components/report-footer/locale/fr.yml
+++ b/print/core/components/report-footer/locale/fr.yml
@@ -1,8 +1 @@
numPages: Page de
-law:
- privacy: Conformément aux dispositions de la loi organique 15/1999 sur la protection
- des données personnelles, nous vous informons que les données personnelles que
- vous fournissez seront incluses dans des dossiers. VERDNATURA LEVANTE S.L., vous
- pouvez à tout moment, exercer les droits d'accès, de rectification, d'annulation
- et d'opposition, en communiquant par écrit au siège social de la société. Le dossier
- a pour objet la gestion administrative, la comptabilité et la facturation.
diff --git a/print/core/components/report-footer/locale/pt.yml b/print/core/components/report-footer/locale/pt.yml
index 1c343bb4c..9354ba3e9 100644
--- a/print/core/components/report-footer/locale/pt.yml
+++ b/print/core/components/report-footer/locale/pt.yml
@@ -1,8 +1 @@
numPages: Página de
-law:
- privacy: Em cumprimento do disposto na lei Orgânica 15/1999, de Protecção de Dados
- de Carácter Pessoal, comunicamos que os dados pessoais que facilite se incluirão
- nos ficheiros automatizados de VERDNATURA LEVANTE S.L., podendo em todo momento
- exercer os direitos de acesso, rectificação, cancelação e oposição, comunicando
- por escrito ao domicílio social da entidade. A finalidade do ficheiro é a gestão
- administrativa, contabilidade e facturação.
diff --git a/print/core/components/report-footer/report-footer.html b/print/core/components/report-footer/report-footer.html
index 1af8df4d4..67b5f3cd0 100644
--- a/print/core/components/report-footer/report-footer.html
+++ b/print/core/components/report-footer/report-footer.html
@@ -5,6 +5,11 @@
{{centerText}}
-
+
+
+
+
diff --git a/print/core/components/report-footer/report-footer.js b/print/core/components/report-footer/report-footer.js
index 1ba36b1d7..0eaab8ce4 100755
--- a/print/core/components/report-footer/report-footer.js
+++ b/print/core/components/report-footer/report-footer.js
@@ -1,4 +1,17 @@
+/* eslint-disable no-tabs */
+const db = require('../../database');
+
module.exports = {
name: 'report-footer',
- props: ['leftText', 'centerText']
+ async serverPrefetch() {
+ this.company = await db.findOne(
+ `SELECT
+ ci.footnotes
+ FROM companyI18n ci
+ JOIN company c ON c.id = ci.companyFk
+ WHERE c.code = ? AND ci.lang = (SELECT lang FROM account.user WHERE id = ?)`,
+ [this.companyCode, this.recipientId]);
+ },
+
+ props: ['leftText', 'companyCode', 'recipientId', 'centerText']
};
diff --git a/print/core/components/report-header/report-header.html b/print/core/components/report-header/report-header.html
index 0479e5caf..22f2068e2 100644
--- a/print/core/components/report-header/report-header.html
+++ b/print/core/components/report-header/report-header.html
@@ -8,7 +8,7 @@
{{companyName}}. {{company.street}}.
{{company.postCode}} {{company.city}}.
☎ {{companyPhone}}
- · {{$t('company.contactData')}}
+ · {{company.web}} - {{company.email}}
CIF: {{fiscalAddress.nif}} {{fiscalAddress.register}}
diff --git a/print/core/components/report-header/report-header.js b/print/core/components/report-header/report-header.js
index 50c3a1337..d85e2c836 100755
--- a/print/core/components/report-header/report-header.js
+++ b/print/core/components/report-header/report-header.js
@@ -43,7 +43,9 @@ module.exports = {
s.postCode,
s.city,
s.phone,
- cg.code AS groupName
+ cg.code AS groupName,
+ c.email,
+ c.web
FROM company c
JOIN companyGroup cg ON cg.id = c.companyGroupFk
JOIN supplier s ON s.id = c.id
diff --git a/print/templates/reports/invoice/invoice.html b/print/templates/reports/invoice/invoice.html
index 8b0220e43..727621b2c 100644
--- a/print/templates/reports/invoice/invoice.html
+++ b/print/templates/reports/invoice/invoice.html
@@ -5,7 +5,7 @@
-
+
@@ -242,7 +242,7 @@
-
+
@@ -266,7 +266,9 @@
v-bind:company-code="invoice.companyCode"
v-bind:left-text="$t('invoiceRef', [invoice.ref])"
v-bind:center-text="client.socialName"
+ v-bind:recipient-id="client.id"
v-bind="$props"
+
>
diff --git a/print/templates/reports/invoice/invoice.js b/print/templates/reports/invoice/invoice.js
index 42988113f..1c9965d3b 100755
--- a/print/templates/reports/invoice/invoice.js
+++ b/print/templates/reports/invoice/invoice.js
@@ -11,8 +11,12 @@ module.exports = {
this.client = await this.findOneFromDef('client', [this.reference]);
this.taxes = await this.rawSqlFromDef(`taxes`, [this.reference]);
this.hasIntrastat = await this.findValueFromDef(`hasIntrastat`, [this.reference]);
- this.intrastat = await this.rawSqlFromDef(`intrastat`,
- [this.reference, this.reference, this.reference, this.reference]);
+ this.intrastat = await this.rawSqlFromDef(`intrastat`, [
+ this.reference,
+ this.reference,
+ this.reference,
+ this.reference
+ ]);
this.rectified = await this.rawSqlFromDef(`rectified`, [this.reference]);
this.hasIncoterms = await this.findValueFromDef(`hasIncoterms`, [this.reference]);
diff --git a/print/templates/reports/invoice/sql/invoice.sql b/print/templates/reports/invoice/sql/invoice.sql
index 0f12e4f53..303fa937f 100644
--- a/print/templates/reports/invoice/sql/invoice.sql
+++ b/print/templates/reports/invoice/sql/invoice.sql
@@ -11,7 +11,7 @@ FROM invoiceOut io
JOIN client c ON c.id = io.clientFk
JOIN payMethod pm ON pm.id = c.payMethodFk
JOIN company cny ON cny.id = io.companyFk
- JOIN supplierAccount sa ON sa.id = cny.supplierAccountFk
+ LEFT JOIN supplierAccount sa ON sa.id = cny.supplierAccountFk
LEFT JOIN invoiceOutSerial ios ON ios.code = io.serial
LEFT JOIN ticket t ON t.refFk = io.ref
WHERE t.refFk = ?
\ No newline at end of file