[
https://issues.apache.org/jira/browse/OFBIZ-522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12545141
]
Vince Clark commented on OFBIZ-522:
-----------------------------------
Ran into another similar error when running POS client.
2007-11-24 00:21:34,593 (Thread-231) [ GenericEntity.java:408:WARN ] In
entity field [OrderHeader.grandTotal] set the value passed in
[java.math.BigDecimal] is not compatible with the Java type of the field
[Double]
2007-11-24 00:21:34,593 (Thread-231) [ GenericEntity.java:408:WARN ] In
entity field [OrderHeader.remainingSubTotal] set the value passed in
[java.math.BigDecimal] is not compatible with the Java type of the field
[Double]
> BigDecimal is not used at all in POS
> ------------------------------------
>
> Key: OFBIZ-522
> URL: https://issues.apache.org/jira/browse/OFBIZ-522
> Project: OFBiz
> Issue Type: Improvement
> Components: pos
> Affects Versions: SVN trunk
> Reporter: Jacques Le Roux
> Assignee: Scott Gray
> Fix For: SVN trunk
>
>
> For the moment in POS only double is used for amouts. We need to change this
> to BigDecimal as soon as possible.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.