POS: Out-of-stock orders
Only a supervisor can approve a POS order with a product which is out of stock
The module checks whether an order contains products with nonpositive quantity.
If it does and a cashier doesn't have right to approve it, then a popup will be shown. Popup displays list of user who can approve the order.
Then the cashier must ask a supervisor to approve the sale.
The password must match the value in the "Security PIN" field in the Setting / Users section.
Information about a person who authorized a sale you can find in an order record in the "Negative stock approval" field.
Need our service?
Contact us by email or fill out request form
- pos@it-projects.info
- https://www.it-projects.info/page/website.contactus
- skype@it-projects.info
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Point of Sale (point_of_sale)
• Discuss (mail) • Inventory (stock) • Invoicing (account) |
| Community Apps Dependencies | Show |
| Lines of code | 906 |
| Technical Name |
itp_pos_product_available_negative |
| License | See License tab |
| Website | https://it-projects.info |
POS: Out-of-stock orders
Installation
- Install this module in a usual way
Configuration
- Go to [[Point of Sale]] >> Configuration >> Point of Sale
- Open POS config form
- Click [Edit]
- Set Negative Order Group
- Click [Save]
Usage
- Go to [[Point of Sale]] >> Dashboard
- Open POS session
- Select a product with negative qty
- Click Payment
- Click Validate
RESULT: If the user doesn't belong to Negative Order Group, the popup appears prompting to confirm the action by autorised user
The MIT License (MIT) Copyright 2020 IT-Projects Labs Copyright 2015-2020 IT-Projects LLC Copyright 2014-2015 Ivan Yelizariev Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall 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