mirror of
https://github.com/almet/copanier.git
synced 2025-04-28 19:42:37 +02:00
Indicate differences with upstream in the README.
This commit is contained in:
parent
befb5fd1de
commit
3acda4463b
1 changed files with 17 additions and 1 deletions
18
README.md
18
README.md
|
@ -5,6 +5,22 @@ Copanier is a minimalist grouped-command management software.
|
||||||
It helps people to order a set of defined products, and provide a few helpers
|
It helps people to order a set of defined products, and provide a few helpers
|
||||||
to ease the life of everyone involved :-)
|
to ease the life of everyone involved :-)
|
||||||
|
|
||||||
|
## Fork
|
||||||
|
|
||||||
|
This project is a modified version [of the project started by Yohan](https://framagit.org/ybon/copanier).
|
||||||
|
|
||||||
|
The main differences are :
|
||||||
|
|
||||||
|
- Support for multiple producers (and persons to handle these producers)
|
||||||
|
- A concept of groups was added : multiple persons can belong to the same group (and create / edit orders).
|
||||||
|
- A minimal interface to add / remove / update products from the website.
|
||||||
|
- Support for out of stock products.
|
||||||
|
- Automatically compute a settlement plan (using the [debts library](https://framagit.org/almet/debts))
|
||||||
|
- A special page with tools to ease delivery management
|
||||||
|
- Drop support for CSV files
|
||||||
|
- Send emails to producers referents, with an order summary
|
||||||
|
- Generation of PDF files rather than XLS files (for order summary, signing sheet and paiements repartition)
|
||||||
|
|
||||||
## Philosophy
|
## Philosophy
|
||||||
|
|
||||||
- Keep things simple
|
- Keep things simple
|
||||||
|
@ -28,7 +44,7 @@ rest of the system:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ # Get the source code locally
|
$ # Get the source code locally
|
||||||
$ git clone https://framagit.org/ybon/copanier.git
|
$ git clone https://framagit.org/almet/copanier.git
|
||||||
$ cd copanier
|
$ cd copanier
|
||||||
|
|
||||||
$ # Create the virtualenv
|
$ # Create the virtualenv
|
||||||
|
|
Loading…
Reference in a new issue