Laurent Destailleur
cd960d30df
Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0
2023-08-27 16:01:05 +02:00
Laurent Destailleur
5c03db3b05
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 16.0
2023-08-27 15:58:48 +02:00
Laurent Destailleur
3b6b9661fa
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0
2023-08-27 15:57:45 +02:00
Frédéric FRANCE
a142d48d26
phpstan
2023-08-27 09:19:58 +02:00
VESSILLER
ebed2211b6
FIX reception odt dir output path
2023-08-23 11:24:09 +02:00
Laurent Destailleur
f21c168a84
Removed $brouillon property
2023-08-06 01:16:12 +02:00
Laurent Destailleur
0076ec69b8
The property ->brouillon has been removed from all classes. It was not
...
reliable and was a duplicate of ->status == self::STATUS_DRAFT.
2023-08-06 00:16:25 +02:00
VESSILLER
f8c8d9a1c2
Merge branch 'develop' of github.com:Dolibarr/dolibarr into new-productlot-make-sell-or-eat-by-mandatory2
2023-07-07 14:16:08 +02:00
Hystepik
17471ff3b7
Fix #25250 : Wrong class name in function
2023-07-04 16:11:42 +02:00
Frédéric FRANCE
e74d8fa54d
use isModEnabled
2023-06-29 14:04:39 +02:00
Florian HENRY
a2c0eac09b
on going
2023-06-09 11:53:39 +02:00
VESSILLER
8caa6131df
NEW make sell or eat by mandatory in product lot
2023-05-30 08:37:17 +02:00
VMR Global Solutions
926aa6fec7
API add / fix filter on extrafields in index()
...
Add / change in api_xxx.class.php files the ability to filter on extrafields when missing in the public functions index()
by changing the SQL query with the pattern
" FROM ".MAIN_DB_PREFIX"xxxx AS t LEFT JOIN ".MAIN_DB_PREFIX."xxxx_extrafields AS ef ON (ef.fk_object = t.rowid)
2023-04-28 09:31:33 +02:00
VMR Global Solutions
7126ff7b1f
Update api_receptions.class.php
...
Change made in _private function validate in reception/class/api_receptions.class.php:709
replaced line 712
foreach (Shipments::$FIELDS as $field) { => foreach (Receptions::$FIELDS as $field) {
2023-04-27 09:16:17 +02:00
Laurent Destailleur
7cf21e6ee6
Debug v18
2023-04-18 14:48:47 +02:00
Laurent Destailleur
a4a014cfd5
Clean libelle into label
2023-04-08 15:08:55 +02:00
Laurent Destailleur
ed5c890769
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop
2023-02-25 20:12:48 +01:00
Laurent Destailleur
cbb6ca071a
Fix #yogosha15157
2023-02-25 19:51:05 +01:00
Laurent Destailleur
6da47ea49b
Fix qodana
2023-02-20 02:33:44 +01:00
Frédéric FRANCE
2cdc440655
doc
2023-02-08 21:57:07 +01:00
FLIO
0080b0a80f
fix (qodana) fix condlicts
2023-02-01 23:38:49 +01:00
FLIO
c4521efa57
fix(qodana) fix function comment bad return
2023-01-23 16:31:14 +01:00
Laurent Destailleur
a33603b6ae
Doxygen
2023-01-18 23:58:26 +01:00
Laurent Destailleur
8c1ce7873f
standardize code
2023-01-12 13:02:04 +01:00
Laurent Destailleur
5c8dc4ed58
Fix warning
2023-01-01 23:50:37 +01:00
Laurent Destailleur
6824f82cc8
Fix warnings
2022-12-28 13:58:23 +01:00
Laurent Destailleur
1fdc8c83e8
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2022-12-14 11:40:14 +01:00
Laurent Destailleur
50c76110bb
Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0
2022-12-14 11:19:12 +01:00
Laurent Destailleur
16fee3f8d8
Merge pull request #23190 from frederic34/parametersoreder
...
fix parameters order
2022-12-14 00:24:12 +01:00
Frédéric FRANCE
10964e0212
doc
2022-12-12 12:53:50 +01:00
Frédéric FRANCE
c134090321
fix parameters order
2022-12-12 10:44:34 +01:00
Frédéric FRANCE
b8755bcf65
fix parameters order
2022-12-12 10:39:24 +01:00
Florian HENRY
3a734a1305
NEW: add batch lot for reception and squille PDF
2022-11-18 10:27:49 +01:00
FLIO
73db58a700
Fix(Scrutinizer) add public
2022-11-15 17:10:04 +01:00
Laurent Destailleur
b3fb15652d
Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into develop
2022-11-06 23:07:07 +01:00
Laurent Destailleur
54c657e50c
Fix negative reception was no more possible. Use hidden const to restore
2022-11-05 15:39:31 +01:00
Laurent Destailleur
035c08536c
Standardization of the name of some constant (customer match supplier)
2022-10-27 03:32:03 +02:00
Laurent Destailleur
fb9ec11ffb
Deprecated method set_billed() on shipment and reception class has been
...
removed. Use setBilled() instead.
2022-10-27 02:37:08 +02:00
Laurent Destailleur
f87ec74b9f
Replace LEFT JOIN with EXISTS
2022-10-22 00:22:54 +02:00
Alexandre SPANGARO
2a8b32ff98
Use isModEnabled
2022-09-25 06:06:06 +02:00
Laurent Destailleur
3e246f4399
NEW Add option "Show price on the generated documents for receptions"
2022-09-23 09:21:07 +02:00
Laurent Destailleur
6fb9a4713c
Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into develop
2022-09-21 01:30:40 +02:00
Laurent Destailleur
1f2ad8efbf
FIX API reception return error 500
2022-09-21 01:13:53 +02:00
Frédéric France
fc01cc66cd
fix php8 warnings
2022-08-31 21:55:55 +02:00
Frédéric France
4bef0f5745
use isModEnabled
2022-08-23 20:01:34 +02:00
Laurent Destailleur
cccb453a05
Fix doc
2022-07-10 18:40:53 +02:00
Laurent Destailleur
1a6c690a4a
Merge pull request #21482 from thomas-Ngr/14.0_fix_check_batch_on_reception
...
check batch on receptions->addline when module is enabled
2022-07-10 18:40:22 +02:00
Thomas Negre
c0d3aaf445
stickler fix
2022-07-08 15:53:41 +02:00
Thomas Negre
f042a62a1c
remove overkill setEventMessage()
2022-07-08 15:47:13 +02:00
Thomas Negre
56ea6989cf
check batch on receptions->addline when module is enabled
2022-07-08 15:36:11 +02:00