diff -r a58793d6557a src/org/openbravo/retail/posterminal/OrderLoader.java
--- a/src/org/openbravo/retail/posterminal/OrderLoader.java	Tue Oct 27 10:53:16 2015 -0300
+++ b/src/org/openbravo/retail/posterminal/OrderLoader.java	Tue Oct 27 19:05:55 2015 +0100
@@ -1072,9 +1072,6 @@
     } else {
       addDocumentNoHandler(shipment, shpEntity, null, shipment.getDocumentType());
     }
-
-    shipment.setAccountingDate(order.getOrderDate());
-    shipment.setMovementDate(order.getOrderDate());
     shipment.setPartnerAddress(OBDal.getInstance().get(Location.class,
         jsonorder.getJSONObject("bp").getString("locId")));
     shipment.setSalesTransaction(true);
diff -r a58793d6557a web/org.openbravo.retail.posterminal/js/data/dataordersave.js
--- a/web/org.openbravo.retail.posterminal/js/data/dataordersave.js	Tue Oct 27 10:53:16 2015 -0300
+++ b/web/org.openbravo.retail.posterminal/js/data/dataordersave.js	Tue Oct 27 19:05:55 2015 +0100
@@ -124,6 +124,8 @@
         receipt.set('created', creationDate.getTime());
         receipt.set('obposCreatedabsolute', OB.I18N.formatDateISO(creationDate));
         receipt.set('orderDate', orderDate);
+        receipt.set('movementDate', OB.I18N.normalizeDate(new Date()));
+        receipt.set('accountingDate', OB.I18N.normalizeDate(new Date()));
 
         // multiterminal support
         // be sure that the active terminal is the one set as the order proprietary
