b37b226ec14c729c9b10ed6239d9dc085b0b3680
Bernd Wurst Test-Script lauffähig

Bernd Wurst authored 4 months ago

1) import datetime
2) from decimal import Decimal
3) 
4) data = {
5)     'adresse': {'address': 'Köchersberg 32',
6)              'city': 'Murrhardt',
7)              'company': None,
8)              'country': 'DE',
9)              'email': None,
10)              'fax': None,
11)              'mobile': None,
12)              'name': 'Bernd Wurst',
13)              'pgp_id': None,
14)              'pgp_key': None,
15)              'phone': None,
16)              'zip': '71540'},
17)  'data': ({'anzahl': Decimal('1.00'),
18)            'beschreibung': 'Testposten',
19)            'betrag': Decimal('1.00'),
20)            'brutto': 1,
21)            'datum': datetime.date(2023, 9, 20),
Bernd Wurst Einheiten soweit möglich al...

Bernd Wurst authored 2 months ago

22)            'einheit': 'xy',