scripts/gestion/config/factures.py
2013-11-29 01:43:32 +01:00

9 lines
287 B
Python

#!/usr/bin/env python
# -*- coding: utf-8 -*-
# Les clef sont un code article
items = {
'CABLE' : {'designation': u'Cable Ethernet 5m', 'pu': 3},
'ADAPTATEUR' : {'designation': u'Adaptateur Ethernet/USB', 'pu': 17},
'RELIURE': {'designation': u'Reliure plastique', 'pu': 0.12},
}