subscription.vue 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321
  1. <!--
  2. Page 'Mon abonnement'
  3. @see https://ressources.opentalent.fr/display/SPEC/Mon+abonnement
  4. -->
  5. <template>
  6. <v-row justify="center" align="center">
  7. <v-col cols="12" sm="12" md="12">
  8. <h3>{{ $t('my_subscription') }}</h3>
  9. <v-expansion-panels focusable multiple :value="[0,1]">
  10. <UiExpansionPanel id="informations" icon="fa-info">
  11. <v-container fluid class="container">
  12. <v-row>
  13. <v-simple-table>
  14. <tbody>
  15. <tr>
  16. <td>{{ $t('client_id') }}</td>
  17. <td></td>
  18. </tr>
  19. <tr>
  20. <td>{{ $t('version') }}</td>
  21. <td>{{ organizationProfile.product }}</td>
  22. </tr>
  23. <tr v-if="organizationProfile.isCmf() && organizationProfile.isArtistProduct()">
  24. <td>{{ $t('paying_structure') }}</td>
  25. <td>
  26. CMF
  27. </td>
  28. </tr>
  29. </tbody>
  30. </v-simple-table>
  31. </v-row>
  32. </v-container>
  33. </UiExpansionPanel>
  34. <UiExpansionPanel id="more_features" icon="fa-plus">
  35. <v-container id="products-section" fluid class="container">
  36. <v-row>
  37. <v-simple-table>
  38. <template #default>
  39. <thead>
  40. <tr>
  41. <th v-if="organizationProfile.isArtistProduct()">
  42. Opentalent Artist Premium
  43. </th>
  44. <th v-if="organizationProfile.isArtist()">
  45. Opentalent School
  46. </th>
  47. <th v-if="organizationProfile.isSchoolProduct()">
  48. Opentalent School Premium
  49. </th>
  50. <th>
  51. Sms
  52. </th>
  53. <th>
  54. Site internet
  55. </th>
  56. </tr>
  57. </thead>
  58. <tbody>
  59. <tr>
  60. <td v-if="organizationProfile.isArtistProduct()">
  61. <nuxt-img src="/images/Artist-Square.jpg" />
  62. </td>
  63. <td v-if="organizationProfile.isArtist()">
  64. <nuxt-img src="/images/School-Square.jpg" />
  65. </td>
  66. <td v-if="organizationProfile.isSchoolProduct()">
  67. <nuxt-img src="/images/School-Square.jpg" />
  68. </td>
  69. <td>
  70. <nuxt-img src="/images/sms_big.png" />
  71. </td>
  72. <td>
  73. <nuxt-img src="/images/nom-de-domaine.jpg" />
  74. </td>
  75. </tr>
  76. <tr>
  77. <!-- Opentalent Artist Premium -->
  78. <td v-if="organizationProfile.isArtistProduct()">
  79. <p>
  80. Bénéficiez de plus de fonctionnalités avec la version
  81. <b>Opentalent Artist Premium</b>
  82. </p>
  83. <!-- Cmf member -->
  84. <div v-if="organizationProfile.isCmf">
  85. <p>
  86. Pour seulement 6,33 €.TTC par mois *
  87. </p>
  88. <p>
  89. <i>
  90. * Payable annuellement, soit 76 €.TTC / an.
  91. Offre réservée aux adhérents CMF (Prix public: 168€.TTC/an)
  92. </i>
  93. </p>
  94. </div>
  95. <!-- Not cmf member -->
  96. <div v-else>
  97. <p>
  98. Pour seulement 14 € TTC par mois *
  99. </p>
  100. <p>
  101. <i>
  102. * Payable annuellement soit 168 €.TTC/an
  103. </i>
  104. </p>
  105. </div>
  106. <p>
  107. <a href="https://www.opentalent.fr/uploads/opentalent/ficheproduit_Opentalentartist.pdf">
  108. Fiche produit Opentalent Artist Premium
  109. </a>
  110. </p>
  111. <p v-if="organizationProfile.isCmf">
  112. <a href="">
  113. Télécharger le bon de commande CMF
  114. </a>
  115. </p>
  116. <p v-else>
  117. <a href="">
  118. Télécharger le bon de commande
  119. </a>
  120. </p>
  121. </td>
  122. <!-- Opentalent School -->
  123. <td v-if="organizationProfile.isArtist()">
  124. <p>
  125. Une solution économique adaptée à votre établissement d'enseignement
  126. artistique
  127. </p>
  128. <!-- Cmf member -->
  129. <div v-if="organizationProfile.isCmf">
  130. <p>A partir de 16.45€ TTC par mois *</p>
  131. <p>
  132. <i>
  133. * Payable annuellement, soit 198€ TTC par an
  134. Version <b>Opentalent School Standard</b> jusqu'à 69 élèves.
  135. Hors frais de licence d'utilisation et de formation.
  136. Offre réservée aux adhérents CMF (prix public: 358.80€ TTC par an)
  137. </i>
  138. </p>
  139. </div>
  140. <!-- Not cmf member -->
  141. <div v-else>
  142. <p>A partir de 29.90€ TTC par mois *</p>
  143. <p>
  144. <i>
  145. * Payable annuellement, soit 358 € TTC par an
  146. Version <b>Opentalent School Standard</b> jusqu'à 69 élèves.
  147. Hors frais de licence d'utilisation et de formation.
  148. </i>
  149. </p>
  150. </div>
  151. <p>
  152. <a href="https://www.opentalent.fr/uploads/opentalent/ficheproduit_Opentalentschool">
  153. Fiche produit Opentalent School
  154. </a>
  155. </p>
  156. <p>
  157. Essayez notre logiciel en toute liberté ! Contactez-nous sans plus tarder pour obtenir
  158. une présentation ainsi qu'un accès de démonstration.
  159. </p>
  160. <p>
  161. Contactez-nous au <a href="tel:+33972126017">0 972 126 017</a>, ou par mail à l'adresse
  162. <a href="mailto:contact@opentalent.fr">contact@opentalent.fr</a>
  163. </p>
  164. </td>
  165. <!-- Opentalent School Premium -->
  166. <td v-if="organizationProfile.isSchoolProduct()">
  167. <p>
  168. Passez à la version <b>Opentalent School Premium</b> et bénéficiez:
  169. </p>
  170. <ul>
  171. <li>de comptes pour vos professeurs et élèves</li>
  172. <li>d'un site internet complet</li>
  173. </ul>
  174. <!-- Cmf member -->
  175. <div v-if="organizationProfile.isCmf">
  176. <p>A partir de 22.30€ TTC par mois *</p>
  177. <p>
  178. <i>* Payable annuellement, soit 267.60€ TTC par an
  179. Version <b>Opentalent School Premium</b> jusqu'à 69 élèves.
  180. Hors frais de licence d'utilisation et de formation.
  181. Offre réservée aux adhérents CMF (prix public: 438€ TTC/an)</i>
  182. </p>
  183. </div>
  184. <!-- Not cmf member -->
  185. <div v-else>
  186. <p>A partir de 36.50€ TTC par mois *</p>
  187. <p>
  188. <i>
  189. * Payable annuellement, soit 438€ TTC par an
  190. Version <b>Opentalent School Premium</b> jusqu'à 69 élèves.
  191. Hors frais de licence d'utilisation et de formation.
  192. </i>
  193. </p>
  194. </div>
  195. <p>
  196. <a href="https://www.opentalent.fr/uploads/opentalent/ficheproduit_Opentalentschool">
  197. Fiche produit Opentalent School
  198. </a>
  199. </p>
  200. <p>
  201. Contactez-nous au <a href="tel:+33972126017">0-972 126 017</a>, ou par mail à l'adresse
  202. <a href="mailto:contact@opentalent.fr">contact@opentalent.fr</a>
  203. </p>
  204. </td>
  205. <!-- SMS -->
  206. <td>
  207. <p>Envoyez des <b>SMS</b> directement depuis votre logiciel à vos membres / élèves</p>
  208. <!-- Cmf member -->
  209. <div v-if="organizationProfile.isCmf">
  210. <p>A partir de 0.10 €.TTC/sms *</p>
  211. <p><i>* pour 5000 SMS</i></p>
  212. <p>
  213. <a href="https://www.opentalent.fr/uploads/opentalent/Bon_commande_SMS_ouverture-CMF.pdf">
  214. Télécharger le bon de commande CMF
  215. </a>
  216. </p>
  217. </div>
  218. <!-- Not cmf member -->
  219. <div v-else>
  220. <p>A partir de 0.12 €.TTC/sms *</p>
  221. <p><i>* pour 5000 SMS</i></p>
  222. <p>
  223. <a href="https://www.opentalent.fr/uploads/opentalent/Bon_commande_SMS_ouverture-public.pdf">
  224. Télécharger le bon de commande
  225. </a>
  226. </p>
  227. </div>
  228. </td>
  229. <!-- Custom domain -->
  230. <td>
  231. <p>
  232. Bénéficiez de votre <b>propre nom de domaine</b> et 5 adresses email
  233. pour seulement 34.80 €.TTC / mois
  234. </p>
  235. <p>Exemple:</p>
  236. <table>
  237. <tr>
  238. <td>Nom de domaine</td>
  239. <td>ma-structure.fr</td>
  240. </tr>
  241. <tr>
  242. <td>Adresse email associée</td>
  243. <td>contact@NomDeMaStructure.fr</td>
  244. </tr>
  245. </table>
  246. </td>
  247. </tr>
  248. </tbody>
  249. </template>
  250. </v-simple-table>
  251. </v-row>
  252. </v-container>
  253. </UiExpansionPanel>
  254. </v-expansion-panels>
  255. </v-col>
  256. </v-row>
  257. </template>
  258. <script lang="ts">
  259. import { defineComponent, useContext } from '@nuxtjs/composition-api'
  260. import { $organizationProfile } from '~/services/profile/organizationProfile'
  261. export default defineComponent({
  262. name: 'Subscription',
  263. setup () {
  264. const { store } = useContext()
  265. const organizationProfile = $organizationProfile(store)
  266. console.log(organizationProfile)
  267. return {
  268. organizationProfile
  269. }
  270. }
  271. })
  272. </script>
  273. <style>
  274. #products-section table {
  275. table-layout: fixed;
  276. width: 100%;
  277. }
  278. #products-section table img {
  279. max-height: 250px;
  280. max-width: 100%;
  281. }
  282. #products-section tr:first-child td {
  283. text-align: center;
  284. }
  285. #products-section td {
  286. padding: 12px 18px;
  287. vertical-align: top;
  288. }
  289. </style>