| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Point of Sale (point_of_sale)
• Discuss (mail) • Inventory (stock) • Invoicing (account) |
| Lines of code | 415 |
| Technical Name |
lv_nova_pos_tips |
| License | OPL-1 |
| Website | https://www.luanviservices.com |
POS Tips — Per-Waiter Report & Tip Tracking
Track tips in your restaurant or hospitality POS. Configure a tip product and three suggested tip percentages, then generate a detailed tip report per cashier or waiter for any date range — showing how many tips each person collected, the total amount and the average percentage.
💡 Tip configuration
Set a tip product and three suggested percentages (e.g. 10%, 15%, 20%) in the POS settings. Cashiers can also enter a custom amount.
👤 Per-waiter breakdown
The PDF report groups tips by cashier or waiter, showing orders, sales, tip total and average tip % per person.
📊 Summary + detail
Grand total strip at the top, then a summary table per cashier, then the individual order lines for full drill-down.
📅 Any date range
Filter by POS terminal and date range. View orders directly in Odoo or print the PDF in one click.
Example report output
| Cashier | Orders | Sales | Tips | Avg % |
|---|---|---|---|---|
| Maria G. | 14 | $1,240.00 | $186.00 | 15.0% |
| Carlos P. | 9 | $870.00 | $104.40 | 12.0% |
| TOTAL | 23 | $2,110.00 | $290.40 | 13.8% |
How to set up
- Create a service product called "Tip" (no taxes, available in POS).
- Go to Point of Sale → Configuration → Point of Sale → Tips tab.
- Select the tip product and set the three suggested percentages.
- During a POS session, the cashier adds the tip product with the desired amount to the order.
- Go to Point of Sale → Tip Report to generate the per-waiter PDF.
Compatibility
Odoo 18.0 Community Enterprise Requires: Point of Sale
Technical notes
- Tip amounts are computed from order lines where the product matches the configured tip product — no JS customization needed.
- Cashier tracking uses
pos.order.employee_idif Staff Login is enabled, falling back touser_id. - The report covers orders in state
done,paid, orinvoiced.
Support
For questions or bug reports, please use the support button on the App Store or email luanviservicesinfo@gmail.com.
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Point of Sale (point_of_sale)
• Discuss (mail) • Inventory (stock) • Invoicing (account) |
| Lines of code | 415 |
| Technical Name |
lv_nova_pos_tips |
| License | OPL-1 |
| Website | https://www.luanviservices.com |
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module