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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0026582
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Web POSminoralways2014-05-17 16:442014-11-24 12:57
ReporterOrekariaView Statuspublic 
Assigned Tomario_castello 
PrioritynormalResolutionduplicateFixed in Version
StatusclosedFix in branchpiFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned Tomtaal
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0026582: Foreign currencies are not shown in the printed cashup report

DescriptionForeign currencies are not shown in the printed cashup report
Steps To ReproduceLogin 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
Proposed SolutionIn 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>
        <%
        }
        });
        %>
TagsNo tags attached.
Attached Filespng file icon Screenshot - 10022014 - 11:08:18 AM.png [^] (102,480 bytes) 2014-10-02 11:17

- Relationships Relation Graph ] Dependency Graph ]
duplicate of defect 0028243RR15Q1 closedmtaal Cashup does not print counted values for foreign currencies in starting cash 
related to defect 0028203 closedadrianromero Cashup does not print counted values for foreign currencies 

-  Notes
(0071933)
mtaal (manager)
2014-11-24 12:57

Resolved within the 2 related issues

- Issue History
Date Modified Username Field Change
2014-05-17 16:44 Orekaria New Issue
2014-05-17 16:44 Orekaria Assigned To => Orekaria
2014-05-17 16:44 Orekaria Triggers an Emergency Pack => No
2014-05-17 22:30 Orekaria Severity major => minor
2014-06-24 14:25 migueldejuana Target Version RR14Q3 => RR14Q4
2014-09-22 16:29 mtaal Target Version RR14Q4 =>
2014-10-02 11:17 Orekaria File Added: Screenshot - 10022014 - 11:08:18 AM.png
2014-10-27 17:13 mario_castello Assigned To Orekaria => mario_castello
2014-10-27 17:13 mario_castello Status new => scheduled
2014-10-27 17:13 mario_castello fix_in_branch => pi
2014-11-24 10:14 Orekaria Relationship added related to 0028203
2014-11-24 10:15 Orekaria Relationship added has duplicate 0028243
2014-11-24 12:57 mtaal Review Assigned To => mtaal
2014-11-24 12:57 mtaal Relationship replaced duplicate of 0028243
2014-11-24 12:57 mtaal Note Added: 0071933
2014-11-24 12:57 mtaal Status scheduled => closed
2014-11-24 12:57 mtaal Resolution open => duplicate


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker