Laurent Destailleur
|
49f2157f2d
|
Little debug of module resource
|
2015-05-31 02:05:39 +02:00 |
|
Laurent Destailleur
|
5e773d4cb6
|
Work on finishing of style
|
2015-05-31 01:06:51 +02:00 |
|
Laurent Destailleur
|
36b7f1dcf3
|
NEW Show photo of logged user into login top right block.
NEW If no photo is available for user, we show a generic photo depending
on gender
|
2015-05-30 19:50:07 +02:00 |
|
Raphaël Doursenaud
|
bbd0b89087
|
Added tags/categories management to customers
Customers part of #2571
|
2015-05-29 18:50:43 +02:00 |
|
Gauthier
|
a707d40251
|
FIX : when we create an agenda event with "Not applicable" status, it is automatically saved with "To do" status
|
2015-05-29 14:32:50 +02:00 |
|
Laurent Destailleur
|
11d4a945b0
|
Merge remote-tracking branch 'origin/3.6' into 3.7
Conflicts:
htdocs/adherents/liste.php
htdocs/comm/propal.php
htdocs/compta/facture.php
htdocs/contact/list.php
htdocs/contrat/liste.php
htdocs/product/liste.php
|
2015-05-25 18:08:23 +02:00 |
|
Marcos García de La Fuente
|
460a2ec2ab
|
Merge branch 'develop' into commercial-name
Conflicts:
htdocs/categories/categorie.php
htdocs/comm/prospect/list.php
|
2015-05-25 15:09:46 +02:00 |
|
Raphaël Doursenaud
|
becc240b92
|
Include Categories class whenever Categorie::TYPE is used
|
2015-05-23 23:35:49 +02:00 |
|
Raphaël Doursenaud
|
ee808cdfd7
|
Added types constants to categories
|
2015-05-23 18:52:31 +02:00 |
|
Laurent Destailleur
|
dcc197eb6b
|
Fix bug debian 786479
|
2015-05-22 17:13:32 +02:00 |
|
Laurent Destailleur
|
995a2c127d
|
Working on finishing of look
|
2015-05-22 15:29:19 +02:00 |
|
Laurent Destailleur
|
390c7d8e65
|
Fix link to prospect with filter on commercial status
Enhance natural_search method to allow to search on several ids.
|
2015-05-22 15:19:27 +02:00 |
|
Laurent Destailleur
|
4319cd63a3
|
Working on finishing of look
|
2015-05-22 14:28:02 +02:00 |
|
aspangaro
|
e23459d53b
|
NEW Forms are using the tab look, even in creation mode
|
2015-05-20 21:50:38 +02:00 |
|
tysauron
|
572269bed1
|
For backward compatibility ON update actioncomm
For backward compatibility when val=id ON update actioncomm object
|
2015-05-19 15:54:08 +02:00 |
|
Laurent Destailleur
|
03acb1a8c9
|
Uniformize way to report error after "buildoc" action.
|
2015-05-19 00:01:30 +02:00 |
|
Laurent Destailleur
|
a258370f8a
|
Prepare code for generic solution where all path are forged using
get_exdir.
|
2015-05-18 22:25:51 +02:00 |
|
Alexis Algoud
|
a4031a3680
|
if contact in sellist, it's an Id
|
2015-05-18 18:33:17 +02:00 |
|
Laurent Destailleur
|
c89c883d7d
|
Fix the new navigation style.
|
2015-05-17 19:37:37 +02:00 |
|
Marcos García de La Fuente
|
e2b2c1c8bd
|
Merge branch 'develop' into commercial-name
Conflicts:
htdocs/societe/class/societe.class.php
|
2015-05-15 12:30:03 +02:00 |
|
Marcos García de La Fuente
|
457918c0f7
|
Merge remote-tracking branch 'upstream/develop' into commercial-name
|
2015-05-15 11:17:21 +02:00 |
|
Alexis Algoud
|
3dc5ffa871
|
FIX send mail, copy sendto don't read the list of contact
|
2015-05-13 18:05:26 +02:00 |
|
Laurent Destailleur
|
4408648a68
|
Merge pull request #2817 from GPCsolutions/jqueryfixes
jQuery fixes
|
2015-05-12 22:36:12 +02:00 |
|
Raphaël Doursenaud
|
aee61aa2c4
|
[Qual] Fixed deprecated HTML nowrap attribute to class
|
2015-05-12 15:37:35 +02:00 |
|
Raphaël Doursenaud
|
e149d49fb8
|
[Qual] Use jQuery property instead of attribute to test and set disabled
|
2015-05-12 14:53:01 +02:00 |
|
Laurent Destailleur
|
83e4fe5d95
|
Merge remote-tracking branch 'origin/3.7' into develop
Conflicts:
build/makepack-dolibarr.pl
htdocs/fourn/facture/list.php
|
2015-05-12 00:09:03 +02:00 |
|
Laurent Destailleur
|
8b596d7a69
|
Fix css missing
|
2015-05-10 23:43:18 +02:00 |
|
Marcos García de La Fuente
|
ce7ed70d74
|
Merge branch 'develop' into commercial-name
Conflicts:
htdocs/comm/prospect/list.php
htdocs/core/modules/commande/doc/pdf_einstein.modules.php
htdocs/core/modules/propale/doc/pdf_azur.modules.php
|
2015-05-10 12:23:07 +02:00 |
|
Raphaël Doursenaud
|
5d2f081152
|
[Qual] Fixed HTML select form selected attribute
Dolibarr uses HTML 4.01 or HTML5 doctypes.
The select form selected attribute should not have a value.
|
2015-05-07 14:21:14 +02:00 |
|
Raphaël Doursenaud
|
b8d9c20731
|
[Qual] Fixed HTML input form disabled attribute
Dolibarr uses HTML 4.01 or HTML5 doctypes.
The input form disabled attribute should not have a value.
|
2015-05-07 14:21:14 +02:00 |
|
Raphaël Doursenaud
|
859d1b0df9
|
[Qual] Fixed HTML input form checked attribute
Dolibarr uses HTML 4.01 or HTML5 doctypes.
The input form checked attribute should not have a value.
|
2015-05-07 14:21:14 +02:00 |
|
Laurent Destailleur
|
a93ba86ce0
|
Merge remote-tracking branch 'origin/3.7' into develop
Conflicts:
htdocs/commande/card.php
htdocs/compta/facture.php
htdocs/compta/facture/class/facture.class.php
htdocs/core/class/commonobject.class.php
htdocs/core/modules/expedition/modules_expedition.php
htdocs/core/modules/modContrat.class.php
htdocs/expedition/class/expedition.class.php
|
2015-05-07 13:35:09 +02:00 |
|
Laurent Destailleur
|
971e23e006
|
Fix special_code was lost when updating line
|
2015-05-07 12:10:27 +02:00 |
|
Laurent Destailleur
|
b71e5a1025
|
Merge pull request #2673 from aternatik/fix_getentity
Fix : missing getEntity calls
|
2015-05-07 00:48:19 +02:00 |
|
Juanjo Menent
|
2707dcd283
|
Code fixes
|
2015-05-06 23:44:53 +02:00 |
|
Laurent Destailleur
|
3a8cf17f3c
|
NEW Can edit list of prospect status for customers/prospects. Add a new
entry into dictionary table to manage list fo status.
Removed deprecated files.
|
2015-05-06 23:13:07 +02:00 |
|
Laurent Destailleur
|
e73526b29c
|
Fix prospect box must use the getNomUrl method
|
2015-05-04 12:42:45 +02:00 |
|
Laurent Destailleur
|
89c9996b22
|
Fix translation of status
|
2015-05-04 09:50:49 +02:00 |
|
Laurent Destailleur
|
53bf90a3e2
|
Merge remote-tracking branch 'origin/3.7' into develop
Conflicts:
ChangeLog
|
2015-04-28 21:54:13 +02:00 |
|
Laurent Destailleur
|
b30ee6b3fa
|
Better fix for #2725
|
2015-04-28 21:12:04 +02:00 |
|
Laurent Destailleur
|
414404e854
|
Merge remote-tracking branch 'origin/3.7' into develop
Conflicts:
htdocs/comm/action/class/actioncomm.class.php
htdocs/core/class/commonobject.class.php
|
2015-04-26 16:30:33 +02:00 |
|
Laurent Destailleur
|
60a56da370
|
Some change into css. Tabs background are now white so main content is
black on white (better contrast).
Fix editfieldval for date.
|
2015-04-25 22:20:10 +02:00 |
|
Laurent Destailleur
|
13b4d86064
|
Better fix for #2709
|
2015-04-24 21:29:02 +02:00 |
|
Laurent Destailleur
|
d925e552ca
|
Merge pull request #2709 from atm-alexis/3.7
FIX event not linked to contact on creation
|
2015-04-24 21:23:50 +02:00 |
|
Alexis Algoud
|
7d3482036d
|
FIX event not linked to contact on creation
|
2015-04-24 17:40:53 +02:00 |
|
Gauthier
|
58008cef94
|
NEW : display linked object in edit mode when we create an event from an order, propal...
|
2015-04-23 16:28:29 +02:00 |
|
Laurent Destailleur
|
0e141f2c1b
|
Fix css
|
2015-04-23 15:35:32 +02:00 |
|
Laurent Destailleur
|
100fa1067e
|
Merge remote-tracking branch 'origin/3.7' into develop
Conflicts:
htdocs/compta/bank/virement.php
htdocs/compta/facture/impayees.php
htdocs/compta/prelevement/class/bonprelevement.class.php
htdocs/core/menus/standard/eldy.lib.php
htdocs/core/modules/modProjet.class.php
htdocs/install/mysql/migration/3.6.0-3.7.0.sql
htdocs/langs/en_GB/admin.lang
htdocs/langs/es_AR/orders.lang
htdocs/langs/es_AR/trips.lang
htdocs/langs/es_CO/admin.lang
htdocs/langs/es_CO/orders.lang
htdocs/langs/es_CO/trips.lang
htdocs/langs/fr_FR/admin.lang
htdocs/langs/fr_FR/main.lang
htdocs/langs/pl_PL/interventions.lang
htdocs/langs/pt_BR/trips.lang
htdocs/langs/ro_RO/productbatch.lang
htdocs/langs/ro_RO/trips.lang
htdocs/main.inc.php
htdocs/projet/element.php
|
2015-04-22 17:57:57 +02:00 |
|
Laurent Destailleur
|
96a33bbe8a
|
First clean of code after devcamp
|
2015-04-21 15:49:58 +02:00 |
|
Laurent Destailleur
|
1c8e1638c7
|
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
|
2015-04-21 12:08:56 +02:00 |
|