12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- <head>
- <style>
- .backgrounds{background-color:#fff;color:#a41d35}
- </style>
- </head>
- <section class="oe_container">
- <div class="oe_row oe_spaced">
- <h2 class="oe_slogan">
- HR payslip paid
- </h2>
- <p class="oe_mt32">
- This module add the state paid in hr payroll
- </p>
- <p>
- <strong>
- Note:
- </strong>
- If you have registers of payslip before to this module, you can run
- the next Web Service:
- </p>
- <blockquote>
- <a class="reference external" href="https://github.com/vauxoo-dev/gist-vauxoo/blob/master/update_state_paid_payslip.py">
- https://github.com/vauxoo-dev/gist-vauxoo/blob/master/update_state_paid_payslip.py
- </a>
- </blockquote>
- <p>
- to change to paid the payslips that have your payment.
- </p>
- </div>
- </section>
- <section class="oe_container">
- <div class="oe_row oe_spaced">
- <div class="oe_span6">
- <h2 class="oe_slogan">Do you need help?</h2>
- <h3 class="oe_slogan">
- Let's offer you the best services!
- </h3>
- <p class="oe_mt32 text-center">
- Contact us by our official channels.
- </p>
- <div class="oe_spaced">
- <ul class="text-center list-inline">
- <li>
- <a href="https://facebook.com/vauxoo" Target="_blank"><i class="fa fa-facebook-square fa-xs backgrounds"></i></a>
- </li>
- <li>
- <a href="https://twitter.com/vauxoo" Target="_blank" ><i class="fa fa-twitter-square fa-xs backgrounds"></i></a>
- </li>
- <li>
- <a href="https://www.linkedin.com/company/vauxoo" Target="_blank"><i class="fa fa-linkedin-square fa-xs backgrounds"></i></a>
- </li>
- <li>
- <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>
- </li>
- </ul>
- </div>
- </div>
- <div class="oe_span6">
- <div class="oe_demo oe_picture oe_screenshot">
- <a href="https://www.vauxoo.com" target="_blank"r>
- <img src="https://s3.amazonaws.com/s3.vauxoo.com/description_logo.png" width="200" height="auto">
- </a>
- <div class="oe_demo_footer oe_centeralign">Meet Us</div>
- </div>
- </div>
- </div>
- </section>
|