Thomas C
d8cc72c75b
NEW : addMoreActionsButtons in doncard ( #26670 )
...
* addMoreActionsButtons doncard
* indent
2023-11-17 14:28:09 +01:00
Mohamed DAOUD
eba4756156
Fix some warnings -technical debt- ( #26514 )
...
* fix-warnings
* fix the last commit
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2023-11-14 01:52:42 +01:00
Laurent Destailleur
991c1fe6e4
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2023-11-09 11:51:52 +01:00
Alexandre SPANGARO
58bdcb5245
Dolibarize - Look & feel v19 ( #26246 )
...
* NEW Accountancy - Add quick navigation with keyb. shortcut on ledger
* TitleSeparator - Job list
* TitleSeparator - Position list
* TitleSeparator
* TitleSeparator
* TitleSeparator
* Define $newcardbutton
* Define $newcardbutton
* Define $newcardbutton
* Define $newcardbutton
* Define $newcardbutton
* Define $newcardbutton
* Define $newcardbutton
* Variable $newcardbutton already define
* Define $newcardbutton
* TitleSeparator
* TitleSeparator
* TitleSeparator
* TitleSeparator
* TitleSeparator
2023-10-20 03:20:44 +02:00
Laurent Destailleur
2cfa9f8290
Debug v19
2023-10-17 15:43:56 +02:00
Laurent Destailleur
4f4ede2e32
Fix php8.2 warnings
2023-10-15 18:14:14 +02:00
Laurent Destailleur
d3dc6615db
Remove deprecated use of ->modelpdf (good is ->model_pdf)
2023-10-02 21:49:08 +02:00
pascal
80f060c771
fix tab indentation
2023-09-26 18:43:25 +02:00
pascal
871f896962
implementation of properties filter
2023-09-26 18:04:48 +02:00
Laurent Destailleur
91fa48199a
Fix warnings
2023-09-10 17:41:22 +02:00
Laurent Destailleur
92fd69b84b
Fix warnings
2023-09-03 18:06:38 +02:00
Lamrani Abdel
7c736dc85b
new update when try to delete don
2023-08-03 16:14:00 +02:00
Charlène Benke
3cbea573f4
harmonize hook name ( #25350 )
...
* harmonize hook name
* Update card.php
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2023-08-01 18:47:54 +02:00
Laurent Destailleur
71abe871ef
Debug v18
2023-07-30 03:12:16 +02:00
Laurent Destailleur
da473131ad
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0
2023-07-22 16:27:28 +02:00
Laurent Destailleur
1f5195c1a5
Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0
2023-07-22 16:24:59 +02:00
Laurent Destailleur
ce6b2d06db
FIX #25223
2023-07-22 14:14:04 +02:00
Laurent Destailleur
c532662789
Merge pull request #25222 from Hystepik/develop#5
...
Fix : payment card delete button
2023-06-28 16:22:11 +02:00
Hystepik
15abfab3ec
Fix : payment card delete button
2023-06-28 15:49:27 +02:00
Laurent Destailleur
ef64e1dcfc
Debug v18
2023-06-28 11:50:28 +02:00
Laurent Destailleur
31474d80f1
Doxygen
2023-06-19 00:52:43 +02:00
Laurent Destailleur
f90483cc09
FIX #25095
2023-06-16 03:50:24 +02:00
Laurent Destailleur
20a004f3c7
Clean code
2023-06-04 01:42:28 +02:00
Laurent Destailleur
8d7e53a98c
Clean code
2023-06-03 13:56:06 +02:00
Laurent Destailleur
5dd3f57a1e
Debug v18
2023-05-11 13:11:21 +02:00
Laurent Destailleur
359ebb9a7f
Debug v18
2023-05-02 17:26:12 +02:00
Laurent Destailleur
fd3ec20f36
Update qodana rules
2023-04-30 04:24:17 +02:00
Laurent Destailleur
382f45ec14
Clean code
2023-04-30 03:36:02 +02: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
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
daraelmin
9461550b8f
FIX regression Undefined $datepaid
...
As until v16 there was a $payment->datepaid set on line 97 of /don/payment/payement.php witch was corrected in v17 to $payment->datep = $datepaid de shall mot use this->datepaid in this class anymore
2023-04-06 22:40:51 +02:00
Laurent Destailleur
3a46fceb32
Merge pull request #22928 from FliyFly/scrutinizerPaymentDonation
...
Fix(scrutinizer)
2023-03-22 10:41:40 +01:00
Laurent Destailleur
dc2cb7fbb3
NEW Add dropdown button actions (example on Create button on project)
2023-03-18 14:10:23 +01:00
Laurent Destailleur
a92081cf43
Debug Kanban views
2023-03-07 22:04:40 +01:00
Laurent Destailleur
c3e29d3dd5
Remove warning
2023-03-05 14:05:37 +01:00
Laurent Destailleur
54bb784138
Debug v18
2023-03-02 19:40:28 +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
f1bcaf6085
doc
2023-02-22 21:16:16 +01:00
Laurent Destailleur
d89ccaeaad
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop
2023-02-19 18:18:38 +01:00
Laurent Destailleur
2cafd2cbc4
Debug v17
2023-02-19 16:42:01 +01:00
Laurent Destailleur
eaa0e5eb3e
CSS
2023-02-19 02:39:39 +01:00
Laurent Destailleur
2168578f2e
Fix inline css
2023-02-18 14:00:25 +01:00