[gest_crans] Possibilité de vendre des trucs et ça crée une facture
This commit is contained in:
parent
6141b0de2a
commit
0bb0a6c8bd
2 changed files with 118 additions and 1 deletions
7
gestion/config/factures.py
Normal file
7
gestion/config/factures.py
Normal file
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
|
||||
items = {
|
||||
'CABLE' : {'designation': u'Cable Ethernet 5m', 'pu': 3},
|
||||
'ADAPTATEUR' : {'designation': u'Adaptateur Ethernet/USB', 'pu': 17},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue