[IMP] touchscreen pos, usability improvements

bzr revid: fp@tinyerp.com-20120912182126-7lgskacso9pfh7er
This commit is contained in:
Fabien Pinckaers 2012-09-12 20:21:26 +02:00
parent 168e3244f3
commit a5f52bc3e5
1 changed files with 4 additions and 5 deletions

View File

@ -39,9 +39,8 @@
<p class="oe_view_nocontent_create"> <p class="oe_view_nocontent_create">
Click to start a session. Click to start a session.
</p><p> </p><p>
You will first have to control your cash amount in your cash register. You may have to control your cash amount in your cash register, before
Then you will be able to open the session and start selling with the touchscreen being able to start selling through the touchscreen interface.
interface.
</p> </p>
</div> </div>
<div attrs="{'invisible' : [('pos_state', '!=', 'opened')]}" class="oe_view_nocontent"> <div attrs="{'invisible' : [('pos_state', '!=', 'opened')]}" class="oe_view_nocontent">
@ -49,8 +48,8 @@
Click to continue the session. Click to continue the session.
</p> </p>
<p> <p>
The session <field name="pos_session_name" class="oe_inline" /> (<field name="pos_session_username" class="oe_inline" />) is "<b><field name="pos_state_str" class="oe_inline" /></b>"<br/> The session <field name="pos_session_name" class="oe_inline" /> (<field name="pos_session_username" class="oe_inline" />) is "<b><field name="pos_state_str" class="oe_inline" /></b>".<br/>
You can continue sales from the touchscreen interface by clicking on "<b>Sellings</b>" or close the cash register session ? You can continue sales from the touchscreen interface by clicking on "Start Selling" or close the cash register session.
</p> </p>
</div> </div>