Laurent Destailleur
7c756574b6
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2023-12-02 14:52:36 +01:00
Laurent Destailleur
9b8d0096e6
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0
2023-12-02 14:20:50 +01:00
Laurent Destailleur
67dbfe118c
Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0
2023-12-02 12:48:00 +01:00
Laurent Destailleur
bae5934af7
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 16.0
2023-12-02 12:46:23 +01:00
Laurent Destailleur
09da842b68
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0
2023-12-02 12:44:33 +01:00
Frédéric FRANCE
53c8a3acf8
clean phpdoc for phpstan ( #26905 )
2023-12-01 19:51:32 +01:00
Eric Seigne
d6c97bd75e
check if last_main_doc is not empty
2023-11-30 19:17:14 +01:00
Eric Seigne
951afdcb68
cleanup
2023-11-30 19:15:56 +01:00
Eric Seigne
7782ae4fd0
fix #26862 but on 14.0 where that bug was present
2023-11-30 19:12:26 +01:00
Kamel Khelifa
116ff4a985
FIX: Fix when options FAC_FORCE_DATE_VALIDATION and INVOICE_CHECK_POSTERIOR_DATE enabled. The date is forced after the test and not before
2023-11-27 16:54:52 +01:00
Laurent Destailleur
53dab922fd
Fix php8.2 warnings
2023-11-27 11:39:32 +01:00
Maxime Kohlhaas
6b731626ac
Fix : set date_creation in facture create() ( #26851 )
2023-11-26 15:50:35 +01:00
Laurent Destailleur
cb3a86a737
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2023-11-23 18:56:10 +01:00
Frédéric FRANCE
7ac05c7549
fix phpstan ( #26799 )
...
* fix phpstan
* Update commoninvoice.class.php
* Update facture.class.php
* Update commoninvoice.class.php
* fix properties
2023-11-21 21:36:34 +01:00
Laurent Destailleur
f755ad51ab
Fix log
2023-11-21 12:17:30 +01:00
Laurent Destailleur
f52beb7bce
Fix phpcs
2023-11-18 23:51:52 +01:00
ayoubayed
1a9128e861
[ #26692 ] Fixed : undefined var on accountacyexport.class.php && facture.class.php ( #26698 )
...
Co-authored-by: Ayoub BAYED <ayoub@code42.fr >
2023-11-18 12:11:08 +01:00
Laurent Destailleur
7659bba97a
Fix bad delete of lines into llx_ecm_files
2023-11-13 12:24:47 +01:00
sonikf
65b9f4e6de
NEW: Add invoice subtype in customer template invoice ( #26543 )
...
* Add invoice subtype in template invoice
* Add invoice subtype in template invoice
* Add invoice subtype in template invoice
2023-11-12 22:08:46 +01:00
Laurent Destailleur
ccfaaeb03b
Debug v19
2023-11-08 16:25:49 +01:00
Laurent Destailleur
56bb63c388
Debug v19
2023-11-06 16:29:00 +01:00
Mohamed DAOUD
a1597e6eb1
Fix some warnings -technical debt- ( #26466 )
...
* fix warnings 1
* fix previous commit 1
* Update facture-rec.class.php
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2023-11-06 16:00:24 +01:00
Laurent Destailleur
99f50e5fa1
Fix comment
2023-11-02 14:12:57 +01:00
Laurent Destailleur
127de7e7d8
FIX On object validation, ecm index are not updated for uploaded files
2023-11-01 16:17:54 +01:00
Laurent Destailleur
0708f0c53f
Add fields to allow batch management into POS module
2023-11-01 15:52:02 +01:00
Laurent Destailleur
74e1ec4099
FIX On object validation, ecm index are not updated for uploaded files
2023-10-31 19:28:11 +01:00
Mohamed DAOUD
08ef416958
New: Adding the PDF option displaying the product's barcode number ( #26345 )
...
* Add a PDF option to show barcode number of product
* Add space before and after IF keyword
* fix error phpcs
* add barcode label before barcode number
* Use outputlangs and not langs
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2023-10-30 03:13:12 +01:00
Laurent Destailleur
197f0a19ec
NEW Add more param on fetch() to prepare perf optimization
2023-10-26 21:05:37 +02:00
Laurent Destailleur
777a22ebaa
Fix warning
2023-10-24 18:11:09 +02:00
Laurent Destailleur
a318031034
QUAL Standardize code. Renamed ID of user properties into ->user_xxx_id
2023-10-24 11:37:29 +02:00
Laurent Destailleur
e1bf377f20
QUAL: Removed deprecated field remise, remise_percent, remise_absolute
2023-10-20 10:47:08 +02:00
sonikf
732fb2fa04
NEW: Invoice subtypes for customers and vendors ( #26233 )
...
* NEW: Invoice subtypes for customers and vendors
* fix PHPCS
* fix PHPCS
* fix PHPCS
* fix PHPCS
* fix possible SQL Injection
* remove hardcoded tests
* remove hardcoded tests
* fix travis ci error
2023-10-18 02:33:14 +02:00
Laurent Destailleur
2cfa9f8290
Debug v19
2023-10-17 15:43:56 +02:00
Laurent Destailleur
b37a438067
The property ->user_validation to store ID of user validating has been
...
renamed into ->user_validation_id.
2023-10-17 11:10:25 +02:00
Laurent Destailleur
f18529f944
Clean code
2023-10-17 10:52:19 +02:00
Laurent Destailleur
fb8b4acdbf
The duplicated and deprecated property ->date_livraison that was renamed
...
into ->delivery_date has been completely removed.
2023-10-17 10:36:11 +02:00
Laurent Destailleur
251ccf85ea
Debug v19
2023-10-15 23:13:20 +02:00
Laurent Destailleur
1f38e54e78
Clean code
2023-10-15 15:32:35 +02:00
Laurent Destailleur
946239dbf3
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop
2023-10-10 23:04:47 +02:00
Laurent Destailleur
25d3ead0a0
FIX Error not returned on sales with takepos and batch module enabled
2023-10-10 11:51:52 +02:00
Laurent Destailleur
f661f88b6d
Merge pull request #26140 from aspangaro/19a7
...
Update some object
2023-10-09 10:28:54 +02:00
Laurent Destailleur
11f4940765
Doc
2023-10-09 10:18:03 +02:00
Alexandre SPANGARO
53671958c0
typo
2023-10-09 05:49:40 +02:00
Dev2a
fcd4c4e429
Fix: Change access to $conf->global to function getDolGlobal (automatique)
2023-10-08 23:19:49 +02:00
Laurent Destailleur
a2b6532c5a
Debug v19
2023-10-05 16:32:38 +02:00
Laurent Destailleur
4298150413
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 16.0
...
Conflicts:
htdocs/core/class/commonobject.class.php
htdocs/core/lib/signature.lib.php
2023-10-04 10:22:33 +02:00
Laurent Destailleur
d3dc6615db
Remove deprecated use of ->modelpdf (good is ->model_pdf)
2023-10-02 21:49:08 +02:00
Laurent Destailleur
b2a6823e56
Merge pull request #26087 from hregis/fix_menu_force_entity
...
NEW possibility to deselect line when create a recurring invoice + missing to use fk_parent_line
2023-10-01 17:54:05 +02:00
Laurent Destailleur
b8bd760e28
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop
2023-10-01 16:06:58 +02:00
Laurent Destailleur
d5443010f2
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0
2023-10-01 16:04:16 +02:00