Commit Graph

437 Commits

Author SHA1 Message Date
Denis Ledoux 9066da3369 [FIX] point_of_sale: do not display False as currency if symbol is not set 2014-10-03 12:10:16 +02:00
Denis Ledoux 5f696ba86c [FIX] pos: display cashier name on receipt, not the user 2014-08-08 16:05:32 +02:00
Martin Trigaux 0fb14cbe0a [FIX] point_of_sale: add product variant in the displayed name (opw 607456) 2014-05-16 14:06:17 +02:00
Denis Ledoux 3be327c0ae [FIX] point_of_sale: ignore TOTAlY returns
Returns were partially ignored when typing keystrokes, thanks to a return; when event which equaled 13, but the default behaviour (press on the focused input/button) was not prevented. This is now the case thanks to preventDefault. For instance, just after a discount set, the focused input was pressed and the associated value was added when scanning a new product with the scanner. Therefore, if we entered a discount of 30%, scanning a new product added '0', the last pushed button, to the discount, and then added the product.

bzr revid: dle@openerp.com-20131209145652-3g9rgnfz1w8k0whw
2013-12-09 15:56:52 +01:00
Frédéric van der Essen 6fb8cb4756 [FIX] point_of_sale: barcode scanner was not working in firefox due to usage of event.keyCode instead of event.which
bzr revid: fva@openerp.com-20130918153347-fy4nuvbm82ngfb8x
2013-09-18 17:33:47 +02:00
Frédéric van der Essen d30f5e8be6 [IMP] point_of_sale: when the product search returns only one product, order it on 'enter' keypress
bzr revid: fva@openerp.com-20130918134208-t9g50q8whdft4xzq
2013-09-18 15:42:08 +02:00
Frédéric van der Essen 645c3ccf65 [FIX] point_of_sale: currency should be fetched from the pricelist instead of the company
bzr revid: fva@openerp.com-20130918122836-pqi1w41swu4rcrga
2013-09-18 14:28:36 +02:00
Frédéric van der Essen 4080a18ac3 [FIX] point_of_sale: fixed text overflow issues due to long product names
bzr revid: fva@openerp.com-20130912155409-nh2j4a3ereqwt3nn
2013-09-12 17:54:09 +02:00
Frédéric van der Essen 00d1183947 [FIX] point_of_sale: onscreen keyboard would stop working when category changed + make it disappear outside product screen
bzr revid: fva@openerp.com-20130912151334-c3kc4c4137amrl9f
2013-09-12 17:13:34 +02:00
Frédéric van der Essen c82bbdbb91 [IMP] point_of_sale: make products searchable by internal reference (default_code)
bzr revid: fva@openerp.com-20130912141208-8xrxaf96j5jn5z9u
2013-09-12 16:12:08 +02:00
Christophe Simonis 0ab7f36534 [FIX] point_of_sale: ensure proxy connection have a session_id (opw 596899)
bzr revid: chs@openerp.com-20130909160310-iz978t1ofxeusvcl
2013-09-09 18:03:10 +02:00
Frédéric van der Essen 2356864eb4 [FIX] point_of_sale: Some azerty barcode reader setups would press 'shift' for each number, and those shift would end the barcode recognition. keypress ignores shifts and fixes the problem
bzr revid: fva@openerp.com-20130909154740-bjlp553wt11l1u18
2013-09-09 17:47:40 +02:00
Anael Closson a49dc25f95 [FIX] OPW 596899 : no session_id when using pos proxy
bzr revid: acl@openerp.com-20130909145630-i0oy0yifdkbfj7wm
2013-09-09 16:56:30 +02:00
Martin Trigaux d60c0be37c [FIX] point_of_sale: pass reference of customer from pos to order
bzr revid: mat@openerp.com-20130904140628-4p9xnedoh3p2xgcw
2013-09-04 16:06:28 +02:00
Frédéric van der Essen 4f51882863 [IMP] point_of_sale: reworked the way the weighting debug mode works to make it more robust
bzr revid: fva@openerp.com-20130708145522-6r5yedizrg9h6m0r
2013-07-08 16:55:22 +02:00
Frédéric van der Essen 3c7ec1fa87 [MERGE] from upstream
bzr revid: fva@openerp.com-20130708133731-wiqisp3xptij3in5
2013-07-08 15:37:31 +02:00
Frédéric van der Essen 004163733b [IMP] point_of_sale: removing console.logs
bzr revid: fva@openerp.com-20130708125644-rdno41mmtwrao3z2
2013-07-08 14:56:44 +02:00
Frédéric van der Essen 06675241d0 [FIX] point_of_sale: weighting end signal could fail to emit in debug mode
bzr revid: fva@openerp.com-20130708124912-0t8l8v13ug3hst7m
2013-07-08 14:49:12 +02:00
Xavier Morel 8c2ff8be58 [FIX] call this.print on end of ReceiptScreenWidget.show instead of explicit window.print
print method already existed, probably to allow overriding printing, but it was not actually called

bzr revid: xmo@openerp.com-20130704141256-u5n7a4kfmqac8n9z
2013-07-04 16:12:56 +02:00
Frédéric van der Essen b8fd0fef08 [FIX] point_of_sale: new order was broken when multiple orders already present
bzr revid: fva@openerp.com-20130702204048-018r4xr34mw7y2m5
2013-07-02 22:40:48 +02:00
Olivier Dony eba937757f [MERGE] OPW 586154: pos: some missing translation marks in POS GUI
lp bug: https://launchpad.net/bugs/1165321 fixed

bzr revid: odo@openerp.com-20130606150820-ckz8q2i9u9k71uq2
2013-06-06 17:08:20 +02:00
Frédéric van der Essen 6d03a9be51 [FIX] point_of_sale: wrong ean field for packagings
bzr revid: fva@openerp.com-20130521090942-hvtze13ek6p7nguo
2013-05-21 11:09:42 +02:00
Martin Trigaux 182118eb8c [MERGE] kill the executable bit on things that are clearly not executables or scripts
bzr revid: mat@openerp.com-20130508144521-bkvms15maji1ykpb
2013-05-08 16:45:21 +02:00
Frédéric van der Essen c176e1e7ca [IMP] point_of_sale: renamed round_digits to round_decimals
bzr revid: fva@openerp.com-20130409144208-2wq4cozxstbdgld5
2013-04-09 16:42:08 +02:00
Frédéric van der Essen 35d3a3480a [FIX] point_of_sale: use correct rounding algorithm
lp bug: https://launchpad.net/bugs/1157761 fixed

bzr revid: fva@openerp.com-20130409143536-hgs38n0sqx8td607
2013-04-09 16:35:36 +02:00
Frédéric van der Essen 72dbae9ddf [FIX] point_of_sale: prevent from spinner to appear when we have a rpc timeout, and try to flush saved orders after loading
bzr revid: fva@openerp.com-20130327125541-pbqkn764h6fngf33
2013-03-27 13:55:41 +01:00
Mohammed Shekha a75891e1b6 [FIX]Fixed the issue of translation of POS action buttons.
bzr revid: msh@openerp.com-20130218055402-zaxa2g6c4o0t6cu5
2013-02-18 11:24:02 +05:30
Frédéric van der Essen b5a47b24fc [FIX] point_of_sale: css gradient fix
bzr revid: fva@openerp.com-20130129152421-sgke1e3ckh9ohppi
2013-01-29 16:24:21 +01:00
Frédéric van der Essen a06e93e218 [FIX] point_of_sale: keyboard focus for payment widget
bzr revid: fva@openerp.com-20130129140146-uz1jpmv4u3dmulus
2013-01-29 15:01:46 +01:00
Frédéric van der Essen e9c6fd0dea [FIX] point_of_sale: correct currency rounding
bzr revid: fva@openerp.com-20130128171800-wobu3q7l5d16qhyq
2013-01-28 18:18:00 +01:00
Frédéric van der Essen 86d8c56dce [FIX] point_of_sale: removed obsolete console.log
bzr revid: fva@openerp.com-20130125153405-4n49h8nbmwx2ji3k
2013-01-25 16:34:05 +01:00
Frédéric van der Essen 4c1016415c [FIX] point_of_sale: add subtotal to printed ticket
bzr revid: fva@openerp.com-20130124162225-wv0vgody2xtx2hog
2013-01-24 17:22:25 +01:00
Frédéric van der Essen 8ca77e464b [FIX] point_of_sale: editing values with the numpad works as best as possible for now
bzr revid: fva@openerp.com-20130124140631-oqii3gq402nx14xf
2013-01-24 15:06:31 +01:00
Frédéric van der Essen 2616386e3f [WIP] point_of_sale: in progress of solving bugs in taxes and order editing, part 2
bzr revid: fva@openerp.com-20130123183205-7krkee3ihqg1hhmo
2013-01-23 19:32:05 +01:00
Frédéric van der Essen 5883f32718 [WIP] point_of_sale: in progress of solving ]bugs in taxes and order editing
bzr revid: fva@openerp.com-20130122131801-46dyysig5e2owifa
2013-01-22 14:18:01 +01:00
Frédéric van der Essen db4f0a54de [FIX] point_of_sale: removed console.log
bzr revid: fva@openerp.com-20130115172653-hxq1ce1w9owvor9i
2013-01-15 18:26:53 +01:00
Frédéric van der Essen 70cdcc70cf [FIX] point_of_sale: missing 'this.'
bzr revid: fva@openerp.com-20130115172525-jr5ruv0l2eiylkmh
2013-01-15 18:25:25 +01:00
Frédéric van der Essen 483d57e878 [IMP] point_of_sale: faster product list redraw
bzr revid: fva@openerp.com-20130115171453-ycech3edreltdq1u
2013-01-15 18:14:53 +01:00
Frédéric van der Essen 1fc1174f23 [IMP] point_of_sale: products and categories are no longer stored on disk, increasing performance
bzr revid: fva@openerp.com-20130115165137-h07m9hrkhvs46e06
2013-01-15 17:51:37 +01:00
Frédéric van der Essen 984b904f2c [FIX] point_of_sale: the pos synchronisation indicator was changing the cursor indicating that an action was possible, but there's nothing to do when it's already synchronized.
lp bug: https://launchpad.net/bugs/1099402 fixed

bzr revid: fva@openerp.com-20130114164216-53yix6tmlix316zl
2013-01-14 17:42:16 +01:00
Frédéric van der Essen df9ba1d0a4 [FIX] point_of_sale: removed some memory leaks.
bzr revid: fva@openerp.com-20130114152533-3s1ynd7q1927514a
2013-01-14 16:25:33 +01:00
Frédéric van der Essen a480cff6f5 [FIX] point_of_sale: removed console.logs
bzr revid: fva@openerp.com-20130111144255-cgs85ue7hsp5ces7
2013-01-11 15:42:55 +01:00
Frédéric van der Essen 60dbad5bd5 [FIX] point_of_sale: removed console.logs
bzr revid: fva@openerp.com-20130111144219-eg0xr5kzwewq5ygf
2013-01-11 15:42:19 +01:00
Frédéric van der Essen 81ffada41c [IMP] point_of_sale: added some comments about the localstorage db implementation and performance
bzr revid: fva@openerp.com-20130111144108-5u4ie3p9ueoj6ulm
2013-01-11 15:41:08 +01:00
Phil Frost 5ff3ae2034 kill the executable bit on things that are clearly not executables or scripts
bzr revid: pfrost@openerpdev-20130103231005-56pglti6uss0jsm5
2013-01-03 18:10:05 -05:00
Frédéric van der Essen 5472b929e4 [FIX] point_of_sale: clicking on the connection status should force sync
bzr revid: fva@openerp.com-20130327104551-484p011pjqrmbtm8
2013-03-27 11:45:51 +01:00
Frederic van der Essen 95f3847244 [FIX] point_of_sale: potentially improve performance when loading lots of categories
bzr revid: fred@pc-fred.localhost-20130312150638-s980pt6pezi16x2j
2013-03-12 16:06:38 +01:00
Jalpesh Patel (OpenERP) fbb4e61d71 [FIX]fix problem of POS Receipt missing space
bzr revid: pja@tinyerp.com-20121128121401-99mszzxiio5ewd3q
2012-11-28 17:44:01 +05:30
Vishmita f2c8f6d970 [FIX]when there is no product into the POS category it gives an error.
bzr revid: vja@tinyerp.com-20121128062926-qjweapwl8o3l94op
2012-11-28 11:59:26 +05:30
Quentin (OpenERP) 4554f152f5 [MERGE] pos: price field used instead of list_price
bzr revid: qdp-launchpad@openerp.com-20121126093611-1l2ujhh4tsryo416
2012-11-26 10:36:11 +01:00