| __pycache__ | ||
| data | ||
| models | ||
| security | ||
| views | ||
| wizard | ||
| __init__.py | ||
| __manifest__.py | ||
| README.md | ||
Purchase Advance Payment
This module allows linking payments to purchase orders as advance payments.
Features
- Link payments to purchase orders as advance payments
- Automatically subtract advance payments from the total when the PO is fully billed
- Create deposit products on the PO so the final invoice includes the deposit product
- Track advance payments linked to purchase orders
Usage
- Create a purchase order
- Create a payment and link it to the purchase order as an advance payment
- When the payment is posted, it will automatically be applied as a deposit to the purchase order
- The deposit will appear as a negative line item on the purchase order
- When creating the vendor bill, the deposit will be included
Configuration
No additional configuration is required.
Known Issues
- None