dolibarr-bugtrack
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dolibarr-bugtrack] [Bug #1089] Proposition Modèle azur - réduction non


From: Doliforge
Subject: [Dolibarr-bugtrack] [Bug #1089] Proposition Modèle azur - réduction non visible pour les options.
Date: Wed, 21 May 2014 12:41:02 +0200

Doliforge
Is this email not displaying correctly?
update email preferences.

Proposition Modèle azur - réduction non visible pour les options.

Latest modifications

2014-05-21 12:41 (Europe/Paris)
Proposal for the azur template - reduction is not visible for the optional items.

When a line (item) of a proposal is just an option (quantity 0) the reduction and price after reduction is not visible.

How to reproduce:
Create a proposal with a product with reduction and price and quantity set to 0.

Answer now

Snapshot

 Details
Submitted by:  Mario DE WEERD (mdeweerd) Submitted on:  2013-10-11 12:04
Last Modified On:  2014-05-21 11:47 
Summary:  Proposition Modèle azur - réduction non visible pour les options.
Description:  Lorsqu'une ligne d'une proposition est une option, et que celle-ci est doté d'une réduction, le niveau de la réduction ni le montant après réduction n'est mis en avant dans la proposition.
Step to reproduce bug:  Réaliser une proposition avec une ligne comportant une réduction et une quantité 0.
Detected in version:  3.4.0 Category:  Other
Severity:  4 OS Type/Version:  
PHP version:   Database type and version:  
 Status
Status:  Open Assigned to:  None
Resolution:  None 

Comments

Mario DE WEERD 2014-05-21 12:41
Proposal for the azur template - reduction is not visible for the optional items.

When a line (item) of a proposal is just an option (quantity 0) the reduction and price after reduction is not visible.

How to reproduce:
Create a proposal with a product with reduction and price and quantity set to 0.
Marcos García 2014-05-21 11:47
Hi Mario, it's been a long time since you reported the bug. As I told you in another bug report, would you be able to translate it to english so that non-french-speakers will be able to help you?

Thanks.
Mario DE WEERD 2013-10-11 13:50
Après avoir creusé le code, il s'avère que cela se joue dans pdf.lib.php.

Je peux faire apparaître le pourcentage en modifiant les lignes:
if ($object->lines[$i]->special_code == 3)
comme ceci:
if (1||$object->lines[$i]->special_code == 3)

Ma proposition, pour rester un maximum compatible avec le code existant est de:
- Faire apparaître 'Option' dans la colonne des quantités;
- Faire apparaître le prix avec une ou plusieurs de ces options suivantes:
entre parenthèses, en italique, en plus clair, avec mention 'Option:' devant (Exemple. Option:1000).

Par contre la valeur dans 'total_ht' est 0 si la ligne concerne une option donc il faut récupérer la valeur après réduction autrement.

Aussi, dans l'interface Web, la réduction et le prix après réduction n'apparaissent pas non plus.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]