Articles facturés au poids
This commit is contained in:
@@ -15,3 +15,9 @@ Article : code, article, famille_code, factpoids, prix
|
||||
Ticket : id, date_ticket, adherent_id, mode_rglt
|
||||
Ligne : id, ticket_id, article_code, prix_unitaire, quantite
|
||||
```
|
||||
|
||||
### Export
|
||||
|
||||
```shell
|
||||
psql -h 127.0.0.1 -d sql -U sql -c "\copy (select * from ligne order by id) to './ligne.csv' with csv header"
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user