2
0
forked from Wavyzz/dolibarr
Commit Graph

2258 Commits

Author SHA1 Message Date
Laurent Destailleur
272c51164b Fix typo Productcustomerprice into ProductCustomerPrice 2023-08-24 15:08:33 +02:00
Laurent Destailleur
18d013a6f7 NEW Merge the "Create ..." buttons on contract into one. 2023-08-11 13:18:43 +02:00
Laurent Destailleur
e91f0d88c8 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
2023-08-11 12:34:27 +02:00
Laurent Destailleur
a15f317a4f Update ticket.php 2023-08-11 11:46:31 +02:00
Laurent Destailleur
6275926f4b Update ticket.php 2023-08-11 11:26:21 +02:00
Laurent Destailleur
a5a68cfe0a Update contrat.class.php 2023-08-11 11:24:23 +02:00
Laurent Destailleur
06bd68f252 Merge branch 'develop' into develop-2 2023-08-09 18:20:15 +02:00
Laurent Destailleur
e3e73d9096 Work on renaming libelle into label 2023-08-06 01:14:36 +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
Laurent Destailleur
fc94e39d58 Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-08-05 12:40:47 +02:00
Laurent Destailleur
643d29f289 Debug v18 2023-08-04 20:17:10 +02:00
Laurent Destailleur
4d737480d5 Fix title 2023-08-04 18:38:45 +02:00
Charlène Benke
3281db8743 Update ticket.php 2023-08-04 14:54:57 +02:00
Charlène Benke
55ee3dc0a2 Create ticket.php 2023-08-04 14:52:01 +02:00
Charlène Benke
65d48d10f1 add getTicketsArray function 2023-08-04 14:44:04 +02:00
Laurent Destailleur
b1b2736116 Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-07-24 23:21:50 +02:00
onhairech
facd492222 qodana fix 5 : missing returns (#25347)
* qodana fix 5 : missing returns

* correcting return

* correcting a mistake
2023-07-24 19:42:31 +02:00
Charlène Benke
95c15b12a2 php V8 error on ticket module (#25327)
* php V8 warning

append on create contract

* php V8 warning

* Update card.php
2023-07-12 13:15:04 +02:00
Laurent Destailleur
ef64e1dcfc Debug v18 2023-06-28 11:50:28 +02:00
Frédéric France
14b045f2b9 use user hasRight 2023-06-19 23:11:08 +02:00
Frédéric France
647708a9bc use user hasRight 2023-06-19 23:05:59 +02:00
Laurent Destailleur
31474d80f1 Doxygen 2023-06-19 00:52:43 +02:00
Frédéric France
0cb70110eb use user hasRight 2023-06-12 20:10:42 +02:00
Laurent Destailleur
9fa0439d3e Merge pull request #24961 from frederic34/2023_06_05
use user hasRight
2023-06-07 18:53:51 +02:00
Laurent Destailleur
76bc8d1c05 Fix warning 2023-06-06 00:54:43 +02:00
Frédéric France
5a018d715d use user hasRight 2023-06-06 00:05:02 +02:00
Laurent Destailleur
89e378bc78 Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-06-04 19:07:04 +02:00
Florian HENRY
f8a4dde4f1 fix: Contract API class must return lines date 2023-05-30 15:59:40 +02:00
Laurent Destailleur
66393753c4 Clean code - fix warnings 2023-05-30 13:29:57 +02:00
Laurent Destailleur
9972ab2f44 CSS 2023-05-15 20:53:31 +02:00
Laurent Destailleur
5dd3f57a1e Debug v18 2023-05-11 13:11:21 +02:00
stickler-ci
13348ede59 Fixing style errors. 2023-05-05 16:22:49 +00:00
NextGestion
e8acd50626 Object line : Prevent adding Free line when the option "MAIN_DISABLE_FREE_LINES" is activated (Proposal, invoice, order, contract) 2023-05-05 17:15:49 +01:00
Laurent Destailleur
4028b5d568 Clean code 2023-04-29 13:13:12 +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
e74c50aa8a Clean code 2023-04-28 16:05:25 +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
f44c97d3c6 Code is using the Universal Filter Syntax 2023-04-27 22:12:23 +02:00
Laurent Destailleur
3065b9ca6a Clean code 2023-04-27 21:15:27 +02:00
Frédéric FRANCE
2f4fe9d619 use isModEnabled 2023-04-19 09:07:55 +02:00
Frédéric FRANCE
a38a303e1c use isModEnabled 2023-04-18 20:23:34 +02:00
Laurent Destailleur
ab037cb5e9 Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-04-10 17:15:26 +02:00
Juanjo Menent
6e93503898 Fix #24355 Update price with discount 2023-04-09 14:18:31 +02:00
Laurent Destailleur
0fb03fdc2d Clean code 2023-04-08 01:43:21 +02:00
Laurent Destailleur
30e1ac2aa0 Debug v18 2023-04-06 11:49:28 +02:00
Laurent Destailleur
8898a1a432 Debug ajax tooltip 2023-04-03 19:51:40 +02:00
Laurent Destailleur
3c123db60d Fix warning 2023-03-20 01:41:26 +01:00
Laurent Destailleur
a50c0b8292 Fix missing include 2023-03-19 14:56:07 +01:00
Laurent Destailleur
ec43a8626e Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
2023-03-18 14:37:48 +01:00
Laurent Destailleur
dc2cb7fbb3 NEW Add dropdown button actions (example on Create button on project) 2023-03-18 14:10:23 +01:00