FR [2979756] - Touchscreen friendly POS

https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2979756&group_id=176962
Now GardenWrold should work with the new Java POS.
-> Integrating from http://adempiere.svn.sourceforge.net/viewvc/adempiere?view=revision&revision=11905
IDEMPIERE-61
This commit is contained in:
trifonnt 2011-08-15 13:12:32 -05:00
parent 40177e56e5
commit 8a8431366b
2 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,4 @@
-- Apr 7, 2010 11:08:21 AM CEST
UPDATE C_POS SET C_BankAccount_ID=100,Updated=TO_DATE('2010-04-07 11:08:21','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE C_POS_ID=100
;

View File

@ -0,0 +1,3 @@
-- Apr 7, 2010 11:08:21 AM CEST
UPDATE C_POS SET C_BankAccount_ID=100,Updated=TO_TIMESTAMP('2010-04-07 11:08:21','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE C_POS_ID=100
;