Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0054639
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Retail APIminoralways2024-02-09 14:342024-02-09 14:34
ReporterngarciaView Statuspublic 
Assigned ToTriage Platform Conn 
PriorityhighResolutionopenFixed in Version
StatusnewFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned To
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0054639: Payment amount is duplicated when exporting an order with a payment that includes two lines

DescriptionPayment amount is duplicated when exporting an order with a payment that includes two lines. Instead of getting the payment detail amount it is showing the payment amount
Steps To ReproduceIn https://livebuilds.openbravo.com/context/retail_modules_pgsql_pi [^]

Create a Sales Order in the backoffice with two lines
Pay it
Invoice it in two different invoices, one per each line
Check the payment has two lines

Use the following link to access the JSON of the order:

https://livebuilds.openbravo.com/context/retail_modules_pgsql_pi/ws/org.openbravo.api.ExportService/Order/<orderId> [^]

Check it includes two payments with the amounts of the total payment:

    "payments": [
      {
        "name": "Cash",
        "rate": 1,
        "currency": "EUR",
        "amount": 29.1,
        "paidAmount": 29.1,
        "paymentDate": "2024-02-09",
        "giftCardInstanceNo": ""
      },
      {
        "name": "Cash",
        "rate": 1,
        "currency": "EUR",
        "amount": 29.1,
        "paidAmount": 29.1,
        "paymentDate": "2024-02-09",
        "giftCardInstanceNo": ""
      }
    ],
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
2024-02-09 14:34 ngarcia New Issue
2024-02-09 14:34 ngarcia Assigned To => Triage Platform Conn
2024-02-09 14:34 ngarcia Triggers an Emergency Pack => No


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker