Browse Source

Updated readme.

pull/491/head
François Kawala 4 years ago
committed by Sylvain LE GAL
parent
commit
61e1999b90
  1. 4
      pos_barcode_tare/README.rst
  2. 4
      pos_barcode_tare/static/description/index.html

4
pos_barcode_tare/README.rst

@ -64,7 +64,7 @@ Zoom on the action widget:
Usage
=====
Install this add-on and configure the point of sale where you want to be able to use the tare barecode. Setup the default barcode sequence ID according to your barcode nomenclature. The barcode pattern should be ``XX.....NNDDD`` where XX is the barcode prefix. In the default barcode nomenclature, the weight barcode pattern sequence id is 36 and its prefix is 21. The label printing is done using web print. To streamline the label printing it is advised to use the silent printing mode (firefox) or the kiosk printing (chrome).
Install this add-on and configure the point of sale where you want to be able to use the tare barecode. The label printing is done using web print. To streamline the label printing it is advised to use the silent printing mode (firefox) or the kiosk printing (chrome).
The command line to start a chrome base browser in kiosk mode with silent printing looks like:
@ -73,7 +73,7 @@ The command line to start a chrome base browser in kiosk mode with silent printi
Known issues / Roadmap
======================
- Add french translation.
- Merge with Sylvain LE GAL tare module that allows user to set tare on the scale screen.
Bug Tracker
===========

4
pos_barcode_tare/static/description/index.html

@ -407,14 +407,14 @@ ul.auto-toc {
</div>
<div class="section" id="usage">
<h1><a class="toc-backref" href="#id1">Usage</a></h1>
<p>Install this add-on and configure the point of sale where you want to be able to use the tare barecode. Setup the default barcode sequence ID according to your barcode nomenclature. The barcode pattern should be <tt class="docutils literal"><span class="pre">XX.....NNDDD</span></tt> where XX is the barcode prefix. In the default barcode nomenclature, the weight barcode pattern sequence id is 36 and its prefix is 21. The label printing is done using web print. To streamline the label printing it is advised to use the silent printing mode (firefox) or the kiosk printing (chrome).</p>
<p>Install this add-on and configure the point of sale where you want to be able to use the tare barecode. The label printing is done using web print. To streamline the label printing it is advised to use the silent printing mode (firefox) or the kiosk printing (chrome).</p>
<p>The command line to start a chrome base browser in kiosk mode with silent printing looks like:</p>
<p><tt class="docutils literal"><span class="pre">chromium-browser</span> <span class="pre">--use-system-default-printer</span> <span class="pre">--kiosk</span> <span class="pre">--kiosk-printing</span> <span class="pre">http://localhost:8069/</span></tt></p>
</div>
<div class="section" id="known-issues-roadmap">
<h1><a class="toc-backref" href="#id2">Known issues / Roadmap</a></h1>
<ul class="simple">
<li>Add french translation.</li>
<li>Merge with Sylvain LE GAL tare module that allows user to set tare on the scale screen.</li>
</ul>
</div>
<div class="section" id="bug-tracker">

Loading…
Cancel
Save