You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Jacques Le Roux (JIRA)" <ji...@apache.org> on 2007/06/27 23:12:26 UTC

[jira] Closed: (OFBIZ-1107) Item and Sale discounts are not shown in the Journal

     [ https://issues.apache.org/jira/browse/OFBIZ-1107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacques Le Roux closed OFBIZ-1107.
----------------------------------

       Resolution: Fixed
    Fix Version/s: Release Branch 4.0

Thanks Chris,

Your patch is in trunk rev.  551332  

I slightly changed to improve the information : not only "(adjustement)" for both sale and item discount but "(sale discount)" and "(item discount)"

So I put in other properties file the english tokens. People will just have to translate it...

For instance in french I put 
    (ItemDiscount)=Remise sur l'article
    (SalesDiscount)=Remise sur la vente
Note that I did not use parenthesis as they are redundant here because of the sign in price

Also I got rid of the dash in column quantity for other lines that product (useless)

> Item and Sale discounts are not shown in the Journal
> ----------------------------------------------------
>
>                 Key: OFBIZ-1107
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1107
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: pos
>    Affects Versions: SVN trunk
>            Reporter: Chris Lombardi
>            Assignee: Jacques Le Roux
>            Priority: Minor
>             Fix For: Release Branch 4.0
>
>         Attachments: SaleDiscount.diff
>
>
> Neither "item discounts" nor "sale discounts" are shown in the Journal panel.  The amounts are just taken out of the Grand Total.  I have the fix for this, I just have to clean up my code and check it in.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.