<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://wiki-reporting.qms-portal.aero/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=David.weller</id>
	<title>PBI Reporting Wiki - User contributions [en-gb]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki-reporting.qms-portal.aero/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=David.weller"/>
	<link rel="alternate" type="text/html" href="https://wiki-reporting.qms-portal.aero/index.php?title=Special:Contributions/David.weller"/>
	<updated>2026-05-31T04:12:06Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://wiki-reporting.qms-portal.aero/index.php?title=Reporting_DB&amp;diff=559</id>
		<title>Reporting DB</title>
		<link rel="alternate" type="text/html" href="https://wiki-reporting.qms-portal.aero/index.php?title=Reporting_DB&amp;diff=559"/>
		<updated>2026-05-29T15:59:28Z</updated>

		<summary type="html">&lt;p&gt;David.weller: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Raw Tables, Columns and Suggested Modelling =&lt;br /&gt;
To access the reporting database, you will need an account creating. Please follow the correct process and raise a ticket via the [https://helpdesk.dcbi.aero/ helpdesk]. They will provide you account, address and access. &lt;br /&gt;
&lt;br /&gt;
The information below has the assumption that you understand databases, and have knowledge in PBI development and data management. &lt;br /&gt;
&lt;br /&gt;
Currently we have only added the tables / columns for the information we know is required.  &lt;br /&gt;
&lt;br /&gt;
=== Every Table ===&lt;br /&gt;
Within every table there is 2 consistent columns, to save repeating data - these columns will be shared here. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Columns&#039;&#039;&#039;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Column Name&lt;br /&gt;
!Description&lt;br /&gt;
!Notes&lt;br /&gt;
|-&lt;br /&gt;
|id&lt;br /&gt;
|Database id&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|portal&lt;br /&gt;
|Which QMS instance the data is from. &lt;br /&gt;
|The portal is the instance of the QMS system, not the entity, that is the site. &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Table: dim_quotations ===&lt;br /&gt;
&#039;&#039;&#039;Columns:&#039;&#039;&#039;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Column Name&lt;br /&gt;
!Type&lt;br /&gt;
!Description&lt;br /&gt;
!Notes&lt;br /&gt;
|-&lt;br /&gt;
|quotation_id&lt;br /&gt;
|bigint&lt;br /&gt;
|quotation id within qms&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|hos_id&lt;br /&gt;
|bigint&lt;br /&gt;
|hos id associated with the job&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|site_id&lt;br /&gt;
|bigint&lt;br /&gt;
|the site (entity) that the job is saved for&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|booked_at&lt;br /&gt;
|datetime&lt;br /&gt;
|the date / time the job was booked&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|confirmed_at&lt;br /&gt;
|datetime&lt;br /&gt;
|the date / time the job was confirmed with airline&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|quoted_at&lt;br /&gt;
|datetime&lt;br /&gt;
|the date / time the job was quoted&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|pre_quoted_at&lt;br /&gt;
|datetime&lt;br /&gt;
|the date / time the job was pre_quoted&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|user_id&lt;br /&gt;
|bigint&lt;br /&gt;
|the user who created the job&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|group_type&lt;br /&gt;
|varchar&lt;br /&gt;
|the group type of shipment&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|booking_user_id&lt;br /&gt;
|bigint&lt;br /&gt;
|the id of the user who confirmed the job&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|lost_reason&lt;br /&gt;
|varchar&lt;br /&gt;
|the reason the job was lost&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|customer_id&lt;br /&gt;
|bigint&lt;br /&gt;
|the id of the customer&lt;br /&gt;
|what you use to merge with customer table&lt;br /&gt;
|-&lt;br /&gt;
|main_carrier_id&lt;br /&gt;
|bigint&lt;br /&gt;
|the id of the carrier for the job&lt;br /&gt;
|what you use to merge with the carrier table&lt;br /&gt;
|-&lt;br /&gt;
|source_created_at&lt;br /&gt;
|timestamp&lt;br /&gt;
|if the job came from an other system&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|deleted_at&lt;br /&gt;
|timestamp&lt;br /&gt;
|the date the job was deleted&lt;br /&gt;
|null if not deleted&lt;br /&gt;
|-&lt;br /&gt;
|shipper_status&lt;br /&gt;
|varchar&lt;br /&gt;
|n/a&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|lost_at&lt;br /&gt;
|timestamp&lt;br /&gt;
|the date the job was lost&lt;br /&gt;
|null if not lost&lt;br /&gt;
|-&lt;br /&gt;
|delete_reasons&lt;br /&gt;
|text&lt;br /&gt;
|the reason for deletion&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|chargeable_weight&lt;br /&gt;
|decimal&lt;br /&gt;
|the chargeable weight for the job&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|weight_unit&lt;br /&gt;
|varchar&lt;br /&gt;
|the weight unit used&lt;br /&gt;
|we support both kg and lb, so you need to convert the lb weights to kg. (looking into making it always converting into kg in the db)&lt;br /&gt;
|-&lt;br /&gt;
|gross_weight&lt;br /&gt;
|decimal&lt;br /&gt;
|the gross weight for the job&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|spotrate&lt;br /&gt;
|tinyint&lt;br /&gt;
|if the job is a spot rate or not&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|type&lt;br /&gt;
|varchar&lt;br /&gt;
|the type of job&lt;br /&gt;
|standard, consol, brand masters, ground handling, import, customs etc.&lt;br /&gt;
|-&lt;br /&gt;
|schedule_auto_update&lt;br /&gt;
|tinyint&lt;br /&gt;
|the automation schedule updater ran on this job&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|automation_created_count&lt;br /&gt;
|int&lt;br /&gt;
|how many times the automation ran on the job to sync into a carrier system&lt;br /&gt;
|used to show if it has ran at least once, and how many times after that&lt;br /&gt;
|-&lt;br /&gt;
|schedule_auto_amount&lt;br /&gt;
|decimal&lt;br /&gt;
|how many times the schedule automation ran on job&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|status&lt;br /&gt;
|varchar&lt;br /&gt;
|status of the job&lt;br /&gt;
|need to provide list of status, but not needed for the reports by WFC&lt;br /&gt;
|-&lt;br /&gt;
|booking_sync_state&lt;br /&gt;
|varchar&lt;br /&gt;
|the status of automation, if there&#039;s been an error&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|cargo_type&lt;br /&gt;
|json&lt;br /&gt;
|the cargo type of the job&lt;br /&gt;
|this can be multiple and links back to the cargo types table&lt;br /&gt;
|-&lt;br /&gt;
|house_airwaybill&lt;br /&gt;
|varchar&lt;br /&gt;
|the house airway bill on the job if there is one&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|product&lt;br /&gt;
|varchar&lt;br /&gt;
|the product of the job&lt;br /&gt;
|airport to airport, door to airport, airport to door, door to door, first mile only, final mile only.&lt;br /&gt;
|-&lt;br /&gt;
|origin&lt;br /&gt;
|varchar&lt;br /&gt;
|origin airport&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|destination&lt;br /&gt;
|varchar&lt;br /&gt;
|destination airport&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|master_airwaybill&lt;br /&gt;
|varchar&lt;br /&gt;
|the master airway bill on the job if there is one&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|hazardous_goods&lt;br /&gt;
|tinytint&lt;br /&gt;
|if the job is marked as dangerous goods&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|commodity_description&lt;br /&gt;
|text&lt;br /&gt;
|the commodity&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|cargo_only&lt;br /&gt;
|tinyint&lt;br /&gt;
|if job is cargo aircraft only&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|depart_date&lt;br /&gt;
|datetime&lt;br /&gt;
|the depart date of the job&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|created_at&lt;br /&gt;
|timestamp&lt;br /&gt;
|when the job was created&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|updated_at&lt;br /&gt;
|timestamp&lt;br /&gt;
|last time the job was updated&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Table: dim_cargo_type ===&lt;br /&gt;
&#039;&#039;&#039;Columns:&#039;&#039;&#039;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Column Name&lt;br /&gt;
!Type&lt;br /&gt;
!Description&lt;br /&gt;
!Notes&lt;br /&gt;
|-&lt;br /&gt;
|cargo_type_id&lt;br /&gt;
|bigint&lt;br /&gt;
|cargo type id&lt;br /&gt;
|used when referenced in other tables. &lt;br /&gt;
|-&lt;br /&gt;
|description&lt;br /&gt;
|varchar&lt;br /&gt;
|description&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|tariff_service_code&lt;br /&gt;
|json&lt;br /&gt;
|service code that can be linked to the cargo type&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Table: dim_carriers ===&lt;br /&gt;
&#039;&#039;&#039;Columns:&#039;&#039;&#039; &lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Column Name&lt;br /&gt;
!Type&lt;br /&gt;
!Description&lt;br /&gt;
!Notes&lt;br /&gt;
|-&lt;br /&gt;
|carrier_id&lt;br /&gt;
|bigint&lt;br /&gt;
|id for the carrier&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|name&lt;br /&gt;
|varchar&lt;br /&gt;
|name of the carrier / supplier&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|site_id&lt;br /&gt;
|bigint&lt;br /&gt;
|the site (entity) the carrier / supplier is on&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|is_gsa&lt;br /&gt;
|tinyint&lt;br /&gt;
|the carrier / supplier is gsa&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|parent_id&lt;br /&gt;
|bigint&lt;br /&gt;
|the parent carrier / supplier for this carrier&lt;br /&gt;
|this will be null if the carrier is a parent.&lt;br /&gt;
|-&lt;br /&gt;
|carrier_class&lt;br /&gt;
|tinyint&lt;br /&gt;
|supplier class&lt;br /&gt;
|airline, truck, sea freight etc..&lt;br /&gt;
|-&lt;br /&gt;
|carrier_subclass&lt;br /&gt;
|tinytint&lt;br /&gt;
|subclass for the carrier&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|created_at&lt;br /&gt;
|timestamp&lt;br /&gt;
|when the carrier was created&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|updated_at&lt;br /&gt;
|timestamp&lt;br /&gt;
|the last time the carrier was updated&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
=== Table: dim_customers ===&lt;br /&gt;
&#039;&#039;&#039;Columns:&#039;&#039;&#039;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Column Name&lt;br /&gt;
!Type&lt;br /&gt;
!Description&lt;br /&gt;
!Notes&lt;br /&gt;
|-&lt;br /&gt;
|customer_id&lt;br /&gt;
|bigint&lt;br /&gt;
|id for the customer&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|name&lt;br /&gt;
|varchar&lt;br /&gt;
|name of the customer&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|hos_code&lt;br /&gt;
|varchar&lt;br /&gt;
|hos id for the customer if they have one&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|account_number&lt;br /&gt;
|varchar&lt;br /&gt;
|account number for the customer&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|site_id&lt;br /&gt;
|bigint&lt;br /&gt;
|the site (entity) the customer is on&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|created_at&lt;br /&gt;
|timestamp&lt;br /&gt;
|when the customer was created&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|updated_at&lt;br /&gt;
|timestamp&lt;br /&gt;
|the last time the carrier was updated&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
=== Table: dim_sites ===&lt;br /&gt;
&#039;&#039;&#039;Columns:&#039;&#039;&#039;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Column Name&lt;br /&gt;
!Type&lt;br /&gt;
!Description&lt;br /&gt;
!Notes&lt;br /&gt;
|-&lt;br /&gt;
|site_id&lt;br /&gt;
|bigint&lt;br /&gt;
|id for the site (entity)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|name&lt;br /&gt;
|varchar&lt;br /&gt;
|name of the site (entity)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|created_at&lt;br /&gt;
|timestamp&lt;br /&gt;
|when the site (entity) was created&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|updated_at&lt;br /&gt;
|timestamp&lt;br /&gt;
|when the site (entity) was updated last&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Coming Soon ===&lt;br /&gt;
&#039;&#039;&#039;quotation_totals&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Allow for a breakdown of cost and sell in customer invoice currency, entity currency and all exchange rates to EU at point of quote, book and confirmation for exact conversion numbers into EU. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Helpers =&lt;br /&gt;
N/A - Will update as questions come through.&lt;/div&gt;</summary>
		<author><name>David.weller</name></author>
	</entry>
	<entry>
		<id>https://wiki-reporting.qms-portal.aero/index.php?title=Reporting_DB&amp;diff=558</id>
		<title>Reporting DB</title>
		<link rel="alternate" type="text/html" href="https://wiki-reporting.qms-portal.aero/index.php?title=Reporting_DB&amp;diff=558"/>
		<updated>2026-05-29T15:48:23Z</updated>

		<summary type="html">&lt;p&gt;David.weller: /* Table: dim_quotations */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Raw Tables, Columns and Suggested Modelling =&lt;br /&gt;
To access the reporting database, you will need an account creating. Please follow the correct process and raise a ticket via the [https://helpdesk.dcbi.aero/ helpdesk]. They will provide you account, address and access. &lt;br /&gt;
&lt;br /&gt;
The information below has the assumption that you understand databases, and have knowledge in PBI development and data management. &lt;br /&gt;
&lt;br /&gt;
Currently we have only added the tables / columns for the information we know is required.  &lt;br /&gt;
&lt;br /&gt;
=== Every Table ===&lt;br /&gt;
Within every table there is 2 consistent columns, to save repeating data - these columns will be shared here. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Columns&#039;&#039;&#039;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Column Name&lt;br /&gt;
!Description&lt;br /&gt;
!Notes&lt;br /&gt;
|-&lt;br /&gt;
|id&lt;br /&gt;
|Database id&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|portal&lt;br /&gt;
|Which QMS instance the data is from. &lt;br /&gt;
|The portal is the instance of the QMS system, not the entity, that is the site. &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Table: dim_quotations ===&lt;br /&gt;
&#039;&#039;&#039;Columns:&#039;&#039;&#039;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Column Name&lt;br /&gt;
!Type&lt;br /&gt;
!Description&lt;br /&gt;
!Notes&lt;br /&gt;
|-&lt;br /&gt;
|quotation_id&lt;br /&gt;
|bigint&lt;br /&gt;
|quotation id within qms&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|hos_id&lt;br /&gt;
|bigint&lt;br /&gt;
|hos id associated with the job&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|site_id&lt;br /&gt;
|bigint&lt;br /&gt;
|the site (entity) that the job is saved for&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|booked_at&lt;br /&gt;
|datetime&lt;br /&gt;
|the date / time the job was booked&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|confirmed_at&lt;br /&gt;
|datetime&lt;br /&gt;
|the date / time the job was confirmed with airline&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|quoted_at&lt;br /&gt;
|datetime&lt;br /&gt;
|the date / time the job was quoted&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|pre_quoted_at&lt;br /&gt;
|datetime&lt;br /&gt;
|the date / time the job was pre_quoted&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|user_id&lt;br /&gt;
|bigint&lt;br /&gt;
|the user who created the job&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|group_type&lt;br /&gt;
|varchar&lt;br /&gt;
|the group type of shipment&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|booking_user_id&lt;br /&gt;
|bigint&lt;br /&gt;
|the id of the user who confirmed the job&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|lost_reason&lt;br /&gt;
|varchar&lt;br /&gt;
|the reason the job was lost&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|customer_id&lt;br /&gt;
|bigint&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|main_carrier_id&lt;br /&gt;
|bigint&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|source_created_at&lt;br /&gt;
|timestamp&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|deleted_at&lt;br /&gt;
|timestamp&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|shipper_status&lt;br /&gt;
|varchar&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|lost_at&lt;br /&gt;
|timestamp&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|delete_reasons&lt;br /&gt;
|text&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|chargeable_weight&lt;br /&gt;
|decimal&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|weight_unit&lt;br /&gt;
|varchar&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|gross_weight&lt;br /&gt;
|decimal&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|spotrate&lt;br /&gt;
|tinyint&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|type&lt;br /&gt;
|varchar&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|schedule_auto_update&lt;br /&gt;
|tinyint&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|automation_created_count&lt;br /&gt;
|int&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|schedule_auto_amount&lt;br /&gt;
|decimal&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|status&lt;br /&gt;
|varchar&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|booking_sync_state&lt;br /&gt;
|varchar&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|cargo_type&lt;br /&gt;
|json&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|house_airwaybill&lt;br /&gt;
|varchar&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|product&lt;br /&gt;
|varchar&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|origin&lt;br /&gt;
|varchar&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|destination&lt;br /&gt;
|varchar&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|master_airwaybill&lt;br /&gt;
|varchar&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|hazardous_goods&lt;br /&gt;
|tinytint&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|commodity_description&lt;br /&gt;
|text&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|cargo_only&lt;br /&gt;
|tinyint&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|depart_date&lt;br /&gt;
|datetime&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|created_at&lt;br /&gt;
|timestamp&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|updated_at&lt;br /&gt;
|timestamp&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Table: dim_cargo_type ===&lt;br /&gt;
&#039;&#039;&#039;Columns:&#039;&#039;&#039;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Column Name&lt;br /&gt;
!Type&lt;br /&gt;
!Description&lt;br /&gt;
!Notes&lt;br /&gt;
|-&lt;br /&gt;
|cargo_type_id&lt;br /&gt;
|bigint&lt;br /&gt;
|cargo type id&lt;br /&gt;
|used when referenced in other tables. &lt;br /&gt;
|-&lt;br /&gt;
|description&lt;br /&gt;
|varchar&lt;br /&gt;
|description&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|tariff_service_code&lt;br /&gt;
|json&lt;br /&gt;
|service code that can be linked to the cargo type&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Table: dim_carriers ===&lt;br /&gt;
&#039;&#039;&#039;Columns:&#039;&#039;&#039; &lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Column Name&lt;br /&gt;
!Type&lt;br /&gt;
!Description&lt;br /&gt;
!Notes&lt;br /&gt;
|-&lt;br /&gt;
|carrier_id&lt;br /&gt;
|bigint&lt;br /&gt;
|id for the carrier&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|name&lt;br /&gt;
|varchar&lt;br /&gt;
|name of the carrier / supplier&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|site_id&lt;br /&gt;
|bigint&lt;br /&gt;
|the site (entity) the carrier / supplier is on&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|is_gsa&lt;br /&gt;
|tinyint&lt;br /&gt;
|the carrier / supplier is gsa&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|parent_id&lt;br /&gt;
|bigint&lt;br /&gt;
|the parent carrier / supplier for this carrier&lt;br /&gt;
|this will be null if the carrier is a parent.&lt;br /&gt;
|-&lt;br /&gt;
|carrier_class&lt;br /&gt;
|tinyint&lt;br /&gt;
|supplier class&lt;br /&gt;
|airline, truck, sea freight etc..&lt;br /&gt;
|-&lt;br /&gt;
|carrier_subclass&lt;br /&gt;
|tinytint&lt;br /&gt;
|subclass for the carrier&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|created_at&lt;br /&gt;
|timestamp&lt;br /&gt;
|when the carrier was created&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|updated_at&lt;br /&gt;
|timestamp&lt;br /&gt;
|the last time the carrier was updated&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
=== Table: dim_customers ===&lt;br /&gt;
&#039;&#039;&#039;Columns:&#039;&#039;&#039;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Column Name&lt;br /&gt;
!Type&lt;br /&gt;
!Description&lt;br /&gt;
!Notes&lt;br /&gt;
|-&lt;br /&gt;
|customer_id&lt;br /&gt;
|bigint&lt;br /&gt;
|id for the customer&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|name&lt;br /&gt;
|varchar&lt;br /&gt;
|name of the customer&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|hos_code&lt;br /&gt;
|varchar&lt;br /&gt;
|hos id for the customer if they have one&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|account_number&lt;br /&gt;
|varchar&lt;br /&gt;
|account number for the customer&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|site_id&lt;br /&gt;
|bigint&lt;br /&gt;
|the site (entity) the customer is on&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|created_at&lt;br /&gt;
|timestamp&lt;br /&gt;
|when the customer was created&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|updated_at&lt;br /&gt;
|timestamp&lt;br /&gt;
|the last time the carrier was updated&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
=== Table: dim_sites ===&lt;br /&gt;
&#039;&#039;&#039;Columns:&#039;&#039;&#039;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Column Name&lt;br /&gt;
!Type&lt;br /&gt;
!Description&lt;br /&gt;
!Notes&lt;br /&gt;
|-&lt;br /&gt;
|site_id&lt;br /&gt;
|bigint&lt;br /&gt;
|id for the site (entity)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|name&lt;br /&gt;
|varchar&lt;br /&gt;
|name of the site (entity)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|created_at&lt;br /&gt;
|timestamp&lt;br /&gt;
|when the site (entity) was created&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|updated_at&lt;br /&gt;
|timestamp&lt;br /&gt;
|when the site (entity) was updated last&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Coming Soon ===&lt;br /&gt;
&#039;&#039;&#039;quotation_totals&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Allow for a breakdown of cost and sell in customer invoice currency, entity currency and all exchange rates to EU at point of quote, book and confirmation for exact conversion numbers into EU. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Helpers =&lt;br /&gt;
N/A - Will update as questions come through.&lt;/div&gt;</summary>
		<author><name>David.weller</name></author>
	</entry>
	<entry>
		<id>https://wiki-reporting.qms-portal.aero/index.php?title=Reporting_DB&amp;diff=557</id>
		<title>Reporting DB</title>
		<link rel="alternate" type="text/html" href="https://wiki-reporting.qms-portal.aero/index.php?title=Reporting_DB&amp;diff=557"/>
		<updated>2026-05-29T15:45:10Z</updated>

		<summary type="html">&lt;p&gt;David.weller: /* Raw Tables, Columns and Suggested Modelling */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Raw Tables, Columns and Suggested Modelling =&lt;br /&gt;
To access the reporting database, you will need an account creating. Please follow the correct process and raise a ticket via the [https://helpdesk.dcbi.aero/ helpdesk]. They will provide you account, address and access. &lt;br /&gt;
&lt;br /&gt;
The information below has the assumption that you understand databases, and have knowledge in PBI development and data management. &lt;br /&gt;
&lt;br /&gt;
Currently we have only added the tables / columns for the information we know is required.  &lt;br /&gt;
&lt;br /&gt;
=== Every Table ===&lt;br /&gt;
Within every table there is 2 consistent columns, to save repeating data - these columns will be shared here. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Columns&#039;&#039;&#039;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Column Name&lt;br /&gt;
!Description&lt;br /&gt;
!Notes&lt;br /&gt;
|-&lt;br /&gt;
|id&lt;br /&gt;
|Database id&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|portal&lt;br /&gt;
|Which QMS instance the data is from. &lt;br /&gt;
|The portal is the instance of the QMS system, not the entity, that is the site. &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Table: dim_quotations ===&lt;br /&gt;
&#039;&#039;&#039;Columns:&#039;&#039;&#039;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Column Name&lt;br /&gt;
!Type&lt;br /&gt;
!Description&lt;br /&gt;
!Notes&lt;br /&gt;
|-&lt;br /&gt;
|quotation_id&lt;br /&gt;
|bigint&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|hos_id&lt;br /&gt;
|bigint&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|site_id&lt;br /&gt;
|bigint&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|booked_at&lt;br /&gt;
|datetime&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|confirmed_at&lt;br /&gt;
|datetime&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|quoted_at&lt;br /&gt;
|datetime&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|pre_quoted_at&lt;br /&gt;
|datetime&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|user_id&lt;br /&gt;
|bigint&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|group_type&lt;br /&gt;
|varchar&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|booking_user_id&lt;br /&gt;
|bigint&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|lost_reason&lt;br /&gt;
|varchar&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|customer_id&lt;br /&gt;
|bigint&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|main_carrier_id&lt;br /&gt;
|bigint&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|source_created_at&lt;br /&gt;
|timestamp&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|deleted_at&lt;br /&gt;
|timestamp&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|delete_reasons&lt;br /&gt;
|text&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|chargeable_weight&lt;br /&gt;
|decimal&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|weight_unit&lt;br /&gt;
|varchar&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|gross_weight&lt;br /&gt;
|decimal&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|spotrate&lt;br /&gt;
|tinyint&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|type&lt;br /&gt;
|varchar&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|schedule_auto_update&lt;br /&gt;
|tinyint&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|automation_created_count&lt;br /&gt;
|int&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|schedule_auto_amount&lt;br /&gt;
|decimal&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|status&lt;br /&gt;
|varchar&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|booking_sync_state&lt;br /&gt;
|varchar&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|cargo_type&lt;br /&gt;
|json&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|house_airwaybill&lt;br /&gt;
|varchar&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|product&lt;br /&gt;
|varchar&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|origin&lt;br /&gt;
|varchar&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|destination&lt;br /&gt;
|varchar&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|master_airwaybill&lt;br /&gt;
|varchar&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|hazardous_goods&lt;br /&gt;
|tinytint&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|commodity_description&lt;br /&gt;
|text&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|cargo_only&lt;br /&gt;
|tinyint&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|depart_date&lt;br /&gt;
|datetime&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|created_at&lt;br /&gt;
|timestamp&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|updated_at&lt;br /&gt;
|timestamp&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Table: dim_cargo_type ===&lt;br /&gt;
&#039;&#039;&#039;Columns:&#039;&#039;&#039;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Column Name&lt;br /&gt;
!Type&lt;br /&gt;
!Description&lt;br /&gt;
!Notes&lt;br /&gt;
|-&lt;br /&gt;
|cargo_type_id&lt;br /&gt;
|bigint&lt;br /&gt;
|cargo type id&lt;br /&gt;
|used when referenced in other tables. &lt;br /&gt;
|-&lt;br /&gt;
|description&lt;br /&gt;
|varchar&lt;br /&gt;
|description&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|tariff_service_code&lt;br /&gt;
|json&lt;br /&gt;
|service code that can be linked to the cargo type&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Table: dim_carriers ===&lt;br /&gt;
&#039;&#039;&#039;Columns:&#039;&#039;&#039; &lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Column Name&lt;br /&gt;
!Type&lt;br /&gt;
!Description&lt;br /&gt;
!Notes&lt;br /&gt;
|-&lt;br /&gt;
|carrier_id&lt;br /&gt;
|bigint&lt;br /&gt;
|id for the carrier&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|name&lt;br /&gt;
|varchar&lt;br /&gt;
|name of the carrier / supplier&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|site_id&lt;br /&gt;
|bigint&lt;br /&gt;
|the site (entity) the carrier / supplier is on&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|is_gsa&lt;br /&gt;
|tinyint&lt;br /&gt;
|the carrier / supplier is gsa&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|parent_id&lt;br /&gt;
|bigint&lt;br /&gt;
|the parent carrier / supplier for this carrier&lt;br /&gt;
|this will be null if the carrier is a parent.&lt;br /&gt;
|-&lt;br /&gt;
|carrier_class&lt;br /&gt;
|tinyint&lt;br /&gt;
|supplier class&lt;br /&gt;
|airline, truck, sea freight etc..&lt;br /&gt;
|-&lt;br /&gt;
|carrier_subclass&lt;br /&gt;
|tinytint&lt;br /&gt;
|subclass for the carrier&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|created_at&lt;br /&gt;
|timestamp&lt;br /&gt;
|when the carrier was created&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|updated_at&lt;br /&gt;
|timestamp&lt;br /&gt;
|the last time the carrier was updated&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
=== Table: dim_customers ===&lt;br /&gt;
&#039;&#039;&#039;Columns:&#039;&#039;&#039;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Column Name&lt;br /&gt;
!Type&lt;br /&gt;
!Description&lt;br /&gt;
!Notes&lt;br /&gt;
|-&lt;br /&gt;
|customer_id&lt;br /&gt;
|bigint&lt;br /&gt;
|id for the customer&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|name&lt;br /&gt;
|varchar&lt;br /&gt;
|name of the customer&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|hos_code&lt;br /&gt;
|varchar&lt;br /&gt;
|hos id for the customer if they have one&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|account_number&lt;br /&gt;
|varchar&lt;br /&gt;
|account number for the customer&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|site_id&lt;br /&gt;
|bigint&lt;br /&gt;
|the site (entity) the customer is on&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|created_at&lt;br /&gt;
|timestamp&lt;br /&gt;
|when the customer was created&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|updated_at&lt;br /&gt;
|timestamp&lt;br /&gt;
|the last time the carrier was updated&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
=== Table: dim_sites ===&lt;br /&gt;
&#039;&#039;&#039;Columns:&#039;&#039;&#039;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Column Name&lt;br /&gt;
!Type&lt;br /&gt;
!Description&lt;br /&gt;
!Notes&lt;br /&gt;
|-&lt;br /&gt;
|site_id&lt;br /&gt;
|bigint&lt;br /&gt;
|id for the site (entity)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|name&lt;br /&gt;
|varchar&lt;br /&gt;
|name of the site (entity)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|created_at&lt;br /&gt;
|timestamp&lt;br /&gt;
|when the site (entity) was created&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|updated_at&lt;br /&gt;
|timestamp&lt;br /&gt;
|when the site (entity) was updated last&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Coming Soon ===&lt;br /&gt;
&#039;&#039;&#039;quotation_totals&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Allow for a breakdown of cost and sell in customer invoice currency, entity currency and all exchange rates to EU at point of quote, book and confirmation for exact conversion numbers into EU. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Helpers =&lt;br /&gt;
N/A - Will update as questions come through.&lt;/div&gt;</summary>
		<author><name>David.weller</name></author>
	</entry>
	<entry>
		<id>https://wiki-reporting.qms-portal.aero/index.php?title=Reporting_DB&amp;diff=556</id>
		<title>Reporting DB</title>
		<link rel="alternate" type="text/html" href="https://wiki-reporting.qms-portal.aero/index.php?title=Reporting_DB&amp;diff=556"/>
		<updated>2026-05-29T15:44:05Z</updated>

		<summary type="html">&lt;p&gt;David.weller: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Raw Tables, Columns and Suggested Modelling =&lt;br /&gt;
To access the reporting database, you will need an account creating. Please follow the correct process and raise a ticket via the [https://helpdesk.dcbi.aero/ helpdesk]. They will provide you account, address and access. &lt;br /&gt;
&lt;br /&gt;
The information below has the assumption that you understand databases, and have knowledge in PBI development and data management. &lt;br /&gt;
&lt;br /&gt;
Currently we have only added the tables / columns for the information we know is required.  &lt;br /&gt;
&lt;br /&gt;
=== Every Table ===&lt;br /&gt;
Within every table there is 2 consistent columns, to save repeating data - these columns will be shared here. &lt;br /&gt;
&lt;br /&gt;
==== Columns ====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Column Name&lt;br /&gt;
!Description&lt;br /&gt;
!Notes&lt;br /&gt;
|-&lt;br /&gt;
|id&lt;br /&gt;
|Database id&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|portal&lt;br /&gt;
|Which QMS instance the data is from. &lt;br /&gt;
|The portal is the instance of the QMS system, not the entity, that is the site. &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Table: dim_quotations ===&lt;br /&gt;
&lt;br /&gt;
==== Columns: ====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Column Name&lt;br /&gt;
!Type&lt;br /&gt;
!Description&lt;br /&gt;
!Notes&lt;br /&gt;
|-&lt;br /&gt;
|quotation_id&lt;br /&gt;
|bigint&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|hos_id&lt;br /&gt;
|bigint&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|site_id&lt;br /&gt;
|bigint&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|booked_at&lt;br /&gt;
|datetime&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|confirmed_at&lt;br /&gt;
|datetime&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|quoted_at&lt;br /&gt;
|datetime&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|pre_quoted_at&lt;br /&gt;
|datetime&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|user_id&lt;br /&gt;
|bigint&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|group_type&lt;br /&gt;
|varchar&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|booking_user_id&lt;br /&gt;
|bigint&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|lost_reason&lt;br /&gt;
|varchar&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|customer_id&lt;br /&gt;
|bigint&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|main_carrier_id&lt;br /&gt;
|bigint&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|source_created_at&lt;br /&gt;
|timestamp&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|deleted_at&lt;br /&gt;
|timestamp&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|delete_reasons&lt;br /&gt;
|text&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|chargeable_weight&lt;br /&gt;
|decimal&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|weight_unit&lt;br /&gt;
|varchar&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|gross_weight&lt;br /&gt;
|decimal&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|spotrate&lt;br /&gt;
|tinyint&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|type&lt;br /&gt;
|varchar&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|schedule_auto_update&lt;br /&gt;
|tinyint&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|automation_created_count&lt;br /&gt;
|int&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|schedule_auto_amount&lt;br /&gt;
|decimal&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|status&lt;br /&gt;
|varchar&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|booking_sync_state&lt;br /&gt;
|varchar&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|cargo_type&lt;br /&gt;
|json&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|house_airwaybill&lt;br /&gt;
|varchar&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|product&lt;br /&gt;
|varchar&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|origin&lt;br /&gt;
|varchar&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|destination&lt;br /&gt;
|varchar&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|master_airwaybill&lt;br /&gt;
|varchar&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|hazardous_goods&lt;br /&gt;
|tinytint&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|commodity_description&lt;br /&gt;
|text&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|cargo_only&lt;br /&gt;
|tinyint&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|depart_date&lt;br /&gt;
|datetime&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|created_at&lt;br /&gt;
|timestamp&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|updated_at&lt;br /&gt;
|timestamp&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Table: dim_cargo_type ===&lt;br /&gt;
&lt;br /&gt;
==== Columns: ====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Column Name&lt;br /&gt;
!Type&lt;br /&gt;
!Description&lt;br /&gt;
!Notes&lt;br /&gt;
|-&lt;br /&gt;
|cargo_type_id&lt;br /&gt;
|bigint&lt;br /&gt;
|cargo type id&lt;br /&gt;
|used when referenced in other tables. &lt;br /&gt;
|-&lt;br /&gt;
|description&lt;br /&gt;
|varchar&lt;br /&gt;
|description&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|tariff_service_code&lt;br /&gt;
|json&lt;br /&gt;
|service code that can be linked to the cargo type&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Table: dim_carriers ===&lt;br /&gt;
&#039;&#039;&#039;Columns:&#039;&#039;&#039; &lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Column Name&lt;br /&gt;
!Type&lt;br /&gt;
!Description&lt;br /&gt;
!Notes&lt;br /&gt;
|-&lt;br /&gt;
|carrier_id&lt;br /&gt;
|bigint&lt;br /&gt;
|id for the carrier&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|name&lt;br /&gt;
|varchar&lt;br /&gt;
|name of the carrier / supplier&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|site_id&lt;br /&gt;
|bigint&lt;br /&gt;
|the site (entity) the carrier / supplier is on&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|is_gsa&lt;br /&gt;
|tinyint&lt;br /&gt;
|the carrier / supplier is gsa&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|parent_id&lt;br /&gt;
|bigint&lt;br /&gt;
|the parent carrier / supplier for this carrier&lt;br /&gt;
|this will be null if the carrier is a parent.&lt;br /&gt;
|-&lt;br /&gt;
|carrier_class&lt;br /&gt;
|tinyint&lt;br /&gt;
|supplier class&lt;br /&gt;
|airline, truck, sea freight etc..&lt;br /&gt;
|-&lt;br /&gt;
|carrier_subclass&lt;br /&gt;
|tinytint&lt;br /&gt;
|subclass for the carrier&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|created_at&lt;br /&gt;
|timestamp&lt;br /&gt;
|when the carrier was created&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|updated_at&lt;br /&gt;
|timestamp&lt;br /&gt;
|the last time the carrier was updated&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
=== Table: dim_customers ===&lt;br /&gt;
&#039;&#039;&#039;Columns:&#039;&#039;&#039;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Column Name&lt;br /&gt;
!Type&lt;br /&gt;
!Description&lt;br /&gt;
!Notes&lt;br /&gt;
|-&lt;br /&gt;
|customer_id&lt;br /&gt;
|bigint&lt;br /&gt;
|id for the customer&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|name&lt;br /&gt;
|varchar&lt;br /&gt;
|name of the customer&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|hos_code&lt;br /&gt;
|varchar&lt;br /&gt;
|hos id for the customer if they have one&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|account_number&lt;br /&gt;
|varchar&lt;br /&gt;
|account number for the customer&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|site_id&lt;br /&gt;
|bigint&lt;br /&gt;
|the site (entity) the customer is on&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|created_at&lt;br /&gt;
|timestamp&lt;br /&gt;
|when the customer was created&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|updated_at&lt;br /&gt;
|timestamp&lt;br /&gt;
|the last time the carrier was updated&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
=== Table: dim_sites ===&lt;br /&gt;
&#039;&#039;&#039;Columns:&#039;&#039;&#039;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Column Name&lt;br /&gt;
!Type&lt;br /&gt;
!Description&lt;br /&gt;
!Notes&lt;br /&gt;
|-&lt;br /&gt;
|site_id&lt;br /&gt;
|bigint&lt;br /&gt;
|id for the site (entity)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|name&lt;br /&gt;
|varchar&lt;br /&gt;
|name of the site (entity)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|created_at&lt;br /&gt;
|timestamp&lt;br /&gt;
|when the site (entity) was created&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|updated_at&lt;br /&gt;
|timestamp&lt;br /&gt;
|when the site (entity) was updated last&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Coming Soon ===&lt;br /&gt;
&#039;&#039;&#039;quotation_totals&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Allow for a breakdown of cost and sell in customer invoice currency, entity currency and all exchange rates to EU at point of quote, book and confirmation for exact conversion numbers into EU. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Helpers =&lt;br /&gt;
N/A - Will update as questions come through.&lt;/div&gt;</summary>
		<author><name>David.weller</name></author>
	</entry>
	<entry>
		<id>https://wiki-reporting.qms-portal.aero/index.php?title=Reporting_DB&amp;diff=555</id>
		<title>Reporting DB</title>
		<link rel="alternate" type="text/html" href="https://wiki-reporting.qms-portal.aero/index.php?title=Reporting_DB&amp;diff=555"/>
		<updated>2026-05-29T14:38:57Z</updated>

		<summary type="html">&lt;p&gt;David.weller: /* Raw Tables, Columns and Suggested Modelling */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Raw Tables, Columns and Suggested Modelling =&lt;br /&gt;
To access the reporting database, you will need an account creating. Please follow the correct process and raise a ticket via the [https://helpdesk.dcbi.aero/ helpdesk]. They will provide you account, address and access. &lt;br /&gt;
&lt;br /&gt;
The information below has the assumption that you understand databases, and have knowledge in PBI development and data management. &lt;br /&gt;
&lt;br /&gt;
Currently we have only added the tables / columns for the information we know is required.  &lt;br /&gt;
&lt;br /&gt;
=== Every Table ===&lt;br /&gt;
Within every table there is 2 consistent columns, to save repeating data - these columns will be shared here. &lt;br /&gt;
&lt;br /&gt;
==== Columns ====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Column Name&lt;br /&gt;
!Description&lt;br /&gt;
!Notes&lt;br /&gt;
|-&lt;br /&gt;
|id&lt;br /&gt;
|Database id&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|portal&lt;br /&gt;
|Which QMS instance the data is from. &lt;br /&gt;
|The portal is the instance of the QMS system, not the entity, that is the site. &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Table: dim_cargo_type ===&lt;br /&gt;
&lt;br /&gt;
==== Columns: ====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Column Name&lt;br /&gt;
!Description&lt;br /&gt;
!Notes&lt;br /&gt;
|-&lt;br /&gt;
|cargo_type_id&lt;br /&gt;
|cargo type id&lt;br /&gt;
|used when referenced in other tables. &lt;br /&gt;
|-&lt;br /&gt;
|description&lt;br /&gt;
|description&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|tariff_service_code&lt;br /&gt;
|service code that can be linked to the cargo type&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Table: dim_carriers ===&lt;br /&gt;
&#039;&#039;&#039;Columns:&#039;&#039;&#039; &lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Column Name&lt;br /&gt;
!Description&lt;br /&gt;
!Notes&lt;br /&gt;
|-&lt;br /&gt;
|carrier_id&lt;br /&gt;
|id for the carrier&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|name&lt;br /&gt;
|name of the carrier / supplier&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|site_id&lt;br /&gt;
|the site (entity) the carrier / supplier is on&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|is_gsa&lt;br /&gt;
|the carrier / supplier is gsa&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|parent_id&lt;br /&gt;
|the parent carrier / supplier for this carrier&lt;br /&gt;
|this will be null if the carrier is a parent.&lt;br /&gt;
|-&lt;br /&gt;
|carrier_class&lt;br /&gt;
|supplier class&lt;br /&gt;
|airline, truck, sea freight etc..&lt;br /&gt;
|-&lt;br /&gt;
|carrier_subclass&lt;br /&gt;
|subclass for the carrier&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|created_at&lt;br /&gt;
|when the carrier was created&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|updated_at&lt;br /&gt;
|the last time the carrier was updated&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
=== Table: dim_customers ===&lt;br /&gt;
&#039;&#039;&#039;Columns:&#039;&#039;&#039;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Column Name&lt;br /&gt;
!Description&lt;br /&gt;
!Notes&lt;br /&gt;
|-&lt;br /&gt;
|customer_id&lt;br /&gt;
|id for the customer&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|name&lt;br /&gt;
|name of the customer&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|hos_code&lt;br /&gt;
|hos id for the customer if they have one&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|account_number&lt;br /&gt;
|account number for the customer&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|site_id&lt;br /&gt;
|the site (entity) the customer is on&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|created_at&lt;br /&gt;
|when the customer was created&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|updated_at&lt;br /&gt;
|the last time the carrier was updated&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
=== Table: dim_sites ===&lt;br /&gt;
&#039;&#039;&#039;Columns:&#039;&#039;&#039;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Column Name&lt;br /&gt;
!Description&lt;br /&gt;
!Notes&lt;br /&gt;
|-&lt;br /&gt;
|site_id&lt;br /&gt;
|id for the site (entity)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|name&lt;br /&gt;
|name of the site (entity)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|created_at&lt;br /&gt;
|when the site (entity) was created&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|updated_at&lt;br /&gt;
|when the site (entity) was updated last&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Helpers =&lt;br /&gt;
N/A - Will update as questions come through.&lt;/div&gt;</summary>
		<author><name>David.weller</name></author>
	</entry>
	<entry>
		<id>https://wiki-reporting.qms-portal.aero/index.php?title=Main_Page&amp;diff=554</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki-reporting.qms-portal.aero/index.php?title=Main_Page&amp;diff=554"/>
		<updated>2026-05-29T14:26:35Z</updated>

		<summary type="html">&lt;p&gt;David.weller: /* QMS: PBI Reporting */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== QMS: PBI Reporting ==&lt;br /&gt;
&lt;br /&gt;
This wiki serves as the central hub for all information related to Power BI and reporting for QMS. It provides comprehensive documentation, including detailed user guides for all active reports, as well as guidance for users working with the data lake.&lt;br /&gt;
&lt;br /&gt;
===Wiki Contents===&lt;br /&gt;
&lt;br /&gt;
* [[Report User Guides]] – Instructions on how to interpret, and utilize each Power BI report effectively.&lt;br /&gt;
* [[Reporting DB]] - Breakdown of all tables and columns, with suggested hints for data modelling for external sources who want to model our reporting data.&lt;br /&gt;
&lt;br /&gt;
* [[Error Reporting]] – Guidelines on how to report issues or discrepancies in existing reports to ensure data accuracy and reliability.&lt;br /&gt;
&lt;br /&gt;
* [[New Requests]] – Instructions on how to submit requests for new reports, including required details to streamline the development process and how to request access to reports.&lt;br /&gt;
&lt;br /&gt;
This wiki will be continuously updated to reflect new reports, feature enhancements, and any changes to reporting processes. If you have any suggestions for improvement, feel free to contribute or reach out to the appropriate support team.&lt;/div&gt;</summary>
		<author><name>David.weller</name></author>
	</entry>
	<entry>
		<id>https://wiki-reporting.qms-portal.aero/index.php?title=Reporting_DB&amp;diff=553</id>
		<title>Reporting DB</title>
		<link rel="alternate" type="text/html" href="https://wiki-reporting.qms-portal.aero/index.php?title=Reporting_DB&amp;diff=553"/>
		<updated>2026-05-29T14:26:06Z</updated>

		<summary type="html">&lt;p&gt;David.weller: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Raw Tables, Columns and Suggested Modelling =&lt;br /&gt;
To access the reporting database, you will need an account creating. Please follow the correct process and raise a ticket via the [https://helpdesk.dcbi.aero/ helpdesk]. They will provide you account, address and access. &lt;br /&gt;
&lt;br /&gt;
The information below has the assumption that you understand databases, and have knowledge in PBI development and data management. &lt;br /&gt;
&lt;br /&gt;
Currently we have only added the tables / columns for the information we know is required.  &lt;br /&gt;
&lt;br /&gt;
=== Every Table ===&lt;br /&gt;
Within every table there is 2 consistent columns, to save repeating data - these columns will be shared here. &lt;br /&gt;
&lt;br /&gt;
==== Columns ====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Column Name&lt;br /&gt;
!Description&lt;br /&gt;
!Notes&lt;br /&gt;
|-&lt;br /&gt;
|id&lt;br /&gt;
|Database id&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|portal&lt;br /&gt;
|Which QMS instance the data is from. &lt;br /&gt;
|Currently to identify, ATC, HAE, ACS, GA ZA, and AirCross. &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Table: dim_cargo_type ===&lt;br /&gt;
&lt;br /&gt;
==== Columns: ====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Column Name&lt;br /&gt;
!Description&lt;br /&gt;
!Notes&lt;br /&gt;
|-&lt;br /&gt;
|cargo_type_id&lt;br /&gt;
|cargo type id&lt;br /&gt;
|used when referenced in other tables. &lt;br /&gt;
|-&lt;br /&gt;
|description&lt;br /&gt;
|description&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|tariff_service_code&lt;br /&gt;
|service code that can be linked to the cargo type&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Table: dim_carriers ===&lt;br /&gt;
&#039;&#039;&#039;Columns:&#039;&#039;&#039; &lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Column Name&lt;br /&gt;
!Description&lt;br /&gt;
!Notes&lt;br /&gt;
|-&lt;br /&gt;
|carrier_id&lt;br /&gt;
|id for the carrier&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|name&lt;br /&gt;
|name of the carrier / supplier&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|site_id&lt;br /&gt;
|the site (entity) is carrier / supplier is on&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|is_gsa&lt;br /&gt;
|the carrier / supplier is gsa&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|parent_id&lt;br /&gt;
|the parent carrier / supplier for this carrier&lt;br /&gt;
|this will be null if the carrier is a parent.&lt;br /&gt;
|-&lt;br /&gt;
|carrier_class&lt;br /&gt;
|supplier class&lt;br /&gt;
|airline, truck, sea freight etc..&lt;br /&gt;
|-&lt;br /&gt;
|carrier_subclass&lt;br /&gt;
|subclass for the carrier&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|created_at&lt;br /&gt;
|when the carrier was created&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|updated_at&lt;br /&gt;
|the last time the carrier was updated&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
=== Table: dim_customers ===&lt;br /&gt;
&#039;&#039;&#039;Columns:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Helpers =&lt;br /&gt;
N/A - Will update as questions come through.&lt;/div&gt;</summary>
		<author><name>David.weller</name></author>
	</entry>
	<entry>
		<id>https://wiki-reporting.qms-portal.aero/index.php?title=Reporting_DB&amp;diff=552</id>
		<title>Reporting DB</title>
		<link rel="alternate" type="text/html" href="https://wiki-reporting.qms-portal.aero/index.php?title=Reporting_DB&amp;diff=552"/>
		<updated>2026-05-29T14:24:38Z</updated>

		<summary type="html">&lt;p&gt;David.weller: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Raw Tables, Columns and Suggested Modelling =&lt;br /&gt;
To access the reporting database, you will need an account creating. Please follow the correct process and raise a ticket via the [https://helpdesk.dcbi.aero/ helpdesk]. They will provide you account, address and access. &lt;br /&gt;
&lt;br /&gt;
The information below has the assumption that you understand databases, and have knowledge in PBI development and data management. &lt;br /&gt;
&lt;br /&gt;
=== Every Table ===&lt;br /&gt;
Within every table there is 2 consistent columns, to save repeating data - these columns will be shared here. &lt;br /&gt;
&lt;br /&gt;
==== Columns ====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Column Name&lt;br /&gt;
!Description&lt;br /&gt;
!Notes&lt;br /&gt;
|-&lt;br /&gt;
|id&lt;br /&gt;
|Database id&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|portal&lt;br /&gt;
|Which QMS instance the data is from. &lt;br /&gt;
|Currently to identify, ATC, HAE, ACS, GA ZA, and AirCross. &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Table: dim_cargo_type ===&lt;br /&gt;
&lt;br /&gt;
==== Columns: ====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Column Name&lt;br /&gt;
!Description&lt;br /&gt;
!Notes&lt;br /&gt;
|-&lt;br /&gt;
|cargo_type_id&lt;br /&gt;
|cargo type id&lt;br /&gt;
|used when referenced in other tables. &lt;br /&gt;
|-&lt;br /&gt;
|description&lt;br /&gt;
|description&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|tariff_service_code&lt;br /&gt;
|service code that can be linked to the cargo type&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Table: dim_carriers ===&lt;br /&gt;
&#039;&#039;&#039;Columns:&#039;&#039;&#039; &lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Column Name&lt;br /&gt;
!Description&lt;br /&gt;
!Notes&lt;br /&gt;
|-&lt;br /&gt;
|carrier_id&lt;br /&gt;
|id for the carrier&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|name&lt;br /&gt;
|name of the carrier / supplier&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|site_id&lt;br /&gt;
|the site (entity) is carrier / supplier is on&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|is_gsa&lt;br /&gt;
|the carrier / supplier is gsa&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|parent_id&lt;br /&gt;
|the parent carrier / supplier for this carrier&lt;br /&gt;
|this will be null if the carrier is a parent.&lt;br /&gt;
|-&lt;br /&gt;
|carrier_class&lt;br /&gt;
|supplier class&lt;br /&gt;
|airline, truck, sea freight etc..&lt;br /&gt;
|-&lt;br /&gt;
|carrier_subclass&lt;br /&gt;
|subclass for the carrier&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|created_at&lt;br /&gt;
|when the carrier was created&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|updated_at&lt;br /&gt;
|the last time the carrier was updated&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Helpers =&lt;br /&gt;
N/A - Will update as questions come through.&lt;/div&gt;</summary>
		<author><name>David.weller</name></author>
	</entry>
	<entry>
		<id>https://wiki-reporting.qms-portal.aero/index.php?title=Reporting_DB&amp;diff=551</id>
		<title>Reporting DB</title>
		<link rel="alternate" type="text/html" href="https://wiki-reporting.qms-portal.aero/index.php?title=Reporting_DB&amp;diff=551"/>
		<updated>2026-05-29T11:54:31Z</updated>

		<summary type="html">&lt;p&gt;David.weller: Created page with &amp;quot;= Raw Tables, Columns and Suggested Modelling = To access the reporting database, you will need an account creating. Please follow the correct process and raise a ticket via the [https://helpdesk.dcbi.aero/ helpdesk]. They will provide you account, address and access.   The information below has the assumption that you understand databases, and have knowledge in PBI development and data management.   === Every Table === Within every table there is 2 consistent columns, t...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Raw Tables, Columns and Suggested Modelling =&lt;br /&gt;
To access the reporting database, you will need an account creating. Please follow the correct process and raise a ticket via the [https://helpdesk.dcbi.aero/ helpdesk]. They will provide you account, address and access. &lt;br /&gt;
&lt;br /&gt;
The information below has the assumption that you understand databases, and have knowledge in PBI development and data management. &lt;br /&gt;
&lt;br /&gt;
=== Every Table ===&lt;br /&gt;
Within every table there is 2 consistent columns, to save repeating data - these columns will be shared here. &lt;br /&gt;
&lt;br /&gt;
==== Columns ====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Column Name&lt;br /&gt;
!Description&lt;br /&gt;
!Notes&lt;br /&gt;
|-&lt;br /&gt;
|id&lt;br /&gt;
|Database id&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|portal&lt;br /&gt;
|Which QMS instance the data is from. &lt;br /&gt;
|Currently to identify, ATC, HAE, ACS, GA ZA, and AirCross. &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Table: dim_cargo_type ===&lt;br /&gt;
&lt;br /&gt;
==== Columns: ====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Column Name&lt;br /&gt;
!Description&lt;br /&gt;
!Notes&lt;br /&gt;
|-&lt;br /&gt;
|cargo_type_id&lt;br /&gt;
|cargo type id&lt;br /&gt;
|used when referenced in other tables. &lt;br /&gt;
|-&lt;br /&gt;
|description&lt;br /&gt;
|description&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|tariff_service_code&lt;br /&gt;
|service code that can be linked to the cargo type&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Table: dim_carriers ===&lt;br /&gt;
&#039;&#039;&#039;Columns:&#039;&#039;&#039; &lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Column Name&lt;br /&gt;
!Description&lt;br /&gt;
!Notes&lt;br /&gt;
|-&lt;br /&gt;
|id&lt;br /&gt;
|database record id&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Helpers =&lt;br /&gt;
N/A - Will update as questions come through.&lt;/div&gt;</summary>
		<author><name>David.weller</name></author>
	</entry>
	<entry>
		<id>https://wiki-reporting.qms-portal.aero/index.php?title=Main_Page&amp;diff=550</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki-reporting.qms-portal.aero/index.php?title=Main_Page&amp;diff=550"/>
		<updated>2026-05-29T08:49:20Z</updated>

		<summary type="html">&lt;p&gt;David.weller: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== QMS: PBI Reporting ==&lt;br /&gt;
&lt;br /&gt;
This wiki serves as the central hub for all information related to Power BI and reporting for QMS. It provides comprehensive documentation, including detailed user guides for all active reports, as well as guidance for users working with the data lake.&lt;br /&gt;
&lt;br /&gt;
===Wiki Contents===&lt;br /&gt;
&lt;br /&gt;
* [[Report User Guides]] – Instructions on how to interpret, and utilize each Power BI report effectively.&lt;br /&gt;
* [[Reporting DB]] - Breakdown of all tables and columns, with suggested hints for data modelling. &lt;br /&gt;
&lt;br /&gt;
* [[Error Reporting]] – Guidelines on how to report issues or discrepancies in existing reports to ensure data accuracy and reliability.&lt;br /&gt;
&lt;br /&gt;
* [[New Requests]] – Instructions on how to submit requests for new reports, including required details to streamline the development process and how to request access to reports.&lt;br /&gt;
&lt;br /&gt;
This wiki will be continuously updated to reflect new reports, feature enhancements, and any changes to reporting processes. If you have any suggestions for improvement, feel free to contribute or reach out to the appropriate support team.&lt;/div&gt;</summary>
		<author><name>David.weller</name></author>
	</entry>
	<entry>
		<id>https://wiki-reporting.qms-portal.aero/index.php?title=Trouble_Shooting_%26_FAQs&amp;diff=548</id>
		<title>Trouble Shooting &amp; FAQs</title>
		<link rel="alternate" type="text/html" href="https://wiki-reporting.qms-portal.aero/index.php?title=Trouble_Shooting_%26_FAQs&amp;diff=548"/>
		<updated>2026-04-10T11:10:41Z</updated>

		<summary type="html">&lt;p&gt;David.weller: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== FAQs ==&lt;br /&gt;
TBC&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting ==&lt;/div&gt;</summary>
		<author><name>David.weller</name></author>
	</entry>
	<entry>
		<id>https://wiki-reporting.qms-portal.aero/index.php?title=Trouble_Shooting_%26_FAQs&amp;diff=547</id>
		<title>Trouble Shooting &amp; FAQs</title>
		<link rel="alternate" type="text/html" href="https://wiki-reporting.qms-portal.aero/index.php?title=Trouble_Shooting_%26_FAQs&amp;diff=547"/>
		<updated>2026-04-10T11:09:46Z</updated>

		<summary type="html">&lt;p&gt;David.weller: Created page with &amp;quot;[To be update by Collins]&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[To be update by Collins]&lt;/div&gt;</summary>
		<author><name>David.weller</name></author>
	</entry>
	<entry>
		<id>https://wiki-reporting.qms-portal.aero/index.php?title=Report_User_Guides&amp;diff=546</id>
		<title>Report User Guides</title>
		<link rel="alternate" type="text/html" href="https://wiki-reporting.qms-portal.aero/index.php?title=Report_User_Guides&amp;diff=546"/>
		<updated>2026-04-10T11:09:23Z</updated>

		<summary type="html">&lt;p&gt;David.weller: /* Row Level Security */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
This guide provides detailed instructions on how to navigate and understand various reports. Each report is broken down into individual pages, with a comprehensive explanation of the available filters, report elements, and the calculations used to generate the displayed data.  &lt;br /&gt;
&lt;br /&gt;
== User Guides ==&lt;br /&gt;
&lt;br /&gt;
=== Row Level Security ===&lt;br /&gt;
&lt;br /&gt;
* [[Row Level Security Setup Guide]]&lt;br /&gt;
* [[Trouble Shooting &amp;amp; FAQs]]&lt;br /&gt;
&lt;br /&gt;
=== M &amp;amp; W Booking Summary Dashboard ===&lt;br /&gt;
* [[Quote &amp;amp; Bookings Summary Dashboard]]&lt;br /&gt;
* [[Quote &amp;amp; Bookings Summary Dashboard 2]]&lt;br /&gt;
* [[Teams Dashboard]]&lt;br /&gt;
* [[Shipment Detail Report]]&lt;br /&gt;
* [[Pre-quote Report]]&lt;br /&gt;
* [[Spot Rate Report]]&lt;br /&gt;
&lt;br /&gt;
=== M &amp;amp; W Automation Summary Dashboard ===&lt;br /&gt;
&lt;br /&gt;
* Automation Booking (Weekly)&lt;br /&gt;
* Automation Booking (Monthly)&lt;br /&gt;
* Automation Booking Insights (Weekly)&lt;br /&gt;
* Automation Booking Insights (Monthly)&lt;br /&gt;
* Automation Sync Error Report&lt;br /&gt;
* Automated Progress Scraper Report&lt;br /&gt;
* Automated Invoice Payable Report&lt;br /&gt;
&lt;br /&gt;
=== M &amp;amp; W Email Summary Dashboard ===&lt;br /&gt;
&lt;br /&gt;
* Received Emails Report&lt;br /&gt;
* Sent Emails Report&lt;br /&gt;
* Email Category Report&lt;br /&gt;
&lt;br /&gt;
=== Global Solution Dashboard ===&lt;br /&gt;
&lt;br /&gt;
* [[Overall YTD]]&lt;br /&gt;
* [[Detail (W M)|Detail (W+M)]]&lt;br /&gt;
* [[Quotes Overview (W M)|Quotes Overview (W+M)]]&lt;br /&gt;
* [[Quotes Summary (W M)|Quotes Summary (W+M)]]&lt;br /&gt;
* [[Quarterly]]&lt;br /&gt;
* [[Customer Overall TY]]&lt;br /&gt;
* [[Aldo Report]]&lt;br /&gt;
&lt;br /&gt;
=== Weight, Yield &amp;amp; Revenue GSA Report ===&lt;br /&gt;
&lt;br /&gt;
* [[Yield - Group Overview]]&lt;br /&gt;
* [[Yield Week-On-Week]]&lt;br /&gt;
* [[Weight v Revenue Week-On-Week]]&lt;br /&gt;
* [[Weight By Carrier]]&lt;br /&gt;
* [[Site Summary]]&lt;br /&gt;
* [[Job Finder]]&lt;br /&gt;
&lt;br /&gt;
=== Master Carrier Report ===&lt;br /&gt;
&lt;br /&gt;
* [[Revenue &amp;amp; Booking Overview]]&lt;br /&gt;
* [[Quotes]]&lt;br /&gt;
* [[Sales Performance]]&lt;br /&gt;
&lt;br /&gt;
=== Datacair Non-Conformance Report ===&lt;br /&gt;
&lt;br /&gt;
* [[NCR - Staff Logs]]&lt;br /&gt;
* [[NCR - DataCair Tickets]]&lt;br /&gt;
* [[Performance Page]]&lt;br /&gt;
* [[Root Cause Analysis (Resolved) Page]]&lt;br /&gt;
* [[Entity Breakdown Page]]&lt;br /&gt;
&lt;br /&gt;
=== Datacair NCR Analysis ===&lt;br /&gt;
&lt;br /&gt;
* [[NCR Report Analysis]]&lt;br /&gt;
&lt;br /&gt;
=== HAE Customer Invoice Report ===&lt;br /&gt;
&lt;br /&gt;
* [[ET Customer Invoice Details]]&lt;br /&gt;
&lt;br /&gt;
=== Datacair EY Performance Report ===&lt;br /&gt;
&lt;br /&gt;
* [[Datacair EY Performance Report - Dashboard]]&lt;br /&gt;
* [[Datacair EY Performance Report - Detail]]&lt;br /&gt;
* [[Datacair EY Performance Report - Airway Bills]]&lt;br /&gt;
&lt;br /&gt;
=== TSA Report ===&lt;br /&gt;
&lt;br /&gt;
* [[TSA Dashboard]]&lt;br /&gt;
&lt;br /&gt;
== Additional Information ==&lt;br /&gt;
* Reports may be updated periodically, so refer to the latest version of the guide for the most accurate details.  &lt;br /&gt;
* If you encounter any discrepancies or require additional assistance, please reach out to the [https://helpdesk.dcbi.aero/ helpdesk].&lt;/div&gt;</summary>
		<author><name>David.weller</name></author>
	</entry>
	<entry>
		<id>https://wiki-reporting.qms-portal.aero/index.php?title=Row_Level_Security_Setup_Guide&amp;diff=504</id>
		<title>Row Level Security Setup Guide</title>
		<link rel="alternate" type="text/html" href="https://wiki-reporting.qms-portal.aero/index.php?title=Row_Level_Security_Setup_Guide&amp;diff=504"/>
		<updated>2026-04-02T08:43:25Z</updated>

		<summary type="html">&lt;p&gt;David.weller: Created blank page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>David.weller</name></author>
	</entry>
	<entry>
		<id>https://wiki-reporting.qms-portal.aero/index.php?title=TSA_Dashboard&amp;diff=503</id>
		<title>TSA Dashboard</title>
		<link rel="alternate" type="text/html" href="https://wiki-reporting.qms-portal.aero/index.php?title=TSA_Dashboard&amp;diff=503"/>
		<updated>2026-04-02T08:43:00Z</updated>

		<summary type="html">&lt;p&gt;David.weller: Created page with &amp;quot; == Summary ==  == Tables &amp;amp; Columns Included == {| class=&amp;quot;wikitable&amp;quot; |+ !Database !Table !Columns |- | | | |}  == Filters == {| class=&amp;quot;wikitable&amp;quot; |+ ! style=&amp;quot;width: 25%;&amp;quot; |Filter ! style=&amp;quot;width: 75%;&amp;quot; |Description |- | | |}  == Data Transformation Applied == [To be added] {| class=&amp;quot;wikitable&amp;quot; |+ !Query !Calculations !Description |- | | | |}  == Calculations == {| class=&amp;quot;wikitable&amp;quot; ! style=&amp;quot;width: 20%;&amp;quot; |Reference ! style=&amp;quot;width: 40%;&amp;quot; |Calculation ! style=&amp;quot;width: 40%;&amp;quot; |...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Summary ==&lt;br /&gt;
&lt;br /&gt;
== Tables &amp;amp; Columns Included ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Database&lt;br /&gt;
!Table&lt;br /&gt;
!Columns&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Filters ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
! style=&amp;quot;width: 25%;&amp;quot; |Filter&lt;br /&gt;
! style=&amp;quot;width: 75%;&amp;quot; |Description&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Data Transformation Applied ==&lt;br /&gt;
[To be added]&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Query&lt;br /&gt;
!Calculations&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Calculations ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;width: 20%;&amp;quot; |Reference&lt;br /&gt;
! style=&amp;quot;width: 40%;&amp;quot; |Calculation&lt;br /&gt;
! style=&amp;quot;width: 40%;&amp;quot; |Description&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>David.weller</name></author>
	</entry>
	<entry>
		<id>https://wiki-reporting.qms-portal.aero/index.php?title=Report_User_Guides&amp;diff=502</id>
		<title>Report User Guides</title>
		<link rel="alternate" type="text/html" href="https://wiki-reporting.qms-portal.aero/index.php?title=Report_User_Guides&amp;diff=502"/>
		<updated>2026-04-02T08:42:57Z</updated>

		<summary type="html">&lt;p&gt;David.weller: /* TSA Report */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
This guide provides detailed instructions on how to navigate and understand various reports. Each report is broken down into individual pages, with a comprehensive explanation of the available filters, report elements, and the calculations used to generate the displayed data.  &lt;br /&gt;
&lt;br /&gt;
== User Guides ==&lt;br /&gt;
&lt;br /&gt;
=== Row Level Security ===&lt;br /&gt;
&lt;br /&gt;
* [[Row Level Security Setup Guide]]&lt;br /&gt;
&lt;br /&gt;
=== M &amp;amp; W Booking Summary Dashboard ===&lt;br /&gt;
* [[Quote &amp;amp; Bookings Summary Dashboard]]&lt;br /&gt;
* [[Quote &amp;amp; Bookings Summary Dashboard 2]]&lt;br /&gt;
* [[Teams Dashboard]]&lt;br /&gt;
* [[Shipment Detail Report]]&lt;br /&gt;
* [[Pre-quote Report]]&lt;br /&gt;
* [[Spot Rate Report]]&lt;br /&gt;
&lt;br /&gt;
=== M &amp;amp; W Automation Summary Dashboard ===&lt;br /&gt;
&lt;br /&gt;
* Automation Booking (Weekly)&lt;br /&gt;
* Automation Booking (Monthly)&lt;br /&gt;
* Automation Booking Insights (Weekly)&lt;br /&gt;
* Automation Booking Insights (Monthly)&lt;br /&gt;
* Automation Sync Error Report&lt;br /&gt;
* Automated Progress Scraper Report&lt;br /&gt;
* Automated Invoice Payable Report&lt;br /&gt;
&lt;br /&gt;
=== M &amp;amp; W Email Summary Dashboard ===&lt;br /&gt;
&lt;br /&gt;
* Received Emails Report&lt;br /&gt;
* Sent Emails Report&lt;br /&gt;
* Email Category Report&lt;br /&gt;
&lt;br /&gt;
=== Global Solution Dashboard ===&lt;br /&gt;
&lt;br /&gt;
* [[Overall YTD]]&lt;br /&gt;
* [[Detail (W M)|Detail (W+M)]]&lt;br /&gt;
* [[Quotes Overview (W M)|Quotes Overview (W+M)]]&lt;br /&gt;
* [[Quotes Summary (W M)|Quotes Summary (W+M)]]&lt;br /&gt;
* [[Quarterly]]&lt;br /&gt;
* [[Customer Overall TY]]&lt;br /&gt;
* [[Aldo Report]]&lt;br /&gt;
&lt;br /&gt;
=== Weight, Yield &amp;amp; Revenue GSA Report ===&lt;br /&gt;
&lt;br /&gt;
* [[Yield - Group Overview]]&lt;br /&gt;
* [[Yield Week-On-Week]]&lt;br /&gt;
* [[Weight v Revenue Week-On-Week]]&lt;br /&gt;
* [[Weight By Carrier]]&lt;br /&gt;
* [[Site Summary]]&lt;br /&gt;
* [[Job Finder]]&lt;br /&gt;
&lt;br /&gt;
=== Master Carrier Report ===&lt;br /&gt;
&lt;br /&gt;
* [[Revenue &amp;amp; Booking Overview]]&lt;br /&gt;
* [[Quotes]]&lt;br /&gt;
* [[Sales Performance]]&lt;br /&gt;
&lt;br /&gt;
=== Datacair Non-Conformance Report ===&lt;br /&gt;
&lt;br /&gt;
* [[NCR - Staff Logs]]&lt;br /&gt;
* [[NCR - DataCair Tickets]]&lt;br /&gt;
* [[Performance Page]]&lt;br /&gt;
* [[Root Cause Analysis (Resolved) Page]]&lt;br /&gt;
* [[Entity Breakdown Page]]&lt;br /&gt;
&lt;br /&gt;
=== Datacair NCR Analysis ===&lt;br /&gt;
&lt;br /&gt;
* [[NCR Report Analysis]]&lt;br /&gt;
&lt;br /&gt;
=== HAE Customer Invoice Report ===&lt;br /&gt;
&lt;br /&gt;
* [[ET Customer Invoice Details]]&lt;br /&gt;
&lt;br /&gt;
=== Datacair EY Performance Report ===&lt;br /&gt;
&lt;br /&gt;
* [[Datacair EY Performance Report - Dashboard]]&lt;br /&gt;
* [[Datacair EY Performance Report - Detail]]&lt;br /&gt;
* [[Datacair EY Performance Report - Airway Bills]]&lt;br /&gt;
&lt;br /&gt;
=== TSA Report ===&lt;br /&gt;
&lt;br /&gt;
* [[TSA Dashboard]]&lt;br /&gt;
&lt;br /&gt;
== Additional Information ==&lt;br /&gt;
* Reports may be updated periodically, so refer to the latest version of the guide for the most accurate details.  &lt;br /&gt;
* If you encounter any discrepancies or require additional assistance, please reach out to the [https://helpdesk.dcbi.aero/ helpdesk].&lt;/div&gt;</summary>
		<author><name>David.weller</name></author>
	</entry>
	<entry>
		<id>https://wiki-reporting.qms-portal.aero/index.php?title=Report_User_Guides&amp;diff=500</id>
		<title>Report User Guides</title>
		<link rel="alternate" type="text/html" href="https://wiki-reporting.qms-portal.aero/index.php?title=Report_User_Guides&amp;diff=500"/>
		<updated>2026-04-01T13:20:21Z</updated>

		<summary type="html">&lt;p&gt;David.weller: /* Row Level Security */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
This guide provides detailed instructions on how to navigate and understand various reports. Each report is broken down into individual pages, with a comprehensive explanation of the available filters, report elements, and the calculations used to generate the displayed data.  &lt;br /&gt;
&lt;br /&gt;
== User Guides ==&lt;br /&gt;
&lt;br /&gt;
=== Row Level Security ===&lt;br /&gt;
&lt;br /&gt;
* [[Row Level Security Setup Guide]]&lt;br /&gt;
&lt;br /&gt;
=== M &amp;amp; W Booking Summary Dashboard ===&lt;br /&gt;
* [[Quote &amp;amp; Bookings Summary Dashboard]]&lt;br /&gt;
* [[Quote &amp;amp; Bookings Summary Dashboard 2]]&lt;br /&gt;
* [[Teams Dashboard]]&lt;br /&gt;
* [[Shipment Detail Report]]&lt;br /&gt;
* [[Pre-quote Report]]&lt;br /&gt;
* [[Spot Rate Report]]&lt;br /&gt;
&lt;br /&gt;
=== M &amp;amp; W Automation Summary Dashboard ===&lt;br /&gt;
&lt;br /&gt;
* Automation Booking (Weekly)&lt;br /&gt;
* Automation Booking (Monthly)&lt;br /&gt;
* Automation Booking Insights (Weekly)&lt;br /&gt;
* Automation Booking Insights (Monthly)&lt;br /&gt;
* Automation Sync Error Report&lt;br /&gt;
* Automated Progress Scraper Report&lt;br /&gt;
* Automated Invoice Payable Report&lt;br /&gt;
&lt;br /&gt;
=== M &amp;amp; W Email Summary Dashboard ===&lt;br /&gt;
&lt;br /&gt;
* Received Emails Report&lt;br /&gt;
* Sent Emails Report&lt;br /&gt;
* Email Category Report&lt;br /&gt;
&lt;br /&gt;
=== Global Solution Dashboard ===&lt;br /&gt;
&lt;br /&gt;
* [[Overall YTD]]&lt;br /&gt;
* [[Detail (W M)|Detail (W+M)]]&lt;br /&gt;
* [[Quotes Overview (W M)|Quotes Overview (W+M)]]&lt;br /&gt;
* [[Quotes Summary (W M)|Quotes Summary (W+M)]]&lt;br /&gt;
* [[Quarterly]]&lt;br /&gt;
* [[Customer Overall TY]]&lt;br /&gt;
* [[Aldo Report]]&lt;br /&gt;
&lt;br /&gt;
=== Weight, Yield &amp;amp; Revenue GSA Report ===&lt;br /&gt;
&lt;br /&gt;
* [[Yield - Group Overview]]&lt;br /&gt;
* [[Yield Week-On-Week]]&lt;br /&gt;
* [[Weight v Revenue Week-On-Week]]&lt;br /&gt;
* [[Weight By Carrier]]&lt;br /&gt;
* [[Site Summary]]&lt;br /&gt;
* [[Job Finder]]&lt;br /&gt;
&lt;br /&gt;
=== Master Carrier Report ===&lt;br /&gt;
&lt;br /&gt;
* [[Revenue &amp;amp; Booking Overview]]&lt;br /&gt;
* [[Quotes]]&lt;br /&gt;
* [[Sales Performance]]&lt;br /&gt;
&lt;br /&gt;
=== Datacair Non-Conformance Report ===&lt;br /&gt;
&lt;br /&gt;
* [[NCR - Staff Logs]]&lt;br /&gt;
* [[NCR - DataCair Tickets]]&lt;br /&gt;
* [[Performance Page]]&lt;br /&gt;
* [[Root Cause Analysis (Resolved) Page]]&lt;br /&gt;
* [[Entity Breakdown Page]]&lt;br /&gt;
&lt;br /&gt;
=== Datacair NCR Analysis ===&lt;br /&gt;
&lt;br /&gt;
* [[NCR Report Analysis]]&lt;br /&gt;
&lt;br /&gt;
=== HAE Customer Invoice Report ===&lt;br /&gt;
&lt;br /&gt;
* [[ET Customer Invoice Details]]&lt;br /&gt;
&lt;br /&gt;
=== Datacair EY Performance Report ===&lt;br /&gt;
&lt;br /&gt;
* [[Datacair EY Performance Report - Dashboard]]&lt;br /&gt;
* [[Datacair EY Performance Report - Detail]]&lt;br /&gt;
* [[Datacair EY Performance Report - Airway Bills]]&lt;br /&gt;
&lt;br /&gt;
=== TSA Report ===&lt;br /&gt;
&lt;br /&gt;
* [[Dashboard]]&lt;br /&gt;
&lt;br /&gt;
== Additional Information ==&lt;br /&gt;
* Reports may be updated periodically, so refer to the latest version of the guide for the most accurate details.  &lt;br /&gt;
* If you encounter any discrepancies or require additional assistance, please reach out to the [https://helpdesk.dcbi.aero/ helpdesk].&lt;/div&gt;</summary>
		<author><name>David.weller</name></author>
	</entry>
	<entry>
		<id>https://wiki-reporting.qms-portal.aero/index.php?title=Report_User_Guides&amp;diff=499</id>
		<title>Report User Guides</title>
		<link rel="alternate" type="text/html" href="https://wiki-reporting.qms-portal.aero/index.php?title=Report_User_Guides&amp;diff=499"/>
		<updated>2026-04-01T13:19:57Z</updated>

		<summary type="html">&lt;p&gt;David.weller: /* User Guides */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
This guide provides detailed instructions on how to navigate and understand various reports. Each report is broken down into individual pages, with a comprehensive explanation of the available filters, report elements, and the calculations used to generate the displayed data.  &lt;br /&gt;
&lt;br /&gt;
== User Guides ==&lt;br /&gt;
&lt;br /&gt;
=== Row Level Security ===&lt;br /&gt;
&lt;br /&gt;
* Row Level Security Setup Guide&lt;br /&gt;
&lt;br /&gt;
=== M &amp;amp; W Booking Summary Dashboard ===&lt;br /&gt;
* [[Quote &amp;amp; Bookings Summary Dashboard]]&lt;br /&gt;
* [[Quote &amp;amp; Bookings Summary Dashboard 2]]&lt;br /&gt;
* [[Teams Dashboard]]&lt;br /&gt;
* [[Shipment Detail Report]]&lt;br /&gt;
* [[Pre-quote Report]]&lt;br /&gt;
* [[Spot Rate Report]]&lt;br /&gt;
&lt;br /&gt;
=== M &amp;amp; W Automation Summary Dashboard ===&lt;br /&gt;
&lt;br /&gt;
* Automation Booking (Weekly)&lt;br /&gt;
* Automation Booking (Monthly)&lt;br /&gt;
* Automation Booking Insights (Weekly)&lt;br /&gt;
* Automation Booking Insights (Monthly)&lt;br /&gt;
* Automation Sync Error Report&lt;br /&gt;
* Automated Progress Scraper Report&lt;br /&gt;
* Automated Invoice Payable Report&lt;br /&gt;
&lt;br /&gt;
=== M &amp;amp; W Email Summary Dashboard ===&lt;br /&gt;
&lt;br /&gt;
* Received Emails Report&lt;br /&gt;
* Sent Emails Report&lt;br /&gt;
* Email Category Report&lt;br /&gt;
&lt;br /&gt;
=== Global Solution Dashboard ===&lt;br /&gt;
&lt;br /&gt;
* [[Overall YTD]]&lt;br /&gt;
* [[Detail (W M)|Detail (W+M)]]&lt;br /&gt;
* [[Quotes Overview (W M)|Quotes Overview (W+M)]]&lt;br /&gt;
* [[Quotes Summary (W M)|Quotes Summary (W+M)]]&lt;br /&gt;
* [[Quarterly]]&lt;br /&gt;
* [[Customer Overall TY]]&lt;br /&gt;
* [[Aldo Report]]&lt;br /&gt;
&lt;br /&gt;
=== Weight, Yield &amp;amp; Revenue GSA Report ===&lt;br /&gt;
&lt;br /&gt;
* [[Yield - Group Overview]]&lt;br /&gt;
* [[Yield Week-On-Week]]&lt;br /&gt;
* [[Weight v Revenue Week-On-Week]]&lt;br /&gt;
* [[Weight By Carrier]]&lt;br /&gt;
* [[Site Summary]]&lt;br /&gt;
* [[Job Finder]]&lt;br /&gt;
&lt;br /&gt;
=== Master Carrier Report ===&lt;br /&gt;
&lt;br /&gt;
* [[Revenue &amp;amp; Booking Overview]]&lt;br /&gt;
* [[Quotes]]&lt;br /&gt;
* [[Sales Performance]]&lt;br /&gt;
&lt;br /&gt;
=== Datacair Non-Conformance Report ===&lt;br /&gt;
&lt;br /&gt;
* [[NCR - Staff Logs]]&lt;br /&gt;
* [[NCR - DataCair Tickets]]&lt;br /&gt;
* [[Performance Page]]&lt;br /&gt;
* [[Root Cause Analysis (Resolved) Page]]&lt;br /&gt;
* [[Entity Breakdown Page]]&lt;br /&gt;
&lt;br /&gt;
=== Datacair NCR Analysis ===&lt;br /&gt;
&lt;br /&gt;
* [[NCR Report Analysis]]&lt;br /&gt;
&lt;br /&gt;
=== HAE Customer Invoice Report ===&lt;br /&gt;
&lt;br /&gt;
* [[ET Customer Invoice Details]]&lt;br /&gt;
&lt;br /&gt;
=== Datacair EY Performance Report ===&lt;br /&gt;
&lt;br /&gt;
* [[Datacair EY Performance Report - Dashboard]]&lt;br /&gt;
* [[Datacair EY Performance Report - Detail]]&lt;br /&gt;
* [[Datacair EY Performance Report - Airway Bills]]&lt;br /&gt;
&lt;br /&gt;
=== TSA Report ===&lt;br /&gt;
&lt;br /&gt;
* Dashboard&lt;br /&gt;
&lt;br /&gt;
== Additional Information ==&lt;br /&gt;
* Reports may be updated periodically, so refer to the latest version of the guide for the most accurate details.  &lt;br /&gt;
* If you encounter any discrepancies or require additional assistance, please reach out to the [https://helpdesk.dcbi.aero/ helpdesk].&lt;/div&gt;</summary>
		<author><name>David.weller</name></author>
	</entry>
	<entry>
		<id>https://wiki-reporting.qms-portal.aero/index.php?title=Datacair_EY_Performance_Report_-_Airway_Bills&amp;diff=480</id>
		<title>Datacair EY Performance Report - Airway Bills</title>
		<link rel="alternate" type="text/html" href="https://wiki-reporting.qms-portal.aero/index.php?title=Datacair_EY_Performance_Report_-_Airway_Bills&amp;diff=480"/>
		<updated>2026-01-29T10:58:38Z</updated>

		<summary type="html">&lt;p&gt;David.weller: Created page with &amp;quot;== Summary ==  TBC  == Filters == {| class=&amp;quot;wikitable&amp;quot; |+ !Filter !Description |- |TBC |TBC |- |}  == Data Transformation Applied == {| class=&amp;quot;wikitable&amp;quot; |+ !Query !Transformations |- |TBC |TBC |- |}  == Calculations == {| class=&amp;quot;wikitable&amp;quot; |+ !Columns !Calculation !Description |- |TBC |TBC |TBC |- |}&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
&lt;br /&gt;
TBC&lt;br /&gt;
&lt;br /&gt;
== Filters ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Filter&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|TBC&lt;br /&gt;
|TBC&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Data Transformation Applied ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Query&lt;br /&gt;
!Transformations&lt;br /&gt;
|-&lt;br /&gt;
|TBC&lt;br /&gt;
|TBC&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Calculations ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Columns&lt;br /&gt;
!Calculation&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|TBC&lt;br /&gt;
|TBC&lt;br /&gt;
|TBC&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>David.weller</name></author>
	</entry>
	<entry>
		<id>https://wiki-reporting.qms-portal.aero/index.php?title=Datacair_EY_Performance_Report_-_Detail&amp;diff=479</id>
		<title>Datacair EY Performance Report - Detail</title>
		<link rel="alternate" type="text/html" href="https://wiki-reporting.qms-portal.aero/index.php?title=Datacair_EY_Performance_Report_-_Detail&amp;diff=479"/>
		<updated>2026-01-29T10:58:26Z</updated>

		<summary type="html">&lt;p&gt;David.weller: Created page with &amp;quot;== Summary ==  TBC  == Filters == {| class=&amp;quot;wikitable&amp;quot; |+ !Filter !Description |- |TBC |TBC |- |}  == Data Transformation Applied == {| class=&amp;quot;wikitable&amp;quot; |+ !Query !Transformations |- |TBC |TBC |- |}  == Calculations == {| class=&amp;quot;wikitable&amp;quot; |+ !Columns !Calculation !Description |- |TBC |TBC |TBC |- |}&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
&lt;br /&gt;
TBC&lt;br /&gt;
&lt;br /&gt;
== Filters ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Filter&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|TBC&lt;br /&gt;
|TBC&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Data Transformation Applied ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Query&lt;br /&gt;
!Transformations&lt;br /&gt;
|-&lt;br /&gt;
|TBC&lt;br /&gt;
|TBC&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Calculations ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Columns&lt;br /&gt;
!Calculation&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|TBC&lt;br /&gt;
|TBC&lt;br /&gt;
|TBC&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>David.weller</name></author>
	</entry>
	<entry>
		<id>https://wiki-reporting.qms-portal.aero/index.php?title=Report_User_Guides&amp;diff=478</id>
		<title>Report User Guides</title>
		<link rel="alternate" type="text/html" href="https://wiki-reporting.qms-portal.aero/index.php?title=Report_User_Guides&amp;diff=478"/>
		<updated>2026-01-29T10:26:38Z</updated>

		<summary type="html">&lt;p&gt;David.weller: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
This guide provides detailed instructions on how to navigate and understand various reports. Each report is broken down into individual pages, with a comprehensive explanation of the available filters, report elements, and the calculations used to generate the displayed data.  &lt;br /&gt;
&lt;br /&gt;
== User Guides ==&lt;br /&gt;
=== M &amp;amp; W Booking Summary Dashboard ===&lt;br /&gt;
* [[Quote &amp;amp; Bookings Summary Dashboard]]&lt;br /&gt;
* [[Quote &amp;amp; Bookings Summary Dashboard 2]]&lt;br /&gt;
* [[Teams Dashboard]]&lt;br /&gt;
* [[Shipment Detail Report]]&lt;br /&gt;
* [[Pre-quote Report]]&lt;br /&gt;
* [[Spot Rate Report]]&lt;br /&gt;
&lt;br /&gt;
=== M &amp;amp; W Automation Summary Dashboard ===&lt;br /&gt;
&lt;br /&gt;
* Automation Booking (Weekly)&lt;br /&gt;
* Automation Booking (Monthly)&lt;br /&gt;
* Automation Booking Insights (Weekly)&lt;br /&gt;
* Automation Booking Insights (Monthly)&lt;br /&gt;
* Automation Sync Error Report&lt;br /&gt;
* Automated Progress Scraper Report&lt;br /&gt;
* Automated Invoice Payable Report&lt;br /&gt;
&lt;br /&gt;
=== M &amp;amp; W Email Summary Dashboard ===&lt;br /&gt;
&lt;br /&gt;
* Received Emails Report&lt;br /&gt;
* Sent Emails Report&lt;br /&gt;
* Email Category Report&lt;br /&gt;
&lt;br /&gt;
=== Global Solution Dashboard ===&lt;br /&gt;
&lt;br /&gt;
* [[Overall YTD]]&lt;br /&gt;
* [[Detail (W M)|Detail (W+M)]]&lt;br /&gt;
* [[Quotes Overview (W M)|Quotes Overview (W+M)]]&lt;br /&gt;
* [[Quotes Summary (W M)|Quotes Summary (W+M)]]&lt;br /&gt;
* [[Quarterly]]&lt;br /&gt;
* [[Customer Overall TY]]&lt;br /&gt;
* [[Aldo Report]]&lt;br /&gt;
&lt;br /&gt;
=== Weight, Yield &amp;amp; Revenue GSA Report ===&lt;br /&gt;
&lt;br /&gt;
* [[Yield - Group Overview]]&lt;br /&gt;
* [[Yield Week-On-Week]]&lt;br /&gt;
* [[Weight v Revenue Week-On-Week]]&lt;br /&gt;
* [[Weight By Carrier]]&lt;br /&gt;
* [[Site Summary]]&lt;br /&gt;
* [[Job Finder]]&lt;br /&gt;
&lt;br /&gt;
=== Master Carrier Report ===&lt;br /&gt;
&lt;br /&gt;
* [[Revenue &amp;amp; Booking Overview]]&lt;br /&gt;
* [[Quotes]]&lt;br /&gt;
* [[Sales Performance]]&lt;br /&gt;
&lt;br /&gt;
=== Datacair Non-Conformance Report ===&lt;br /&gt;
&lt;br /&gt;
* [[NCR - Staff Logs]]&lt;br /&gt;
* [[NCR - DataCair Tickets]]&lt;br /&gt;
* [[Performance Page]]&lt;br /&gt;
* [[Root Cause Analysis (Resolved) Page]]&lt;br /&gt;
* [[Entity Breakdown Page]]&lt;br /&gt;
&lt;br /&gt;
=== Datacair NCR Analysis ===&lt;br /&gt;
&lt;br /&gt;
* [[NCR Report Analysis]]&lt;br /&gt;
&lt;br /&gt;
=== HAE Customer Invoice Report ===&lt;br /&gt;
&lt;br /&gt;
* [[ET Customer Invoice Details]]&lt;br /&gt;
&lt;br /&gt;
=== Datacair EY Performance Report ===&lt;br /&gt;
&lt;br /&gt;
* [[Datacair EY Performance Report - Dashboard]]&lt;br /&gt;
* [[Datacair EY Performance Report - Detail]]&lt;br /&gt;
* [[Datacair EY Performance Report - Airway Bills]]&lt;br /&gt;
&lt;br /&gt;
== Additional Information ==&lt;br /&gt;
* Reports may be updated periodically, so refer to the latest version of the guide for the most accurate details.  &lt;br /&gt;
* If you encounter any discrepancies or require additional assistance, please reach out to the [https://helpdesk.dcbi.aero/ helpdesk].&lt;/div&gt;</summary>
		<author><name>David.weller</name></author>
	</entry>
	<entry>
		<id>https://wiki-reporting.qms-portal.aero/index.php?title=Datacair_EY_Performance_Report_-_Dashboard&amp;diff=477</id>
		<title>Datacair EY Performance Report - Dashboard</title>
		<link rel="alternate" type="text/html" href="https://wiki-reporting.qms-portal.aero/index.php?title=Datacair_EY_Performance_Report_-_Dashboard&amp;diff=477"/>
		<updated>2026-01-29T10:25:44Z</updated>

		<summary type="html">&lt;p&gt;David.weller: Created page with &amp;quot;== Summary ==  This report provides a weekly overview of operational performance by tracking AWBs, execution status, pending workload, customer issues (CAMS), and closure rates. Using simple metrics, filters by station and date, and clear percentage changes, it helps teams quickly identify performance trends, growth areas, and operational risks to support timely and data-driven decisions.  == Filters == {| class=&amp;quot;wikitable&amp;quot; |+ !Filter !Description |- |Station |Filters th...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
&lt;br /&gt;
This report provides a weekly overview of operational performance by tracking AWBs, execution status, pending workload, customer issues (CAMS), and closure rates. Using simple metrics, filters by station and date, and clear percentage changes, it helps teams quickly identify performance trends, growth areas, and operational risks to support timely and data-driven decisions.&lt;br /&gt;
&lt;br /&gt;
== Filters ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Filter&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|Station&lt;br /&gt;
|Filters the report to show data for a specific operational station&lt;br /&gt;
|-&lt;br /&gt;
|Status&lt;br /&gt;
|Filters records based on issue resolution status: &lt;br /&gt;
&#039;&#039;&#039;Resolved&#039;&#039;&#039; (issues that have been closed) and &#039;&#039;&#039;Unresolved&#039;&#039;&#039; (issues still open and pending action).&lt;br /&gt;
|-&lt;br /&gt;
|Date&lt;br /&gt;
|Filters the data to a selected date range for time-based analysis&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Data Transformation Applied ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Query&lt;br /&gt;
!Transformations&lt;br /&gt;
|-&lt;br /&gt;
|1. EY Performance Report&lt;br /&gt;
|Cleaned the dataset by correcting column data types (dates, numbers, text) to ensure accurate calculations and filtering.&lt;br /&gt;
|-&lt;br /&gt;
|2.Pending AWBs&lt;br /&gt;
|Standardized data types and prepared the table for relationship mapping with Stations.&lt;br /&gt;
|-&lt;br /&gt;
|3.Reopened AWBs&lt;br /&gt;
|Corrected data types and validated station identifiers for consistent joins.&lt;br /&gt;
|-&lt;br /&gt;
|4.Stations&lt;br /&gt;
|Used as a master reference table to provide station details for all operational datasets.&lt;br /&gt;
|-&lt;br /&gt;
|5.Calendar&lt;br /&gt;
|Created and linked to date fields to support time-based analysis (weekly and monthly trends).&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Calculations ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Columns&lt;br /&gt;
!Calculation&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|1. Total AWBs&lt;br /&gt;
|Sum of all AWBs&lt;br /&gt;
|Total number of Air Waybills created in the selected period&lt;br /&gt;
|-&lt;br /&gt;
|2. Total Executed AWBs&lt;br /&gt;
|Sum of executed AWBs&lt;br /&gt;
|Number of AWBs that were successfully processed or completed&lt;br /&gt;
|-&lt;br /&gt;
|3.Total Pending AWBs&lt;br /&gt;
|Sum of pending AWBs&lt;br /&gt;
|Number of AWBs still awaiting execution&lt;br /&gt;
|-&lt;br /&gt;
|4.Total CAMS Raised&lt;br /&gt;
|Sum of CAMS cases&lt;br /&gt;
|Total number of customer or operational issues raised&lt;br /&gt;
|-&lt;br /&gt;
|5.Total CR&lt;br /&gt;
|Average of Completion Rate&lt;br /&gt;
|Overall closure rate showing operational efficiency&lt;br /&gt;
|-&lt;br /&gt;
|6.Total CR (EY)&lt;br /&gt;
|Average of Completion Rate EY Fault Removed&lt;br /&gt;
|Closure rate based on EY-specific business rules&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>David.weller</name></author>
	</entry>
	<entry>
		<id>https://wiki-reporting.qms-portal.aero/index.php?title=Report_User_Guides&amp;diff=476</id>
		<title>Report User Guides</title>
		<link rel="alternate" type="text/html" href="https://wiki-reporting.qms-portal.aero/index.php?title=Report_User_Guides&amp;diff=476"/>
		<updated>2026-01-29T10:25:08Z</updated>

		<summary type="html">&lt;p&gt;David.weller: /* Datacair EY Performance Report */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
This guide provides detailed instructions on how to navigate and understand various reports. Each report is broken down into individual pages, with a comprehensive explanation of the available filters, report elements, and the calculations used to generate the displayed data.  &lt;br /&gt;
&lt;br /&gt;
== User Guides ==&lt;br /&gt;
=== M &amp;amp; W Booking Summary Dashboard ===&lt;br /&gt;
* [[Quote &amp;amp; Bookings Summary Dashboard]]&lt;br /&gt;
* [[Quote &amp;amp; Bookings Summary Dashboard 2]]&lt;br /&gt;
* [[Teams Dashboard]]&lt;br /&gt;
* [[Shipment Detail Report]]&lt;br /&gt;
* [[Pre-quote Report]]&lt;br /&gt;
* [[Spot Rate Report]]&lt;br /&gt;
&lt;br /&gt;
=== M &amp;amp; W Automation Summary Dashboard ===&lt;br /&gt;
&lt;br /&gt;
* Automation Booking (Weekly)&lt;br /&gt;
* Automation Booking (Monthly)&lt;br /&gt;
* Automation Booking Insights (Weekly)&lt;br /&gt;
* Automation Booking Insights (Monthly)&lt;br /&gt;
* Automation Sync Error Report&lt;br /&gt;
* Automated Progress Scraper Report&lt;br /&gt;
* Automated Invoice Payable Report&lt;br /&gt;
&lt;br /&gt;
=== M &amp;amp; W Email Summary Dashboard ===&lt;br /&gt;
&lt;br /&gt;
* Received Emails Report&lt;br /&gt;
* Sent Emails Report&lt;br /&gt;
* Email Category Report&lt;br /&gt;
&lt;br /&gt;
=== Global Solution Dashboard ===&lt;br /&gt;
&lt;br /&gt;
* [[Overall YTD]]&lt;br /&gt;
* [[Detail (W M)|Detail (W+M)]]&lt;br /&gt;
* [[Quotes Overview (W M)|Quotes Overview (W+M)]]&lt;br /&gt;
* [[Quotes Summary (W M)|Quotes Summary (W+M)]]&lt;br /&gt;
* [[Quarterly]]&lt;br /&gt;
* [[Customer Overall TY]]&lt;br /&gt;
* [[Aldo Report]]&lt;br /&gt;
&lt;br /&gt;
=== Weight, Yield &amp;amp; Revenue GSA Report ===&lt;br /&gt;
&lt;br /&gt;
* [[Yield - Group Overview]]&lt;br /&gt;
* [[Yield Week-On-Week]]&lt;br /&gt;
* [[Weight v Revenue Week-On-Week]]&lt;br /&gt;
* [[Weight By Carrier]]&lt;br /&gt;
* [[Site Summary]]&lt;br /&gt;
* [[Job Finder]]&lt;br /&gt;
&lt;br /&gt;
=== Master Carrier Report ===&lt;br /&gt;
&lt;br /&gt;
* [[Revenue &amp;amp; Booking Overview]]&lt;br /&gt;
* [[Quotes]]&lt;br /&gt;
* [[Sales Performance]]&lt;br /&gt;
&lt;br /&gt;
=== Datacair Non-Conformance Report ===&lt;br /&gt;
&lt;br /&gt;
* [[NCR - Staff Logs]]&lt;br /&gt;
* [[NCR - DataCair Tickets]]&lt;br /&gt;
* [[Performance Page]]&lt;br /&gt;
* [[Root Cause Analysis (Resolved) Page]]&lt;br /&gt;
* [[Entity Breakdown Page]]&lt;br /&gt;
&lt;br /&gt;
=== Datacair NCR Analysis ===&lt;br /&gt;
&lt;br /&gt;
* [[NCR Report Analysis]]&lt;br /&gt;
&lt;br /&gt;
=== HAE Customer Invoice Report ===&lt;br /&gt;
&lt;br /&gt;
* [[ET Customer Invoice Details]]&lt;br /&gt;
&lt;br /&gt;
=== Datacair EY Performance Report ===&lt;br /&gt;
&lt;br /&gt;
* [[Datacair EY Performance Report]]&lt;br /&gt;
* [[Datacair EY Performance Report - Dashboard]]&lt;br /&gt;
* [[Datacair EY Performance Report - Detail]]&lt;br /&gt;
* [[Datacair EY Performance Report - Airway Bills]]&lt;br /&gt;
&lt;br /&gt;
== Additional Information ==&lt;br /&gt;
* Reports may be updated periodically, so refer to the latest version of the guide for the most accurate details.  &lt;br /&gt;
* If you encounter any discrepancies or require additional assistance, please reach out to the [https://helpdesk.dcbi.aero/ helpdesk].&lt;/div&gt;</summary>
		<author><name>David.weller</name></author>
	</entry>
	<entry>
		<id>https://wiki-reporting.qms-portal.aero/index.php?title=NCR_-_DataCair_Tickets&amp;diff=466</id>
		<title>NCR - DataCair Tickets</title>
		<link rel="alternate" type="text/html" href="https://wiki-reporting.qms-portal.aero/index.php?title=NCR_-_DataCair_Tickets&amp;diff=466"/>
		<updated>2026-01-26T13:28:47Z</updated>

		<summary type="html">&lt;p&gt;David.weller: Created page with &amp;quot;== Summary == TBC  == Filters == {| class=&amp;quot;wikitable&amp;quot; |+ !Filter !Description |- |Example filter |Filter description |}  == Data Transformation Applied == {| class=&amp;quot;wikitable&amp;quot; |+ !Query !Transformations |- |Example Query | Example transformations |}  == Calculations == {| class=&amp;quot;wikitable&amp;quot; |+ !Columns !Calculation !Description |- |Example |Example calc |Example description |}&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
TBC&lt;br /&gt;
&lt;br /&gt;
== Filters ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Filter&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|Example filter&lt;br /&gt;
|Filter description&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Data Transformation Applied ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Query&lt;br /&gt;
!Transformations&lt;br /&gt;
|-&lt;br /&gt;
|Example Query&lt;br /&gt;
|&lt;br /&gt;
Example transformations&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Calculations ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Columns&lt;br /&gt;
!Calculation&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|Example&lt;br /&gt;
|Example calc&lt;br /&gt;
|Example description&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>David.weller</name></author>
	</entry>
	<entry>
		<id>https://wiki-reporting.qms-portal.aero/index.php?title=Report_User_Guides&amp;diff=465</id>
		<title>Report User Guides</title>
		<link rel="alternate" type="text/html" href="https://wiki-reporting.qms-portal.aero/index.php?title=Report_User_Guides&amp;diff=465"/>
		<updated>2026-01-26T13:25:52Z</updated>

		<summary type="html">&lt;p&gt;David.weller: /* Datacair Non-Conformance Report */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
This guide provides detailed instructions on how to navigate and understand various reports. Each report is broken down into individual pages, with a comprehensive explanation of the available filters, report elements, and the calculations used to generate the displayed data.  &lt;br /&gt;
&lt;br /&gt;
== User Guides ==&lt;br /&gt;
=== M &amp;amp; W Booking Summary Dashboard ===&lt;br /&gt;
* [[Quote &amp;amp; Bookings Summary Dashboard]]&lt;br /&gt;
* [[Quote &amp;amp; Bookings Summary Dashboard 2]]&lt;br /&gt;
* [[Teams Dashboard]]&lt;br /&gt;
* [[Shipment Detail Report]]&lt;br /&gt;
* [[Pre-quote Report]]&lt;br /&gt;
* [[Spot Rate Report]]&lt;br /&gt;
&lt;br /&gt;
=== M &amp;amp; W Automation Summary Dashboard ===&lt;br /&gt;
&lt;br /&gt;
* Automation Booking (Weekly)&lt;br /&gt;
* Automation Booking (Monthly)&lt;br /&gt;
* Automation Booking Insights (Weekly)&lt;br /&gt;
* Automation Booking Insights (Monthly)&lt;br /&gt;
* Automation Sync Error Report&lt;br /&gt;
* Automated Progress Scraper Report&lt;br /&gt;
* Automated Invoice Payable Report&lt;br /&gt;
&lt;br /&gt;
=== M &amp;amp; W Email Summary Dashboard ===&lt;br /&gt;
&lt;br /&gt;
* Received Emails Report&lt;br /&gt;
* Sent Emails Report&lt;br /&gt;
* Email Category Report&lt;br /&gt;
&lt;br /&gt;
=== Global Solution Dashboard ===&lt;br /&gt;
&lt;br /&gt;
* [[Overall YTD]]&lt;br /&gt;
* [[Detail (W M)|Detail (W+M)]]&lt;br /&gt;
* [[Quotes Overview (W M)|Quotes Overview (W+M)]]&lt;br /&gt;
* [[Quotes Summary (W M)|Quotes Summary (W+M)]]&lt;br /&gt;
* [[Quarterly]]&lt;br /&gt;
* [[Customer Overall TY]]&lt;br /&gt;
* [[Aldo Report]]&lt;br /&gt;
&lt;br /&gt;
=== Weight, Yield &amp;amp; Revenue GSA Report ===&lt;br /&gt;
&lt;br /&gt;
* [[Yield - Group Overview]]&lt;br /&gt;
* [[Yield Week-On-Week]]&lt;br /&gt;
* [[Weight v Revenue Week-On-Week]]&lt;br /&gt;
* [[Weight By Carrier]]&lt;br /&gt;
* [[Site Summary]]&lt;br /&gt;
* [[Job Finder]]&lt;br /&gt;
&lt;br /&gt;
=== Master Carrier Report ===&lt;br /&gt;
&lt;br /&gt;
* [[Revenue &amp;amp; Booking Overview]]&lt;br /&gt;
* [[Quotes]]&lt;br /&gt;
* [[Sales Performance]]&lt;br /&gt;
&lt;br /&gt;
=== Datacair Non-Conformance Report ===&lt;br /&gt;
&lt;br /&gt;
* [[NCR - Staff Logs]]&lt;br /&gt;
* [[NCR - DataCair Tickets]]&lt;br /&gt;
* [[Performance Page]]&lt;br /&gt;
* [[Root Cause Analysis (Resolved) Page]]&lt;br /&gt;
* [[Entity Breakdown Page]]&lt;br /&gt;
&lt;br /&gt;
=== Datacair NCR Analysis ===&lt;br /&gt;
&lt;br /&gt;
* [[NCR Report Analysis]]&lt;br /&gt;
&lt;br /&gt;
=== HAE Customer Invoice Report ===&lt;br /&gt;
&lt;br /&gt;
* [[ET Customer Invoice Details]]&lt;br /&gt;
&lt;br /&gt;
=== Datacair EY Performance Report ===&lt;br /&gt;
&lt;br /&gt;
* [[Datacair EY Performance Report]]&lt;br /&gt;
&lt;br /&gt;
== Additional Information ==&lt;br /&gt;
* Reports may be updated periodically, so refer to the latest version of the guide for the most accurate details.  &lt;br /&gt;
* If you encounter any discrepancies or require additional assistance, please reach out to the [https://helpdesk.dcbi.aero/ helpdesk].&lt;/div&gt;</summary>
		<author><name>David.weller</name></author>
	</entry>
	<entry>
		<id>https://wiki-reporting.qms-portal.aero/index.php?title=NCR_-_Staff_Logs&amp;diff=464</id>
		<title>NCR - Staff Logs</title>
		<link rel="alternate" type="text/html" href="https://wiki-reporting.qms-portal.aero/index.php?title=NCR_-_Staff_Logs&amp;diff=464"/>
		<updated>2026-01-26T13:25:12Z</updated>

		<summary type="html">&lt;p&gt;David.weller: Created page with &amp;quot;== Summary == This page forms part of the Non-Conformance Report for Datacair. It consolidates data from both the NCR Database and the SupportPal Non-Conformance Tickets.  The report provides a unified view of non-conformance data across entities, combining records from both sources. It offers a high-level overview of staff attendance and work rates, enabling quick and easy analysis across all entities.  == Filters == {| class=&amp;quot;wikitable&amp;quot; |+ !Filter !Description |- |Date...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
This page forms part of the Non-Conformance Report for Datacair. It consolidates data from both the NCR Database and the SupportPal Non-Conformance Tickets.&lt;br /&gt;
&lt;br /&gt;
The report provides a unified view of non-conformance data across entities, combining records from both sources. It offers a high-level overview of staff attendance and work rates, enabling quick and easy analysis across all entities.&lt;br /&gt;
&lt;br /&gt;
== Filters ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Filter&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|Date&lt;br /&gt;
|Filters data by there creation dates&lt;br /&gt;
|-&lt;br /&gt;
|Entity&lt;br /&gt;
|Filters data by there entities&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Data Transformation Applied ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Query&lt;br /&gt;
!Transformations&lt;br /&gt;
|-&lt;br /&gt;
|Datacair tickects table API link =&amp;lt;nowiki&amp;gt;https://customer-service.datacair.com/api/ticket/ticket?department=4&amp;amp;limit=1000000000&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
* &#039;&#039;&#039;API Endpoint&#039;&#039;&#039;: &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;https://customer-service.datacair.com/api/ticket/ticket?department=4&amp;amp;limit=1000000000&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Purpose&#039;&#039;&#039;: Retrieves comprehensive ticket information for department ID &#039;&#039;&#039;4&#039;&#039;&#039;, including metadata and key lifecycle fields. The &amp;lt;code&amp;gt;limit&amp;lt;/code&amp;gt; parameter is explicitly set to a very high value to ensure all relevant records are returned in a single call, bypassing default pagination limits.&lt;br /&gt;
|-&lt;br /&gt;
|SharePoint Tables =https://dcbiaero.sharepoint.com/sites/NCRDatabase/&lt;br /&gt;
|&#039;&#039;&#039;Purpose:&#039;&#039;&#039; Connects to the NCR Database stored on SharePoint and retrieves all available tables and lists.&lt;br /&gt;
&#039;&#039;&#039;Details:&#039;&#039;&#039; Uses SharePoint API version 2.0 and loads all views in the site. Enables access to structured NCR (Non-Conformance Report) data for further transformation and reporting in Power BI.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Usage:&#039;&#039;&#039; This source is used to supplement other datasets with NCR-related metadata or additional ticket details not available in the primary API.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Calculations ==&lt;br /&gt;
[[File:Report-ncrpage-overview.png|none|thumb|800x800px]]&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Columns&lt;br /&gt;
!Calculation&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|1 - Total Transactions&lt;br /&gt;
|Total Transactions =&lt;br /&gt;
COALESCE([Number of Bookings], 0) +&lt;br /&gt;
&lt;br /&gt;
COALESCE([Number of Email], 0) +&lt;br /&gt;
&lt;br /&gt;
COALESCE([Number of FDC], 0) +&lt;br /&gt;
&lt;br /&gt;
COALESCE([Number of Pre_Quotes], 0)&lt;br /&gt;
|This represents the total number of all transaction types completed. It is calculated by adding together the number of bookings, emails, FDC , and pre-quotes. If any of these values is missing, it is treated as zero to ensure accurate counting.&lt;br /&gt;
|-&lt;br /&gt;
|2 - Total Transactions Affected&lt;br /&gt;
|Total Transactions Affected = SUM(&#039;NCR_page_datacaire_tickets&#039;[39_Trasanction_Affected]) +0&lt;br /&gt;
|This represents the total number of transactions impacted, calculated by summing the values in the &#039;39_Transaction_Affected&#039; column from the &#039;NCR_page_datacaire_tickets&#039; dataset. A &amp;quot;+0&amp;quot; ensures that the result is always a number, even if the dataset is empty or no transactions are affected.&lt;br /&gt;
|-&lt;br /&gt;
|3 - Total NCR&#039;s&lt;br /&gt;
|Total NCR&#039;s =&lt;br /&gt;
COALESCE(DISTINCTCOUNT(&#039;NCR_page_datacaire_tickets&#039;[id]), 0)&lt;br /&gt;
|This represents the total number of unique Non-Conformance Reports (NCRs). It is calculated by counting the distinct values in the &#039;id&#039; column of the &#039;NCR_page_datacaire_tickets&#039; dataset. If no unique IDs are found, the result is set to zero to ensure an accurate count.&lt;br /&gt;
|-&lt;br /&gt;
|4 - Staffed Rostered&lt;br /&gt;
|Staffed Rostered = COALESCE(SUM(&#039;NCR Database Combined&#039;[Staff Rostered]), 0)&lt;br /&gt;
|This represents the total number of staff scheduled to work, calculated by summing the values in the &#039;Staff Rostered&#039; column of the &#039;NCR Database Combined&#039; dataset. If no data is available or the sum is empty, the result is set to zero for accuracy.&lt;br /&gt;
|-&lt;br /&gt;
|5 - Staff Attended&lt;br /&gt;
|Staff Attended = COALESCE(SUM(&#039;NCR Database Combined&#039;[Staff Attended]), 0)&lt;br /&gt;
|This represents the total number of staff who actually attended work, calculated by summing the values in the &#039;Staff Attended&#039; column of the &#039;NCR Database Combined&#039; dataset. If no data is available or the sum is empty, the result is set to zero to ensure an accurate count.&lt;br /&gt;
|-&lt;br /&gt;
|6 - Accuracy&lt;br /&gt;
|Accuracy = IFERROR(&lt;br /&gt;
    1 - DIVIDE(&lt;br /&gt;
&lt;br /&gt;
        CALCULATE([Total Transactions Affected]),&lt;br /&gt;
&lt;br /&gt;
        CALCULATE([Total Transactions])&lt;br /&gt;
&lt;br /&gt;
    ),&lt;br /&gt;
&lt;br /&gt;
    0&lt;br /&gt;
&lt;br /&gt;
)&lt;br /&gt;
|This measures the accuracy of transactions by calculating the proportion of transactions that were not affected. It is determined by dividing the Total Transactions Affected by the Total Transactions and subtracting the result from 1. If there’s an error (e.g., division by zero), the result is set to zero to ensure a valid output.&lt;br /&gt;
|-&lt;br /&gt;
|7 - Attendance %&lt;br /&gt;
|Attendance % = &lt;br /&gt;
DIVIDE(&lt;br /&gt;
&lt;br /&gt;
    [Staff Attended],&lt;br /&gt;
&lt;br /&gt;
    [Staffed Rostered],&lt;br /&gt;
&lt;br /&gt;
    0&lt;br /&gt;
&lt;br /&gt;
)&lt;br /&gt;
|This represents the percentage of rostered staff who actually attended work. It is calculated by dividing the total number of Staff Attended by the total number of Staffed Rostered. If the calculation cannot be performed (e.g., if Staffed Rostered is zero), the result is set to zero to ensure a valid output&lt;br /&gt;
|-&lt;br /&gt;
|8 - Accuracy by Date&lt;br /&gt;
|Accuracy = IFERROR(&lt;br /&gt;
    1 - DIVIDE(&lt;br /&gt;
&lt;br /&gt;
        CALCULATE([Total Transactions Affected]),&lt;br /&gt;
&lt;br /&gt;
        CALCULATE([Total Transactions])&lt;br /&gt;
&lt;br /&gt;
    ),&lt;br /&gt;
&lt;br /&gt;
    0&lt;br /&gt;
&lt;br /&gt;
)&lt;br /&gt;
|This chart visually displays the Accuracy percentage over time, with each point on the line representing the Accuracy for a specific date. Accuracy is calculated as 1 minus the ratio of Total Transactions Affected to Total Transactions, expressed as a percentage. If the calculation encounters an error (e.g., no transactions), it defaults to 0%. The x-axis shows the dates, while the y-axis shows the Accuracy percentage (0% to 100%). This chart helps users track how transaction accuracy trends over time, identifying patterns or fluctuations in performance.&lt;br /&gt;
|-&lt;br /&gt;
|9 - Staff by Date&lt;br /&gt;
|Staffed Rostered = COALESCE(SUM(&#039;NCR Database Combined&#039;[Staff Rostered]), 0)&lt;br /&gt;
Staff Sickness = COALESCE(SUM(&#039;NCR Database Combined&#039;[Staff Sickness]), 0)&lt;br /&gt;
&lt;br /&gt;
Staff on Leave = COALESCE(SUM(&#039;NCR Database Combined&#039;[Staff on Leave]), 0)&lt;br /&gt;
&lt;br /&gt;
Staff Attended = COALESCE(SUM(&#039;NCR Database Combined&#039;[Staff Attended]), 0)&amp;quot;&lt;br /&gt;
|This line chart visualizes four key staff metrics over time: &#039;&#039;&#039;Staffed Rostered&#039;&#039;&#039;, &#039;&#039;&#039;Staff Sickness&#039;&#039;&#039;, &#039;&#039;&#039;Staff on Leave&#039;&#039;&#039;, and &#039;&#039;&#039;Staff Attended&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Staffed Rostered&#039;&#039;&#039;: The total number of staff scheduled to work, calculated by summing the &#039;Staff Rostered&#039; column in the &#039;NCR Database Combined&#039; dataset, defaulting to 0 if no data is available.&lt;br /&gt;
* &#039;&#039;&#039;Staff Sickness&#039;&#039;&#039;: The total number of staff absent due to sickness, calculated by summing the &#039;Staff Sickness&#039; column, defaulting to 0 if no data exists.&lt;br /&gt;
* &#039;&#039;&#039;Staff on Leave&#039;&#039;&#039;: The total number of staff on leave, calculated by summing the &#039;Staff on Leave&#039; column, defaulting to 0 if no data is present.&lt;br /&gt;
* &#039;&#039;&#039;Staff Attended&#039;&#039;&#039;: The total number of staff who actually attended work, calculated by summing the &#039;Staff Attended&#039; column, defaulting to 0 if no data is available.&lt;br /&gt;
|-&lt;br /&gt;
|10 - Total Transactions by Month&lt;br /&gt;
|Total Transactions =&lt;br /&gt;
COALESCE([Number of Bookings], 0) +&lt;br /&gt;
&lt;br /&gt;
COALESCE([Number of Email], 0) +&lt;br /&gt;
&lt;br /&gt;
COALESCE([Number of FDC], 0) +&lt;br /&gt;
&lt;br /&gt;
COALESCE([Number of Pre_Quotes], 0)&lt;br /&gt;
|This column chart displays the Total Transactions for each month, providing a clear view of transaction volume over time. Total Transactions is calculated by summing the number of bookings, emails, FDC (Final Delivery Confirmations), and pre-quotes, with each component defaulting to 0 if no data is available. The x-axis lists the months, while the y-axis shows the total count of transactions. Each column represents the combined transaction activity for a given month, helping users identify trends, peak periods, or fluctuations in transaction volume.&lt;br /&gt;
|-&lt;br /&gt;
|11 - &lt;br /&gt;
|i. Date&lt;br /&gt;
ii. Staffed Rostered&lt;br /&gt;
iii. Staff Attended&lt;br /&gt;
iv. Staff on Leave&lt;br /&gt;
v. Staff Sickness&lt;br /&gt;
vi. Number of Bookings&lt;br /&gt;
vii. Number of Emails&lt;br /&gt;
viii. Number of Prequotes&lt;br /&gt;
ix. Number of FDC&lt;br /&gt;
x. Total NCRs&lt;br /&gt;
xi.Total Transactions&lt;br /&gt;
xii. Total Transactions Affected&lt;br /&gt;
xiii. Accuracy&lt;br /&gt;
|The table presents a comprehensive overview of key metrics related to transactions and staffing, visualized in a clear, tabular format for easy analysis&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>David.weller</name></author>
	</entry>
	<entry>
		<id>https://wiki-reporting.qms-portal.aero/index.php?title=Report_User_Guides&amp;diff=463</id>
		<title>Report User Guides</title>
		<link rel="alternate" type="text/html" href="https://wiki-reporting.qms-portal.aero/index.php?title=Report_User_Guides&amp;diff=463"/>
		<updated>2026-01-26T13:24:55Z</updated>

		<summary type="html">&lt;p&gt;David.weller: /* Datacair Non-Conformance Report */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
This guide provides detailed instructions on how to navigate and understand various reports. Each report is broken down into individual pages, with a comprehensive explanation of the available filters, report elements, and the calculations used to generate the displayed data.  &lt;br /&gt;
&lt;br /&gt;
== User Guides ==&lt;br /&gt;
=== M &amp;amp; W Booking Summary Dashboard ===&lt;br /&gt;
* [[Quote &amp;amp; Bookings Summary Dashboard]]&lt;br /&gt;
* [[Quote &amp;amp; Bookings Summary Dashboard 2]]&lt;br /&gt;
* [[Teams Dashboard]]&lt;br /&gt;
* [[Shipment Detail Report]]&lt;br /&gt;
* [[Pre-quote Report]]&lt;br /&gt;
* [[Spot Rate Report]]&lt;br /&gt;
&lt;br /&gt;
=== M &amp;amp; W Automation Summary Dashboard ===&lt;br /&gt;
&lt;br /&gt;
* Automation Booking (Weekly)&lt;br /&gt;
* Automation Booking (Monthly)&lt;br /&gt;
* Automation Booking Insights (Weekly)&lt;br /&gt;
* Automation Booking Insights (Monthly)&lt;br /&gt;
* Automation Sync Error Report&lt;br /&gt;
* Automated Progress Scraper Report&lt;br /&gt;
* Automated Invoice Payable Report&lt;br /&gt;
&lt;br /&gt;
=== M &amp;amp; W Email Summary Dashboard ===&lt;br /&gt;
&lt;br /&gt;
* Received Emails Report&lt;br /&gt;
* Sent Emails Report&lt;br /&gt;
* Email Category Report&lt;br /&gt;
&lt;br /&gt;
=== Global Solution Dashboard ===&lt;br /&gt;
&lt;br /&gt;
* [[Overall YTD]]&lt;br /&gt;
* [[Detail (W M)|Detail (W+M)]]&lt;br /&gt;
* [[Quotes Overview (W M)|Quotes Overview (W+M)]]&lt;br /&gt;
* [[Quotes Summary (W M)|Quotes Summary (W+M)]]&lt;br /&gt;
* [[Quarterly]]&lt;br /&gt;
* [[Customer Overall TY]]&lt;br /&gt;
* [[Aldo Report]]&lt;br /&gt;
&lt;br /&gt;
=== Weight, Yield &amp;amp; Revenue GSA Report ===&lt;br /&gt;
&lt;br /&gt;
* [[Yield - Group Overview]]&lt;br /&gt;
* [[Yield Week-On-Week]]&lt;br /&gt;
* [[Weight v Revenue Week-On-Week]]&lt;br /&gt;
* [[Weight By Carrier]]&lt;br /&gt;
* [[Site Summary]]&lt;br /&gt;
* [[Job Finder]]&lt;br /&gt;
&lt;br /&gt;
=== Master Carrier Report ===&lt;br /&gt;
&lt;br /&gt;
* [[Revenue &amp;amp; Booking Overview]]&lt;br /&gt;
* [[Quotes]]&lt;br /&gt;
* [[Sales Performance]]&lt;br /&gt;
&lt;br /&gt;
=== Datacair Non-Conformance Report ===&lt;br /&gt;
&lt;br /&gt;
* [[NCR Page]]&lt;br /&gt;
* [[NCR - Staff Logs]]&lt;br /&gt;
* [[NCR - DataCair Tickets]]&lt;br /&gt;
* [[Performance Page]]&lt;br /&gt;
* [[Root Cause Analysis (Resolved) Page]]&lt;br /&gt;
* [[Entity Breakdown Page]]&lt;br /&gt;
&lt;br /&gt;
=== Datacair NCR Analysis ===&lt;br /&gt;
&lt;br /&gt;
* [[NCR Report Analysis]]&lt;br /&gt;
&lt;br /&gt;
=== HAE Customer Invoice Report ===&lt;br /&gt;
&lt;br /&gt;
* [[ET Customer Invoice Details]]&lt;br /&gt;
&lt;br /&gt;
=== Datacair EY Performance Report ===&lt;br /&gt;
&lt;br /&gt;
* [[Datacair EY Performance Report]]&lt;br /&gt;
&lt;br /&gt;
== Additional Information ==&lt;br /&gt;
* Reports may be updated periodically, so refer to the latest version of the guide for the most accurate details.  &lt;br /&gt;
* If you encounter any discrepancies or require additional assistance, please reach out to the [https://helpdesk.dcbi.aero/ helpdesk].&lt;/div&gt;</summary>
		<author><name>David.weller</name></author>
	</entry>
	<entry>
		<id>https://wiki-reporting.qms-portal.aero/index.php?title=Report_User_Guides&amp;diff=459</id>
		<title>Report User Guides</title>
		<link rel="alternate" type="text/html" href="https://wiki-reporting.qms-portal.aero/index.php?title=Report_User_Guides&amp;diff=459"/>
		<updated>2026-01-20T15:29:24Z</updated>

		<summary type="html">&lt;p&gt;David.weller: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
This guide provides detailed instructions on how to navigate and understand various reports. Each report is broken down into individual pages, with a comprehensive explanation of the available filters, report elements, and the calculations used to generate the displayed data.  &lt;br /&gt;
&lt;br /&gt;
== User Guides ==&lt;br /&gt;
=== M &amp;amp; W Booking Summary Dashboard ===&lt;br /&gt;
* [[Quote &amp;amp; Bookings Summary Dashboard]]&lt;br /&gt;
* [[Quote &amp;amp; Bookings Summary Dashboard 2]]&lt;br /&gt;
* [[Teams Dashboard]]&lt;br /&gt;
* [[Shipment Detail Report]]&lt;br /&gt;
* [[Pre-quote Report]]&lt;br /&gt;
* [[Spot Rate Report]]&lt;br /&gt;
&lt;br /&gt;
=== M &amp;amp; W Automation Summary Dashboard ===&lt;br /&gt;
&lt;br /&gt;
* Automation Booking (Weekly)&lt;br /&gt;
* Automation Booking (Monthly)&lt;br /&gt;
* Automation Booking Insights (Weekly)&lt;br /&gt;
* Automation Booking Insights (Monthly)&lt;br /&gt;
* Automation Sync Error Report&lt;br /&gt;
* Automated Progress Scraper Report&lt;br /&gt;
* Automated Invoice Payable Report&lt;br /&gt;
&lt;br /&gt;
=== M &amp;amp; W Email Summary Dashboard ===&lt;br /&gt;
&lt;br /&gt;
* Received Emails Report&lt;br /&gt;
* Sent Emails Report&lt;br /&gt;
* Email Category Report&lt;br /&gt;
&lt;br /&gt;
=== Global Solution Dashboard ===&lt;br /&gt;
&lt;br /&gt;
* [[Overall YTD]]&lt;br /&gt;
* [[Detail (W M)|Detail (W+M)]]&lt;br /&gt;
* [[Quotes Overview (W M)|Quotes Overview (W+M)]]&lt;br /&gt;
* [[Quotes Summary (W M)|Quotes Summary (W+M)]]&lt;br /&gt;
* [[Quarterly]]&lt;br /&gt;
* [[Customer Overall TY]]&lt;br /&gt;
* [[Aldo Report]]&lt;br /&gt;
&lt;br /&gt;
=== Weight, Yield &amp;amp; Revenue GSA Report ===&lt;br /&gt;
&lt;br /&gt;
* [[Yield - Group Overview]]&lt;br /&gt;
* [[Yield Week-On-Week]]&lt;br /&gt;
* [[Weight v Revenue Week-On-Week]]&lt;br /&gt;
* [[Weight By Carrier]]&lt;br /&gt;
* [[Site Summary]]&lt;br /&gt;
* [[Job Finder]]&lt;br /&gt;
&lt;br /&gt;
=== Master Carrier Report ===&lt;br /&gt;
&lt;br /&gt;
* [[Revenue &amp;amp; Booking Overview]]&lt;br /&gt;
* [[Quotes]]&lt;br /&gt;
* [[Sales Performance]]&lt;br /&gt;
&lt;br /&gt;
=== Datacair Non-Conformance Report ===&lt;br /&gt;
&lt;br /&gt;
* [[NCR Page]]&lt;br /&gt;
* [[Performance Page]]&lt;br /&gt;
* [[Root Cause Analysis (Resolved) Page]]&lt;br /&gt;
* [[Entity Breakdown Page]]&lt;br /&gt;
&lt;br /&gt;
=== Datacair NCR Analysis ===&lt;br /&gt;
&lt;br /&gt;
* [[NCR Report Analysis]]&lt;br /&gt;
&lt;br /&gt;
=== HAE Customer Invoice Report ===&lt;br /&gt;
&lt;br /&gt;
* [[ET Customer Invoice Details]]&lt;br /&gt;
&lt;br /&gt;
=== Datacair EY Performance Report ===&lt;br /&gt;
&lt;br /&gt;
* [[Datacair EY Performance Report]]&lt;br /&gt;
&lt;br /&gt;
== Additional Information ==&lt;br /&gt;
* Reports may be updated periodically, so refer to the latest version of the guide for the most accurate details.  &lt;br /&gt;
* If you encounter any discrepancies or require additional assistance, please reach out to the [https://helpdesk.dcbi.aero/ helpdesk].&lt;/div&gt;</summary>
		<author><name>David.weller</name></author>
	</entry>
	<entry>
		<id>https://wiki-reporting.qms-portal.aero/index.php?title=Aldo_Report&amp;diff=315</id>
		<title>Aldo Report</title>
		<link rel="alternate" type="text/html" href="https://wiki-reporting.qms-portal.aero/index.php?title=Aldo_Report&amp;diff=315"/>
		<updated>2025-11-21T13:26:34Z</updated>

		<summary type="html">&lt;p&gt;David.weller: Created page with &amp;quot;==Summary==   ==Filters== {| class=&amp;quot;wikitable&amp;quot; |+ ! style=&amp;quot;width: 25%;&amp;quot; | Filter !! style=&amp;quot;width: 75%;&amp;quot; | Description |- | TBC|| TBC |}  == Data Transformation Applied == [To be added] {| class=&amp;quot;wikitable&amp;quot; |+ !Query !Calculations !Description |- | | | |}  ==Calculations==   {| class=&amp;quot;wikitable&amp;quot; |- ! style=&amp;quot;width: 20%;&amp;quot; | Reference  !! style=&amp;quot;width: 40%;&amp;quot; | Calculation  !! style=&amp;quot;width: 40%;&amp;quot; | Description |- | TBC ||&amp;lt;pre&amp;gt;TBC&amp;lt;/pre&amp;gt;|| TBC  |}&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Summary==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Filters==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
! style=&amp;quot;width: 25%;&amp;quot; | Filter !! style=&amp;quot;width: 75%;&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
| TBC|| TBC&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Data Transformation Applied ==&lt;br /&gt;
[To be added]&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Query&lt;br /&gt;
!Calculations&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Calculations==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;width: 20%;&amp;quot; | Reference  !! style=&amp;quot;width: 40%;&amp;quot; | Calculation  !! style=&amp;quot;width: 40%;&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
| TBC ||&amp;lt;pre&amp;gt;TBC&amp;lt;/pre&amp;gt;|| TBC &lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>David.weller</name></author>
	</entry>
	<entry>
		<id>https://wiki-reporting.qms-portal.aero/index.php?title=Customer_Overall_TY&amp;diff=314</id>
		<title>Customer Overall TY</title>
		<link rel="alternate" type="text/html" href="https://wiki-reporting.qms-portal.aero/index.php?title=Customer_Overall_TY&amp;diff=314"/>
		<updated>2025-11-21T13:26:26Z</updated>

		<summary type="html">&lt;p&gt;David.weller: Created page with &amp;quot;==Summary==   ==Filters== {| class=&amp;quot;wikitable&amp;quot; |+ ! style=&amp;quot;width: 25%;&amp;quot; | Filter !! style=&amp;quot;width: 75%;&amp;quot; | Description |- | TBC|| TBC |}  == Data Transformation Applied == [To be added] {| class=&amp;quot;wikitable&amp;quot; |+ !Query !Calculations !Description |- | | | |}  ==Calculations==   {| class=&amp;quot;wikitable&amp;quot; |- ! style=&amp;quot;width: 20%;&amp;quot; | Reference  !! style=&amp;quot;width: 40%;&amp;quot; | Calculation  !! style=&amp;quot;width: 40%;&amp;quot; | Description |- | TBC ||&amp;lt;pre&amp;gt;TBC&amp;lt;/pre&amp;gt;|| TBC  |}&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Summary==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Filters==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
! style=&amp;quot;width: 25%;&amp;quot; | Filter !! style=&amp;quot;width: 75%;&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
| TBC|| TBC&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Data Transformation Applied ==&lt;br /&gt;
[To be added]&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Query&lt;br /&gt;
!Calculations&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Calculations==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;width: 20%;&amp;quot; | Reference  !! style=&amp;quot;width: 40%;&amp;quot; | Calculation  !! style=&amp;quot;width: 40%;&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
| TBC ||&amp;lt;pre&amp;gt;TBC&amp;lt;/pre&amp;gt;|| TBC &lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>David.weller</name></author>
	</entry>
	<entry>
		<id>https://wiki-reporting.qms-portal.aero/index.php?title=Quarterly&amp;diff=313</id>
		<title>Quarterly</title>
		<link rel="alternate" type="text/html" href="https://wiki-reporting.qms-portal.aero/index.php?title=Quarterly&amp;diff=313"/>
		<updated>2025-11-21T13:26:14Z</updated>

		<summary type="html">&lt;p&gt;David.weller: Created page with &amp;quot;==Summary==   ==Filters== {| class=&amp;quot;wikitable&amp;quot; |+ ! style=&amp;quot;width: 25%;&amp;quot; | Filter !! style=&amp;quot;width: 75%;&amp;quot; | Description |- | TBC|| TBC |}  == Data Transformation Applied == [To be added] {| class=&amp;quot;wikitable&amp;quot; |+ !Query !Calculations !Description |- | | | |}  ==Calculations==   {| class=&amp;quot;wikitable&amp;quot; |- ! style=&amp;quot;width: 20%;&amp;quot; | Reference  !! style=&amp;quot;width: 40%;&amp;quot; | Calculation  !! style=&amp;quot;width: 40%;&amp;quot; | Description |- | TBC ||&amp;lt;pre&amp;gt;TBC&amp;lt;/pre&amp;gt;|| TBC  |}&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Summary==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Filters==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
! style=&amp;quot;width: 25%;&amp;quot; | Filter !! style=&amp;quot;width: 75%;&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
| TBC|| TBC&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Data Transformation Applied ==&lt;br /&gt;
[To be added]&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Query&lt;br /&gt;
!Calculations&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Calculations==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;width: 20%;&amp;quot; | Reference  !! style=&amp;quot;width: 40%;&amp;quot; | Calculation  !! style=&amp;quot;width: 40%;&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
| TBC ||&amp;lt;pre&amp;gt;TBC&amp;lt;/pre&amp;gt;|| TBC &lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>David.weller</name></author>
	</entry>
	<entry>
		<id>https://wiki-reporting.qms-portal.aero/index.php?title=Quotes_Summary_(W%2BM)&amp;diff=312</id>
		<title>Quotes Summary (W+M)</title>
		<link rel="alternate" type="text/html" href="https://wiki-reporting.qms-portal.aero/index.php?title=Quotes_Summary_(W%2BM)&amp;diff=312"/>
		<updated>2025-11-21T13:26:06Z</updated>

		<summary type="html">&lt;p&gt;David.weller: Created page with &amp;quot;==Summary==   ==Filters== {| class=&amp;quot;wikitable&amp;quot; |+ ! style=&amp;quot;width: 25%;&amp;quot; | Filter !! style=&amp;quot;width: 75%;&amp;quot; | Description |- | TBC|| TBC |}  == Data Transformation Applied == [To be added] {| class=&amp;quot;wikitable&amp;quot; |+ !Query !Calculations !Description |- | | | |}  ==Calculations==   {| class=&amp;quot;wikitable&amp;quot; |- ! style=&amp;quot;width: 20%;&amp;quot; | Reference  !! style=&amp;quot;width: 40%;&amp;quot; | Calculation  !! style=&amp;quot;width: 40%;&amp;quot; | Description |- | TBC ||&amp;lt;pre&amp;gt;TBC&amp;lt;/pre&amp;gt;|| TBC  |}&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Summary==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Filters==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
! style=&amp;quot;width: 25%;&amp;quot; | Filter !! style=&amp;quot;width: 75%;&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
| TBC|| TBC&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Data Transformation Applied ==&lt;br /&gt;
[To be added]&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Query&lt;br /&gt;
!Calculations&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Calculations==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;width: 20%;&amp;quot; | Reference  !! style=&amp;quot;width: 40%;&amp;quot; | Calculation  !! style=&amp;quot;width: 40%;&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
| TBC ||&amp;lt;pre&amp;gt;TBC&amp;lt;/pre&amp;gt;|| TBC &lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>David.weller</name></author>
	</entry>
	<entry>
		<id>https://wiki-reporting.qms-portal.aero/index.php?title=Quotes_Overview_(W%2BM)&amp;diff=311</id>
		<title>Quotes Overview (W+M)</title>
		<link rel="alternate" type="text/html" href="https://wiki-reporting.qms-portal.aero/index.php?title=Quotes_Overview_(W%2BM)&amp;diff=311"/>
		<updated>2025-11-21T13:25:56Z</updated>

		<summary type="html">&lt;p&gt;David.weller: Created page with &amp;quot;==Summary==   ==Filters== {| class=&amp;quot;wikitable&amp;quot; |+ ! style=&amp;quot;width: 25%;&amp;quot; | Filter !! style=&amp;quot;width: 75%;&amp;quot; | Description |- | TBC|| TBC |}  == Data Transformation Applied == [To be added] {| class=&amp;quot;wikitable&amp;quot; |+ !Query !Calculations !Description |- | | | |}  ==Calculations==   {| class=&amp;quot;wikitable&amp;quot; |- ! style=&amp;quot;width: 20%;&amp;quot; | Reference  !! style=&amp;quot;width: 40%;&amp;quot; | Calculation  !! style=&amp;quot;width: 40%;&amp;quot; | Description |- | TBC ||&amp;lt;pre&amp;gt;TBC&amp;lt;/pre&amp;gt;|| TBC  |}&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Summary==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Filters==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
! style=&amp;quot;width: 25%;&amp;quot; | Filter !! style=&amp;quot;width: 75%;&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
| TBC|| TBC&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Data Transformation Applied ==&lt;br /&gt;
[To be added]&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Query&lt;br /&gt;
!Calculations&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Calculations==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;width: 20%;&amp;quot; | Reference  !! style=&amp;quot;width: 40%;&amp;quot; | Calculation  !! style=&amp;quot;width: 40%;&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
| TBC ||&amp;lt;pre&amp;gt;TBC&amp;lt;/pre&amp;gt;|| TBC &lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>David.weller</name></author>
	</entry>
	<entry>
		<id>https://wiki-reporting.qms-portal.aero/index.php?title=Detail_(W%2BM)&amp;diff=310</id>
		<title>Detail (W+M)</title>
		<link rel="alternate" type="text/html" href="https://wiki-reporting.qms-portal.aero/index.php?title=Detail_(W%2BM)&amp;diff=310"/>
		<updated>2025-11-21T13:25:45Z</updated>

		<summary type="html">&lt;p&gt;David.weller: Created page with &amp;quot;==Summary==   ==Filters== {| class=&amp;quot;wikitable&amp;quot; |+ ! style=&amp;quot;width: 25%;&amp;quot; | Filter !! style=&amp;quot;width: 75%;&amp;quot; | Description |- | TBC|| TBC |}  == Data Transformation Applied == [To be added] {| class=&amp;quot;wikitable&amp;quot; |+ !Query !Calculations !Description |- | | | |}  ==Calculations==   {| class=&amp;quot;wikitable&amp;quot; |- ! style=&amp;quot;width: 20%;&amp;quot; | Reference  !! style=&amp;quot;width: 40%;&amp;quot; | Calculation  !! style=&amp;quot;width: 40%;&amp;quot; | Description |- | TBC ||&amp;lt;pre&amp;gt;TBC&amp;lt;/pre&amp;gt;|| TBC  |}&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Summary==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Filters==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
! style=&amp;quot;width: 25%;&amp;quot; | Filter !! style=&amp;quot;width: 75%;&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
| TBC|| TBC&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Data Transformation Applied ==&lt;br /&gt;
[To be added]&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Query&lt;br /&gt;
!Calculations&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Calculations==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;width: 20%;&amp;quot; | Reference  !! style=&amp;quot;width: 40%;&amp;quot; | Calculation  !! style=&amp;quot;width: 40%;&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
| TBC ||&amp;lt;pre&amp;gt;TBC&amp;lt;/pre&amp;gt;|| TBC &lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>David.weller</name></author>
	</entry>
	<entry>
		<id>https://wiki-reporting.qms-portal.aero/index.php?title=Report_User_Guides&amp;diff=309</id>
		<title>Report User Guides</title>
		<link rel="alternate" type="text/html" href="https://wiki-reporting.qms-portal.aero/index.php?title=Report_User_Guides&amp;diff=309"/>
		<updated>2025-11-21T13:25:32Z</updated>

		<summary type="html">&lt;p&gt;David.weller: /* Global Solution Dashboard */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
This guide provides detailed instructions on how to navigate and understand various reports. Each report is broken down into individual pages, with a comprehensive explanation of the available filters, report elements, and the calculations used to generate the displayed data.  &lt;br /&gt;
&lt;br /&gt;
== User Guides ==&lt;br /&gt;
=== M &amp;amp; W Booking Summary Dashboard ===&lt;br /&gt;
* [[Quote &amp;amp; Bookings Summary Dashboard]]&lt;br /&gt;
* [[Quote &amp;amp; Bookings Summary Dashboard 2]]&lt;br /&gt;
* [[Teams Dashboard]]&lt;br /&gt;
* [[Shipment Detail Report]]&lt;br /&gt;
* [[Pre-quote Report]]&lt;br /&gt;
* [[Spot Rate Report]]&lt;br /&gt;
&lt;br /&gt;
=== M &amp;amp; W Automation Summary Dashboard ===&lt;br /&gt;
&lt;br /&gt;
* Automation Booking (Weekly)&lt;br /&gt;
* Automation Booking (Monthly)&lt;br /&gt;
* Automation Booking Insights (Weekly)&lt;br /&gt;
* Automation Booking Insights (Monthly)&lt;br /&gt;
* Automation Sync Error Report&lt;br /&gt;
* Automated Progress Scraper Report&lt;br /&gt;
* Automated Invoice Payable Report&lt;br /&gt;
&lt;br /&gt;
=== M &amp;amp; W Email Summary Dashboard ===&lt;br /&gt;
&lt;br /&gt;
* Received Emails Report&lt;br /&gt;
* Sent Emails Report&lt;br /&gt;
* Email Category Report&lt;br /&gt;
&lt;br /&gt;
=== Global Solution Dashboard ===&lt;br /&gt;
&lt;br /&gt;
* [[Overall YTD]]&lt;br /&gt;
* [[Detail (W+M)]]&lt;br /&gt;
* [[Quotes Overview (W+M)]]&lt;br /&gt;
* [[Quotes Summary (W+M)]]&lt;br /&gt;
* [[Quarterly]]&lt;br /&gt;
* [[Customer Overall TY]]&lt;br /&gt;
* [[Aldo Report]]&lt;br /&gt;
&lt;br /&gt;
=== Weight, Yield &amp;amp; Revenue GSA Report ===&lt;br /&gt;
&lt;br /&gt;
* [[Yield - Group Overview]]&lt;br /&gt;
* [[Yield Week-On-Week]]&lt;br /&gt;
* [[Weight v Revenue Week-On-Week]]&lt;br /&gt;
* [[Weight By Carrier]]&lt;br /&gt;
* [[Site Summary]]&lt;br /&gt;
* [[Job Finder]]&lt;br /&gt;
&lt;br /&gt;
=== Master Carrier Report ===&lt;br /&gt;
&lt;br /&gt;
* [[Revenue &amp;amp; Booking Overview]]&lt;br /&gt;
* [[Quotes]]&lt;br /&gt;
* [[Sales Performance]]&lt;br /&gt;
&lt;br /&gt;
=== Datacair Non-Conformance Report ===&lt;br /&gt;
&lt;br /&gt;
* [[NCR Page]]&lt;br /&gt;
* [[Performance Page]]&lt;br /&gt;
* [[Root Cause Analysis (Resolved) Page]]&lt;br /&gt;
* [[Entity Breakdown Page]]&lt;br /&gt;
&lt;br /&gt;
=== Datacair NCR Analysis ===&lt;br /&gt;
&lt;br /&gt;
* [[NCR Report Analysis]]&lt;br /&gt;
&lt;br /&gt;
=== HAE Customer Invoice Report ===&lt;br /&gt;
&lt;br /&gt;
* [[ET Customer Invoice Details]]&lt;br /&gt;
&lt;br /&gt;
== Additional Information ==&lt;br /&gt;
* Reports may be updated periodically, so refer to the latest version of the guide for the most accurate details.  &lt;br /&gt;
* If you encounter any discrepancies or require additional assistance, please reach out to the [https://helpdesk.dcbi.aero/ helpdesk].&lt;/div&gt;</summary>
		<author><name>David.weller</name></author>
	</entry>
	<entry>
		<id>https://wiki-reporting.qms-portal.aero/index.php?title=Overall_YTD&amp;diff=308</id>
		<title>Overall YTD</title>
		<link rel="alternate" type="text/html" href="https://wiki-reporting.qms-portal.aero/index.php?title=Overall_YTD&amp;diff=308"/>
		<updated>2025-11-21T13:24:43Z</updated>

		<summary type="html">&lt;p&gt;David.weller: Created page with &amp;quot;==Summary==   ==Filters== {| class=&amp;quot;wikitable&amp;quot; |+ ! style=&amp;quot;width: 25%;&amp;quot; | Filter !! style=&amp;quot;width: 75%;&amp;quot; | Description |- | TBC|| TBC |}  == Data Transformation Applied == [To be added] {| class=&amp;quot;wikitable&amp;quot; |+ !Query !Calculations !Description |- | | | |}  ==Calculations==   {| class=&amp;quot;wikitable&amp;quot; |- ! style=&amp;quot;width: 20%;&amp;quot; | Reference  !! style=&amp;quot;width: 40%;&amp;quot; | Calculation  !! style=&amp;quot;width: 40%;&amp;quot; | Description |- | TBC ||&amp;lt;pre&amp;gt;TBC&amp;lt;/pre&amp;gt;|| TBC  |}&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Summary==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Filters==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
! style=&amp;quot;width: 25%;&amp;quot; | Filter !! style=&amp;quot;width: 75%;&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
| TBC|| TBC&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Data Transformation Applied ==&lt;br /&gt;
[To be added]&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Query&lt;br /&gt;
!Calculations&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Calculations==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;width: 20%;&amp;quot; | Reference  !! style=&amp;quot;width: 40%;&amp;quot; | Calculation  !! style=&amp;quot;width: 40%;&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
| TBC ||&amp;lt;pre&amp;gt;TBC&amp;lt;/pre&amp;gt;|| TBC &lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>David.weller</name></author>
	</entry>
	<entry>
		<id>https://wiki-reporting.qms-portal.aero/index.php?title=Report_User_Guides&amp;diff=307</id>
		<title>Report User Guides</title>
		<link rel="alternate" type="text/html" href="https://wiki-reporting.qms-portal.aero/index.php?title=Report_User_Guides&amp;diff=307"/>
		<updated>2025-11-21T13:23:04Z</updated>

		<summary type="html">&lt;p&gt;David.weller: /* Global Solution Dashboard */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
This guide provides detailed instructions on how to navigate and understand various reports. Each report is broken down into individual pages, with a comprehensive explanation of the available filters, report elements, and the calculations used to generate the displayed data.  &lt;br /&gt;
&lt;br /&gt;
== User Guides ==&lt;br /&gt;
=== M &amp;amp; W Booking Summary Dashboard ===&lt;br /&gt;
* [[Quote &amp;amp; Bookings Summary Dashboard]]&lt;br /&gt;
* [[Quote &amp;amp; Bookings Summary Dashboard 2]]&lt;br /&gt;
* [[Teams Dashboard]]&lt;br /&gt;
* [[Shipment Detail Report]]&lt;br /&gt;
* [[Pre-quote Report]]&lt;br /&gt;
* [[Spot Rate Report]]&lt;br /&gt;
&lt;br /&gt;
=== M &amp;amp; W Automation Summary Dashboard ===&lt;br /&gt;
&lt;br /&gt;
* Automation Booking (Weekly)&lt;br /&gt;
* Automation Booking (Monthly)&lt;br /&gt;
* Automation Booking Insights (Weekly)&lt;br /&gt;
* Automation Booking Insights (Monthly)&lt;br /&gt;
* Automation Sync Error Report&lt;br /&gt;
* Automated Progress Scraper Report&lt;br /&gt;
* Automated Invoice Payable Report&lt;br /&gt;
&lt;br /&gt;
=== M &amp;amp; W Email Summary Dashboard ===&lt;br /&gt;
&lt;br /&gt;
* Received Emails Report&lt;br /&gt;
* Sent Emails Report&lt;br /&gt;
* Email Category Report&lt;br /&gt;
&lt;br /&gt;
=== Global Solution Dashboard ===&lt;br /&gt;
&lt;br /&gt;
* [[Overall YTD]]&lt;br /&gt;
* Detail (W+M)&lt;br /&gt;
* Quotes Overview (W+M)&lt;br /&gt;
* Quotes Summary (W+M)&lt;br /&gt;
* Quarterly&lt;br /&gt;
* Customer Overall TY&lt;br /&gt;
* Aldo Report&lt;br /&gt;
&lt;br /&gt;
=== Weight, Yield &amp;amp; Revenue GSA Report ===&lt;br /&gt;
&lt;br /&gt;
* [[Yield - Group Overview]]&lt;br /&gt;
* [[Yield Week-On-Week]]&lt;br /&gt;
* [[Weight v Revenue Week-On-Week]]&lt;br /&gt;
* [[Weight By Carrier]]&lt;br /&gt;
* [[Site Summary]]&lt;br /&gt;
* [[Job Finder]]&lt;br /&gt;
&lt;br /&gt;
=== Master Carrier Report ===&lt;br /&gt;
&lt;br /&gt;
* [[Revenue &amp;amp; Booking Overview]]&lt;br /&gt;
* [[Quotes]]&lt;br /&gt;
* [[Sales Performance]]&lt;br /&gt;
&lt;br /&gt;
=== Datacair Non-Conformance Report ===&lt;br /&gt;
&lt;br /&gt;
* [[NCR Page]]&lt;br /&gt;
* [[Performance Page]]&lt;br /&gt;
* [[Root Cause Analysis (Resolved) Page]]&lt;br /&gt;
* [[Entity Breakdown Page]]&lt;br /&gt;
&lt;br /&gt;
=== Datacair NCR Analysis ===&lt;br /&gt;
&lt;br /&gt;
* [[NCR Report Analysis]]&lt;br /&gt;
&lt;br /&gt;
=== HAE Customer Invoice Report ===&lt;br /&gt;
&lt;br /&gt;
* [[ET Customer Invoice Details]]&lt;br /&gt;
&lt;br /&gt;
== Additional Information ==&lt;br /&gt;
* Reports may be updated periodically, so refer to the latest version of the guide for the most accurate details.  &lt;br /&gt;
* If you encounter any discrepancies or require additional assistance, please reach out to the [https://helpdesk.dcbi.aero/ helpdesk].&lt;/div&gt;</summary>
		<author><name>David.weller</name></author>
	</entry>
	<entry>
		<id>https://wiki-reporting.qms-portal.aero/index.php?title=Report_User_Guides&amp;diff=306</id>
		<title>Report User Guides</title>
		<link rel="alternate" type="text/html" href="https://wiki-reporting.qms-portal.aero/index.php?title=Report_User_Guides&amp;diff=306"/>
		<updated>2025-11-21T13:22:30Z</updated>

		<summary type="html">&lt;p&gt;David.weller: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
This guide provides detailed instructions on how to navigate and understand various reports. Each report is broken down into individual pages, with a comprehensive explanation of the available filters, report elements, and the calculations used to generate the displayed data.  &lt;br /&gt;
&lt;br /&gt;
== User Guides ==&lt;br /&gt;
=== M &amp;amp; W Booking Summary Dashboard ===&lt;br /&gt;
* [[Quote &amp;amp; Bookings Summary Dashboard]]&lt;br /&gt;
* [[Quote &amp;amp; Bookings Summary Dashboard 2]]&lt;br /&gt;
* [[Teams Dashboard]]&lt;br /&gt;
* [[Shipment Detail Report]]&lt;br /&gt;
* [[Pre-quote Report]]&lt;br /&gt;
* [[Spot Rate Report]]&lt;br /&gt;
&lt;br /&gt;
=== M &amp;amp; W Automation Summary Dashboard ===&lt;br /&gt;
&lt;br /&gt;
* Automation Booking (Weekly)&lt;br /&gt;
* Automation Booking (Monthly)&lt;br /&gt;
* Automation Booking Insights (Weekly)&lt;br /&gt;
* Automation Booking Insights (Monthly)&lt;br /&gt;
* Automation Sync Error Report&lt;br /&gt;
* Automated Progress Scraper Report&lt;br /&gt;
* Automated Invoice Payable Report&lt;br /&gt;
&lt;br /&gt;
=== M &amp;amp; W Email Summary Dashboard ===&lt;br /&gt;
&lt;br /&gt;
* Received Emails Report&lt;br /&gt;
* Sent Emails Report&lt;br /&gt;
* Email Category Report&lt;br /&gt;
&lt;br /&gt;
=== Global Solution Dashboard ===&lt;br /&gt;
&lt;br /&gt;
* Overall YTD&lt;br /&gt;
* Detail (W+M)&lt;br /&gt;
* Quotes Overview (W+M)&lt;br /&gt;
* Quotes Summary (W+M)&lt;br /&gt;
* Quarterly&lt;br /&gt;
* Customer Overall TY&lt;br /&gt;
* Aldo Report&lt;br /&gt;
&lt;br /&gt;
=== Weight, Yield &amp;amp; Revenue GSA Report ===&lt;br /&gt;
&lt;br /&gt;
* [[Yield - Group Overview]]&lt;br /&gt;
* [[Yield Week-On-Week]]&lt;br /&gt;
* [[Weight v Revenue Week-On-Week]]&lt;br /&gt;
* [[Weight By Carrier]]&lt;br /&gt;
* [[Site Summary]]&lt;br /&gt;
* [[Job Finder]]&lt;br /&gt;
&lt;br /&gt;
=== Master Carrier Report ===&lt;br /&gt;
&lt;br /&gt;
* [[Revenue &amp;amp; Booking Overview]]&lt;br /&gt;
* [[Quotes]]&lt;br /&gt;
* [[Sales Performance]]&lt;br /&gt;
&lt;br /&gt;
=== Datacair Non-Conformance Report ===&lt;br /&gt;
&lt;br /&gt;
* [[NCR Page]]&lt;br /&gt;
* [[Performance Page]]&lt;br /&gt;
* [[Root Cause Analysis (Resolved) Page]]&lt;br /&gt;
* [[Entity Breakdown Page]]&lt;br /&gt;
&lt;br /&gt;
=== Datacair NCR Analysis ===&lt;br /&gt;
&lt;br /&gt;
* [[NCR Report Analysis]]&lt;br /&gt;
&lt;br /&gt;
=== HAE Customer Invoice Report ===&lt;br /&gt;
&lt;br /&gt;
* [[ET Customer Invoice Details]]&lt;br /&gt;
&lt;br /&gt;
== Additional Information ==&lt;br /&gt;
* Reports may be updated periodically, so refer to the latest version of the guide for the most accurate details.  &lt;br /&gt;
* If you encounter any discrepancies or require additional assistance, please reach out to the [https://helpdesk.dcbi.aero/ helpdesk].&lt;/div&gt;</summary>
		<author><name>David.weller</name></author>
	</entry>
	<entry>
		<id>https://wiki-reporting.qms-portal.aero/index.php?title=Report_User_Guides&amp;diff=305</id>
		<title>Report User Guides</title>
		<link rel="alternate" type="text/html" href="https://wiki-reporting.qms-portal.aero/index.php?title=Report_User_Guides&amp;diff=305"/>
		<updated>2025-11-21T13:20:23Z</updated>

		<summary type="html">&lt;p&gt;David.weller: /* Datacair Non-Conformance Report */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
This guide provides detailed instructions on how to navigate and understand various reports. Each report is broken down into individual pages, with a comprehensive explanation of the available filters, report elements, and the calculations used to generate the displayed data.  &lt;br /&gt;
&lt;br /&gt;
== User Guides ==&lt;br /&gt;
=== M &amp;amp; W Booking Summary Dashboard ===&lt;br /&gt;
* [[Quote &amp;amp; Bookings Summary Dashboard]]&lt;br /&gt;
* [[Quote &amp;amp; Bookings Summary Dashboard 2]]&lt;br /&gt;
* [[Teams Dashboard]]&lt;br /&gt;
* [[Shipment Detail Report]]&lt;br /&gt;
* [[Pre-quote Report]]&lt;br /&gt;
* [[Spot Rate Report]]&lt;br /&gt;
&lt;br /&gt;
=== M &amp;amp; W Automation Summary Dashboard ===&lt;br /&gt;
&lt;br /&gt;
* Automation Booking (Weekly)&lt;br /&gt;
* Automation Booking (Monthly)&lt;br /&gt;
* Automation Booking Insights (Weekly)&lt;br /&gt;
* Automation Booking Insights (Monthly)&lt;br /&gt;
* Automation Sync Error Report&lt;br /&gt;
* Automated Progress Scraper Report&lt;br /&gt;
* Automated Invoice Payable Report&lt;br /&gt;
&lt;br /&gt;
=== M &amp;amp; W Email Summary Dashboard ===&lt;br /&gt;
&lt;br /&gt;
* Received Emails Report&lt;br /&gt;
* Sent Emails Report&lt;br /&gt;
* Email Category Report&lt;br /&gt;
&lt;br /&gt;
=== Weight, Yield &amp;amp; Revenue GSA Report ===&lt;br /&gt;
&lt;br /&gt;
* [[Yield - Group Overview]]&lt;br /&gt;
* [[Yield Week-On-Week]]&lt;br /&gt;
* [[Weight v Revenue Week-On-Week]]&lt;br /&gt;
* [[Weight By Carrier]]&lt;br /&gt;
* [[Site Summary]]&lt;br /&gt;
* [[Job Finder]]&lt;br /&gt;
&lt;br /&gt;
=== Master Carrier Report ===&lt;br /&gt;
&lt;br /&gt;
* [[Revenue &amp;amp; Booking Overview]]&lt;br /&gt;
* [[Quotes]]&lt;br /&gt;
* [[Sales Performance]]&lt;br /&gt;
&lt;br /&gt;
=== Datacair Non-Conformance Report ===&lt;br /&gt;
&lt;br /&gt;
* [[NCR Page]]&lt;br /&gt;
* [[Performance Page]]&lt;br /&gt;
* [[Root Cause Analysis (Resolved) Page]]&lt;br /&gt;
* [[Entity Breakdown Page]]&lt;br /&gt;
&lt;br /&gt;
=== Datacair NCR Analysis ===&lt;br /&gt;
&lt;br /&gt;
* [[NCR Report Analysis]]&lt;br /&gt;
&lt;br /&gt;
=== HAE Customer Invoice Report ===&lt;br /&gt;
&lt;br /&gt;
* [[ET Customer Invoice Details]]&lt;br /&gt;
&lt;br /&gt;
== Additional Information ==&lt;br /&gt;
* Reports may be updated periodically, so refer to the latest version of the guide for the most accurate details.  &lt;br /&gt;
* If you encounter any discrepancies or require additional assistance, please reach out to the [https://helpdesk.dcbi.aero/ helpdesk].&lt;/div&gt;</summary>
		<author><name>David.weller</name></author>
	</entry>
	<entry>
		<id>https://wiki-reporting.qms-portal.aero/index.php?title=Job_Finder&amp;diff=252</id>
		<title>Job Finder</title>
		<link rel="alternate" type="text/html" href="https://wiki-reporting.qms-portal.aero/index.php?title=Job_Finder&amp;diff=252"/>
		<updated>2025-09-30T10:20:22Z</updated>

		<summary type="html">&lt;p&gt;David.weller: Created page with &amp;quot; == Summary == This is for the page &amp;quot;Job Finder&amp;quot; page that is a part of the Yield, Weight and Revenue GSA Report.  == Filters == {| class=&amp;quot;wikitable&amp;quot; |+ !Filter !Description |- | | |}  == Data Transformation Applied == {| class=&amp;quot;wikitable&amp;quot; |+ !Query !Transformations |- | | |}  == Calculations == {| class=&amp;quot;wikitable&amp;quot; |+ !Columns !Calculation !Description |- | | | |}&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Summary ==&lt;br /&gt;
This is for the page &amp;quot;Job Finder&amp;quot; page that is a part of the Yield, Weight and Revenue GSA Report.&lt;br /&gt;
&lt;br /&gt;
== Filters ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Filter&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Data Transformation Applied ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Query&lt;br /&gt;
!Transformations&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Calculations ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Columns&lt;br /&gt;
!Calculation&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>David.weller</name></author>
	</entry>
	<entry>
		<id>https://wiki-reporting.qms-portal.aero/index.php?title=Site_Summary&amp;diff=251</id>
		<title>Site Summary</title>
		<link rel="alternate" type="text/html" href="https://wiki-reporting.qms-portal.aero/index.php?title=Site_Summary&amp;diff=251"/>
		<updated>2025-09-30T10:20:10Z</updated>

		<summary type="html">&lt;p&gt;David.weller: Created page with &amp;quot; == Summary == This is for the page &amp;quot;Site Summary&amp;quot; page that is a part of the Yield, Weight and Revenue GSA Report.  == Filters == {| class=&amp;quot;wikitable&amp;quot; |+ !Filter !Description |- | | |}  == Data Transformation Applied == {| class=&amp;quot;wikitable&amp;quot; |+ !Query !Transformations |- | | |}  == Calculations == {| class=&amp;quot;wikitable&amp;quot; |+ !Columns !Calculation !Description |- | | | |}&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Summary ==&lt;br /&gt;
This is for the page &amp;quot;Site Summary&amp;quot; page that is a part of the Yield, Weight and Revenue GSA Report.&lt;br /&gt;
&lt;br /&gt;
== Filters ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Filter&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Data Transformation Applied ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Query&lt;br /&gt;
!Transformations&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Calculations ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Columns&lt;br /&gt;
!Calculation&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>David.weller</name></author>
	</entry>
	<entry>
		<id>https://wiki-reporting.qms-portal.aero/index.php?title=Weight_By_Carrier&amp;diff=250</id>
		<title>Weight By Carrier</title>
		<link rel="alternate" type="text/html" href="https://wiki-reporting.qms-portal.aero/index.php?title=Weight_By_Carrier&amp;diff=250"/>
		<updated>2025-09-30T10:19:57Z</updated>

		<summary type="html">&lt;p&gt;David.weller: Created page with &amp;quot; == Summary == This is for the page &amp;quot;Weight By Carrier&amp;quot; page that is a part of the Yield, Weight and Revenue GSA Report.  == Filters == {| class=&amp;quot;wikitable&amp;quot; |+ !Filter !Description |- | | |}  == Data Transformation Applied == {| class=&amp;quot;wikitable&amp;quot; |+ !Query !Transformations |- | | |}  == Calculations == {| class=&amp;quot;wikitable&amp;quot; |+ !Columns !Calculation !Description |- | | | |}&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Summary ==&lt;br /&gt;
This is for the page &amp;quot;Weight By Carrier&amp;quot; page that is a part of the Yield, Weight and Revenue GSA Report.&lt;br /&gt;
&lt;br /&gt;
== Filters ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Filter&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Data Transformation Applied ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Query&lt;br /&gt;
!Transformations&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Calculations ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Columns&lt;br /&gt;
!Calculation&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>David.weller</name></author>
	</entry>
	<entry>
		<id>https://wiki-reporting.qms-portal.aero/index.php?title=Weight_v_Revenue_Week-On-Week&amp;diff=249</id>
		<title>Weight v Revenue Week-On-Week</title>
		<link rel="alternate" type="text/html" href="https://wiki-reporting.qms-portal.aero/index.php?title=Weight_v_Revenue_Week-On-Week&amp;diff=249"/>
		<updated>2025-09-30T10:19:33Z</updated>

		<summary type="html">&lt;p&gt;David.weller: Created page with &amp;quot; == Summary == This is for the page &amp;quot;Weight v Revenue Week-On-Week&amp;quot; page that is a part of the Yield, Weight and Revenue GSA Report.  == Filters == {| class=&amp;quot;wikitable&amp;quot; |+ !Filter !Description |- | | |}  == Data Transformation Applied == {| class=&amp;quot;wikitable&amp;quot; |+ !Query !Transformations |- | | |}  == Calculations == {| class=&amp;quot;wikitable&amp;quot; |+ !Columns !Calculation !Description |- | | | |}&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Summary ==&lt;br /&gt;
This is for the page &amp;quot;Weight v Revenue Week-On-Week&amp;quot; page that is a part of the Yield, Weight and Revenue GSA Report.&lt;br /&gt;
&lt;br /&gt;
== Filters ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Filter&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Data Transformation Applied ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Query&lt;br /&gt;
!Transformations&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Calculations ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Columns&lt;br /&gt;
!Calculation&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>David.weller</name></author>
	</entry>
	<entry>
		<id>https://wiki-reporting.qms-portal.aero/index.php?title=Yield_Week-On-Week&amp;diff=248</id>
		<title>Yield Week-On-Week</title>
		<link rel="alternate" type="text/html" href="https://wiki-reporting.qms-portal.aero/index.php?title=Yield_Week-On-Week&amp;diff=248"/>
		<updated>2025-09-30T10:19:18Z</updated>

		<summary type="html">&lt;p&gt;David.weller: Created page with &amp;quot; == Summary == This is for the page &amp;quot;Yield - Week-On-Week&amp;quot; page that is a part of the Yield, Weight and Revenue GSA Report.  == Filters == {| class=&amp;quot;wikitable&amp;quot; |+ !Filter !Description |- | | |}  == Data Transformation Applied == {| class=&amp;quot;wikitable&amp;quot; |+ !Query !Transformations |- | | |}  == Calculations == {| class=&amp;quot;wikitable&amp;quot; |+ !Columns !Calculation !Description |- | | | |}&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Summary ==&lt;br /&gt;
This is for the page &amp;quot;Yield - Week-On-Week&amp;quot; page that is a part of the Yield, Weight and Revenue GSA Report.&lt;br /&gt;
&lt;br /&gt;
== Filters ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Filter&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Data Transformation Applied ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Query&lt;br /&gt;
!Transformations&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Calculations ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Columns&lt;br /&gt;
!Calculation&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>David.weller</name></author>
	</entry>
	<entry>
		<id>https://wiki-reporting.qms-portal.aero/index.php?title=Yield_-_Group_Overview&amp;diff=247</id>
		<title>Yield - Group Overview</title>
		<link rel="alternate" type="text/html" href="https://wiki-reporting.qms-portal.aero/index.php?title=Yield_-_Group_Overview&amp;diff=247"/>
		<updated>2025-09-30T10:18:41Z</updated>

		<summary type="html">&lt;p&gt;David.weller: Created page with &amp;quot; == Summary == This is for the page &amp;quot;Yield - Group Overview&amp;quot; page that is a part of the Yield, Weight and Revenue GSA Report.  == Filters == {| class=&amp;quot;wikitable&amp;quot; |+ !Filter !Description |- | | |}  == Data Transformation Applied == {| class=&amp;quot;wikitable&amp;quot; |+ !Query !Transformations |- | | |}  == Calculations == {| class=&amp;quot;wikitable&amp;quot; |+ !Columns !Calculation !Description |- | | | |}&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Summary ==&lt;br /&gt;
This is for the page &amp;quot;Yield - Group Overview&amp;quot; page that is a part of the Yield, Weight and Revenue GSA Report.&lt;br /&gt;
&lt;br /&gt;
== Filters ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Filter&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Data Transformation Applied ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Query&lt;br /&gt;
!Transformations&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Calculations ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Columns&lt;br /&gt;
!Calculation&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>David.weller</name></author>
	</entry>
	<entry>
		<id>https://wiki-reporting.qms-portal.aero/index.php?title=Report_User_Guides&amp;diff=246</id>
		<title>Report User Guides</title>
		<link rel="alternate" type="text/html" href="https://wiki-reporting.qms-portal.aero/index.php?title=Report_User_Guides&amp;diff=246"/>
		<updated>2025-09-30T10:16:48Z</updated>

		<summary type="html">&lt;p&gt;David.weller: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
This guide provides detailed instructions on how to navigate and understand various reports. Each report is broken down into individual pages, with a comprehensive explanation of the available filters, report elements, and the calculations used to generate the displayed data.  &lt;br /&gt;
&lt;br /&gt;
== User Guides ==&lt;br /&gt;
=== M &amp;amp; W Booking Summary Dashboard ===&lt;br /&gt;
* [[Quote &amp;amp; Bookings Summary Dashboard]]&lt;br /&gt;
* [[Quote &amp;amp; Bookings Summary Dashboard 2]]&lt;br /&gt;
* [[Teams Dashboard]]&lt;br /&gt;
* [[Shipment Detail Report]]&lt;br /&gt;
* [[Pre-quote Report]]&lt;br /&gt;
* [[Spot Rate Report]]&lt;br /&gt;
&lt;br /&gt;
=== M &amp;amp; W Automation Summary Dashboard ===&lt;br /&gt;
&lt;br /&gt;
* Automation Booking (Weekly)&lt;br /&gt;
* Automation Booking (Monthly)&lt;br /&gt;
* Automation Booking Insights (Weekly)&lt;br /&gt;
* Automation Booking Insights (Monthly)&lt;br /&gt;
* Automation Sync Error Report&lt;br /&gt;
* Automated Progress Scraper Report&lt;br /&gt;
* Automated Invoice Payable Report&lt;br /&gt;
&lt;br /&gt;
=== M &amp;amp; W Email Summary Dashboard ===&lt;br /&gt;
&lt;br /&gt;
* Received Emails Report&lt;br /&gt;
* Sent Emails Report&lt;br /&gt;
* Email Category Report&lt;br /&gt;
&lt;br /&gt;
=== Weight, Yield &amp;amp; Revenue GSA Report ===&lt;br /&gt;
&lt;br /&gt;
* [[Yield - Group Overview]]&lt;br /&gt;
* [[Yield Week-On-Week]]&lt;br /&gt;
* [[Weight v Revenue Week-On-Week]]&lt;br /&gt;
* [[Weight By Carrier]]&lt;br /&gt;
* [[Site Summary]]&lt;br /&gt;
* [[Job Finder]]&lt;br /&gt;
&lt;br /&gt;
=== Master Carrier Report ===&lt;br /&gt;
&lt;br /&gt;
* [[Revenue &amp;amp; Booking Overview]]&lt;br /&gt;
* [[Quotes]]&lt;br /&gt;
* [[Sales Performance]]&lt;br /&gt;
&lt;br /&gt;
=== Datacair Non-Conformance Report ===&lt;br /&gt;
&lt;br /&gt;
* [[NCR Page]]&lt;br /&gt;
* [[Performance Page]]&lt;br /&gt;
* [[Root Cause Analysis (Resolved) Page]]&lt;br /&gt;
* [[Entity Breakdown Page]]&lt;br /&gt;
* [[NCR Report Analysis]]&lt;br /&gt;
&lt;br /&gt;
=== HAE Customer Invoice Report ===&lt;br /&gt;
&lt;br /&gt;
* [[ET Customer Invoice Details]]&lt;br /&gt;
&lt;br /&gt;
== Additional Information ==&lt;br /&gt;
* Reports may be updated periodically, so refer to the latest version of the guide for the most accurate details.  &lt;br /&gt;
* If you encounter any discrepancies or require additional assistance, please reach out to the [https://helpdesk.dcbi.aero/ helpdesk].&lt;/div&gt;</summary>
		<author><name>David.weller</name></author>
	</entry>
	<entry>
		<id>https://wiki-reporting.qms-portal.aero/index.php?title=ET_Customer_Invoice_Details&amp;diff=244</id>
		<title>ET Customer Invoice Details</title>
		<link rel="alternate" type="text/html" href="https://wiki-reporting.qms-portal.aero/index.php?title=ET_Customer_Invoice_Details&amp;diff=244"/>
		<updated>2025-09-26T12:56:23Z</updated>

		<summary type="html">&lt;p&gt;David.weller: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
This report was developed as a custom request from the Brazil-based Operations team to enable them to quickly generate an invoice report for sharing with carrier ET.&lt;br /&gt;
&lt;br /&gt;
It forms part of an ongoing effort to streamline their workflow and support fast, efficient invoice generation and communication with the carrier.&lt;br /&gt;
&lt;br /&gt;
== Filters ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Filter&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|Site&lt;br /&gt;
|This is locked to the Brazil site&lt;br /&gt;
|-&lt;br /&gt;
|Carrier&lt;br /&gt;
|This is locked to ET Brazil&lt;br /&gt;
|-&lt;br /&gt;
|Customer&lt;br /&gt;
|Allows the user to specifically select the customer they want to view the booking details for. Can only select a single customer, or show all. &lt;br /&gt;
|-&lt;br /&gt;
|Date Range&lt;br /&gt;
|The date range is linked to the depart date. &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Data Transformation Applied ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Query&lt;br /&gt;
!Transformations&lt;br /&gt;
|-&lt;br /&gt;
|quotations&lt;br /&gt;
|&lt;br /&gt;
* &#039;&#039;&#039;Changed Type&#039;&#039;&#039;: &#039;&#039;&#039;created_at&#039;&#039;&#039;, &#039;&#039;&#039;depart_date&#039;&#039;&#039; to &#039;&#039;&#039;date&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;Merged Queries&#039;&#039;&#039;: Joined with &#039;&#039;&#039;quotation_carriers&#039;&#039;&#039; on &#039;&#039;&#039;id&#039;&#039;&#039;, &#039;&#039;&#039;main_carrier_id&#039;&#039;&#039; and &#039;&#039;&#039;quotation_id&#039;&#039;&#039;, &#039;&#039;&#039;carrier_id&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;Expanded Columns&#039;&#039;&#039;: &#039;&#039;&#039;carrier_id&#039;&#039;&#039;, &#039;&#039;&#039;Carrier&#039;&#039;&#039;, &#039;&#039;&#039;Site&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Filtered Rows&#039;&#039;&#039;: Kept only rows where &#039;&#039;&#039;quotation_carriers.carrier_id = 250&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|hae_booking_db carriers&lt;br /&gt;
|&lt;br /&gt;
* &#039;&#039;&#039;Merged Queries&#039;&#039;&#039;: Joined with &#039;&#039;&#039;sites&#039;&#039;&#039; on &#039;&#039;&#039;site_id&#039;&#039;&#039; and &#039;&#039;&#039;id&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;Expanded Column&#039;&#039;&#039;: &#039;&#039;&#039;name&#039;&#039;&#039; from &#039;&#039;&#039;sites&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Renamed Column&#039;&#039;&#039;: &#039;&#039;&#039;hae_booking_db sites.name&#039;&#039;&#039; to &#039;&#039;&#039;Site&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|quotation_totals_local&lt;br /&gt;
|&lt;br /&gt;
* &#039;&#039;&#039;Renamed Columns&#039;&#039;&#039;:  &#039;&#039;&#039;total_cost&#039;&#039;&#039; → &#039;&#039;&#039;ET Refund (COST)&#039;&#039;&#039;  &#039;&#039;&#039;total_sell&#039;&#039;&#039; → &#039;&#039;&#039;HAE Invoice Customer Total (Sales BRL)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Added Custom Column&#039;&#039;&#039;:  &#039;&#039;&#039;HAE Over&#039;&#039;&#039; = &#039;&#039;&#039;total_sell_rate - total_cost_rate&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|quotation_charges&lt;br /&gt;
|&lt;br /&gt;
* &#039;&#039;&#039;Changed Type&#039;&#039;&#039;: &#039;&#039;&#039;created_at&#039;&#039;&#039; to &#039;&#039;&#039;date&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;Duplicated Column&#039;&#039;&#039;: &#039;&#039;&#039;sell_rate&#039;&#039;&#039; → &#039;&#039;&#039;AWB Rate&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;Renamed Column&#039;&#039;&#039;: &#039;&#039;&#039;currency&#039;&#039;&#039; → &#039;&#039;&#039;Due Carrier Currency&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;Duplicated Column Again&#039;&#039;&#039;: &#039;&#039;&#039;Due Carrier Currency&#039;&#039;&#039; → &#039;&#039;&#039;HAE Commission Currency (USD)&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|quotation_routes&lt;br /&gt;
|&lt;br /&gt;
* &#039;&#039;&#039;Merged Queries&#039;&#039;&#039;: Joined with &#039;&#039;&#039;quotation_charges&#039;&#039;&#039; on &#039;&#039;&#039;id&#039;&#039;&#039; and &#039;&#039;&#039;quotation_route_id&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;Expanded Columns&#039;&#039;&#039;: &#039;&#039;&#039;cost_rate&#039;&#039;&#039;, &#039;&#039;&#039;sell_rate&#039;&#039;&#039;, &#039;&#039;&#039;currency&#039;&#039;&#039;, &#039;&#039;&#039;currency_sell&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;Renamed Columns&#039;&#039;&#039;:  &#039;&#039;&#039;cost_rate&#039;&#039;&#039; → &#039;&#039;&#039;Buying Rate&#039;&#039;&#039;  &#039;&#039;&#039;sell_rate&#039;&#039;&#039; → &#039;&#039;&#039;Selling Rate&#039;&#039;&#039;  &#039;&#039;&#039;currency&#039;&#039;&#039; → &#039;&#039;&#039;Buying Currency&#039;&#039;&#039;  &#039;&#039;&#039;currency_sell&#039;&#039;&#039; → &#039;&#039;&#039;Sell Rate Currency&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Changed Type&#039;&#039;&#039;: &#039;&#039;&#039;created_at&#039;&#039;&#039; to &#039;&#039;&#039;date&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|quotation_fields (Mode of Payment)&lt;br /&gt;
|&lt;br /&gt;
* &#039;&#039;&#039;Renamed Column&#039;&#039;&#039;: &#039;&#039;&#039;field_value&#039;&#039;&#039; → &#039;&#039;&#039;Mode of Payment&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Changed Type&#039;&#039;&#039;: &#039;&#039;&#039;created_at&#039;&#039;&#039; to &#039;&#039;&#039;date&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|quotation_fields (AWB Issue Date)&lt;br /&gt;
|&lt;br /&gt;
* &#039;&#039;&#039;Renamed Column&#039;&#039;&#039;: &#039;&#039;&#039;field_value&#039;&#039;&#039; → &#039;&#039;&#039;AWB Issue Date&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Added Custom Column&#039;&#039;&#039;:  &#039;&#039;&#039;AWB Issue Date Final&#039;&#039;&#039; = if &#039;&#039;&#039;AWB Issue Date = &amp;quot;&amp;quot;&#039;&#039;&#039; then &#039;&#039;&#039;&amp;quot;NODATA&amp;quot;&#039;&#039;&#039; else &#039;&#039;&#039;AWB Issue Date&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|quotation_fields (Due Agent)&lt;br /&gt;
|&lt;br /&gt;
* &#039;&#039;&#039;Renamed Column&#039;&#039;&#039;: &#039;&#039;&#039;field_value&#039;&#039;&#039; → &#039;&#039;&#039;Due Agent&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Changed Type&#039;&#039;&#039;: &#039;&#039;&#039;created_at&#039;&#039;&#039; to &#039;&#039;&#039;date&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|quotation_exchange_rates&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
* &#039;&#039;&#039;Changed Type&#039;&#039;&#039;: &#039;&#039;&#039;created_at&#039;&#039;&#039; to &#039;&#039;&#039;date&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;Grouped Rows&#039;&#039;&#039;: by &#039;&#039;&#039;quotation_id&#039;&#039;&#039;, retained max of &#039;&#039;&#039;created_at&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;Merged Queries&#039;&#039;&#039;: Joined with &#039;&#039;&#039;quotation_exchange_Original&#039;&#039;&#039; on &#039;&#039;&#039;quotation_id&#039;&#039;&#039; and &#039;&#039;&#039;created_at&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;Expanded Columns&#039;&#039;&#039;: &#039;&#039;&#039;exchange_rate&#039;&#039;&#039;, &#039;&#039;&#039;is_fixed&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;Renamed Columns&#039;&#039;&#039;:  &#039;&#039;&#039;quotation_exchange_Original.exchange_rate&#039;&#039;&#039; → &#039;&#039;&#039;exchange_rate&#039;&#039;&#039;  &#039;&#039;&#039;quotation_exchange_Original.is_fixed&#039;&#039;&#039; → &#039;&#039;&#039;is_fixed&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|quotation_exchange_Original&lt;br /&gt;
|&#039;&#039;&#039;Changed Type&#039;&#039;&#039;: &#039;&#039;&#039;created_at&#039;&#039;&#039; to &#039;&#039;&#039;date&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|quotation_chargesHAE_TAX&lt;br /&gt;
|&lt;br /&gt;
* &#039;&#039;&#039;Filtered Rows&#039;&#039;&#039;: Initial filter kept all, then second filter kept rows where &#039;&#039;&#039;HAE Tax (charge currency) = USD&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Renamed Columns&#039;&#039;&#039;:  &#039;&#039;&#039;sell_min&#039;&#039;&#039; → &#039;&#039;&#039;HAE Tax USD&#039;&#039;&#039;  &#039;&#039;&#039;currency_sell&#039;&#039;&#039; → &#039;&#039;&#039;HAE Tax (charge currency)&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|quotation_route_partsOriginal&lt;br /&gt;
|&lt;br /&gt;
* &#039;&#039;&#039;Merged Queries&#039;&#039;&#039;: Joined with &#039;&#039;&#039;quotation_routes_flight_number&#039;&#039;&#039; on &#039;&#039;&#039;quotation_route_id&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;Expanded Column&#039;&#039;&#039;: &#039;&#039;&#039;quotation_id&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Renamed Column&#039;&#039;&#039;: &#039;&#039;&#039;quotation_routes_flight_number.quotation_id&#039;&#039;&#039; → &#039;&#039;&#039;quotation_id&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|quotation_flight_number&lt;br /&gt;
|&lt;br /&gt;
* &#039;&#039;&#039;Merged Queries&#039;&#039;&#039;: Joined with &#039;&#039;&#039;quotation_routes_flight_number&#039;&#039;&#039; on &#039;&#039;&#039;quotation_route_id&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;Expanded Column&#039;&#039;&#039;: &#039;&#039;&#039;quotation_id&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;Grouped Rows&#039;&#039;&#039;: by &#039;&#039;&#039;quotation_id&#039;&#039;&#039;, selected &#039;&#039;&#039;Min(id)&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;Merged Queries&#039;&#039;&#039;: Joined with &#039;&#039;&#039;quotation_route_partsOriginal&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;Expanded Columns&#039;&#039;&#039;: &#039;&#039;&#039;flight_number&#039;&#039;&#039;, &#039;&#039;&#039;carrier_code&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Renamed Columns&#039;&#039;&#039;:  &#039;&#039;&#039;quotation_route_partsOriginal.flight_number&#039;&#039;&#039; → &#039;&#039;&#039;flight_number&#039;&#039;&#039;  &#039;&#039;&#039;quotation_route_partsOriginal.carrier_code&#039;&#039;&#039; → &#039;&#039;&#039;carrier_code&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|QuotationCombinedTableTotalRevenue&lt;br /&gt;
|To create a table that combines quotation data with revenue-related charge details. This helps in calculating &#039;&#039;&#039;Total Revenue&#039;&#039;&#039;.&lt;br /&gt;
&#039;&#039;&#039;How it works:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* It &#039;&#039;&#039;joins&#039;&#039;&#039; the quotations table with the quotations_total_revenue table using matching quotation IDs.&lt;br /&gt;
* From the joined data, it &#039;&#039;&#039;selects&#039;&#039;&#039; only these columns:&lt;br /&gt;
** &#039;&#039;&#039;ID&#039;&#039;&#039; – the quotation ID&lt;br /&gt;
** &#039;&#039;&#039;Chargeable Weight&#039;&#039;&#039; – used in revenue calculation&lt;br /&gt;
** &#039;&#039;&#039;Code&#039;&#039;&#039; – type of charge (e.g., LINEHAUL, DTC)&lt;br /&gt;
** &#039;&#039;&#039;Sell Rate&#039;&#039;&#039; – rate per weight unit&lt;br /&gt;
** &#039;&#039;&#039;Sell Min&#039;&#039;&#039; – minimum selling value&lt;br /&gt;
&lt;br /&gt;
This table is then used in the revenue formula that applies different logic depending on the charge code.&lt;br /&gt;
|-&lt;br /&gt;
|QuotationCombinedTableDueCarrierUSD&lt;br /&gt;
|&#039;&#039;&#039;Purpose:&#039;&#039;&#039;&lt;br /&gt;
To create a clean table for calculating Due Carrier USD, excluding rows where the charge code is LINEHAUL.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Steps:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Use three tables: &#039;&#039;&#039;quotations&#039;&#039;&#039;, &#039;&#039;&#039;quotation_chargesDueCarrierUSD&#039;&#039;&#039; (a filtered version of quotation_charges), and &#039;&#039;&#039;quotation_exchange_rates&#039;&#039;&#039;.&lt;br /&gt;
* Join &#039;&#039;&#039;quotations&#039;&#039;&#039; with &#039;&#039;&#039;quotation_chargesDueCarrierUSD&#039;&#039;&#039; using a natural inner join.&lt;br /&gt;
* Then join the result with &#039;&#039;&#039;quotation_exchange_rates&#039;&#039;&#039; using another natural inner join.&lt;br /&gt;
* Select the following columns:&lt;br /&gt;
** &#039;&#039;&#039;ID&#039;&#039;&#039; from quotations&lt;br /&gt;
** &#039;&#039;&#039;Chargeable Weight&#039;&#039;&#039; from quotations&lt;br /&gt;
** &#039;&#039;&#039;Cost Rate&#039;&#039;&#039;, &#039;&#039;&#039;Code&#039;&#039;&#039;, &#039;&#039;&#039;Cost Min&#039;&#039;&#039;, &#039;&#039;&#039;On&#039;&#039;&#039; from quotation_chargesDueCarrierUSD&lt;br /&gt;
** &#039;&#039;&#039;Exchange Rate&#039;&#039;&#039; from quotation_exchange_rates&lt;br /&gt;
* Use &#039;&#039;&#039;DISTINCT&#039;&#039;&#039; to remove any duplicate rows.&lt;br /&gt;
|-&lt;br /&gt;
|QuotationCombinedTableDueCarrierTotal&lt;br /&gt;
|To create a unified table that includes &#039;&#039;&#039;all carrier charges&#039;&#039;&#039; (including &#039;&#039;&#039;LINEHAUL&#039;&#039;&#039;) for calculating &#039;&#039;&#039;Total Due Carrier USD&#039;&#039;&#039; values.&lt;br /&gt;
&#039;&#039;&#039;Steps:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Start with the &#039;&#039;&#039;quotations&#039;&#039;&#039;, &#039;&#039;&#039;quotation_chargesDueCarrierTotal&#039;&#039;&#039;, and &#039;&#039;&#039;quotation_exchange_rates&#039;&#039;&#039; tables.&lt;br /&gt;
* Perform a &#039;&#039;&#039;natural inner join&#039;&#039;&#039; between &#039;&#039;&#039;quotations&#039;&#039;&#039; and &#039;&#039;&#039;quotation_chargesDueCarrierTotal&#039;&#039;&#039;.&lt;br /&gt;
* Then perform another &#039;&#039;&#039;natural inner join&#039;&#039;&#039; with &#039;&#039;&#039;quotation_exchange_rates&#039;&#039;&#039;.&lt;br /&gt;
* Use &#039;&#039;&#039;SELECTCOLUMNS&#039;&#039;&#039; to extract the following fields:&lt;br /&gt;
** &#039;&#039;&#039;ID&#039;&#039;&#039; from quotations&lt;br /&gt;
** &#039;&#039;&#039;Chargeable Weight&#039;&#039;&#039; from quotations&lt;br /&gt;
** &#039;&#039;&#039;Cost Rate&#039;&#039;&#039;, &#039;&#039;&#039;Code&#039;&#039;&#039;, &#039;&#039;&#039;Cost Min&#039;&#039;&#039;, &#039;&#039;&#039;On&#039;&#039;&#039; from quotation_chargesDueCarrierTotal&lt;br /&gt;
** &#039;&#039;&#039;Exchange Rate&#039;&#039;&#039; from quotation_exchange_rates&lt;br /&gt;
*&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Calculations ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Columns&lt;br /&gt;
!Calculation&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|id&lt;br /&gt;
|&#039;&#039;&#039;id&#039;&#039;&#039; — sourced directly from the quotations table.&lt;br /&gt;
|The &#039;&#039;&#039;id&#039;&#039;&#039; is a unique identifier for each record and is retrieved directly from the &#039;&#039;&#039;quotations&#039;&#039;&#039; table. &lt;br /&gt;
|-&lt;br /&gt;
|master_airwaybill&lt;br /&gt;
|&#039;&#039;&#039;master_airwaybill&#039;&#039;&#039; — sourced directly from the quotations table.&lt;br /&gt;
|The &#039;&#039;&#039;master_airwaybill&#039;&#039;&#039; field contains the main airway bill number for the shipment. It is pulled directly from the &#039;&#039;&#039;quotations&#039;&#039;&#039; table for reference and tracking.&lt;br /&gt;
|-&lt;br /&gt;
|Customer&lt;br /&gt;
|&#039;&#039;&#039;Customer Name&#039;&#039;&#039; — pulled from the customer table via customer_id and linked to the quotations table.&lt;br /&gt;
|Join the &#039;&#039;&#039;customer&#039;&#039;&#039; table to the &#039;&#039;&#039;quotations&#039;&#039;&#039; table using &#039;&#039;&#039;customer_id&#039;&#039;&#039; as the key.&lt;br /&gt;
From the joined customer record, retrieve the &#039;&#039;&#039;name&#039;&#039;&#039; field to identify the customer associated with the quotation.&lt;br /&gt;
|-&lt;br /&gt;
|Flight_Number&lt;br /&gt;
|&#039;&#039;&#039;flight_number&#039;&#039;&#039; — retrieved from hae_route_parts, filtered to the minimum quotation_route_id per quotation_id, and joined back to quotations via quotation_id&lt;br /&gt;
|Retrieve the &#039;&#039;&#039;flight_number&#039;&#039;&#039; associated with each quotation by linking route data. This is done by identifying the first (minimum) &#039;&#039;&#039;quotation_route_id&#039;&#039;&#039; per &#039;&#039;&#039;quotation_id&#039;&#039;&#039;, then using it to pull the corresponding &#039;&#039;&#039;flight_number&#039;&#039;&#039; from the route details.&lt;br /&gt;
|-&lt;br /&gt;
|Depart Date&lt;br /&gt;
|&#039;&#039;&#039;depart_date&#039;&#039;&#039; — sourced directly from the quotations table.&lt;br /&gt;
|The &#039;&#039;&#039;depart_date&#039;&#039;&#039; is obtained directly from the quotations table.&lt;br /&gt;
|-&lt;br /&gt;
|AWB Issue Date&lt;br /&gt;
|AWB Issue Date = if [AWB Issue Date] = null then &amp;quot;NO DATA&amp;quot; else [AWB Issue Date]&lt;br /&gt;
|Retrieve the &#039;&#039;&#039;AWB Issue Date&#039;&#039;&#039; from the &#039;&#039;&#039;quotation_fields&#039;&#039;&#039; table where &#039;&#039;&#039;carrier_quotation_field_id&#039;&#039;&#039; equals &#039;&#039;&#039;200&#039;&#039;&#039;, which corresponds to the AWB Issue Date field.&lt;br /&gt;
Then, join this data to the &#039;&#039;&#039;quotations&#039;&#039;&#039; table using &#039;&#039;&#039;quotation_id&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Finally, check if the &#039;&#039;&#039;AWB Issue Date&#039;&#039;&#039; is null; if so, return &#039;&#039;&#039;&amp;quot;NO DATA&amp;quot;&#039;&#039;&#039;. Otherwise, return the &#039;&#039;&#039;AWB Issue Date&#039;&#039;&#039;.&lt;br /&gt;
|-&lt;br /&gt;
|Exchange_rate&lt;br /&gt;
|&#039;&#039;&#039;exchange_rate&#039;&#039;&#039; — retrieved from the exchange_rate table as the most recent entry (by created_at) for each quotation_id.&lt;br /&gt;
|Join the &#039;&#039;&#039;exchange_rate&#039;&#039;&#039; table with the &#039;&#039;&#039;quotations&#039;&#039;&#039; table using the &#039;&#039;&#039;quotation_id&#039;&#039;&#039; key.&lt;br /&gt;
From the &#039;&#039;&#039;exchange_rate&#039;&#039;&#039; table, retrieve the &#039;&#039;&#039;exchange_rate&#039;&#039;&#039; field that has the &#039;&#039;&#039;most recent created_at&#039;&#039;&#039; timestamp &#039;&#039;&#039;per quotation_id&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
This ensures that each quotation is matched with the latest available exchange rate record&lt;br /&gt;
|-&lt;br /&gt;
|Fixed_exRate&lt;br /&gt;
|Fixed_exRate =&lt;br /&gt;
IF(&lt;br /&gt;
&lt;br /&gt;
    quotation_exchange_rates[is_fixed] = TRUE(),&lt;br /&gt;
&lt;br /&gt;
    &amp;quot;✓&amp;quot;,&lt;br /&gt;
&lt;br /&gt;
    &amp;quot;×&amp;quot;&lt;br /&gt;
&lt;br /&gt;
)&lt;br /&gt;
|Join the &#039;&#039;&#039;exchange_rate&#039;&#039;&#039; table with the &#039;&#039;&#039;quotations&#039;&#039;&#039; table using the &#039;&#039;&#039;quotation_id&#039;&#039;&#039; key.&lt;br /&gt;
From the exchange_rate table, retrieve the &#039;&#039;&#039;is_fixed&#039;&#039;&#039; field that with the most recent created_at per quotation_id&lt;br /&gt;
&lt;br /&gt;
which indicates whether the exchange rate is fixed.&lt;br /&gt;
&lt;br /&gt;
Then evaluate the value:&lt;br /&gt;
&lt;br /&gt;
* If &#039;&#039;&#039;is_fixed&#039;&#039;&#039; is &#039;&#039;&#039;TRUE&#039;&#039;&#039;, return &#039;&#039;&#039;&amp;quot;✓&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
* If &#039;&#039;&#039;is_fixed&#039;&#039;&#039; is &#039;&#039;&#039;FALSE&#039;&#039;&#039;, return &#039;&#039;&#039;&amp;quot;×&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|origin&lt;br /&gt;
|&#039;&#039;&#039;origin&#039;&#039;&#039; — sourced directly from the quotations table.&lt;br /&gt;
|It is retrieved directly from the &#039;&#039;&#039;quotations&#039;&#039;&#039; table.&lt;br /&gt;
|-&lt;br /&gt;
|Destination&lt;br /&gt;
|&#039;&#039;&#039;destination&#039;&#039;&#039; — sourced directly from the quotations table.&lt;br /&gt;
|It is retrieved directly from the &#039;&#039;&#039;quotations&#039;&#039;&#039; table.&lt;br /&gt;
|-&lt;br /&gt;
|gross_weight&lt;br /&gt;
|&#039;&#039;&#039;gross_weight&#039;&#039;&#039; — sourced directly from the quotations table.&lt;br /&gt;
|It is retrieved directly from the &#039;&#039;&#039;quotations&#039;&#039;&#039; table.&lt;br /&gt;
|-&lt;br /&gt;
|chargeable_weight&lt;br /&gt;
|&#039;&#039;&#039;chargeable_weight&#039;&#039;&#039; — sourced directly from the quotations table.&lt;br /&gt;
|It is retrieved directly from the &#039;&#039;&#039;quotations&#039;&#039;&#039; table.&lt;br /&gt;
|-&lt;br /&gt;
|Buying Rate&lt;br /&gt;
|Buying Rate = quotation_routes[cost_rate]&lt;br /&gt;
|&#039;&#039;&#039;Join&#039;&#039;&#039; the &#039;&#039;&#039;quotation_routes&#039;&#039;&#039; table (filtered where &#039;&#039;&#039;carrier_id = 12&#039;&#039;&#039;) with the &#039;&#039;&#039;quotation_charges&#039;&#039;&#039; table, &#039;&#039;&#039;filtered where code = &amp;quot;LINEHAUL&amp;quot;&#039;&#039;&#039;.&lt;br /&gt;
From this joined data, &#039;&#039;&#039;extract the cost_rate&#039;&#039;&#039; field and rename it as &#039;&#039;&#039;Buying Rate&#039;&#039;&#039;.&lt;br /&gt;
|-&lt;br /&gt;
|Buying Rate Total&lt;br /&gt;
|&#039;&#039;&#039;Buying Rate Total&#039;&#039;&#039; =&lt;br /&gt;
quotation_routes[Buying Rate] × RELATED(quotations[chargeable_weight])&lt;br /&gt;
|Join the &#039;&#039;&#039;routes&#039;&#039;&#039; table (filtered to &#039;&#039;&#039;carrier_id = 12&#039;&#039;&#039;) with the &#039;&#039;&#039;quotation_charges&#039;&#039;&#039; table, where the &#039;&#039;&#039;Airfreight rate&#039;&#039;&#039; is &#039;&#039;&#039;LINEHAUL&#039;&#039;&#039;.&lt;br /&gt;
From this join, extract the &#039;&#039;&#039;cost_rate&#039;&#039;&#039; field.&lt;br /&gt;
&lt;br /&gt;
Next, join this data with the &#039;&#039;&#039;quotations&#039;&#039;&#039; table to access the &#039;&#039;&#039;chargeable_weight&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Then, calculate the &#039;&#039;&#039;Buying Rate Total&#039;&#039;&#039; by multiplying the &#039;&#039;&#039;LINEHAUL cost_rate&#039;&#039;&#039; by the &#039;&#039;&#039;chargeable_weight&#039;&#039;&#039;.&lt;br /&gt;
|-&lt;br /&gt;
|Buying Currency&lt;br /&gt;
|&#039;&#039;&#039;Buying Currency = currency&#039;&#039;&#039; from quotation_charges, joined via quotation_id.&lt;br /&gt;
|Join the &#039;&#039;&#039;quotation_charges&#039;&#039;&#039; table with the &#039;&#039;&#039;quotations&#039;&#039;&#039; table using the &#039;&#039;&#039;quotation_id&#039;&#039;&#039; key.&lt;br /&gt;
From the &#039;&#039;&#039;quotation_charges&#039;&#039;&#039; table, retrieve the &#039;&#039;&#039;currency&#039;&#039;&#039; field.&lt;br /&gt;
|-&lt;br /&gt;
|AWB Rate&lt;br /&gt;
|&#039;&#039;&#039;AWB Rate = sell_rate&#039;&#039;&#039; from quotation_charges where code = &#039;LINEHAUL&#039;, joined via quotation_id.&lt;br /&gt;
|Join the &#039;&#039;&#039;quotation_charges&#039;&#039;&#039; table with the &#039;&#039;&#039;quotations&#039;&#039;&#039; table using the &#039;&#039;&#039;quotation_id&#039;&#039;&#039; key.&lt;br /&gt;
From the &#039;&#039;&#039;quotation_charges&#039;&#039;&#039; table, filter to only include the charge where &#039;&#039;&#039;code = &#039;LINEHAUL&#039;&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Retrieve the &#039;&#039;&#039;sell_rate&#039;&#039;&#039; field for this charge, which represents the &#039;&#039;&#039;AWB Rate&#039;&#039;&#039;.&lt;br /&gt;
|-&lt;br /&gt;
|Due Agent&lt;br /&gt;
|Due Agent = value from quotation_fields (field ID 204), joined to quotations via quotation_id&lt;br /&gt;
|Retrieve the &#039;&#039;&#039;Due Agent&#039;&#039;&#039; value from the &#039;&#039;&#039;quotation_fields&#039;&#039;&#039; table by filtering for &#039;&#039;&#039;carrier_quotation_field_id = 204&#039;&#039;&#039;, which corresponds to the Due Agent field.&lt;br /&gt;
Then, join this data with the &#039;&#039;&#039;quotations&#039;&#039;&#039; table using the &#039;&#039;&#039;quotation_id&#039;&#039;&#039;.&lt;br /&gt;
|-&lt;br /&gt;
|HAE Over&lt;br /&gt;
|HAE Over = [Total Sell Rate] - [Total Cost Rate]&lt;br /&gt;
|Retrieve &#039;&#039;&#039;sell_rate&#039;&#039;&#039; and &#039;&#039;&#039;cost_rate&#039;&#039;&#039; from the &#039;&#039;&#039;hae_quotations_local&#039;&#039;&#039; table as &#039;&#039;&#039;Total Sell Rate&#039;&#039;&#039; and &#039;&#039;&#039;Total Cost Rate&#039;&#039;&#039;, respectively.&lt;br /&gt;
Then, join this data with the &#039;&#039;&#039;quotations&#039;&#039;&#039; table using the &#039;&#039;&#039;id&#039;&#039;&#039; field.&lt;br /&gt;
&lt;br /&gt;
Finally, calculate the &#039;&#039;&#039;HAE Over&#039;&#039;&#039; by subtracting the &#039;&#039;&#039;Total Cost Rate&#039;&#039;&#039; from the &#039;&#039;&#039;Total Sell Rate&#039;&#039;&#039;.&lt;br /&gt;
|-&lt;br /&gt;
|HAE Tax USD&lt;br /&gt;
|&#039;&#039;&#039;HAE Tax USD = sell_min&#039;&#039;&#039; from quotation_charges where code = &#039;DTC&#039;, linked to quotations by quotation_id.&lt;br /&gt;
|Retrieve &#039;&#039;&#039;sell_min&#039;&#039;&#039; from the &#039;&#039;&#039;quotation_charges&#039;&#039;&#039; table where the &#039;&#039;&#039;code = &#039;DTC&#039;.&#039;&#039;&#039;&lt;br /&gt;
Join this table with the &#039;&#039;&#039;quotations&#039;&#039;&#039; table using &#039;&#039;&#039;quotation_id&#039;&#039;&#039; to match the correct quotation. This value represents the &#039;&#039;&#039;HAE Tax USD&#039;&#039;&#039;, as the charge is stored in USD by default.&lt;br /&gt;
|-&lt;br /&gt;
|HAE Tax (charge currency)&lt;br /&gt;
|&#039;&#039;&#039;HAE Tax (charge currency) = currency_sell&#039;&#039;&#039; from quotation_charges, joined via quotation_id.&lt;br /&gt;
|Join the &#039;&#039;&#039;quotation_charges&#039;&#039;&#039; table with the &#039;&#039;&#039;quotations&#039;&#039;&#039; table using the &#039;&#039;&#039;quotation_id&#039;&#039;&#039; key.&lt;br /&gt;
From the &#039;&#039;&#039;quotation_charges&#039;&#039;&#039; table, retrieve the &#039;&#039;&#039;currency_sell&#039;&#039;&#039; field, which indicates the currency of the HAE Tax.&lt;br /&gt;
|-&lt;br /&gt;
|HAE Tax BRL&lt;br /&gt;
|HAE Tax BRL = [HAE Tax USD] * [Exchange_rate]&lt;br /&gt;
|convert the &#039;&#039;&#039;HAE Tax USD&#039;&#039;&#039; amount to &#039;&#039;&#039;BRL&#039;&#039;&#039; by multiplying it with the &#039;&#039;&#039;exchange_rate&#039;&#039;&#039;.&lt;br /&gt;
|-&lt;br /&gt;
|Due Carrier (USD)&lt;br /&gt;
|&#039;&#039;&#039;Due Carrier USD&#039;&#039;&#039; =&lt;br /&gt;
SWITCH(&lt;br /&gt;
&lt;br /&gt;
 TRUE(),&lt;br /&gt;
&lt;br /&gt;
 QuotationCombinedTableDueCarrierUSD[on] = &amp;quot;CH&amp;quot;, QuotationCombinedTableDueCarrierUSD[cost_rate] * QuotationCombinedTableDueCarrierUSD[chargeable_weight],&lt;br /&gt;
&lt;br /&gt;
 QuotationCombinedTableDueCarrierUSD[on] = &amp;quot;FL&amp;quot;, QuotationCombinedTableDueCarrierUSD[cost_min],&lt;br /&gt;
&lt;br /&gt;
 0&lt;br /&gt;
&lt;br /&gt;
)&lt;br /&gt;
|Grab &#039;&#039;&#039;quotation_charges&#039;&#039;&#039; table and rename it to &#039;&#039;&#039;quotation_chargesDueCarrierUSD&#039;&#039;&#039;.&lt;br /&gt;
From this duplicated table, &#039;&#039;&#039;exclude all rows where code = &#039;LINEHAUL&#039;&#039;&#039;&#039;, keeping only relevant carrier charges.&lt;br /&gt;
&lt;br /&gt;
Then, join &#039;&#039;&#039;quotation_chargesDueCarrierUSD&#039;&#039;&#039; with the &#039;&#039;&#039;quotations&#039;&#039;&#039; table using &#039;&#039;&#039;quotation_id&#039;&#039;&#039; to create &#039;&#039;&#039;QuotationCombinedTableDueCarrierUSD&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Also, join the &#039;&#039;&#039;quotation_exchange_rates&#039;&#039;&#039; table to bring in the most recent &#039;&#039;&#039;exchange_rate&#039;&#039;&#039; per quotation.&lt;br /&gt;
&lt;br /&gt;
From &#039;&#039;&#039;QuotationCombinedTableDueCarrierUSD&#039;&#039;&#039;, retrieve the following fields:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;chargeable_weight&#039;&#039;&#039; from quotations&lt;br /&gt;
* &#039;&#039;&#039;cost_rate&#039;&#039;&#039;, &#039;&#039;&#039;code&#039;&#039;&#039;, &#039;&#039;&#039;cost_min&#039;&#039;&#039;, and &#039;&#039;&#039;on&#039;&#039;&#039; from quotation_chargesDueCarrierUSD&lt;br /&gt;
* &#039;&#039;&#039;exchange_rate&#039;&#039;&#039; from quotation_exchange_rates&lt;br /&gt;
&lt;br /&gt;
Finally, calculate the &#039;&#039;&#039;Due Carrier USD&#039;&#039;&#039; using the logic based on the &#039;&#039;&#039;on&#039;&#039;&#039; field:&lt;br /&gt;
&lt;br /&gt;
* If &#039;&#039;&#039;on = &amp;quot;CH&amp;quot;&#039;&#039;&#039;, multiply &#039;&#039;&#039;cost rate&#039;&#039;&#039; by &#039;&#039;&#039;chargeable weight&#039;&#039;&#039;&lt;br /&gt;
* If &#039;&#039;&#039;on = &amp;quot;FL&amp;quot;&#039;&#039;&#039;, use &#039;&#039;&#039;cost_min&#039;&#039;&#039;&lt;br /&gt;
* Otherwise, return 0&lt;br /&gt;
|-&lt;br /&gt;
|Due Carrier Total BRL&lt;br /&gt;
|&#039;&#039;&#039;Total Due Carrier BRL =&#039;&#039;&#039;&lt;br /&gt;
QuotationCombinedTableDueCarrierTotal[Due Carrier Total] × QuotationCombinedTableDueCarrierTotal[Exchange Rate]&lt;br /&gt;
|After calculating &#039;&#039;&#039;Due Carrier Total&#039;&#039;&#039; (which includes all carrier charges, including &#039;&#039;&#039;LINEHAUL&#039;&#039;&#039;), convert the amount into &#039;&#039;&#039;BRL&#039;&#039;&#039; by multiplying it with the relevant &#039;&#039;&#039;exchange rate&#039;&#039;&#039;.&lt;br /&gt;
Ensure that &#039;&#039;&#039;QuotationCombinedTableDueCarrierTotal&#039;&#039;&#039; includes both the &#039;&#039;&#039;Due Carrier Total&#039;&#039;&#039; and the correct &#039;&#039;&#039;Exchange Rate&#039;&#039;&#039;, retrieved as the most recent value per &#039;&#039;&#039;quotation_id&#039;&#039;&#039; from the &#039;&#039;&#039;quotation_exchange_rates&#039;&#039;&#039; table.&lt;br /&gt;
*&lt;br /&gt;
|-&lt;br /&gt;
|Due Carrier (BRL)&lt;br /&gt;
|Due Carrier BRL =&lt;br /&gt;
QuotationCombinedTableDueCarrierUSD[Due Carrier USD] * QuotationCombinedTableDueCarrierUSD[Exchange Rate]&lt;br /&gt;
|After computing &#039;&#039;&#039;Due Carrier USD&#039;&#039;&#039;, convert the value into &#039;&#039;&#039;BRL&#039;&#039;&#039; by applying the corresponding &#039;&#039;&#039;exchange rate&#039;&#039;&#039;.&lt;br /&gt;
Ensure that &#039;&#039;&#039;QuotationCombinedTableDueCarrierUSD&#039;&#039;&#039; already contains the &#039;&#039;&#039;Due Carrier USD&#039;&#039;&#039; and the applicable &#039;&#039;&#039;Exchange Rate&#039;&#039;&#039; (retrieved from the most recent entry in the &#039;&#039;&#039;quotation_exchange_rates&#039;&#039;&#039; table, joined by &#039;&#039;&#039;quotation_id&#039;&#039;&#039;).&lt;br /&gt;
|-&lt;br /&gt;
|Total Revenue&lt;br /&gt;
|&#039;&#039;&#039;Total Revenue =&#039;&#039;&#039;&lt;br /&gt;
CALCULATE (&lt;br /&gt;
&lt;br /&gt;
 SUMX (&lt;br /&gt;
&lt;br /&gt;
  QuotationCombinedTableTotalRevenue,&lt;br /&gt;
&lt;br /&gt;
  SWITCH (&lt;br /&gt;
&lt;br /&gt;
   TRUE(),&lt;br /&gt;
&lt;br /&gt;
   [Code] = &amp;quot;LINEHAUL&amp;quot;, [Sell Rate] * [Chargeable Weight],&lt;br /&gt;
&lt;br /&gt;
   [Code] = &amp;quot;DTC&amp;quot;, [Sell Min],&lt;br /&gt;
&lt;br /&gt;
   0&lt;br /&gt;
&lt;br /&gt;
  )&lt;br /&gt;
&lt;br /&gt;
 )&lt;br /&gt;
&lt;br /&gt;
)&lt;br /&gt;
|Grab the quotation charges table, rename it to:&lt;br /&gt;
&#039;&#039;&#039;quotation_charges_Total Revenue&#039;&#039;&#039;.&lt;br /&gt;
This version includes all relevant charge codes for calculating total revenue—specifically &#039;&#039;&#039;LINEHAUL&#039;&#039;&#039; and &#039;&#039;&#039;DTC&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Next, perform a &#039;&#039;&#039;NATURALINNERJOIN&#039;&#039;&#039; between the &#039;&#039;&#039;quotations&#039;&#039;&#039; table and &#039;&#039;&#039;quotation_charges_Total Revenue&#039;&#039;&#039; to create &#039;&#039;&#039;QuotationCombinedTableTotalRevenue&#039;&#039;&#039;. From this joined table, retrieve the following fields:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;quotation_id&#039;&#039;&#039; as ID&lt;br /&gt;
* &#039;&#039;&#039;chargeable_weight&#039;&#039;&#039; from &#039;&#039;&#039;quotations&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;code&#039;&#039;&#039;, &#039;&#039;&#039;sell_rate&#039;&#039;&#039;, and &#039;&#039;&#039;sell_min&#039;&#039;&#039; from &#039;&#039;&#039;quotation_charges_Total Revenue&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Finally, compute &#039;&#039;&#039;Total Revenue&#039;&#039;&#039; using a conditional logic:&lt;br /&gt;
&lt;br /&gt;
* If &#039;&#039;&#039;code = &amp;quot;LINEHAUL&amp;quot;&#039;&#039;&#039;, multiply &#039;&#039;&#039;sell_rate&#039;&#039;&#039; by &#039;&#039;&#039;chargeable_weight&#039;&#039;&#039;&lt;br /&gt;
* If &#039;&#039;&#039;code = &amp;quot;DTC&amp;quot;&#039;&#039;&#039;, use &#039;&#039;&#039;sell_min&#039;&#039;&#039;&lt;br /&gt;
* Otherwise, return 0&lt;br /&gt;
|-&lt;br /&gt;
|Total Revenue Currency&lt;br /&gt;
|&#039;&#039;&#039;Total Revenue Currency =&#039;&#039;&#039;&lt;br /&gt;
quotation_charges[currency_sell]&lt;br /&gt;
|Join the &#039;&#039;&#039;quotation_charges&#039;&#039;&#039; table with the &#039;&#039;&#039;quotations&#039;&#039;&#039; table using the &#039;&#039;&#039;quotation_id&#039;&#039;&#039; key.&lt;br /&gt;
From the &#039;&#039;&#039;quotation_charges&#039;&#039;&#039; table, retrieve the &#039;&#039;&#039;currency_sell&#039;&#039;&#039; field, which indicates the currency in which the revenue is quoted.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|HAE Invoice Customer Total (Sales BRL)&lt;br /&gt;
|Join the &#039;&#039;&#039;quotation_totals_local&#039;&#039;&#039; table with the &#039;&#039;&#039;quotations&#039;&#039;&#039; table using the &#039;&#039;&#039;quotation_id&#039;&#039;&#039; key.&lt;br /&gt;
From the &#039;&#039;&#039;quotation_totals_local&#039;&#039;&#039; table, retrieve the &#039;&#039;&#039;total_sell&#039;&#039;&#039; field.&lt;br /&gt;
|&#039;&#039;&#039;HAE Invoice Customer Total (Sales) = total_sell&#039;&#039;&#039; from quotation_totals_local, joined via quotation_id.&lt;br /&gt;
|-&lt;br /&gt;
|HAE Commision (Margin) BRL&lt;br /&gt;
|HAE Margin BRL =&lt;br /&gt;
if ([Exchange_rate] = null or [Exchange_rate] = 0) then null &lt;br /&gt;
&lt;br /&gt;
else [HAE Commission] * [Exchange_rate]&lt;br /&gt;
|After retrieving the &#039;&#039;&#039;HAE Commission&#039;&#039;&#039; and the applicable &#039;&#039;&#039;Exchange_rate&#039;&#039;&#039; (ensuring it&#039;s the most recent per quotation_id), calculate the &#039;&#039;&#039;HAE Margin in BRL&#039;&#039;&#039; by converting the commission using the exchange rate.&lt;br /&gt;
If the &#039;&#039;&#039;Exchange_rate&#039;&#039;&#039; is null or zero, return null to avoid invalid conversion.&lt;br /&gt;
|-&lt;br /&gt;
|HAE Margin BRL&lt;br /&gt;
|HAE Margin BRL = &lt;br /&gt;
if ([Exchange_rate] = null or [Exchange_rate] = 0) then null &lt;br /&gt;
&lt;br /&gt;
else [HAE Commission] * [Exchange_rate]&lt;br /&gt;
|This formula calculates the HAE Margin amount in BRL by multiplying [HAE Commission 2] by the [Exchange_rate].&lt;br /&gt;
If the [Exchange_rate] is null or zero, the formula returns null to prevent an invalid calculation.&lt;br /&gt;
&lt;br /&gt;
Otherwise, it performs the conversion from the commission value to BRL.&lt;br /&gt;
|-&lt;br /&gt;
|ET Refund (Cost BRL)&lt;br /&gt;
|&#039;&#039;&#039;ET Refund (COST) = total_cost&#039;&#039;&#039; from quotation_totals_local, joined via quotation_id.&lt;br /&gt;
|Join the &#039;&#039;&#039;quotation_totals_local&#039;&#039;&#039; table with the &#039;&#039;&#039;quotations&#039;&#039;&#039; table using the &#039;&#039;&#039;quotation_id&#039;&#039;&#039; key.&lt;br /&gt;
From the joined data, retrieve the &#039;&#039;&#039;total_cost&#039;&#039;&#039; field.&lt;br /&gt;
&lt;br /&gt;
This value represents the &#039;&#039;&#039;ET Refund (COST)&#039;&#039;&#039; associated with the quotation.&lt;br /&gt;
|-&lt;br /&gt;
|Selling Rate&lt;br /&gt;
|&#039;&#039;&#039;Sell Rate = sell rate&#039;&#039;&#039; from quotation_charges, joined via quotation_id.&lt;br /&gt;
|Join the &#039;&#039;&#039;quotation_charges&#039;&#039;&#039; table with the &#039;&#039;&#039;quotations&#039;&#039;&#039; table using the &#039;&#039;&#039;quotation_id&#039;&#039;&#039; key.&lt;br /&gt;
From the &#039;&#039;&#039;quotation_charges&#039;&#039;&#039; table, retrieve the &#039;&#039;&#039;sell_rate&#039;&#039;&#039; field.&lt;br /&gt;
|-&lt;br /&gt;
|Selling Rate Currency&lt;br /&gt;
|&#039;&#039;&#039;Sell Rate Currency = currency sell&#039;&#039;&#039; from quotation_charges, joined via quotation_id&lt;br /&gt;
|Join the &#039;&#039;&#039;quotation_charges&#039;&#039;&#039; table with the &#039;&#039;&#039;quotations&#039;&#039;&#039; table using the &#039;&#039;&#039;quotation_id&#039;&#039;&#039; key.&lt;br /&gt;
From the &#039;&#039;&#039;quotation_charges&#039;&#039;&#039; table, retrieve the &#039;&#039;&#039;currency sell&#039;&#039;&#039; field.&lt;br /&gt;
|-&lt;br /&gt;
|Mode Of Payment&lt;br /&gt;
|&#039;&#039;&#039;Mode of Payment = field_value&#039;&#039;&#039; from quotation_fields where carrier_quotation_field_id = 199, joined to quotations via quotation_id.&lt;br /&gt;
|Retrieve the &#039;&#039;&#039;Mode of Payment&#039;&#039;&#039; from the &#039;&#039;&#039;quotation_fields&#039;&#039;&#039; table by filtering records where &#039;&#039;&#039;carrier_quotation_field_id = 199&#039;&#039;&#039;, which corresponds to this customer field.&lt;br /&gt;
Join the &#039;&#039;&#039;quotation_fields&#039;&#039;&#039; table with the &#039;&#039;&#039;quotations&#039;&#039;&#039; table using &#039;&#039;&#039;quotation_id&#039;&#039;&#039; to ensure the value is linked to the correct quotation.&lt;br /&gt;
&lt;br /&gt;
Only values associated with &#039;&#039;&#039;carrier_quotation_field_id = 199&#039;&#039;&#039; are displayed.&lt;br /&gt;
|-&lt;br /&gt;
|Due Carrier Total&lt;br /&gt;
|&#039;&#039;&#039;Due Carrier Total =&#039;&#039;&#039;&lt;br /&gt;
SWITCH(&lt;br /&gt;
&lt;br /&gt;
 TRUE(),&lt;br /&gt;
&lt;br /&gt;
 QuotationCombinedTableDueCarrierTotal[on] = &amp;quot;CH&amp;quot;, QuotationCombinedTableDueCarrierTotal[cost_rate] * QuotationCombinedTableDueCarrierTotal[chargeable_weight],&lt;br /&gt;
&lt;br /&gt;
 QuotationCombinedTableDueCarrierTotal[on] = &amp;quot;FL&amp;quot;, QuotationCombinedTableDueCarrierTotal[cost_min],&lt;br /&gt;
&lt;br /&gt;
 0&lt;br /&gt;
&lt;br /&gt;
)&lt;br /&gt;
|Grab the &#039;&#039;&#039;quotation_charges&#039;&#039;&#039; table and renamed it to &#039;&#039;&#039;quotation_chargesDueCarrierTotal&#039;&#039;&#039;.&lt;br /&gt;
From this duplicated table, &#039;&#039;&#039;include all rows&#039;&#039;&#039;, including those where &#039;&#039;&#039;code = &#039;LINEHAUL&#039;&#039;&#039;&#039;, to capture the full set of carrier charges.&lt;br /&gt;
&lt;br /&gt;
Then, &#039;&#039;&#039;join&#039;&#039;&#039; &#039;&#039;&#039;quotation_chargesDueCarrierTotal&#039;&#039;&#039; with the &#039;&#039;&#039;quotations&#039;&#039;&#039; table using &#039;&#039;&#039;quotation_id&#039;&#039;&#039; to create &#039;&#039;&#039;QuotationCombinedTableDueCarrierTotal&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Also, &#039;&#039;&#039;join&#039;&#039;&#039; the &#039;&#039;&#039;quotation_exchange_rates&#039;&#039;&#039; table to bring in the &#039;&#039;&#039;most recent exchange_rate&#039;&#039;&#039; per quotation.&lt;br /&gt;
&lt;br /&gt;
From &#039;&#039;&#039;QuotationCombinedTableDueCarrierTotal&#039;&#039;&#039;, retrieve the following fields:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;chargeable_weight&#039;&#039;&#039; from &#039;&#039;&#039;quotations&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;cost_rate&#039;&#039;&#039;, &#039;&#039;&#039;code&#039;&#039;&#039;, &#039;&#039;&#039;cost_min&#039;&#039;&#039;, and &#039;&#039;&#039;on&#039;&#039;&#039; from &#039;&#039;&#039;quotation_chargesDueCarrierTotal&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;exchange_rate&#039;&#039;&#039; from &#039;&#039;&#039;quotation_exchange_rates&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Finally, calculate the &#039;&#039;&#039;Due Carrier Total&#039;&#039;&#039; using the logic based on the &#039;&#039;&#039;on&#039;&#039;&#039; field:&lt;br /&gt;
&lt;br /&gt;
* If &#039;&#039;&#039;on = &amp;quot;CH&amp;quot;&#039;&#039;&#039;, multiply &#039;&#039;&#039;cost_rate&#039;&#039;&#039; by &#039;&#039;&#039;chargeable weight&#039;&#039;&#039;&lt;br /&gt;
* If &#039;&#039;&#039;on = &amp;quot;FL&amp;quot;&#039;&#039;&#039;, use &#039;&#039;&#039;cost_min&#039;&#039;&#039;&lt;br /&gt;
* Otherwise, return &#039;&#039;&#039;0&#039;&#039;&#039;&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>David.weller</name></author>
	</entry>
	<entry>
		<id>https://wiki-reporting.qms-portal.aero/index.php?title=Sales_Performance&amp;diff=211</id>
		<title>Sales Performance</title>
		<link rel="alternate" type="text/html" href="https://wiki-reporting.qms-portal.aero/index.php?title=Sales_Performance&amp;diff=211"/>
		<updated>2025-08-15T12:29:29Z</updated>

		<summary type="html">&lt;p&gt;David.weller: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Filters ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Filter&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Data Transformation Applied ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Query&lt;br /&gt;
!Transformations&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Calculations ==&lt;br /&gt;
[[File:Report-performance-mastercarrier.png|none|thumb|800x800px]]&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Columns&lt;br /&gt;
!Calculation&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>David.weller</name></author>
	</entry>
	<entry>
		<id>https://wiki-reporting.qms-portal.aero/index.php?title=File:Report-performance-mastercarrier.png&amp;diff=210</id>
		<title>File:Report-performance-mastercarrier.png</title>
		<link rel="alternate" type="text/html" href="https://wiki-reporting.qms-portal.aero/index.php?title=File:Report-performance-mastercarrier.png&amp;diff=210"/>
		<updated>2025-08-15T12:29:12Z</updated>

		<summary type="html">&lt;p&gt;David.weller: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Performance Master Carrier&lt;/div&gt;</summary>
		<author><name>David.weller</name></author>
	</entry>
	<entry>
		<id>https://wiki-reporting.qms-portal.aero/index.php?title=Quotes&amp;diff=209</id>
		<title>Quotes</title>
		<link rel="alternate" type="text/html" href="https://wiki-reporting.qms-portal.aero/index.php?title=Quotes&amp;diff=209"/>
		<updated>2025-08-15T12:28:47Z</updated>

		<summary type="html">&lt;p&gt;David.weller: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Filters ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Filter&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Data Transformation Applied ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Query&lt;br /&gt;
!Transformations&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Calculations ==&lt;br /&gt;
[[File:Report-quote-mastercarrier.png|none|thumb|800x800px]]&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Columns&lt;br /&gt;
!Calculation&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>David.weller</name></author>
	</entry>
</feed>