refs #4550 collection-label fixes #1184

Merged
guillermo merged 2 commits from #4550-HOTFIX-collection-label into master 2022-11-29 11:23:28 +00:00
Member
No description provided.
guillermo added 1 commit 2022-11-29 07:27:28 +00:00
gitea/salix/pipeline/head This commit looks good Details
b262b29627
refs #4550 collection-label fixes
guillermo requested review from joan 2022-11-29 07:27:41 +00:00
joan requested changes 2022-11-29 08:04:07 +00:00
@ -3,3 +3,3 @@
CONCAT(tc.collectionFk, ' ', SUBSTRING('ABCDEFGH',tc.wagon, 1), '-', tc.`level`) levelV,
CONCAT(tc.collectionFk, ' ', SUBSTRING('ABCDEFGH', tc.wagon, 1), '-', tc.`level`) levelV,
tc.ticketFk,
LEFT(COALESCE(et.description, zo.name, am.name),12) agencyDescription,
Contributor

No truncar valores, hacerlo en front

No truncar valores, hacerlo en front
@ -13,3 +13,3 @@
DATE_FORMAT(t.shipped, '%d/%m/%y') shipped,
COUNT(*) lineCount,
t.nickName
LEFT(t.nickName, 29) nickName
Contributor

Esto se puede hacer desde css utilizando text-overflow: ellipsis;

Se puede crear la clase genérica ellipsize en print/common/css/misc.css

.ellipsize {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
Esto se puede hacer desde css utilizando text-overflow: ellipsis; Se puede crear la clase genérica ellipsize en print/common/css/misc.css ``` .ellipsize { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } ```
guillermo added 1 commit 2022-11-29 10:59:42 +00:00
gitea/salix/pipeline/head This commit looks good Details
2faacb169a
refs #4550 collection-label more fixes
guillermo requested review from joan 2022-11-29 11:02:33 +00:00
guillermo merged commit a9b4526493 into master 2022-11-29 11:23:28 +00:00
guillermo deleted branch #4550-HOTFIX-collection-label 2022-11-29 11:23:28 +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#1184
No description provided.