Initial commit: OCA Technical packages (595 packages)

This commit is contained in:
Ernad Husremovic 2025-08-29 15:43:03 +02:00
commit 2cc02aac6e
24950 changed files with 2318079 additions and 0 deletions

View file

@ -0,0 +1,23 @@
if you want to display in the main screen some important buttons:
* Go to 'Point of Sale > Configuration > Settings'
* Edit the field 'Important Buttons' and write the technical name of the buttons.
.. image:: ../static/img/configure_important_buttons.png
Here are for the official modules, the following possibles values:
* ``point_of_sale`` : ProductInfoButton, SetFiscalPositionButton, OrderlineCustomerNoteButton, SetPricelistButton, RefundButton
* ``pos_sale``: SetSaleOrderButton
* ``pos_discount``: DiscountButton
* ``pos_loyalty``: RewardButton, ResetProgramsButton, eWalletButton, PromoCodeButton
* ``pos_restaurant``: SplitBillButton, SubmitOrderButton, TransferOrderButton, PrintBillButton, TableGuestsButton, OrderlineNoteButton
As a result, selected buttons will be displayed in the main screen:
.. image:: ../static/img/important_buttons_displayed.png

View file

@ -0,0 +1 @@
* Sylvain LE GAL (https://twitter.com/legalsylvain)

View file

@ -0,0 +1,12 @@
This module allows you to minimize the placeholder that contains
all the options in main point of sale menu part.
It allows to have more place for the display of the current ticket.
**Without this module:**
.. image:: ../static/img/without_module.png
**with this module:**
.. image:: ../static/img/with_module.png

View file

@ -0,0 +1,2 @@
Technically, it provides the same UI for the desktop version
as for the mobile version.