fixes #4859 export_db #1200

Merged
joan merged 16 commits from 4859-export_db into dev 2022-12-15 07:21:04 +00:00
Member
No description provided.
alexm added the
CR / Tests passed
label 2022-12-12 12:37:41 +00:00
alexm added 11 commits 2022-12-12 12:37:43 +00:00
alexm requested review from joan 2022-12-12 12:38:50 +00:00
alexm changed title from 4859-export_db to fixes #4859 export_db 2022-12-12 12:46:07 +00:00
alexm added 1 commit 2022-12-13 07:15:56 +00:00
joan requested review from jgallego 2022-12-13 07:55:17 +00:00
joan approved these changes 2022-12-13 07:55:33 +00:00
joan left a comment
Contributor

Falta revisar con javi

Falta revisar con javi
alexm added 1 commit 2022-12-13 08:29:41 +00:00
gitea/salix/pipeline/head There was a failure building this commit Details
8900656b14
Merge branch 'dev' into 4859-export_db
jgallego requested changes 2022-12-13 12:09:44 +00:00
@ -43,2 +43,3 @@
<vn-th field="ref">Reference</vn-th>
<vn-td vn-tooltip="{{::entry.ref}}">{{::entry.ref}}</vn-td>
///REVISAR
<vn-td vn-tooltip="{{::entry.reference}}">{{::entry.reference}}</vn-td>
Owner

tarda mucho en calcular

tarda mucho en calcular
alexm marked this conversation as resolved
alexm added 1 commit 2022-12-13 12:37:46 +00:00
gitea/salix/pipeline/head There was a failure building this commit Details
1e0b0028f2
fix: only edit structure
alexm added 1 commit 2022-12-14 09:13:05 +00:00
gitea/salix/pipeline/head There was a failure building this commit Details
c14059df75
fix(supplier_consumption): fix JOIN
alexm reviewed 2022-12-14 09:14:06 +00:00
@ -95,3 +95,3 @@
FROM vn.entry e
JOIN vn.travel t ON t.id = e.travelFk
JOIN buy b ON b.id = b.entryFk
JOIN buy b ON e.id = b.entryFk
Author
Member

Era este JOIN lo que fea que anara lentisim en test/produccio, i dua 2 anys funcionant mal

Era este JOIN lo que fea que anara lentisim en test/produccio, i dua 2 anys funcionant mal
alexm requested review from jgallego 2022-12-14 09:14:27 +00:00
alexm added 1 commit 2022-12-14 11:34:01 +00:00
gitea/salix/pipeline/head There was a failure building this commit Details
d753243061
fix package.json
jgallego approved these changes 2022-12-15 06:18:48 +00:00
joan merged commit 3b9cd5be09 into dev 2022-12-15 07:21:04 +00:00
joan deleted branch 4859-export_db 2022-12-15 07:21:05 +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#1200
No description provided.