An open API service indexing awesome lists of open source software.

https://github.com/akretion/pos-sale-order

Alternative pos implementation that use sale order
https://github.com/akretion/pos-sale-order

Last synced: 11 months ago
JSON representation

Alternative pos implementation that use sale order

Awesome Lists containing this project

README

          

[![Pre-commit Status](https://github.com/akretion/pos-sale-order/actions/workflows/pre-commit.yml/badge.svg?branch=14.0)](https://github.com/akretion/pos-sale-order/actions/workflows/pre-commit.yml?query=branch%3A14.0)
[![Build Status](https://github.com/akretion/pos-sale-order/actions/workflows/test.yml/badge.svg?branch=14.0)](https://github.com/akretion/pos-sale-order/actions/workflows/test.yml?query=branch%3A14.0)
[![codecov](https://codecov.io/gh/akretion/pos-sale-order/branch/14.0/graph/badge.svg)](https://codecov.io/gh/akretion/pos-sale-order)

# Replace POS order by Sale Order

Replace Pos Order by Sale Order

[//]: # (addons)

Available addons
----------------
addon | version | maintainers | summary
--- | --- | --- | ---
[pos_partial_payment](pos_partial_payment/) | 14.0.1.0.0 | | POS Partial Payment
[pos_sale_order](pos_sale_order/) | 14.0.1.1.1 | | POS Only Sale Order
[pos_sale_order_debug](pos_sale_order_debug/) | 14.0.1.0.0 | | In case a sync error a item is stored on backend to replay it easily
[pos_sale_order_delivery](pos_sale_order_delivery/) | 14.0.1.0.1 | | POS Sale Order Delivery
[pos_sale_order_load](pos_sale_order_load/) | 14.0.1.1.0 | | POS Sale Order Load
[pos_sale_order_no_payment](pos_sale_order_no_payment/) | 14.0.1.0.1 | | POS Sale Order No Payment
[pos_sale_order_reference](pos_sale_order_reference/) | 14.0.1.0.0 | | POS Sale Order Reference

[//]: # (end addons)

## Licenses

This repository is licensed under [AGPL-3.0](LICENSE).

However, each module can have a totally different license, as long as they adhere to Akretion
policy. Consult each module's `__manifest__.py` file, which contains a `license` key
that explains its license.

----