Open
Conversation
* FIX Sort and search Ref Project column was missing * Remove White space
…ces Dolibarr#31228 (Dolibarr#33542) Fix an issue after upgrading to 20.0.x with the backend saying that the sequences llx_expeditiondet_batch_rowid_seq doesn't exist. The table was somehow renamed, and migration fixed for PostgreSQL in the following commits: - 3670ba7: rename the table to match the intent of the table. - 9913778: using VPGSQL comments to use a different RENAME function for PostgreSQL. - d73d274: Using RENAME TO which is compatible with both PostgreSQL and MySQL. But the sequence was still a leftover after those migrations. Co-authored-by: Alexis Thietard Co-authored-by: Geoffrey Mellar Fixes Dolibarr#31228
Co-authored-by: Christophe Battarel <christophe@altairis.fr>
…rr into NEW_ADD_HOME_BOX_MRP
…EW_ADD_HOME_BOX_MRP
…rr into NEW_ADD_HOME_BOX_MRP
allow concat char, you can use MAIN_ALLOW_UNSECURED_SPECIAL_CHARS_IN_DOL_EVAL='.'
* clean code * Update expedition.class.php
…EditeEndDate on Mo List (Dolibarr#33548) * Add Massaction Mo List * add langs en_US * fix for precommit * langs * langs+ * int param * space * Update mo_list.php --------- Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
* shipping can manage its contacts * shipping can manage its contacts * fix * add contacts from origin * clean code * apply changes * apply changes
…d invoice (Dolibarr#33647) * linking member subscription contribution <-> proposal, order and invoice This can both be done manually from an existing proposal/order/invoice to a subscription created without creating an invoice. I use this when we sell memberships as part of registration for our membership classes. The link will also be shown on the invoice that can be created as part of the subscription contribution creation. These links show up in the json from the API on proposals, orders and invoices. The subscription does not show anything. It is currently unknown if the API can do this link or it will have to be done manually in the GUI. * Update html.form.class.php --------- Co-authored-by: Jon Bendtsen <xcodeauthor@jonb.dk> Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
…option MAIN_APPLY_DISCOUNT_ON_UNIT_PRICE_THEN_ROUND_BEFORE_MULTIPLICATION_BY_QTY (Dolibarr#33690) * Rounding unit price - line discount before applying quantity On some systems, the line total price is calculated based on the discount applied on the unit price first, giving a new rounded unit price, and then multiplied by the quantity. Whereas the current way Dolibarr acts is to apply the discount on the subtotal (unit price * quantity). Using an extra OTHER SETUP constant 'MAIN_ROUND_UNIT_PRICE_BEFORE_QTY', we can choose between the two ways. * Update price.lib.php * Update price.lib.php --------- Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
eldy
pushed a commit
that referenced
this pull request
Jan 28, 2026
Filter on "all warehouse " on proposals
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.