openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #11084
[Bug 995471] [NEW] POS report pos_detail list taxes issue
Public bug reported:
Dear all,
In the report pos_detail (v6.1), we don't have the list of taxes but
only the last tax name and the sum of all the taxes.
temp2 += order.amount_tax
...
for line in order.lines:
temp.update({'name': tax.name})
temp.update({'amount': temp2})
We should have the list of each tax with the sum according only this tax.
** Affects: openobject-addons
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/995471
Title:
POS report pos_detail list taxes issue
Status in OpenERP Addons (modules):
New
Bug description:
Dear all,
In the report pos_detail (v6.1), we don't have the list of taxes but
only the last tax name and the sum of all the taxes.
temp2 += order.amount_tax
...
for line in order.lines:
temp.update({'name': tax.name})
temp.update({'amount': temp2})
We should have the list of each tax with the sum according only this tax.
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/995471/+subscriptions
Follow ups
-
[Bug 995471] Re: [6.1]/[trunk] POS report pos_detail list taxes issue
From: Arnaud Pineux (OpenERP), 2012-12-04
-
[Bug 995471] Re: [6.1]/[trunk] POS report pos_detail list taxes issue
From: Launchpad Bug Tracker, 2012-12-04
-
[Bug 995471] Re: [6.1]/[trunk] POS report pos_detail list taxes issue
From: Arnaud Pineux (OpenERP), 2012-12-04
-
[Bug 995471] Re: [6.1]/[trunk] POS report pos_detail list taxes issue
From: Arnaud Pineux (OpenERP), 2012-12-03
-
[Bug 995471] Re: [6.1]/[trunk] POS report pos_detail list taxes issue
From: Randhir Mayatra (OpenERP), 2012-12-03
-
[Bug 995471] Re: [6.1]/[trunk] POS report pos_detail list taxes issue
From: Randhir Mayatra (OpenERP), 2012-11-28
-
[Bug 995471] Re: [6.1]/[trunk] POS report pos_detail list taxes issue
From: Amit Parik (OpenERP), 2012-08-23
-
[Bug 995471] Re: [6.1]/[trunk] POS report pos_detail list taxes issue
From: digvijay singh (OpenERP), 2012-06-26
-
[Bug 995471] Re: [6.1]/[trunk] POS report pos_detail list taxes issue
From: Launchpad Bug Tracker, 2012-06-26
-
[Bug 995471] Re: [6.1]/[trunk] POS report pos_detail list taxes issue
From: Amit Bhavsar (Open ERP), 2012-05-07
-
[Bug 995471] Re: POS report pos_detail list taxes issue
From: Amit Bhavsar (Open ERP), 2012-05-07
-
[Bug 995471] [NEW] POS report pos_detail list taxes issue
From: Sebaul, 2012-05-06
References