Openbravo Issue Tracking System - Retail Modules
View Issue Details
0024141Retail ModulesWeb POSpublic2013-06-20 09:232013-06-22 10:33
chandra516 
adrianromero 
normalminoralways
closedno change required 
30Professional Appliance
 
 
thirumalaik
No
0024141: When i print closed order receipt, printing currency in place of terminal name
I printed old receipt, currency iso symbol printing in place of pos terminal name.
You can see in attached screen shot.

I debugged code, and i find issue in PaidReceipts.java.
Developer wrongly associated with currency symbol.

I gave solution for this issue in Proposed Solution section.
Could you please update in next release.
1) Select receipts in the menu
2) Search dialogue will appear. Filter and tap the magnifying glass button.
3) A list of tickets will be shown, choose one
4) Details are shown. At the bottom of the ticket, a Paid label is shown.
5) Select Print this Receipt from the menu and printer will print a Paid ticket.
Existing Code :

package org.openbravo.retail.posterminal.PaidReceipts.java

line Number : 59
Existing Code: paidReceipt.put("posterminalidentifier", objpaidReceipts[8]);
Change into : paidReceipt.put("posterminalidentifier", objpaidReceipts[9]);


No tags attached.
png Screenshot from 2013-06-19 12:35:18.png (146,672) 2013-06-20 09:23
https://issues.openbravo.com/file_download.php?file_id=6207&type=bug
png
Issue History
2013-06-20 09:23chandra516New Issue
2013-06-20 09:23chandra516Assigned To => adrianromero
2013-06-20 09:23chandra516File Added: Screenshot from 2013-06-19 12:35:18.png
2013-06-20 12:49chandra516Note Added: 0059609
2013-06-22 10:33thirumalaikReview Assigned To => thirumalaik
2013-06-22 10:33thirumalaikNote Added: 0059630
2013-06-22 10:33thirumalaikStatusnew => closed
2013-06-22 10:33thirumalaikResolutionopen => no change required

Notes
(0059609)
chandra516   
2013-06-20 12:49   
This issue fixed in latest version. Please close this task.
(0059630)
thirumalaik   
2013-06-22 10:33   
Unable to reproduce this issue in RMP23.Reported confirmed the same.So no change required.Issue closed.