← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 687253] Re: Better discount coupons handling

 

Hello,

Concerning this, the connector add :

1/ A discount on each line
Note : there is a rounding problem. A discount of 5.30 % in magento become 5.28 % into Openerp
Then the total amount is now false.

2/ A coupon code line with amount of reduction.
Note :  adding a line using a product 'DISCOUNT MAGENTO' make a problem in french accounting.
Usually, discount is not registred in french accounting, only net price after discount (discount on each line).
This supplementary line introduce needing of accounting record... if someone get 

The total amount false again because (minus the amount of discount also
applying on product)

Did someone get a patch ?

Thanks for help.

Regards,

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/687253

Title:
  Better discount coupons handling

Status in Magento OpenERP Connector:
  Fix Released

Bug description:
  Hello,

  Currently to manage the discount coupons, the connector adds a discount on each order line to have the same discount distributed between each lines.
  I figure this is not the best solution because it skews the average product price, it's strange on the invoice, and maybe it can lead to rounding errors.

  Sharoon Thomas has developed a improved discount coupons management
  (branch lp:~openlabs-akretion-
  consortium/magentoerpconnect/improved_discount_n_address) but it has
  never been merged with the main.

  Technically, it adds a new line in the order with the amount of the
  discount coupon (the same way as the shipping).

  I hope this could be merged with the main branch, also I have created
  a patch (v.5) with the discount coupons enhancements of Sharoon Thomas
  with small corrections (a discount line was created with a 0.0 price
  when no discount).

  Thanks
  Guewen

To manage notifications about this bug go to:
https://bugs.launchpad.net/magentoerpconnect/+bug/687253/+subscriptions


References