You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

112 lines
3.8 KiB

  1. <section class="oe_container">
  2. <div class="oe_row oe_spaced">
  3. <h2 class="oe_slogan">MuK Web Client Notification</h2>
  4. <h3 class="oe_slogan">Notification Channel</h3>
  5. <h4 class="oe_slogan" style="font-size: 23px;">MuK IT GmbH -
  6. www.mukit.at</h4>
  7. <div class="oe_demo oe_screenshot"
  8. style="max-width: 84%; margin: 16px 8%;">
  9. <img src="demo.gif">
  10. </div>
  11. </div>
  12. </section>
  13. <section class="oe_container">
  14. <div class="oe_row oe_spaced">
  15. <div style="max-width: 84%; margin: 16px 8%;">
  16. <h3 class="oe_slogan">Overview</h3>
  17. <p class="oe_mt32">Adds a notification channel to the web client.
  18. By sending a message to this channel, a notification is send to the
  19. web client. Messages can either be sent via a wizard or directly
  20. from the python code either via a method in ResUsers or by an entry
  21. in the bus system.</p>
  22. </div>
  23. </div>
  24. </section>
  25. <section class="oe_container oe_dark">
  26. <div class="oe_row oe_spaced">
  27. <div style="max-width: 84%; margin: 16px 8%;">
  28. <h3 class="oe_slogan">Customize Process</h3>
  29. <div class="row">
  30. <div class="mb16 col-lg-6">
  31. <p>With the Notification Wizard you can easily create and send
  32. new messages. If no user is selected, the message is sent globally
  33. to all users.</p>
  34. </div>
  35. <div class="mb16 col-lg-6">
  36. <div class="oe_demo oe_screenshot">
  37. <img src="screenshot_wizard.png">
  38. </div>
  39. </div>
  40. </div>
  41. </div>
  42. </div>
  43. </section>
  44. <section class="oe_container">
  45. <div class="oe_row oe_spaced">
  46. <div style="max-width: 84%; margin: 16px 8%;">
  47. <h3 class="oe_slogan">Customize Process</h3>
  48. <div class="row">
  49. <div class="mb16 col-lg-6">
  50. <div class="oe_demo oe_screenshot">
  51. <img src="screenshot_notification.png">
  52. </div>
  53. </div>
  54. <div class="mb16 col-lg-6">
  55. <p>A message can be either an information or a
  56. warning and the sticky option leaves the message displayed until a
  57. user action.</p>
  58. </div>
  59. </div>
  60. </div>
  61. </div>
  62. </section>
  63. <section class="oe_container oe_dark"
  64. style="margin-bottom: 20px; border-top: 5px solid #797979; border-bottom: 5px solid #797979;">
  65. <h3 class="oe_slogan" style="margin-bottom: 10px;">Demo</h3>
  66. <div class="row" style="margin: auto; max-width: 250px;">
  67. <div class="col-6 col-xs-6">
  68. <h5 class="oe_slogan" style="font-size: 20px; margin: 2px;">User:</h5>
  69. </div>
  70. <div class="col-6 col-xs-6">
  71. <h5 class="oe_slogan" style="font-size: 20px; margin: 2px;">apps</h5>
  72. </div>
  73. <div class="col-6 col-xs-6">
  74. <h5 class="oe_slogan" style="font-size: 20px; margin: 2px;">Password:</h5>
  75. </div>
  76. <div class="col-6 col-xs-6">
  77. <h5 class="oe_slogan" style="font-size: 20px; margin: 2px;">demo</h5>
  78. </div>
  79. </div>
  80. <div class="oe_slogan" style="margin-top: 5px;">
  81. <a class="btn btn-primary btn-lg mt8"
  82. href="https://demo.mukit.at/web/login"
  83. style="position: relative; overflow: hidden;"> <i
  84. class="fa fa-video-camera"></i> Live Preview
  85. </a>
  86. </div>
  87. </section>
  88. <section class="oe_container oe_dark">
  89. <h3 class="oe_slogan">Help and Support</h3>
  90. <h5 class="oe_slogan" style="font-size: 20px;">Feel free to
  91. contact us, if you need any help with your Odoo integration or
  92. addiontal features.</h5>
  93. <div class="oe_slogan">
  94. <a class="btn btn-primary btn-lg mt8" href="https://mukit.at">
  95. <i class="fa fa-globe"></i> Website
  96. </a>
  97. <a class="btn btn-primary btn-lg mt8" href="https://mukit.at/page/contactus">
  98. <i class="fa fa-phone"></i> Contact
  99. </a>
  100. <a class="btn btn-primary btn-lg mt8" href="https://github.com/muk-it">
  101. <i class="fa fa-github"></i> Issues
  102. </a>
  103. <a class="btn btn-primary btn-lg mt8" href="mailto:sale@mukit.at">
  104. <i class="fa fa-envelope"></i> Request a Feature
  105. </a>
  106. </div>
  107. <img src="logo.png" style="width: 200px; margin-bottom: 20px; display: block;" class="mx-auto center-block">
  108. </section>