View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001184 | OXID eShop (all versions) | 2.6. Administer orders | public | 2009-08-10 14:38 | 2012-12-10 13:17 |
Reporter | kinday | Assigned To | |||
Priority | high | Severity | major | Reproducibility | always |
Status | resolved | Resolution | suspended | ||
Product Version | 4.1.4 revision 21266 | ||||
Summary | 0001184: PDF output coupon (discount) is not tax deductible | ||||
Description | In the PDF output, we have found that with a coupon for VAT(tax) incorrectly calculated. | ||||
Tags | PDF Invoice | ||||
Attached Files | |||||
Theme | |||||
Browser | All | ||||
PHP Version | 5.2.6 | ||||
Database Version | 5.0.33 | ||||
related to | 0001601 | resolved | rimvydas_paskevicius | Discount on existing orders were not correct calculated |
|
Problem here occurs, because data in the voucher is displayed exactly as is stored in the DB. When calculations in the basket are done, some fields, which are used only in basket, are not stored to the DB. This data is missing when PDF reports are generated. Storing additional information to the DB may confuse a lot current calculation in the basket, also some users and their modules. Currently we are working on the concept for basket calculations in international market, and all these calculations (also related to VAT, vouchers, discounts, etc.) will be reviewed and considered. As this fix needs major changes in core functionality, we will postpone this until concept will be prepared. |