Store Bank amount missing cents
Hi,
I noticed the following behavior in Xstore 6.5.1 and impossible to find the bug.
I have a store bank amount of 174532,27
In the store the user does a begin-count and 27,20 euro need to be moved from the store bank to the till.
In Xstore the amount is correctly processed.
But in Xcenter, I see 174505,10 as amount instead of 174505,07
It looks like a decimal is not handled correctly, or there is a rounding somewhere.
I see the same issue on end-count.
I checked the replication logs and I see the replication statement:
execute [0001.276 ms] UPDATE tsn_session_tndr SET update_date = to_date('2016-11-15T16:17:19', 'YYYY-MM-DD"T"HH24:MI:SS'), update_user_id = '', actual_media_amt = actual_media_amt + -27.2, actual_media_count = actual_media_count + 0 WHERE organization_id = 1 AND rtl_loc_id = 2033 AND session_id = 0 AND tndr_id = 'EUR_CURRENCY'