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.
This commit is contained in:
trifonnt 2010-04-07 09:14:41 +00:00
parent 29711f727c
commit fc14e5201c
2 changed files with 8 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,4 @@
-- 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
;