Laurent Destailleur
1bf63c7862
Merge branch '12.0' of git@github.com:Dolibarr/dolibarr.git into 13.0
...
Conflicts:
htdocs/compta/facture/list.php
htdocs/core/lib/functions.lib.php
2021-06-10 16:53:09 +02:00
Laurent Destailleur
24f8b6386e
Merge branch '11.0' of git@github.com:Dolibarr/dolibarr.git into 12.0
...
Conflicts:
htdocs/core/class/commonobject.class.php
2021-06-10 16:47:45 +02:00
ptibogxiv
36accba5c9
Fix date_start of last subscription
2021-06-05 14:43:40 +02:00
Laurent Destailleur
cbc481dc60
Merge branch '12.0' of git@github.com:Dolibarr/dolibarr.git into 13.0
...
Conflicts:
htdocs/adherents/list.php
htdocs/adherents/type.php
htdocs/core/lib/company.lib.php
2021-05-03 19:01:47 +02:00
Laurent Destailleur
540e4f3d2e
Merge branch '11.0' of git@github.com:Dolibarr/dolibarr.git into 12.0
2021-05-03 18:58:41 +02:00
Laurent Destailleur
0d4eaca3e8
Merge pull request #17426 from daraelmin/daraelmin-patch-v11
...
Fix wrong alias in natural_search v11-v14
2021-04-30 11:58:53 +02:00
Laurent Destailleur
08c85a88c8
Merge pull request #17437 from daraelmin/daraelmin-patch-v11-2
...
Fix logical test always false V11 to v14
2021-04-30 11:57:58 +02:00
daraelmin
4174ebd9c0
Fix subscription =="yes"
2021-04-29 23:11:51 +02:00
daraelmin
965eb2d639
Fix logical test always false
...
subscription is an integer and is set to 0 or 1. So subscription is never equal to "yes"
2021-04-29 22:57:39 +02:00
daraelmin
68415322ec
Fix v11 wrong alias in natural_search
2021-04-29 10:00:54 +02:00
Alexandre SPANGARO
4b9bf40a8f
move include_once to include when it's a tpl
2021-04-12 21:25:58 +02:00
Regis Houssin
05419441aa
FIX missing return edit if update error
2021-03-23 19:58:15 +01:00
daraelmin
99d4618ab5
Fix 16897 V13 Wrong picto for Expired membership
...
Force picto for Expired membership when no subscription is needed to Waiting (as other)
2021-03-21 13:49:17 +01:00
daraelmin
860a2f2ffa
Fix #16893 picto UpToDate change to Unpaid sometimes
...
#Fix #16893 picto UpToDate change to Unpaid sometimes
As $now is set on the start of the script.
But, the timestamp may change before LibStatut is called at the end.
To avoid this we add 10 second to $now before comparing to dol_now() in LibStatut
2021-03-21 11:36:23 +01:00
Laurent Destailleur
77151bd560
Standardize tabs
2021-02-28 23:53:20 +01:00
Laurent Destailleur
5406de13ee
css
2021-02-28 21:33:13 +01:00
Laurent Destailleur
452aea1d8b
Fix bad test
2021-01-23 17:59:56 +01:00
Alexandre SPANGARO
46160614b8
Typo
2020-12-31 03:30:18 +01:00
Laurent Destailleur
d65dc85a10
FIX for php 8
2020-12-23 19:16:25 +01:00
Corentin Giroud-Argoud
4df0efa43d
[New] Add sendMail hook in subscription
...
Added sendMail hook in subscription, before a mail is sent to confirm a
subscription. It makes it more flexible for modules to interact with it.
2020-12-16 13:00:34 +01:00
Laurent Destailleur
cfa194436f
Debug v13
2020-12-11 00:55:21 +01:00
Laurent Destailleur
6d4a90b543
Clean code
2020-12-04 14:53:52 +01:00
Scrutinizer Auto-Fixer
6df4954b20
Scrutinizer Auto-Fixes
...
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2020-12-01 01:41:19 +00:00
Laurent Destailleur
00ad6df395
Fight against $_POST
2020-11-30 14:47:07 +01:00
Laurent Destailleur
e7775d2f79
Fix scrutinizer errors
2020-11-30 12:54:47 +01:00
Laurent Destailleur
fcf59180eb
Merge pull request #15541 from b92/patch-2
...
Use email model option to joint file for subscription
2020-11-28 02:27:07 +01:00
Laurent Destailleur
aa21af27db
Update subscription.php
2020-11-28 02:24:25 +01:00
Laurent Destailleur
574919de52
Merge branch '12.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
.travis.yml
htdocs/accountancy/bookkeeping/balance.php
htdocs/adherents/class/subscription.class.php
htdocs/compta/bank/categ.php
htdocs/compta/facture/class/facture.class.php
htdocs/core/boxes/box_task.php
htdocs/core/class/commondocgenerator.class.php
htdocs/core/class/interfaces.class.php
htdocs/core/lib/project.lib.php
htdocs/core/modules/modCategorie.class.php
htdocs/expensereport/class/expensereport.class.php
htdocs/fichinter/class/fichinterrec.class.php
htdocs/fourn/class/fournisseur.commande.class.php
htdocs/fourn/class/fournisseur.facture.class.php
htdocs/install/repair.php
htdocs/main.inc.php
htdocs/product/price.php
htdocs/projet/tasks/time.php
htdocs/reception/card.php
2020-11-27 15:45:12 +01:00
Laurent Destailleur
ac3c129735
Clean code
2020-11-27 14:24:15 +01:00
Laurent Destailleur
7bf12c8720
Fix name into popup of member in list of subscriptions
2020-11-27 01:22:13 +01:00
Laurent Destailleur
47a5037155
Fix dolGetFirstLastname() for 4 and 5
2020-11-27 01:18:01 +01:00
Bernard Saulme
be7714be1c
Use email model option to joint file for subscription
...
Allow the adherent subscription to use the email model option to join or no joint file.
2020-11-25 18:11:36 +01:00
Givriz
dca4cf5987
Feature : ajout de la class "button-cancel"
...
Ajout de la class "button-cancel" suite à l'issue #3756 et achèvement de ma tâche Dolibarr.
2020-11-23 15:12:52 +01:00
Laurent Destailleur
2f6f242d99
CSS
2020-11-23 12:29:38 +01:00
Givriz
c48129e279
Ajout de la class "button-save"
...
Ajout de cette class sur les boutons pour pour cloturer une issue ouverte (feature)
2020-11-19 20:23:38 +01:00
Laurent Destailleur
780b8a6fb2
Fix navigation between members
2020-11-18 12:40:21 +01:00
Frédéric FRANCE
0a5e041775
Merge remote-tracking branch 'upstream/develop' into odtformembers
2020-11-14 00:56:21 +01:00
Frédéric FRANCE
4ca3c0aa95
Add odt for members
2020-11-14 00:48:13 +01:00
Frédéric FRANCE
dd2ab6f360
Update card.php
2020-11-13 21:56:17 +01:00
Frédéric FRANCE
4d48eb96ed
Update adherent.class.php
2020-11-11 07:16:07 +01:00
Frédéric FRANCE
2f7b445c9e
doxygen
2020-11-10 21:57:49 +01:00
Laurent Destailleur
26b8e8d2bf
More logs
2020-11-08 18:52:26 +01:00
Frédéric FRANCE
5d90611795
Merge remote-tracking branch 'upstream/develop' into zapieruser
2020-11-05 14:42:37 +01:00
Frédéric FRANCE
2dfdd98b5a
Update vcard.php
2020-11-04 20:42:16 +01:00
Frédéric FRANCE
6e7448a1d0
Merge remote-tracking branch 'upstream/develop' into zapieruser
2020-11-04 19:00:10 +01:00
Laurent Destailleur
7294a47ef5
Fix generation of user from member, contact, applications for job
2020-11-04 13:33:52 +01:00
Laurent Destailleur
f5bdc1db6d
Update card.php
2020-11-02 20:15:03 +01:00
Frédéric FRANCE
3afb577888
Update card.php
2020-11-02 18:35:39 +01:00
Laurent Destailleur
ed6925d87d
Fix label
2020-11-02 16:46:28 +01:00
Laurent Destailleur
42a3a20dfc
Fix phpcs
2020-11-02 16:37:50 +01:00