UnionInternationalCheminsdeFer / OSDM

Projects related to an open sales & distribution API for public transportation.
https://osdm.io
Apache License 2.0
53 stars 21 forks source link

Everything that can go to an invoice needs an accountingRef #552

Closed ralfbayer-db closed 3 months ago

ralfbayer-db commented 3 months ago

Every part of a booking which can exist on the invoice from an OSDM provider to an OSDM consumer needs to have an accountingRef structure, so that the accounting departments can match items on invoices with items in the bookings.

Currently, only the bookedOfferParts (including booked Fees) have this structure.

However, it is missing from the refundFee and from the exchangeFee.

Other items are ok:

Proposal:

Also, document the understanding that the accountingRef only needs to be filled on confirmed items.

ralfbayer-db commented 3 months ago

Documentation on accounting is also outdatet, it is currently present in these files:

However, the new accountingRef structure is not mentioned there.

See #570