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

NEW: Add management of date begin/end and discount for a customer price (SQL) #33223

Conversation

kkhelifa-opendsi
Copy link
Contributor

Add management of date begin/end and discount for a customer price (SQL)

@@ -41,6 +43,7 @@ create table llx_product_customer_price
localtax1_type varchar(10) NOT NULL DEFAULT '0',
localtax2_tx double(7,4) DEFAULT 0, -- Other local VAT 2
localtax2_type varchar(10) NOT NULL DEFAULT '0',
remise_percent real DEFAULT 0,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you use name discount_percent instead of remise_percent ?

Renaming remise_percent into discount_percent into other table is not yet planned, but we should have to do it one day...

@eldy eldy added the Discussion Some questions or discussions are opened and wait answers of author or other people to be processed label Feb 26, 2025
kkhelifa-opendsi added a commit to Easya-Solutions/dolibarr that referenced this pull request Feb 28, 2025
kkhelifa-opendsi added a commit to Easya-Solutions/dolibarr that referenced this pull request Feb 28, 2025
@eldy eldy merged commit 95cd3eb into Dolibarr:develop Feb 28, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Discussion Some questions or discussions are opened and wait answers of author or other people to be processed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants