2
0
forked from Wavyzz/dolibarr
Commit Graph

370 Commits

Author SHA1 Message Date
Laurent Destailleur
57720094f1 Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-05-21 23:29:14 +02:00
Laurent Destailleur
9ad714009c Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0 2023-05-21 23:28:01 +02:00
Laurent Destailleur
74e6fbec71 Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 16.0 2023-05-21 23:26:33 +02:00
Laurent Destailleur
5dd3f57a1e Debug v18 2023-05-11 13:11:21 +02:00
Noé Courtier
d8dd1ebd19 FIX: Authorize '0' subprice 2023-05-09 17:43:31 +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
Laurent Destailleur
8898a1a432 Debug ajax tooltip 2023-04-03 19:51:40 +02:00
Frédéric FRANCE
78bd96dd58 fix tooltip ajax 2023-03-28 20:03:42 +02:00
Laurent Destailleur
a92081cf43 Debug Kanban views 2023-03-07 22:04:40 +01:00
Laurent Destailleur
12bd795afc Work on Kanban view 2023-03-01 20:13:21 +01: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
Frédéric FRANCE
e4e472b4ff set errors from object 2023-02-24 16:55:26 +01:00
Frédéric FRANCE
8765e00e00 Merge remote-tracking branch 'upstream/develop' into membertooltip 2023-02-16 21:27:56 +01:00
Frédéric FRANCE
c1882425db fix tooltip 2023-02-15 22:26:16 +01:00
Frédéric FRANCE
ae48571135 use user->hasRight 2023-02-14 22:56:12 +01:00
Frédéric FRANCE
1fa1d11500 Merge remote-tracking branch 'upstream/develop' into ajaxtooltip 2023-02-09 15:26:40 +01:00
Frédéric FRANCE
31d5547e33 clean code 2023-02-07 13:48:07 +01:00
Frédéric FRANCE
b238830c82 keep original label 2023-02-05 23:19:56 +01:00
Frédéric FRANCE
c0c10866e9 fix tooltip 2023-02-05 20:54:18 +01:00
Frédéric FRANCE
73bbf57db0 add ajax tooltip on supplier proposal 2023-02-04 19:14:08 +01:00
FLIO
0080b0a80f fix (qodana) fix condlicts 2023-02-01 23:38:49 +01:00
FLIO
02f4f47083 fix (qodana) Return value type is not compatible with declared 2023-01-24 23:11:28 +01:00
Laurent Destailleur
a33603b6ae Doxygen 2023-01-18 23:58:26 +01:00
Laurent Destailleur
0f475783de Enhance method getKanbanView 2023-01-18 22:27:52 +01:00
Laurent Destailleur
80d46a22f1 Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-01-18 21:36:57 +01:00
Laurent Destailleur
cd5009d8a4 Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0 2023-01-18 21:21:49 +01:00
Laurent Destailleur
283ad1abcf Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 16.0 2023-01-18 20:54:16 +01:00
Laurent Destailleur
2a299068ad Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0 2023-01-18 20:45:44 +01:00
stickler-ci
4ee0ede6d8 Fixing style errors. 2023-01-18 08:53:28 +00:00
Noé Courtier
d344e108c9 FIX: Errors Handling for CreateFrom Hooks 2023-01-18 09:44:23 +01:00
Laurent Destailleur
cdf96ce6e1 Merge pull request #23484 from lamrani002/kanbanSupplierProposal
NEW kanban mode for list of proposal supplier
2023-01-11 20:25:50 +01:00
Laurent Destailleur
714ec2ce48 Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-01-10 22:11:40 +01:00
Laurent Destailleur
ac5a07fee8 Debug v17 2023-01-10 17:27:19 +01:00
Lamrani Abdel
9a249bcbb8 kanban mode for list of proposal supplier 2023-01-10 12:10:43 +01:00
Laurent Destailleur
6824f82cc8 Fix warnings 2022-12-28 13:58:23 +01:00
Laurent Destailleur
77d6b9510b Clean code 2022-12-28 13:04:11 +01:00
Laurent Destailleur
a673bdba15 Debug v17, on supplier, default vat rate is sale if no price found 2022-12-13 20:06:56 +01:00
Laurent Destailleur
ed734c3f5e Debug v17 2022-12-10 16:45:44 +01:00
Laurent Destailleur
0df2f96921 Debug v17 2022-11-14 20:47:30 +01:00
Thomas Negre
dba6c68181 Fix supplier proposal clone : when a line subprice is empty, it should be saved as 0 in the Database, not null. 2022-11-10 16:55:23 +01:00
Philippe GRAND
e10abd95f1 update code toward php8 compliance 2022-09-24 14:56:50 +02:00
Laurent Destailleur
6f77359617 Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 16.0 2022-09-09 18:11:06 +02:00
Laurent Destailleur
de9c123595 Fix bad var 2022-09-09 16:40:53 +02:00
This Charlène
9476ae002f fix typo 2022-09-07 23:36:20 +02:00
Laurent Destailleur
9a2ef34af5 Merge pull request #22049 from aspangaro/17p4
NEW Manage VAT on all lines on purchases cycle
2022-09-07 14:07:31 +02:00
Philippe GRAND
8108a60aac Update code 2022-09-03 11:32:24 +02:00
Alexandre SPANGARO
38352d0c28 NEW Manage VAT on all lines on purchases cycle 2022-09-02 16:22:54 +02:00
Christian Foellmann
bba532a9c5 fix copy error on supplier_proposal status 2022-08-25 15:08:19 +02:00
Laurent Destailleur
59816ce171 Fix scrutinizer 2022-07-06 03:08:30 +02:00