Skip to content

D001 Organisation Chart

graph TD
  GM[<strong>Managing Director</strong>
  Robert Verdino]

  GMT[<strong>General Manager<br /> of Operations</strong>
  Kerryn Clark]

  CM[<strong>Commercial Manager</strong>
  Zoran Kostadinoski]

  CS(<strong>Customer Service
  Supervisor</strong>
  Alex Sokoleski)

  CS2(<strong>Customer Service
  Supervisor</strong>
  Jessica Pilgrim)

  CSCM[<strong>Customer Service
  Manager</strong>
  Lewis Nakos]

  BDM[<strong>Business Development
  Manager</strong>
  Robert Sretenovic]

  AM(<strong>Customer Service
  Coordinators</strong>
  Gloria Caridi
  Lucine Yousif)

  AM2(<strong>Customer Service
  Coordinators</strong>
  Adam Strange
  Max North
  Rachelle Wagner)

  VBS(<strong>VBS Supervisor</strong>
  Chloe May)

  VBSC(<strong>VBS Coordinators</strong>
  Anthony Fiorenza
  Michael Romeo
  Lisa Kelly)

  VBSD{{VBS
  Dayshift Drivers}}

  PM[<strong>Afternoon
  Transport Manager</strong>
  Nathan Jones]

  PMC(<strong>Fleet Controller</strong>
  David Tomelty)

  YSD(<strong>Dayshift
  Yard Supervisor</strong>
  Mario Galluzzo)

  YSN(<strong>Nightshift
  Yard Supervisor</strong>
  Cameron Mahoney)

  DELN{{VBS & PUD
  Nightshift Drivers}}

  TM[<strong>Dayshift
  Transport Manager</strong>
  Andrew Fisher]

  TSD(<strong>Dayshift
  Transport Supervisor</strong>
  Shaun Campbell)

  FC(<strong>Fleet Controllers</strong>
  Herman Time
  Jacqueline Smith
  Rebecca Camp)

  DELD{{PUD
  Dayshift Drivers}}


  MHE("<strong>Yard Operators</strong> 
  Pierro Tshiaba
  Rudi Prosic")

  MHEN("<strong>Yard Operators</strong>
  Benjamin Pisa
  Rodney Finch
  Michael Davidson
  Phil Dew")

  FM[<strong>Finance Manager</strong>
  Sorina Szasz]

  AC(<strong>Finance Officers</strong>
  Le Trinh
  Monika Nolden)

  WM[<strong>Warehouse Manager</strong>
  Chris Flynn]

  WS("<strong>Warehouse Operators</strong>
  Ashton Barnet
  Ethan Makaua-Farani
  Simon Allan")

  CSM[<strong>Compliance &
  Systems Manager</strong>
  Keola van den Hoogen]

  MM(<strong>Maintenance
  Manager</strong>
  Ian Dooley)

  CO(<strong>Compliance 
  Officer</strong>
  Tracey Godfrey)

  WSv(<strong>Biosecurity & Inbound
  Supervisor</strong>
  Heath Garlick)

  WIC(<strong>Inventory<br />Controller</strong>
  Tim Ferzulla)

  FS(<strong>Fleet
  Scheduler</strong>
  Sean Gerring)

  LH(<strong>Leading Hand</strong>
  Santo Akok)

  subgraph "Management Team"
  GM==oGMT
  GM==oCM
  GMT==oPM
  GMT==oTM

  GM==oWM
  GM==oCSM 
  GMT==oCSCM
  CM==oBDM
  GM==oFM
  end

  GMT===oVBS
  CSCM==oCS
  CSCM==oCS2
  CS==oAM
  CS2==oAM2   
  VBS==oVBSC

    CSM===oMM
    CSM====oCO

  TM==oTSD
  TM==oYSD   
  TSD==oFS
  TSD==oFC
  PM===oPMC
  PM==oYSN
  YSD===oMHE
  YSN===oMHEN

  FM====oAC

  WM===oWSv
  WM====oLH 
  WM====oWIC
  LH==oWS


  VBSC-..-xVBSD

  PMC-..-xDELN
  FC-..-xDELD 


  classDef sidelink fill:#0178a3,color:#fff,stroke:#000,font-family:'Roboto';
  classDef white fill:#fff,color:#000,stroke:#000,font-family:'Roboto';
  classDef black fill:#000,color:#fff,stroke:#000,font-family:'Roboto';
  class GM,GMT,CM,TM,FM,PM,WM,CSCM,CSM,BDM sidelink
  class AM,AM2,FS,MM,VBS,VBSC,FC,YS,PMC,MHE,MHEN,AC,WS,WSv,WIC,PMYS,LH,SP,CS,CS2,CO,TSD,YSD,YSN white
  class VBSD,VBSN,DELD,DELN black