Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[15.0][IMP] sale_invoice_plan: add select type down payment of invoice plan #2606

Open
wants to merge 1 commit into
base: 15.0
Choose a base branch
from

Conversation

Saran440
Copy link
Member

This PR implement module sale_invoice_plan for user can select type of down payment

Normally, when user use invoice plan and has advance. it will use down payment with type percentage only.

Example Case

  • User create sale order 1 line with product A 100us and there is tax 7%
  • Use invoice plan and advance 10%
  • When create invoice by plan. Down payment will compute by percent and get value = 10.7 (include tax)

Some case user need down payment exclude tax. So, I add new field advance_type for user selected down payment with Fixed amount or percent

Selection_003

@OCA-git-bot
Copy link
Contributor

Hi @kittiu,
some modules you are maintaining are being modified, check this out!

@Saran440 Saran440 force-pushed the 15.0-fix-sale_invoice_plan_down_payment branch from 08c15eb to f3bf9d2 Compare September 25, 2023 07:21
@Saran440
Copy link
Member Author

Saran440 commented Sep 25, 2023

@rousseldenis Fixed. Add test script for this PR. THank you for your review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants