Openbravo Issue Tracking System - Retail Modules
View Issue Details
0026582Retail ModulesWeb POSpublic2014-05-17 16:442014-11-24 12:57
Orekaria 
mario_castello 
normalminoralways
closedduplicate 
5
 
 
mtaal
No
0026582: Foreign currencies are not shown in the printed cashup report
Foreign currencies are not shown in the printed cashup report
Login to WebPOS as vallblanca

sell 3x avalanche transceiver and pay it with USD
run the cashup
specify that you will keep 200 USD
finish the cashup

run the cashup again
finish the cashup

verify that in the printed cashup report the 200 USD are not shown
In printcashup.xml
Copy the same structure as used for other sections
e.g:
        %>
         <line>
          <text align ="left" length="25" bold="true"><%=OB.UTIL.encodeXMLComponent(OB.I18N.getLabel('OBPOS_LblTotalStarting')) %></text>
          <text align ="right" length="14" bold="true"><%= OB.I18N.formatCurrency(cashup.report.get('totalStartings')) %></text>
        </line>
        <line>
        </line>
        <%
        _.each(cashup.report.get('drops'), function(drop){
        if(drop.get('amount') !== drop.get('origAmount')){
        %>
        <line>
          <text align ="left" length="10"><%=OB.UTIL.encodeXMLComponent(drop.get('description')) %></text>
          <text align ="right" length="17"><%= '('+OB.I18N.formatCurrency(drop.get('amount'))+' '+drop.get('isocode')+')' %></text>
          <text align ="right" length="12"><%= OB.I18N.formatCurrency(drop.get('origAmount')) %></text>
        </line>
        <%
        }else{
        %>
        <line>
          <text align ="left" length="25"><%=OB.UTIL.encodeXMLComponent(drop.get('description')) %></text>
          <text align ="right" length="14"><%= OB.I18N.formatCurrency(drop.get('amount')) %></text>
        </line>
        <%
        }
        });
        %>
No tags attached.
duplicate of defect 0028243RR15Q1 closed mtaal Cashup does not print counted values for foreign currencies in starting cash 
related to defect 0028203 closed adrianromero Cashup does not print counted values for foreign currencies 
png Screenshot - 10022014 - 11:08:18 AM.png (102,480) 2014-10-02 11:17
https://issues.openbravo.com/file_download.php?file_id=7294&type=bug
png
Issue History
2014-05-17 16:44OrekariaNew Issue
2014-05-17 16:44OrekariaAssigned To => Orekaria
2014-05-17 16:44OrekariaTriggers an Emergency Pack => No
2014-05-17 22:30OrekariaSeveritymajor => minor
2014-06-24 14:25migueldejuanaTarget VersionRR14Q3 => RR14Q4
2014-09-22 16:29mtaalTarget VersionRR14Q4 =>
2014-10-02 11:17OrekariaFile Added: Screenshot - 10022014 - 11:08:18 AM.png
2014-10-27 17:13mario_castelloAssigned ToOrekaria => mario_castello
2014-10-27 17:13mario_castelloStatusnew => scheduled
2014-10-27 17:13mario_castellofix_in_branch => pi
2014-11-24 10:14OrekariaRelationship addedrelated to 0028203
2014-11-24 10:15OrekariaRelationship addedhas duplicate 0028243
2014-11-24 12:57mtaalReview Assigned To => mtaal
2014-11-24 12:57mtaalRelationship replacedduplicate of 0028243
2014-11-24 12:57mtaalNote Added: 0071933
2014-11-24 12:57mtaalStatusscheduled => closed
2014-11-24 12:57mtaalResolutionopen => duplicate

Notes
(0071933)
mtaal   
2014-11-24 12:57   
Resolved within the 2 related issues