Skip to Content
User GuideCMR Documents

CMR Documents

Borderbolt provides a dedicated module for creating and managing CMR documents (Convention relative au contrat de transport international de Marchandises par Route) — the standard international consignment note required for road freight transport.

Overview

The CMR module supports:

  1. Create a new CMR document with all standard box fields
  2. Edit the document with auto-save functionality
  3. Finalize to lock the document
  4. Generate PDF with color-coded copies for all parties

CMR Document List

Navigate to the CMR section in the sidebar. The list view shows all CMR documents in an AG-Grid table with:

  • Document number (clickable link to detail)
  • Dossier number
  • Status (Draft / Final)
  • Consignor and consignee names
  • Created date

Actions

  • Download PDF — Generate and download the CMR document
  • Delete — Remove the document (Draft status only)

Creating a CMR

Click New CMR to open the creation form. The form is organized in a two-column layout matching the official CMR box structure.

Left Column

FieldCMR BoxDescription
Dossier NumberOptional reference to link to a dossier
ConsignorBox 1Sender name and full address
ConsigneeBox 2Receiver name and full address
Delivery PlaceBox 3Final delivery location
Takeover PlaceBox 4Goods pickup location
Takeover DateBox 4Date goods are picked up

Right Column

FieldCMR BoxDescription
TransporterBox 16Carrier name and address
Signing LocationBox 21Place where the CMR is signed
Signing DateBox 21Date of signature
Number of PagesChoose 3 or 4 copies in the PDF

Goods Items Table

The goods table allows you to add line items for the shipment:

ColumnCMR BoxDescription
Marks & NumbersBox 6Identification marks on packages
PackagesBox 7Number of packages
Packaging TypeBox 8Type of packaging (pallets, boxes, etc.)
Nature of GoodsBox 9Description of the goods
Statistical NumberBox 10HS code or statistical number
Gross Weight (kg)Box 11Weight in kilograms
Volume (m3)Box 12Volume in cubic meters

Click Add Item to add new rows. Use the trash icon to remove items.

Editing a CMR

The Show/Edit page has the same two-column layout as the creation form.

Auto-Save

All fields auto-save when you move to the next field (on blur) with a 500ms debounce. A “Saving…” indicator appears in the header during save operations.

Only CMR documents in Draft status can be edited. Finalized documents are read-only.

Additional Fields

The edit view also supports these fields (beyond what’s available during creation):

FieldCMR BoxDescription
Added DocumentsBox 5List of annexed/attached documents
Consignor InstructionsBox 13Special instructions from sender
Freight Payment TypeBox 14How freight is paid
Refund Currency & AmountBox 14Cash on delivery details
Succeeding TransporterBox 17Additional carrier information
Transporter ReservationsBox 18Carrier notes or reservations
Special AgreementsBox 19Special conditions between parties
IncotermsICC Incoterms code and location
CommentsAdditional notes from consignor

Versioning

CMR documents use a versioning system. When a full update is made, a new data version is created rather than overwriting the existing data. This provides an audit trail of changes made to the document.

Finalizing a CMR

When the document is complete, click the Finalize button. A confirmation dialog will appear since this action is irreversible.

After finalization:

  • The status changes from Draft to Final
  • All form fields become read-only
  • The document can no longer be edited or deleted
  • PDF generation remains available

Finalization is a one-way action. Make sure all information is correct before finalizing.

PDF Generation

CMR PDFs can be generated at any time, regardless of status.

PDF Copies

The generated PDF contains multiple color-coded copies, matching the standard CMR convention:

CopyColorRecipient
1st copyRedConsignor (sender)
2nd copyBlueConsignee (receiver)
3rd copyGreenTransporter (carrier)
4th copy (optional)GreyAdditional transporter copy

The number of copies (3 or 4) is configurable per document via the Number of Pages field.

Multi-Language Headers

Each copy includes headers in three languages:

  • French (original CMR convention language)
  • Dutch
  • German

Downloading vs Previewing

  • Download — Click the download button to save the PDF file (filename: CMR-documentNr-{number}.pdf)
  • Preview — Click the preview button to open the PDF inline in your browser

CMR Statuses

StatusDescription
DraftEditable. Can be modified, deleted, and PDF generated.
FinalLocked. Read-only. PDF generation still available.
Last updated on