Laurent Destailleur
a373d9da0f
Merge pull request #25023 from frederic34/20230609
...
use user hasRight, isModEnabled
2023-06-09 15:31:13 +02:00
Frédéric FRANCE
d66ed4adf9
use isModEnabled
2023-06-09 13:47:07 +02:00
Florian HENRY
a2c0eac09b
on going
2023-06-09 11:53:39 +02:00
Frédéric France
5a018d715d
use user hasRight
2023-06-06 00:05:02 +02:00
Laurent Destailleur
ebfe632efe
Debug v18
2023-06-03 15:33:46 +02:00
Laurent Destailleur
47b776195e
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2023-05-23 01:38:32 +02:00
Laurent Destailleur
58238166d8
Debug v17
2023-05-22 16:48:06 +02:00
Laurent Destailleur
9972277679
Debug v18
2023-05-22 15:59:48 +02:00
Laurent Destailleur
d0568ab346
Merge pull request #24678 from Hystepik/develop#2
...
Fix : reception dispatch card
2023-05-05 01:37:29 +02:00
hystepik
b74c00b830
Fix : reception dispatch card
2023-05-03 15:36:10 +02:00
Laurent Destailleur
864399c08a
Debug v18
2023-05-03 14:39:34 +02:00
Laurent Destailleur
eccbe94131
Debug v18
2023-05-03 04:54:04 +02:00
Laurent Destailleur
404940a14e
Remove separator from extrafields in popup
2023-04-29 20:04:51 +02:00
Laurent Destailleur
be835d63ed
Merge pull request #24635 from VMR-Global-Solutions/develop
...
API add / fix filter on extrafields in index()
2023-04-28 20:02:09 +02:00
Laurent Destailleur
1291095936
Merge pull request #24642 from Hystepik/develop#1
...
New : Dispatch card on reception object
2023-04-28 19:53:17 +02:00
Laurent Destailleur
e74c50aa8a
Clean code
2023-04-28 16:05:25 +02:00
Lucas Marcouiller
79b686fb33
Merge branch 'develop' into develop#1
2023-04-28 11:31:43 +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
hystepik
ca815ff9c6
working dispatchcard reception
2023-04-27 14:56:27 +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
cd385a0605
Merge pull request #24488 from aspangaro/18a6
...
FIX: Propagate vat-reverse charge information when supplier invoice is created from reception list
2023-04-21 19:00:26 +02:00
Laurent Destailleur
224c7b1847
Debug v18
2023-04-18 16:40:38 +02:00
Laurent Destailleur
9a420b8f41
Clean code
2023-04-18 16:15:27 +02:00
Laurent Destailleur
7cf21e6ee6
Debug v18
2023-04-18 14:48:47 +02:00
Laurent Destailleur
8e51bf2c55
Debug 18
2023-04-18 14:04:27 +02:00
Alexandre SPANGARO
a2d9de14ac
FIX: Propagate vat-reverse charge when supplier invoice is created from reception list
2023-04-12 12:03:27 +02:00
Laurent Destailleur
a4a014cfd5
Clean libelle into label
2023-04-08 15:08:55 +02:00
Laurent Destailleur
0fb03fdc2d
Clean code
2023-04-08 01:43:21 +02:00
Laurent Destailleur
e088eb12e6
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop
2023-04-05 01:18:55 +02:00
Laurent Destailleur
9e5783ed4d
Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0
2023-04-04 21:26:19 +02:00
Laurent Destailleur
27f584136d
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 16.0
2023-04-04 21:11:42 +02:00
Laurent Destailleur
48e2c4f5bf
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0
2023-04-04 21:10:40 +02:00
Laurent Destailleur
2a300b36e8
Merge pull request #24427 from Hystepik/develop#2
...
fix : php 8.1 warnings + log warnings
2023-04-04 19:53:20 +02:00
Laurent Destailleur
165d958a6d
Fix trans
2023-04-04 19:25:19 +02:00
Laurent Destailleur
02d4b130b9
Fix label
2023-04-04 19:24:43 +02:00
Laurent Destailleur
3e77a6cbd4
FIX Reception process loose some lines on first error.
2023-04-04 19:23:38 +02:00
Laurent Destailleur
b48b980a5a
FIX Back to cancel on reception creation
2023-04-04 19:19:39 +02:00
Laurent Destailleur
e5d74b2ab5
Fix trans
2023-04-04 19:17:34 +02:00
Laurent Destailleur
bf21547322
Fix label
2023-04-04 19:03:17 +02:00
Laurent Destailleur
daa2d98ff2
FIX Reception process loose some lines on first error.
2023-04-04 18:42:55 +02:00
Laurent Destailleur
f9170fa31b
FIX Back to cancel on reception creation
2023-04-04 12:59:02 +02:00
hystepik
002b0aa386
fix : php 8.1 warnings + log warnings
2023-04-03 16:03:51 +02:00
Alexandre SPANGARO
0173688d05
FIX Propagate extrafields from supplier order to reception
2023-04-03 15:49:38 +02:00
Laurent Destailleur
7525aea76c
Debug v18
2023-04-01 14:38:07 +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
Laurent Destailleur
2168578f2e
Fix inline css
2023-02-18 14:00:25 +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