Commit Graph

22 Commits

Author SHA1 Message Date
Georg Sauthoff b2ebe4042f update prices for book and wares (BüWa) shipments
> Zum 01.01.2024 werden die Preise für die "Bücher- und Warensendung
500" und die "Bücher- und Warensendung 1000" um jeweils 30 Cent
angehoben. Der neue Preis beträgt dann 2,25 EUR für die BüWa 500 und
2,55 EUR für die BüWa 1000. Notwendig ist die Preiserhöhung wegen stark
gestiegener Personalkosten nach dem Tarifabschluss im März 2023 sowie
durch drastisch gestiegene Preise aufgrund der Inflation.

Source: https://www.deutschepost.de/de/w/buecherundwarensendung.html

In other news: DPDHL 2022 EBIT was > 8 * 10**9 €
    (which yields an EBIT margin of almost 9 % or so)
2023-12-30 23:12:56 +01:00
Georg Sauthoff ccf2d617b1 Import ppl_v530_PARTNER.csv product update
This time only variants of the existing 'Einschreiben' (registered letter)
were added, i.e. basically all existing variants are extended with
a for registered letter with reply to show receipt  ('Rückschein')
variant.

NB: Those products are new to the inema service, the 'Rückschein'
feature already was available with Deutsche Post since forever, but
apparently couldn't be ordered via inema, so far.

New products are activated on 2023-07-01.
2023-05-19 19:58:12 +02:00
Georg Sauthoff 1da49c7763 Import product updates announced for 2023-01-01
using ppl_v520_PARTNER.csv which was distributed by mail
on November, 11th
2023-01-01 19:05:23 +01:00
Georg Sauthoff 6382a99b97 Import product updates announced for 2022-07-01
i.e. using 20220512_IMPARTNER_PPL51.csv which is distributed by Deutsche Post
via email.

NB: the update doesn't contain any price updates but 'just' removes all
'Warenpost International' products.
Apparently, those products are/were migrated to DHL.
2022-06-13 11:39:51 +02:00
Georg Sauthoff 42764fae91 add new prices for 2021 2021-12-06 23:09:03 +01:00
Georg Sauthoff 3e2dcb8dab integrate namechanges that are slated for 2021-07-01
cf. ppl_v490_partner.csv
2021-06-13 18:57:38 +02:00
Georg Sauthoff 6f4634267a consolidate product prices
i.e. move 2021 ones to products.json and remove the rest
2021-05-01 13:05:11 +02:00
Harald Welte b71d9484fd update products.json with prices from January 1st, 2021
Pricing is not going back to what it was before July 1st, 2020
but there are significant price increases - and some products
that were discontinued.  This update covers "ppl_v480_PARTER.CSV"
as received from DPAG on December 1st, 2020.
2020-12-03 11:28:43 +01:00
Georg Sauthoff 9b22103c04 Update prices for temporary VAT discount
i.e. VAT temporarily changes from 19% to 16% as part of the Corona
related economy stimulus package. Deutsche Post thus adjusts the prices
for a subset of their products.
2020-06-20 18:07:09 +02:00
Georg Sauthoff f469a9b9fc Add product changes that are effective 2020-01-01
i.e. some added/removed products and some price changes

The package now supports multiple price lists and selects the right
one based on the effective date suffix (if present).
2019-11-22 18:27:43 +01:00
Georg Sauthoff 824ed58d03 Remove trailing whitespace 2019-11-22 18:26:35 +01:00
Harald Welte 77d55b4f48 update products.json with sorted keys / defined ordering
This will avoid lots of unwanted diffs on future updates
2019-07-15 07:50:28 +08:00
Harald Welte 39c519f147 Update products.json with current dump of 20190711
This was extracted from ProdWS using 'examples/products.py | json_pp'
2019-07-11 23:59:42 +08:00
Harald Welte 3cb30f5137 products.json: Update some prices to 2019-07-01
Deutshce Post changed pricing, let's update this for some products. A
proper fix for all products will follow as separate patch.
2019-07-11 23:22:28 +08:00
Harald Welte 9ec7af1df4 products.json: Avoid "Umlauts" for python 2.x compatibility
Without this patch, python 2.x would abort with a famous
	'ascii' codec can't decode byte ...
error.  This is why I kept the file free of special characters
so far, but commit 6d2ee85a7e
unfortunately broke that assumption.

I'm sure there's a proper solution, but I really don't feel like
investing time into researching and testing that now.
2019-06-03 07:34:09 +00:00
Georg Sauthoff 6d2ee85a7e Add some new Warenpost products
reported by Remi Bergsma
2019-03-25 14:24:50 +01:00
Georg Sauthoff 68e58a42e2 Fix name-key typo in products.json
reported by Remi Bergsma
2019-03-25 14:20:59 +01:00
Harald Welte 7e1493ee09 products.json: Warenpost "L" is up to 2kg, not 1kg 2019-01-09 00:34:19 +01:00
Harald Welte a4950a0e0b products.json: Update to 20190101
* add new "Warenpost International" prices
* update pricing
* order document in logical groups + ascending order
2019-01-09 00:14:35 +01:00
Georg Sauthoff db0e33d420 Update prices of Waren-/Büchersendung products
cf. https://web.archive.org/web/20180810155706/https://shop.deutschepost.de/briefversand/spezielle-versandformen/buechersendung-und-warensendung
2018-08-10 18:01:27 +02:00
Georg Sauthoff bf758177bf add formats retrieval method
and cache the result as json
2016-09-23 18:36:32 +02:00
Harald Welte c136b66a31 fix setup.py / install on FreeBSD 2016-07-24 12:48:20 +02:00