Commit Graph

3286 Commits

Author SHA1 Message Date
Laurent Destailleur
4fb496a1d2
Merge pull request #24633 from frederic34/commonpeople
move some methods in trait
2023-05-01 14:43:08 +02:00
Laurent Destailleur
d40fe56cb4 Fix warning 2023-04-30 04:50:10 +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
Frédéric FRANCE
89d67c8fd4 move some methods in trait 2023-04-27 23:48:21 +02:00
Frédéric FRANCE
6e5abdc462
add hook init context 2023-04-26 09:48:02 +02:00
Laurent Destailleur
c891196b5b Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
2023-04-25 21:02:01 +02:00
Laurent Destailleur
86a0df9ce0 Autofill mor/phy when creating member from membership type card. 2023-04-24 15:35:33 +02:00
Laurent Destailleur
a6d1cdcef9 Dolibarrize page 2023-04-24 15:01:31 +02:00
Laurent Destailleur
04bca1cc1f Fix when membership type option "Any amount" when Yes. 2023-04-24 14:51:20 +02:00
Frédéric FRANCE
5f5fa38561 Merge remote-tracking branch 'upstream/develop' into use_ismodenabled 2023-04-21 15:16:08 +02:00
Laurent Destailleur
3999f87fd2 Debug v18 2023-04-21 14:41:56 +02:00
Frédéric FRANCE
fee9dec15a use isModEnabled 2023-04-19 13:58:08 +02:00
Frédéric FRANCE
ec8c550f37 use isModEnabled 2023-04-19 13:52:21 +02:00
Laurent Destailleur
747cd766b0 FIX Pb in install when password start with some special char like ! 2023-04-15 04:29:19 +02:00
Laurent Destailleur
91c8ca1e38 Clean code 2023-04-10 00:50:39 +02:00
Laurent Destailleur
a4a014cfd5 Clean libelle into label 2023-04-08 15:08:55 +02:00
Laurent Destailleur
7cf1487d2c FIX jump to direct record on member search was broken 2023-04-08 12:13:52 +02:00
Laurent Destailleur
0fb03fdc2d Clean code 2023-04-08 01:43:21 +02:00
Laurent Destailleur
cfae78c86f Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 17.0 2023-04-06 21:43:46 +02:00
Laurent Destailleur
8a5a9223e6 FIX jump to direct record on member search was broken 2023-04-06 21:39:41 +02:00
Laurent Destailleur
bb2bb638e6 FIX Filter on member status 2023-04-05 03:27:21 +02:00
Laurent Destailleur
9b141e9d1d var not used 2023-04-05 03:26:27 +02:00
Laurent Destailleur
124961308d Debug v18 2023-04-05 03:25:35 +02:00
Laurent Destailleur
7da9b01de9 FIX Filter on member status 2023-04-05 03:21:44 +02:00
Laurent Destailleur
c81f1dc180 Look and feel v18 2023-04-05 02:39:20 +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
Vincent de Grandpré
9ab2fb3856 Edit button now available on subscription card when Bank module
disabled.
2023-04-05 01:11:28 +02:00
Vincent de Grandpré
3c9ae97183 Edit button now available on subscription card when Bank module disabled. 2023-04-04 15:31:06 -04:00
Laurent Destailleur
8898a1a432 Debug ajax tooltip 2023-04-03 19:51:40 +02:00
Vincent de Grandpré
3f4879d494 Read of correct global variable 2023-03-31 13:41:29 -04:00
Laurent Destailleur
2bdc7f33dc Better tooltip on some setup pages 2023-03-25 12:40:23 +01:00
Laurent Destailleur
d0a8d0aaaa Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-03-24 13:54:43 +01:00
Laurent Destailleur
77973fd2ee Debug v18 2023-03-24 11:16:00 +01:00
Laurent Destailleur
7fd35700f4 css 2023-03-24 10:48:25 +01:00
Laurent Destailleur
ee6dcd9c5a Fix warning 2023-03-21 19:04:28 +01:00
Laurent Destailleur
d7d0ebe5d2 Fix warnings 2023-03-19 10:38:38 +01:00
Laurent Destailleur
0bdc666df7
Merge pull request #24226 from ymollard/membership-settings-ui
Membership settings in UI
2023-03-17 20:56:14 +01:00
Laurent Destailleur
f39bf7a43c Debug v17 2023-03-17 19:09:31 +01:00
Jyhere
ecfa7f1676 FIX: remove obsolete preg_replace for removing commat at the beginning... needed to work 2023-03-16 14:58:44 +01:00
Yoan Mollard
3d826061de Allow users to show or hide the table of membership types in UI
If the table is not shown, the form is shown directly as it was for
Dolibarr <= 16.0
2023-03-16 01:31:09 +01:00
Yoan Mollard
451a0e8469 Allow users to show or hide the "vote allowed" column in UI 2023-03-16 01:29:29 +01:00
Laurent Destailleur
b1472b2e31 Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-03-10 19:25:25 +01:00
Laurent Destailleur
a92081cf43 Debug Kanban views 2023-03-07 22:04:40 +01:00
Laurent Destailleur
8bde9ce270 Look and feel v18 2023-03-07 20:03:04 +01:00
Laurent Destailleur
1d689e3617
Merge pull request #24099 from frederic34/patch-10
can suggest end date of subscription
2023-03-03 11:51:12 +01:00
Frédéric FRANCE
05de1b419d
can suggest end date of subscription
define option if needed
MEMBER_SUBSCRIPTION_SUGGEST_END_OF_MONTH
MEMBER_SUBSCRIPTION_SUGGEST_END_OF_YEAR
2023-03-02 23:25:09 +01:00
Frédéric FRANCE
f763dbc91f
fix infinite loop 2023-03-02 23:03:56 +01:00