Item Shelving #343

Merged
jsegarra merged 6 commits from :feature/ItemShelving into dev 2024-05-07 10:57:44 +00:00
Contributor
No description provided.
hyervoni added 2 commits 2024-05-02 15:03:28 +00:00
gitea/salix-front/pipeline/pr-dev This commit looks good Details
d2e178a41b
resolve conflicts
hyervoni changed title from feature/ItemShelving to Item Shelving 2024-05-02 15:03:35 +00:00
hyervoni requested review from alexm 2024-05-02 15:03:43 +00:00
hyervoni requested review from jsegarra 2024-05-02 15:03:43 +00:00
jsegarra requested changes 2024-05-02 15:15:33 +00:00
Dismissed
@ -0,0 +165,4 @@
]);
const totalLabels = computed(() =>
rows.value.reduce((acc, row) => acc + row.stock / row.packing, 0).toFixed(2)
Member

Añadir segundo parámetro del reduce ‘,0’

Añadir segundo parámetro del reduce ‘,0’
jsegarra marked this conversation as resolved
@ -0,0 +233,4 @@
</div>
<QSpace />
<div id="st-actions"></div>
</QToolbar>
Member

Porque no subtoolbar?

Porque no subtoolbar?
jsegarra added 1 commit 2024-05-06 06:38:39 +00:00
gitea/salix-front/pipeline/pr-dev This commit looks good Details
f85665b271
fix: replace QToolbar by Teleport
jsegarra added 1 commit 2024-05-06 06:42:09 +00:00
gitea/salix-front/pipeline/pr-dev This commit looks good Details
62bf968b0b
change action to st-actions
jsegarra approved these changes 2024-05-06 07:54:24 +00:00
Dismissed
jsegarra added 1 commit 2024-05-06 07:54:30 +00:00
gitea/salix-front/pipeline/pr-dev This commit looks good Details
605a24156b
Merge branch 'dev' into feature/ItemShelving
alexm approved these changes 2024-05-07 10:53:59 +00:00
Dismissed
alexm added 1 commit 2024-05-07 10:54:15 +00:00
gitea/salix-front/pipeline/pr-dev This commit looks good Details
9b31fa5042
Merge branch 'dev' into feature/ItemShelving
alexm dismissed jsegarra’s review 2024-05-07 10:54:15 +00:00
Reason:

New commits pushed, approval review dismissed automatically according to repository settings

alexm dismissed alexm’s review 2024-05-07 10:54:15 +00:00
Reason:

New commits pushed, approval review dismissed automatically according to repository settings

jsegarra requested review from alexm 2024-05-07 10:56:31 +00:00
jsegarra requested review from jsegarra 2024-05-07 10:56:32 +00:00
jsegarra approved these changes 2024-05-07 10:56:35 +00:00
alexm approved these changes 2024-05-07 10:57:25 +00:00
jsegarra merged commit 0843d70951 into dev 2024-05-07 10:57:44 +00:00
jsegarra deleted branch feature/ItemShelving 2024-05-07 10:57:44 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
3 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-front#343
No description provided.