index.html 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. <head>
  2. <style>
  3. .backgrounds{background-color:#fff;color:#a41d35}
  4. </style>
  5. </head>
  6. <section class="oe_container">
  7. <div class="oe_row oe_spaced">
  8. <h2 class="oe_slogan">
  9. HR payslip paid
  10. </h2>
  11. <p class="oe_mt32">
  12. This module add the state paid in hr payroll
  13. </p>
  14. <p>
  15. <strong>
  16. Note:
  17. </strong>
  18. If you have registers of payslip before to this module, you can run
  19. the next Web Service:
  20. </p>
  21. <blockquote>
  22. <a class="reference external" href="https://github.com/vauxoo-dev/gist-vauxoo/blob/master/update_state_paid_payslip.py">
  23. https://github.com/vauxoo-dev/gist-vauxoo/blob/master/update_state_paid_payslip.py
  24. </a>
  25. </blockquote>
  26. <p>
  27. to change to paid the payslips that have your payment.
  28. </p>
  29. </div>
  30. </section>
  31. <section class="oe_container">
  32. <div class="oe_row oe_spaced">
  33. <div class="oe_span6">
  34. <h2 class="oe_slogan">Do you need help?</h2>
  35. <h3 class="oe_slogan">
  36. Let's offer you the best services!
  37. </h3>
  38. <p class="oe_mt32 text-center">
  39. Contact us by our official channels.
  40. </p>
  41. <div class="oe_spaced">
  42. <ul class="text-center list-inline">
  43. <li>
  44. <a href="https://facebook.com/vauxoo" Target="_blank"><i class="fa fa-facebook-square fa-xs backgrounds"></i></a>
  45. </li>
  46. <li>
  47. <a href="https://twitter.com/vauxoo" Target="_blank" ><i class="fa fa-twitter-square fa-xs backgrounds"></i></a>
  48. </li>
  49. <li>
  50. <a href="https://www.linkedin.com/company/vauxoo" Target="_blank"><i class="fa fa-linkedin-square fa-xs backgrounds"></i></a>
  51. </li>
  52. <li>
  53. <a title="Contact us" data-toggle="tooltip" data-placement="left" Target="_blank" href="https://www.vauxoo.com/page/website.contactus"><i class="fa fa-envelope-square fa-xs backgrounds"></i></a>
  54. </li>
  55. </ul>
  56. </div>
  57. </div>
  58. <div class="oe_span6">
  59. <div class="oe_demo oe_picture oe_screenshot">
  60. <a href="https://www.vauxoo.com" target="_blank"r>
  61. <img src="https://s3.amazonaws.com/s3.vauxoo.com/description_logo.png" width="200" height="auto">
  62. </a>
  63. <div class="oe_demo_footer oe_centeralign">Meet Us</div>
  64. </div>
  65. </div>
  66. </div>
  67. </section>