« Ron Petroleum » : différence entre les versions
Aucun résumé des modifications Balise : Éditeur de wikicode 2017 |
Balise : Éditeur de wikicode 2017 |
||
Ligne 66 : | Ligne 66 : | ||
|'''60%''' | |'''60%''' | ||
|'''[[Jean-Claude Tremblay]]''' | |'''[[Jean-Claude Tremblay]]''' | ||
|- | |- | ||
|30% | |30% | ||
|[[Ethan Douglas]] | |[[Ethan Douglas]] | ||
|- | |- | ||
| | |5% | ||
|[[Victor Kasey]] | |[[Victor Kasey]] | ||
|- | |- | ||
Ligne 83 : | Ligne 83 : | ||
{"parts": "Jean-Claude Tremblay","pourcentage": 60}, | {"parts": "Jean-Claude Tremblay","pourcentage": 60}, | ||
{"parts": "Ethan Douglas","pourcentage": 30}, | {"parts": "Ethan Douglas","pourcentage": 30}, | ||
{"parts": "Victor Kasey","pourcentage": 10}, | {"parts": "Victor Kasey","pourcentage": 10} | ||
] | |||
} | |||
], | |||
"scales": [ | |||
{ | |||
"name": "x", | |||
"type": "ordinal", | |||
"range": "width", | |||
"domain": {"data": "table","field": "parts"} | |||
}, | |||
{ | |||
"name": "y", | |||
"type": "linear", | |||
"range": "height", | |||
"domain": {"data": "table","field": "pourcentage"}, | |||
"nice": true | |||
} | |||
], | |||
"axes": [{"type": "x","scale": "x"},{"type": "y","scale": "y"}], | |||
"marks": [ | |||
{ | |||
"type": "rect", | |||
"from": {"data": "table"}, | |||
"properties": { | |||
"enter": { | |||
"x": {"scale": "x","field": "parts"}, | |||
"width": {"scale": "x","band": true,"offset": -4}, | |||
"y": {"scale": "y","field": "pourcentage"}, | |||
"y2": {"scale": "y","value": 0} | |||
}, | |||
"update": {"fill": {"value": "blue"}}, | |||
"hover": {"fill": {"value": "red"}} | |||
} | |||
} | |||
] | |||
}</graph> | |||
Les actionnaires majoritaires sont inscrits en bleu. | |||
|}</tab> | |||
<tab name="19/04/22">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" | |||
!Pourcentage | |||
!Actionnaires | |||
|- | |||
|- style="color:blue" | |||
|'''60%''' | |||
|'''[[Jean-Claude Tremblay]]''' | |||
|- | |||
|30% | |||
|[[Ethan Douglas]] | |||
|- | |||
|5% | |||
|[[Victor Kasey]] | |||
|- | |||
|5% | |||
|[[Mathew Warren]] | |||
|- | |||
| colspan="3" |<graph>{ | |||
"width": 400, | |||
"height": 200, | |||
"padding": 30, | |||
"data": [ | |||
{ | |||
"name": "table", | |||
"values": [ | |||
{"parts": "Jean-Claude Tremblay","pourcentage": 60}, | |||
{"parts": "Ethan Douglas","pourcentage": 30}, | |||
{"parts": "Victor Kasey","pourcentage": 5}, | |||
{"parts": "Mathew Warren","pourcentage": 5} | |||
] | |||
} | |||
], | |||
"scales": [ | |||
{ | |||
"name": "x", | |||
"type": "ordinal", | |||
"range": "width", | |||
"domain": {"data": "table","field": "parts"} | |||
}, | |||
{ | |||
"name": "y", | |||
"type": "linear", | |||
"range": "height", | |||
"domain": {"data": "table","field": "pourcentage"}, | |||
"nice": true | |||
} | |||
], | |||
"axes": [{"type": "x","scale": "x"},{"type": "y","scale": "y"}], | |||
"marks": [ | |||
{ | |||
"type": "rect", | |||
"from": {"data": "table"}, | |||
"properties": { | |||
"enter": { | |||
"x": {"scale": "x","field": "parts"}, | |||
"width": {"scale": "x","band": true,"offset": -4}, | |||
"y": {"scale": "y","field": "pourcentage"}, | |||
"y2": {"scale": "y","value": 0} | |||
}, | |||
"update": {"fill": {"value": "blue"}}, | |||
"hover": {"fill": {"value": "red"}} | |||
} | |||
} | |||
] | |||
}</graph> | |||
Les actionnaires majoritaires sont inscrits en bleu. | |||
|}</tab> | |||
<tab name="09/01/22">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" | |||
!Pourcentage | |||
!Actionnaires | |||
|- | |||
|- style="color:blue" | |||
|'''70%''' | |||
|'''[[Jean-Claude Tremblay]]''' | |||
|- | |||
|30% | |||
|[[Ethan Douglas]] | |||
|- | |||
| colspan="3" |<graph>{ | |||
"width": 400, | |||
"height": 200, | |||
"padding": 30, | |||
"data": [ | |||
{ | |||
"name": "table", | |||
"values": [ | |||
{"parts": "Jean-Claude Tremblay","pourcentage": 70}, | |||
{"parts": "Ethan Douglas","pourcentage": 30} | |||
] | |||
} | |||
], | |||
"scales": [ | |||
{ | |||
"name": "x", | |||
"type": "ordinal", | |||
"range": "width", | |||
"domain": {"data": "table","field": "parts"} | |||
}, | |||
{ | |||
"name": "y", | |||
"type": "linear", | |||
"range": "height", | |||
"domain": {"data": "table","field": "pourcentage"}, | |||
"nice": true | |||
} | |||
], | |||
"axes": [{"type": "x","scale": "x"},{"type": "y","scale": "y"}], | |||
"marks": [ | |||
{ | |||
"type": "rect", | |||
"from": {"data": "table"}, | |||
"properties": { | |||
"enter": { | |||
"x": {"scale": "x","field": "parts"}, | |||
"width": {"scale": "x","band": true,"offset": -4}, | |||
"y": {"scale": "y","field": "pourcentage"}, | |||
"y2": {"scale": "y","value": 0} | |||
}, | |||
"update": {"fill": {"value": "blue"}}, | |||
"hover": {"fill": {"value": "red"}} | |||
} | |||
} | |||
] | |||
}</graph> | |||
Les actionnaires majoritaires sont inscrits en bleu. | |||
|}</tab> | |||
<tab name="08/01/22">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" | |||
!Pourcentage | |||
!Actionnaires | |||
|- | |||
|- style="color:blue" | |||
|'''85%''' | |||
|'''[[Jean-Claude Tremblay]]''' | |||
|- | |||
|15% | |||
|[[Ethan Douglas]] | |||
|- | |||
| colspan="3" |<graph>{ | |||
"width": 400, | |||
"height": 200, | |||
"padding": 30, | |||
"data": [ | |||
{ | |||
"name": "table", | |||
"values": [ | |||
{"parts": "Jean-Claude Tremblay","pourcentage": 85}, | |||
{"parts": "Ethan Douglas","pourcentage": 15} | |||
] | |||
} | |||
], | |||
"scales": [ | |||
{ | |||
"name": "x", | |||
"type": "ordinal", | |||
"range": "width", | |||
"domain": {"data": "table","field": "parts"} | |||
}, | |||
{ | |||
"name": "y", | |||
"type": "linear", | |||
"range": "height", | |||
"domain": {"data": "table","field": "pourcentage"}, | |||
"nice": true | |||
} | |||
], | |||
"axes": [{"type": "x","scale": "x"},{"type": "y","scale": "y"}], | |||
"marks": [ | |||
{ | |||
"type": "rect", | |||
"from": {"data": "table"}, | |||
"properties": { | |||
"enter": { | |||
"x": {"scale": "x","field": "parts"}, | |||
"width": {"scale": "x","band": true,"offset": -4}, | |||
"y": {"scale": "y","field": "pourcentage"}, | |||
"y2": {"scale": "y","value": 0} | |||
}, | |||
"update": {"fill": {"value": "blue"}}, | |||
"hover": {"fill": {"value": "red"}} | |||
} | |||
} | |||
] | |||
}</graph> | |||
Les actionnaires majoritaires sont inscrits en bleu. | |||
|}</tab> | |||
<tab name="20/09/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" | |||
!Pourcentage | |||
!Actionnaires | |||
|- | |||
|- style="color:blue" | |||
|'''50%''' | |||
|'''[[Jean-Claude Tremblay]]''' | |||
|- | |||
|35% | |||
|[[Sam Crow]] | |||
|- | |||
|15% | |||
|[[Ethan Douglas]] | |||
|- | |||
| colspan="3" |<graph>{ | |||
"width": 400, | |||
"height": 200, | |||
"padding": 30, | |||
"data": [ | |||
{ | |||
"name": "table", | |||
"values": [ | |||
{"parts": "Jean-Claude Tremblay","pourcentage": 50}, | |||
{"parts": "Sam Crow","pourcentage": 35}, | |||
{"parts": "Ethan Douglas","pourcentage": 15} | |||
] | |||
} | |||
], | |||
"scales": [ | |||
{ | |||
"name": "x", | |||
"type": "ordinal", | |||
"range": "width", | |||
"domain": {"data": "table","field": "parts"} | |||
}, | |||
{ | |||
"name": "y", | |||
"type": "linear", | |||
"range": "height", | |||
"domain": {"data": "table","field": "pourcentage"}, | |||
"nice": true | |||
} | |||
], | |||
"axes": [{"type": "x","scale": "x"},{"type": "y","scale": "y"}], | |||
"marks": [ | |||
{ | |||
"type": "rect", | |||
"from": {"data": "table"}, | |||
"properties": { | |||
"enter": { | |||
"x": {"scale": "x","field": "parts"}, | |||
"width": {"scale": "x","band": true,"offset": -4}, | |||
"y": {"scale": "y","field": "pourcentage"}, | |||
"y2": {"scale": "y","value": 0} | |||
}, | |||
"update": {"fill": {"value": "blue"}}, | |||
"hover": {"fill": {"value": "red"}} | |||
} | |||
} | |||
] | |||
}</graph> | |||
Les actionnaires majoritaires sont inscrits en bleu. | |||
|}</tab> | |||
<tab name="22/06/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" | |||
!Pourcentage | |||
!Actionnaires | |||
|- | |||
|- style="color:blue" | |||
|'''70%''' | |||
|'''[[Jean-Claude Tremblay]]''' | |||
|- | |||
|15% | |||
|[[Ethan Douglas]] | |||
|- | |||
|15% | |||
|[[Sam Crow]] | |||
|- | |||
| colspan="3" |<graph>{ | |||
"width": 400, | |||
"height": 200, | |||
"padding": 30, | |||
"data": [ | |||
{ | |||
"name": "table", | |||
"values": [ | |||
{"parts": "Jean-Claude Tremblay","pourcentage": 70}, | |||
{"parts": "Ethan Douglas","pourcentage": 15}, | |||
{"parts": "Sam Crow","pourcentage": 15} | |||
] | ] | ||
} | } | ||
Ligne 117 : | Ligne 428 : | ||
"hover": {"fill": {"value": "red"}} | "hover": {"fill": {"value": "red"}} | ||
} | } | ||
} | |||
] | |||
}</graph> | |||
Les actionnaires majoritaires sont inscrits en bleu. | |||
|}</tab> | |||
<tab name="25/05/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" | |||
!Pourcentage | |||
!Actionnaires | |||
|- | |||
|- style="color:blue" | |||
|'''80%''' | |||
|'''[[Jean-Claude Tremblay]]''' | |||
|- | |||
|20% | |||
|[[Ethan Douglas]] | |||
|- | |||
| colspan="3" |<graph>{ | |||
"width": 400, | |||
"height": 200, | |||
"padding": 30, | |||
"data": [ | |||
{ | |||
"name": "table", | |||
"values": [ | |||
{"parts": "Jean-Claude Tremblay","pourcentage": 80}, | |||
{"parts": "Ethan Douglas","pourcentage": 20} | |||
] | |||
} | |||
], | |||
"scales": [ | |||
{ | |||
"name": "x", | |||
"type": "ordinal", | |||
"range": "width", | |||
"domain": {"data": "table","field": "parts"} | |||
}, | }, | ||
{ | |||
"name": "y", | |||
"type": "linear", | |||
"range": "height", | |||
"domain": {"data": "table","field": "pourcentage"}, | |||
"nice": true | |||
} | |||
], | |||
"axes": [{"type": "x","scale": "x"},{"type": "y","scale": "y"}], | |||
"marks": [ | |||
{ | |||
"type": "rect", | |||
"from": {"data": "table"}, | |||
"properties": { | |||
"enter": { | |||
"x": {"scale": "x","field": "parts"}, | |||
"width": {"scale": "x","band": true,"offset": -4}, | |||
"y": {"scale": "y","field": "pourcentage"}, | |||
"y2": {"scale": "y","value": 0} | |||
}, | |||
"update": {"fill": {"value": "blue"}}, | |||
"hover": {"fill": {"value": "red"}} | |||
} | |||
} | |||
] | |||
}</graph> | |||
Les actionnaires majoritaires sont inscrits en bleu. | |||
|}</tab> | |||
<tab name="05/05/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" | |||
!Pourcentage | |||
!Actionnaires | |||
|- | |||
|- style="color:blue" | |||
|'''90%''' | |||
|'''[[Jean-Claude Tremblay]]''' | |||
|- | |||
|10% | |||
|[[Ethan Douglas]] | |||
|- | |||
| colspan="3" |<graph>{ | |||
"width": 400, | |||
"height": 200, | |||
"padding": 30, | |||
"data": [ | |||
{ | |||
"name": "table", | |||
"values": [ | |||
{"parts": "Jean-Claude Tremblay","pourcentage": 90}, | |||
{"parts": "Ethan Douglas","pourcentage": 10} | |||
] | |||
} | |||
], | |||
"scales": [ | |||
{ | |||
"name": "x", | |||
"type": "ordinal", | |||
"range": "width", | |||
"domain": {"data": "table","field": "parts"} | |||
}, | |||
{ | |||
"name": "y", | |||
"type": "linear", | |||
"range": "height", | |||
"domain": {"data": "table","field": "pourcentage"}, | |||
"nice": true | |||
} | |||
], | |||
"axes": [{"type": "x","scale": "x"},{"type": "y","scale": "y"}], | |||
"marks": [ | |||
{ | |||
"type": "rect", | |||
"from": {"data": "table"}, | |||
"properties": { | |||
"enter": { | |||
"x": {"scale": "x","field": "parts"}, | |||
"width": {"scale": "x","band": true,"offset": -4}, | |||
"y": {"scale": "y","field": "pourcentage"}, | |||
"y2": {"scale": "y","value": 0} | |||
}, | |||
"update": {"fill": {"value": "blue"}}, | |||
"hover": {"fill": {"value": "red"}} | |||
} | |||
} | |||
] | |||
}</graph> | |||
Les actionnaires majoritaires sont inscrits en bleu. | |||
|}</tab> | |||
<tab name="30/04/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" | |||
!Pourcentage | |||
!Actionnaires | |||
|- | |||
|- style="color:blue" | |||
|'''45%''' | |||
|'''[[Jean-Claude Tremblay]]''' | |||
|- style="color:blue" | |||
|'''45%''' | |||
|'''[[Rick Arkhel]]''' | |||
|- | |||
|10% | |||
|[[Ethan Douglas]] | |||
|- | |||
| colspan="3" |<graph>{ | |||
"width": 400, | |||
"height": 200, | |||
"padding": 30, | |||
"data": [ | |||
{ | |||
"name": "table", | |||
"values": [ | |||
{"parts": "Jean-Claude Tremblay","pourcentage": 45}, | |||
{"parts": "Rick Arkhel","pourcentage": 45}, | |||
{"parts": "Ethan Douglas","pourcentage": 10} | |||
] | |||
} | |||
], | |||
"scales": [ | |||
{ | |||
"name": "x", | |||
"type": "ordinal", | |||
"range": "width", | |||
"domain": {"data": "table","field": "parts"} | |||
}, | |||
{ | |||
"name": "y", | |||
"type": "linear", | |||
"range": "height", | |||
"domain": {"data": "table","field": "pourcentage"}, | |||
"nice": true | |||
} | |||
], | |||
"axes": [{"type": "x","scale": "x"},{"type": "y","scale": "y"}], | |||
"marks": [ | |||
{ | |||
"type": "rect", | |||
"from": {"data": "table"}, | |||
"properties": { | |||
"enter": { | |||
"x": {"scale": "x","field": "parts"}, | |||
"width": {"scale": "x","band": true,"offset": -4}, | |||
"y": {"scale": "y","field": "pourcentage"}, | |||
"y2": {"scale": "y","value": 0} | |||
}, | |||
"update": {"fill": {"value": "blue"}}, | |||
"hover": {"fill": {"value": "red"}} | |||
} | |||
} | |||
] | |||
}</graph> | |||
Les actionnaires majoritaires sont inscrits en bleu. | |||
|}</tab> | |||
<tab name="06/01/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" | |||
!Pourcentage | |||
!Actionnaires | |||
|- | |||
|- style="color:blue" | |||
|'''50%''' | |||
|'''[[Jean-Claude Tremblay]]''' | |||
|- style="color:blue" | |||
|'''50%''' | |||
|'''[[Rick Arkhel]]''' | |||
|- | |||
| colspan="3" |<graph>{ | |||
"width": 400, | |||
"height": 200, | |||
"padding": 30, | |||
"data": [ | |||
{ | |||
"name": "table", | |||
"values": [ | |||
{"parts": "Jean-Claude Tremblay","pourcentage": 50}, | |||
{"parts": "Rick Arkhel","pourcentage": 50} | |||
] | |||
} | |||
], | |||
"scales": [ | |||
{ | |||
"name": "x", | |||
"type": "ordinal", | |||
"range": "width", | |||
"domain": {"data": "table","field": "parts"} | |||
}, | |||
{ | |||
"name": "y", | |||
"type": "linear", | |||
"range": "height", | |||
"domain": {"data": "table","field": "pourcentage"}, | |||
"nice": true | |||
} | |||
], | |||
"axes": [{"type": "x","scale": "x"},{"type": "y","scale": "y"}], | |||
"marks": [ | |||
{ | |||
"type": "rect", | |||
"from": {"data": "table"}, | |||
"properties": { | |||
"enter": { | |||
"x": {"scale": "x","field": "parts"}, | |||
"width": {"scale": "x","band": true,"offset": -4}, | |||
"y": {"scale": "y","field": "pourcentage"}, | |||
"y2": {"scale": "y","value": 0} | |||
}, | |||
"update": {"fill": {"value": "blue"}}, | |||
"hover": {"fill": {"value": "red"}} | |||
} | |||
} | |||
] | ] | ||
}</graph> | }</graph> |
Version du 17 octobre 2022 à 14:58
Histoire
Entreprise en charge de l'approvisionnement en essence/pétrole sur l'île.
Organisation
Patron
Manager
- Sam Crow (actionnaire)
- Ethan Douglas (actionnaire)
Personnel
- Alexander Thomas
- Antonio Dos Santos
- Bruno Bonnet
- Clarck Lavrik
- Clay Simons
- Douglas Seagull
- Ezio Moretti
- Franck Spencer
- George Getizc
- Jean Spanquer
- Jeffrey Garner
- Lautaro Gonzalez
- Lukas Guzman
- Neville Douglas
- Stephen Edouard
- Tom Cage
- Victor Kasey
- Vladimir Romanov
Anciens responsables
- Rick Arkhel (Patron)
- Djinos Corozza (Adjoint de direction)
- Orlando Adams (Représentant syndical)
- Cody Kazeli (Représentant des salariés)
- Ange Marietty (Représentant syndical)
Galerie
Distribution des parts
<tabs> <tab name="23/06/22">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" !Pourcentage !Actionnaires |- |- style="color:blue" |60% |Jean-Claude Tremblay |- |30% |Ethan Douglas |- |5% |Victor Kasey |-
| colspan="3" |
Les actionnaires majoritaires sont inscrits en bleu. |}</tab> <tab name="19/04/22">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" !Pourcentage !Actionnaires |- |- style="color:blue" |60% |Jean-Claude Tremblay |- |30% |Ethan Douglas |- |5% |Victor Kasey |- |5% |Mathew Warren |-
| colspan="3" |
Les actionnaires majoritaires sont inscrits en bleu. |}</tab> <tab name="09/01/22">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" !Pourcentage !Actionnaires |- |- style="color:blue" |70% |Jean-Claude Tremblay |- |30% |Ethan Douglas |-
| colspan="3" |
Les actionnaires majoritaires sont inscrits en bleu. |}</tab> <tab name="08/01/22">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" !Pourcentage !Actionnaires |- |- style="color:blue" |85% |Jean-Claude Tremblay |- |15% |Ethan Douglas |-
| colspan="3" |
Les actionnaires majoritaires sont inscrits en bleu. |}</tab> <tab name="20/09/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" !Pourcentage !Actionnaires |- |- style="color:blue" |50% |Jean-Claude Tremblay |- |35% |Sam Crow |- |15% |Ethan Douglas |-
| colspan="3" |
Les actionnaires majoritaires sont inscrits en bleu. |}</tab> <tab name="22/06/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" !Pourcentage !Actionnaires |- |- style="color:blue" |70% |Jean-Claude Tremblay |- |15% |Ethan Douglas |- |15% |Sam Crow |-
| colspan="3" |
Les actionnaires majoritaires sont inscrits en bleu. |}</tab> <tab name="25/05/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" !Pourcentage !Actionnaires |- |- style="color:blue" |80% |Jean-Claude Tremblay |- |20% |Ethan Douglas |-
| colspan="3" |
Les actionnaires majoritaires sont inscrits en bleu. |}</tab> <tab name="05/05/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" !Pourcentage !Actionnaires |- |- style="color:blue" |90% |Jean-Claude Tremblay |- |10% |Ethan Douglas |-
| colspan="3" |
Les actionnaires majoritaires sont inscrits en bleu. |}</tab> <tab name="30/04/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" !Pourcentage !Actionnaires |- |- style="color:blue" |45% |Jean-Claude Tremblay |- style="color:blue" |45% |Rick Arkhel |- |10% |Ethan Douglas |-
| colspan="3" |
Les actionnaires majoritaires sont inscrits en bleu. |}</tab> <tab name="06/01/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" !Pourcentage !Actionnaires |- |- style="color:blue" |50% |Jean-Claude Tremblay |- style="color:blue" |50% |Rick Arkhel |-
| colspan="3" |
Les actionnaires majoritaires sont inscrits en bleu. |}</tab> </tabs>