Notes |
|
(0083410)
|
hgbot
|
2016-01-19 17:15
|
|
|
|
(0083764)
|
hgbot
|
2016-02-01 09:06
|
|
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 0e7024a265ffb1a6a40ff927d041d695543786b4
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Mon Feb 01 09:05:25 2016 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/0e7024a265ffb1a6a40ff927d041d695543786b4 [^]
Fixed issue 0031654: Ensure stable ids in docs send from WebPOS to the server
Set ids of the entities before saving them. Order loader process and Cashup process.
---
M src/org/openbravo/retail/posterminal/CashCloseProcessor.java
M src/org/openbravo/retail/posterminal/OrderLoader.java
M src/org/openbravo/retail/posterminal/ProcessCashClose.java
M web/org.openbravo.retail.posterminal/js/closecash/model/cashup-model.js
M web/org.openbravo.retail.posterminal/js/model/order.js
---
|
|
|
|
|
|
(0084535)
|
mtaal
|
2016-02-26 08:35
|
|
|
|
|
Not closed for 25 days!
I see that some things are ongoing but do not delay any longer, please. |
|
|
(0084583)
|
mtaal
|
2016-02-29 09:40
|
|
Tested and checked in multi-server environment. Ids are indeed the same for central and store, checked with queries as shown below.
select m_inout_id from m_inout order by updated desc limit 1
--"DF9D107ACDB9F691F39F8470F6E18CD0"
select C_OrderLine_Offer_id from C_OrderLine_Offer order by updated desc limit 1
-- "8D56B79C06E83A8B8D71CA1E587F8CD5"
select C_OrderLineTax_id from C_OrderLineTax order by updated desc limit 1
-- "13DCB802F5A03D019D289B51E3756FE0"
select c_orderline_id from c_orderline order by updated desc limit 1
-- "CCC9D5D01B4231FEDBB49844558451E4"
select C_Order_id from C_Order order by updated desc limit 1
-- "DF9D107ACDB9F691F39F8470F6E18CD0"
select FIN_Payment_Schedule_id from FIN_Payment_Schedule order by updated desc limit 1
-- "DF9D107ACDB9F691F39F8470F6E18CD0"
select FIN_Payment_ScheduleDetail_id from FIN_Payment_ScheduleDetail order by updated desc limit 1
-- "002109C2020F13FF976F6C1A86098ABA"
select poss_terminalsessions_id from poss_terminalsessions order by updated desc limit 1
-- "E7A91F3B4435309AA7CAFA2874791678" |
|
|
(0084601)
|
mtaal
|
2016-02-29 16:04
|
|
Additional queries to check results:
select OBPOS_App_Cashup_id from OBPOS_App_Cashup order by updated desc limit 1
-- "9860B6AE9436DC6D44F71A64F5B664EA"
select FIN_Reconciliation_id from FIN_Reconciliation order by updated desc limit 1 |
|
|
(0084686)
|
hgbot
|
2016-03-03 15:17
|
|
|
|
(0084721)
|
mtaal
|
2016-03-04 11:21
|
|
Retested with query:
select * from C_OrderLine_Offer order by updated desc limit 1
--- "38CDF8C68D06356C8E9BDE42B44A370E" |
|
|
(0084722)
|
mtaal
|
2016-03-04 11:22
|
|
|