Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NEW : 4 Tags for shipment on ODT #1271

Open
wants to merge 3 commits into
base: 2024_rc
Choose a base branch
from

Conversation

thomas-Ngr
Copy link

@thomas-Ngr thomas-Ngr commented Dec 19, 2024

PR DLB : Dolibarr#32549

Bonjour Thomas,
Je mets cette PR en draft car il y a des changements certains à faire.
Je souhaites ajouter 4 balises sur les ODT d'expéditions.
Le poids total
Le volume total
La quantité totale commandée
La quantité totale expédiée.

Je reprends du code du fichier htdocs/core/modules/expedition/doc/pdf_espadon.modules.php pour initier/calculer les valeurs.
Est-ce OKAY de faire comme ça ?

@thomas-Ngr thomas-Ngr changed the title NEW : 4 Tags for shipment on ODT DRAFT NEW : 4 Tags for shipment on ODT Dec 19, 2024
Copy link
Author

@thomas-Ngr thomas-Ngr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Le code que tu as utilisé du modèle Espadon est fort mal écrit. Je te propose une modification. Peux-tu la tester ? Peux-tu tester également des cas où ces valeurs sont vides ? @warnerbryce

} elseif (!empty($totalWeight)) {
$array_shipment[$array_key.'_total_weight'] = (empty($totalWeight)) ? '' : showDimensionInBestUnit($totalWeight, 0, "weight", $outputlangs, -1, 'no', 1);
} else {
$array_shipment[$array_key.'_total_weight'] = "";
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Il faut forcément mettre une valeur, sinon le ODT va afficher la variable de substitution

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Étrange lorsque je teste et qu'il n'y a rien à afficher, ma balise est substituée par du vide.
Ci-joint exemple :
image
{object_total_weight} et {object_total_volume} sont absents

@thomas-Ngr
Copy link
Author

Peux-tu m'envoyer un ODT sur lequel faire mes tests ?

@thomas-Ngr thomas-Ngr changed the title DRAFT NEW : 4 Tags for shipment on ODT Draft: NEW : 4 Tags for shipment on ODT Dec 19, 2024
@warnerbryce
Copy link

warnerbryce commented Dec 20, 2024

@thomas-Ngr Oui c'est bon avec ces modifs, si pas de Volume ou pas de Poids j'ai une case vierge.
expedition.odt

@thomas-Ngr
Copy link
Author

@warnerbryce peux-tu tester ton modèle ODT sur une version Develop ? A partir de la V19, la méthode get_substitutionarray_shipment_lines() disparaît. Je ne pense pas que cette fonctionnalité ait été ajoutée au passage, mais j'aimerais que tu vérifies avant d'y passer plus de temps.

@thomas-Ngr thomas-Ngr changed the title Draft: NEW : 4 Tags for shipment on ODT NEW : 4 Tags for shipment on ODT Jan 7, 2025
@thomas-Ngr thomas-Ngr added the Already merged If merge is effective in Dolibarr label Jan 7, 2025
} elseif (!empty($totalWeight)) {
$array_shipment[$array_key.'_total_weight'] = (empty($totalWeight)) ? '' : showDimensionInBestUnit($totalWeight, 0, "weight", $outputlangs, -1, 'no', 1);
} else {
$array_shipment[$array_key.'_total_weight'] = "";

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Étrange lorsque je teste et qu'il n'y a rien à afficher, ma balise est substituée par du vide.
Ci-joint exemple :
image
{object_total_weight} et {object_total_volume} sont absents

@lvessiller-opendsi
Copy link

A vérifier puis merger

@thomas-Ngr
Copy link
Author

@warnerbryce du coup c'est pas bon ? Le poids devrait être à 0 et pas chaine vide ?

@warnerbryce
Copy link

@thomas-Ngr ah bah oui. Je résonnais de façon, s'il n'y a rien tu t'effaces, mais là, on attend quand même quelque chose.
Je vais proposer quelque chose pour faire afficher 0 suivi d'une unité.

@thomas-Ngr
Copy link
Author

Non, ne propose pas, je vais adapter la PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Already merged If merge is effective in Dolibarr Todo Todo
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants