POS QuickStart & UpToDate

by
Odoo

105.26

v 9.0 v 10.0 Third Party 8
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Point of Sale (point_of_sale)
Inventory Management (stock)
Invoicing (account)
Discuss (mail)
Technical Name pos_improvement
LicenseOPL-1
Websitehttp://bettereworld@gmail.com
Versions 10.0 9.0
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Point of Sale (point_of_sale)
Inventory Management (stock)
Invoicing (account)
Discuss (mail)
Technical Name pos_improvement
LicenseOPL-1
Websitehttp://bettereworld@gmail.com
Versions 10.0 9.0

Use the Point of Sale with no compromise

Get a quick start even with a hundred thousand of products, and use up-to-date products data as much as possible.

Load the products in the offline POS-cache in an incremental manner (frame by frame).
The full autonomy can be acheived in some minutes depending of the loading setting (see at the bottom).

Use the online mode as much as possible to be best accurate, and use the offline mode only when the connection is lost or the server is busy.

Automatically add a new product to the offline POS-cache (when it is requested) even after the POSBOX has loaded all its products list.
For example, if the POSBOX doesn't find a scanned barcode locally (because the product is new) then it will search it on the server.
This is true also when the cashier search a new product by typing its reference, name or barecode.

Update an existing product in the offline POS-cache every time a fresh copy is received from the server.
This will make the POSBOX use the most up-to-date product info received from the server at next possible connection lost.

Visually display the POS-cache filling progression ratio in the Point of Sale web interface (the ratio is appended to the username widget).

Add three new properties to the POS configuration :

  • Products Cache Initial-Size : represent how many products to load immediately in the POS cache when it is just opened (default=1000);
  • Products Cache Loop-Frame-Size : represent how many products to add to the POS cache on each step of the background loop (default=200);
  • Products Cache Loop-Frame-Delay : represent number of milliseconds to wait before each step of the background loop (default=1000);

Add three new properties to the javascript class models.PosModel :

  • products_at_server_side_count : represent the number of products at server side;
  • products_in_cache_count : represent the number of products in the offline POS-cache;
  • products_in_cache_ratio : represent the products offline POS-cache filling ratio;




Odoo Proprietary License v1.0

This software and associated files (the "Software") may only be used (executed,
modified, executed after modifications) if you have purchased a valid license
from the authors, typically via Odoo Apps, or if you have received a written
agreement from the authors of the Software (see the COPYRIGHT file).

You may develop Odoo modules that use the Software as a library (typically
by depending on it, importing it and using its resources), but without copying
any source code or material from the Software. You may distribute those
modules under the license of your choice, provided that this license is
compatible with the terms of the Odoo Proprietary License (For example:
LGPL, MIT, or proprietary licenses similar to this one).

It is forbidden to publish, distribute, sublicense, or sell copies of the Software
or modified copies of the Software.

The above copyright notice and this permission notice must be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author or have a question related to your purchase, please use the support page.
There are no ratings yet!
Support stopped for this module
by
Better E-World
on 1/8/19, 4:07 PM Author

I am the author of this module and i want to say that from now i will not give any further support for this application because i am busy for a long time and i cannot any more continue to give this support. I WILL SYSTEMATICALLY REFUND ALL FUTUR CUSTOMERS WHO ASK ME FOR SUPPORT. DONT BUY THIS MODULE IF YOU NEED MY ASSISTANCE.


Should be built in!
by
Gregory Gillis
on 9/19/18, 1:55 PM

This is a great app. We have been using for months now with no issue. Is there a V11 update coming soon? Wanting to upgrade but don't want to go without this!


The module est very stable
by
Better E-World
on 7/14/18, 7:02 PM Author

No critical bug reported since initial release. All bugs reported by clients have been corrected.


Hello, How stable is this module? Are the issues resolved?
by
Odoo
on 7/10/18, 3:53 AM

Demo video on Youtube
by
Better E-World
on 6/17/18, 2:27 PM Author

https://youtu.be/ty4vGCfgLk8


Demo version
by
ibtissam bout
on 9/4/17, 8:27 AM

Could you please send me a demo version of your module before purchase a full version in order to be sure that whats i'm looking for! Looking forward to your feedback. Email: i.bouthanoute@agoradeveloppement.com


RE : Error scan by barcode
by
Better E-World
on 7/8/17, 4:47 AM Author

The correction must be applied to the file " pos_improvement\static\src\js\pos_improvement.js ".


RE: Error scan by barcode
by
Better E-World
on 7/8/17, 4:31 AM Author

Please replace the line code number 248 ( selectedOrder.add_product_uptodate(result[0], options); ) with this content ( order_super.add_product.call(selectedOrder, result[0], options); ). Please report again your feedback after applying this patch and rate this module.


Error scan by barcode
by
Abdalla Mohamed
on 7/7/17, 3:50 PM

When scan product that is not in list appear this error Uncaught TypeError: selectedOrder.add_product_uptodate is not a function