Openbravo Issue Tracking System - Openbravo Localizations | |||||||||||||||||||
View Issue Details | |||||||||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||||||||||||
0051393 | Openbravo Localizations | Localization Portugal | public | 2023-01-17 14:57 | 2023-01-18 18:14 | ||||||||||||||
Reporter | jetxarri | ||||||||||||||||||
Assigned To | jetxarri | ||||||||||||||||||
Priority | high | Severity | minor | Reproducibility | always | ||||||||||||||
Status | closed | Resolution | fixed | ||||||||||||||||
Platform | OS | 5 | OS Version | ||||||||||||||||
Product Version | |||||||||||||||||||
Target Version | Fixed in Version | ||||||||||||||||||
Merge Request Status | |||||||||||||||||||
Regression date | |||||||||||||||||||
Regression introduced by commit | |||||||||||||||||||
Regression level | |||||||||||||||||||
Support ticket | |||||||||||||||||||
OBNetwork customer | |||||||||||||||||||
Regression introduced in release | |||||||||||||||||||
Summary | 0051393: ATCUD property is not populated in the Order object loaded using Open Receipt 19Q3 | ||||||||||||||||||
Description | ATCUD property is not populated in the Order object loaded using Open Receipt The ATCUD code should be added as property in paidReceiptsPropertyExtension | ||||||||||||||||||
Steps To Reproduce | in POS: - complete a ticket-> atcud code is printed in the ticket - click in Open Receipt: load the previous receipt - click in Print Receipt option atcud code is not printed in the reprint | ||||||||||||||||||
Proposed Solution | ... @Qualifier(PaidReceipts.paidReceiptsPropertyExtension) public class PaidReceiptProperties extends ModelExtension { @Override public List<HQLProperty> getHQLProperties(Object params) { return (new ArrayList<HQLProperty>() { private static final long serialVersionUID = 1L; { add(new HQLProperty( "coalesce((select inv.sAFTATCUDDocumentNo from Invoice inv where inv.salesOrder.id = ord.id), null)", "saftAtcudDocNo")); } }); | ||||||||||||||||||
Additional Information | |||||||||||||||||||
Tags | No tags attached. | ||||||||||||||||||
Relationships |
| ||||||||||||||||||
Attached Files | |||||||||||||||||||
Issue History | |||||||||||||||||||
Date Modified | Username | Field | Change | ||||||||||||||||
2023-01-17 14:57 | jetxarri | New Issue | |||||||||||||||||
2023-01-17 14:57 | jetxarri | Assigned To | => jetxarri | ||||||||||||||||
2023-01-17 14:57 | jetxarri | Issue generated from | 0051375 | ||||||||||||||||
2023-01-17 14:57 | jetxarri | Relationship added | related to 0051375 | ||||||||||||||||
2023-01-17 14:57 | jetxarri | Relationship added | related to 0051392 | ||||||||||||||||
2023-01-17 15:24 | hgbot | Note Added: 0145503 | |||||||||||||||||
2023-01-18 18:14 | hgbot | Resolution | open => fixed | ||||||||||||||||
2023-01-18 18:14 | hgbot | Status | new => closed | ||||||||||||||||
2023-01-18 18:14 | hgbot | Note Added: 0145595 | |||||||||||||||||
2023-01-18 18:14 | hgbot | Note Added: 0145596 |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|