flask-openerp-stock_cart/templates/default/index.html

1.5 KiB

{% extends "default/layout.html" %} {% block title %}{{ _("Dashboard") }}{% endblock %} {% block body %} {% include 'default/nav.html' %}
  • {% if not session.cart %} {{ _("Select a cart") }} {% else %}{{ _("Change cart") }}{% endif %}
  • {{ _("Process pickings") }}
  • {{ _("Help") }}

1. {{ _("Select a cart") }}

{{ _("Go to your preferences a select a cart do you work. Remember when not working in warehouse, do logout") }}
{{ _("Go") }}

2. {{ _("Process pickings") }}

{{ _("When process pickings, select products in your warehouse and put in you backet cart.") }}
{{ _("Go") }}

3. {{ _("Make picking") }}

{{ _("When finish selection products, return your picking area and make delivery package.") }}

{% endblock %}