3811-ticket.sale_updatePrice #1099

Merged
vicent merged 14 commits from 3811-ticket.sale_updatePrice into dev 2022-11-02 14:03:53 +00:00
Contributor
No description provided.
vicent added the
CR / Tests passed
label 2022-10-20 12:26:44 +00:00
vicent added 1 commit 2022-10-20 12:26:46 +00:00
vicent changed title from feat: en vez de consultar si el usuario está en la tabla workerMana, consultar es si el usuario está en un departamento que cuelga de ventas to 3811-ticket.sale_updatePrice 2022-10-20 12:26:58 +00:00
vicent added
Needs refactor
and removed
CR / Tests passed
labels 2022-10-20 12:47:26 +00:00
vicent added 1 commit 2022-10-20 13:06:01 +00:00
gitea/salix/pipeline/head There was a failure building this commit Details
6891190c72
refactor: create endpoint to unify code
vicent added 2 commits 2022-10-21 06:01:18 +00:00
gitea/salix/pipeline/head There was a failure building this commit Details
6f31bea21f
feat: update testBack
vicent added 1 commit 2022-10-21 06:01:32 +00:00
gitea/salix/pipeline/head There was a failure building this commit Details
e7261573d7
delete focus
vicent added 1 commit 2022-10-21 06:55:15 +00:00
gitea/salix/pipeline/head There was a failure building this commit Details
2d0cb60b50
feat: check if uses mana
vicent added 1 commit 2022-10-21 07:01:18 +00:00
gitea/salix/pipeline/head There was a failure building this commit Details
c33cab7b10
fix: test back
vicent added 1 commit 2022-10-21 07:08:28 +00:00
gitea/salix/pipeline/head This commit looks good Details
f968b19d1e
fix: testFront
vicent added
CR / Tests passed
and removed
Needs refactor
labels 2022-10-21 07:20:12 +00:00
vicent added 1 commit 2022-10-21 07:20:37 +00:00
gitea/salix/pipeline/head This commit looks good Details
18c119c62a
change acl
joan requested changes 2022-10-25 08:29:18 +00:00
@ -79,10 +79,18 @@ describe('sale updatePrice()', () => {
const price = 5.4;
const originalSalesPersonMana = await models.WorkerMana.findById(18, null, options);
const manaComponent = await models.Component.findOne({where: {code: 'mana'}}, options);
const teamCLopez = 96;
Contributor

Utilizar datos genéricos

Utilizar datos genéricos
vicent marked this conversation as resolved
@ -0,0 +12,4 @@
try {
const options = {transaction: tx};
const teamCLopez = 96;
Contributor

Utilizar datos genericos

Utilizar datos genericos
vicent marked this conversation as resolved
@ -110,6 +110,11 @@ describe('sale updateDiscount()', () => {
const componentId = manaDiscount.id;
const manaCode = 'mana';
const teamCLopez = 96;
Contributor

Generico

Generico
vicent marked this conversation as resolved
@ -279,3 +289,3 @@
<div ng-if="$ctrl.edit.mana != null">
<section class="header vn-pa-md">
<h5>Mana: {{::$ctrl.edit.mana | currency: 'EUR':0}}</h5>
<h5>MANÁ: {{::$ctrl.edit.mana | currency: 'EUR': 0}}</h5>
Contributor

EN minúsculas, convertirlo a traducción

EN minúsculas, convertirlo a traducción
vicent marked this conversation as resolved
vicent added 3 commits 2022-10-26 07:05:03 +00:00
vicent requested review from joan 2022-10-26 07:05:20 +00:00
joan approved these changes 2022-11-02 11:39:49 +00:00
joan added 1 commit 2022-11-02 11:55:56 +00:00
gitea/salix/pipeline/head This commit looks good Details
34997b72f5
Merge branch 'dev' into 3811-ticket.sale_updatePrice
vicent added 1 commit 2022-11-02 13:55:14 +00:00
gitea/salix/pipeline/head This commit looks good Details
3cc89c170c
Merge branch 'dev' into 3811-ticket.sale_updatePrice
vicent merged commit abec6ae04d into dev 2022-11-02 14:03:53 +00:00
vicent deleted branch 3811-ticket.sale_updatePrice 2022-11-02 14:03:53 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: verdnatura/salix#1099
No description provided.