This is a service for generating PDFs for the following documents:
- TAD (Transit Accompanying Document)
- TSAD (Transit and Safety and Security Declaration)
- Unloading permission
In order to download these documents, submit the following messages through postman then download the document through the UI from the relevant view departures / view arrivals page:
- TAD
- IE015
- IE029
- Unloading permission
- IE007
- IE043
Here is a list of logs that have been encountered during development and the likely causes:
It can be tricky to interpret where in the code the location/line number/column number refers to but generally speaking if you println
the XML that gets generated in the PDF generator class and copy it to a text interpreter the line numbers should roughly align (expect an offset of one or two lines in some cases).
This code is open source software licensed under the Apache 2.0 License.