Regis Houssin
|
bfd6116e5b
|
Merge branch 'develop' of https://github.com/Dolibarr/dolibarr.git into develop_mc
|
2017-06-06 15:03:36 +02:00 |
|
Laurent Destailleur
|
02b5d9e6f7
|
FIX #6945
|
2017-06-06 10:53:53 +02:00 |
|
Regis Houssin
|
5c5663c5ae
|
New: getEntity function use true $shared value by default
|
2017-05-30 18:50:54 +02:00 |
|
Laurent Destailleur
|
f5e29d6c86
|
Fix phpcs warning
|
2017-05-22 10:45:02 +02:00 |
|
Laurent Destailleur
|
b3dc73e611
|
Look and feel v6
|
2017-05-21 02:43:51 +02:00 |
|
Laurent Destailleur
|
aec4cef5de
|
Clean some code for type of event deprecated since 3.3
|
2017-05-19 12:58:38 +02:00 |
|
Laurent Destailleur
|
ef575166c0
|
FIX #6651
|
2017-05-18 19:10:05 +02:00 |
|
Alexandre SPANGARO
|
93554b7e30
|
Typo searchpicto
|
2017-05-14 21:06:33 +02:00 |
|
Laurent Destailleur
|
fa290c34fa
|
Fix against SQL injection. Add phpunit to detect missing escapement.
|
2017-05-12 16:55:11 +02:00 |
|
Laurent Destailleur
|
0d11fce834
|
Merge branch '5.0' of git@github.com:Dolibarr/dolibarr.git into develop
|
2017-05-12 15:45:30 +02:00 |
|
Laurent Destailleur
|
b81de35703
|
Merge branch '4.0' of git@github.com:Dolibarr/dolibarr.git into 5.0
Conflicts:
htdocs/adherents/class/adherent.class.php
htdocs/comm/propal/class/propal.class.php
htdocs/compta/facture/class/facture.class.php
htdocs/compta/sociales/class/chargesociales.class.php
htdocs/contrat/class/contrat.class.php
|
2017-05-12 15:44:09 +02:00 |
|
Laurent Destailleur
|
419c15ee8e
|
Fix escaping class
|
2017-05-12 15:28:10 +02:00 |
|
Laurent Destailleur
|
5581e5da72
|
FIX New vat code not correctly implemented if "1 price per customer".
|
2017-05-12 13:12:17 +02:00 |
|
Laurent Destailleur
|
2199c525bc
|
Merge pull request #6805 from grandoc/new_branch_06_05
Update code using new css class
|
2017-05-10 22:51:31 +02:00 |
|
Laurent Destailleur
|
5e54567558
|
Merge branch '5.0' of git@github.com:Dolibarr/dolibarr.git into develop
Conflicts:
dev/skeletons/skeleton_list.php
|
2017-05-10 13:30:35 +02:00 |
|
Laurent Destailleur
|
3e0fcf5ec2
|
Fix label "total for this page" on last page.
|
2017-05-10 11:57:59 +02:00 |
|
Laurent Destailleur
|
e5c898e0d6
|
Merge branch '5.0' of git@github.com:Dolibarr/dolibarr.git into develop
Conflicts:
ChangeLog
build/makepack-dolibarr.pl
htdocs/fichinter/list.php
htdocs/product/list.php
htdocs/projet/tasks/list.php
|
2017-05-10 00:48:27 +02:00 |
|
Laurent Destailleur
|
6d01bd712d
|
FIX Better sanitizing of search all parameter.
|
2017-05-09 19:36:10 +02:00 |
|
philippe grand
|
55feea5d98
|
Update code using new css class
|
2017-05-06 10:54:28 +02:00 |
|
Laurent Destailleur
|
11b1a2adac
|
Merge branch '5.0' of git@github.com:Dolibarr/dolibarr.git into develop
Conflicts:
htdocs/accountancy/journal/bankjournal.php
htdocs/accountancy/journal/expensereportsjournal.php
htdocs/accountancy/journal/purchasesjournal.php
htdocs/accountancy/journal/sellsjournal.php
htdocs/comm/propal/class/api_proposals.class.php
htdocs/comm/propal/class/propal.class.php
htdocs/compta/bank/index.php
htdocs/compta/facture.php
htdocs/core/class/html.form.class.php
htdocs/includes/odtphp/Segment.php
htdocs/langs/en_US/admin.lang
htdocs/societe/soc.php
|
2017-05-05 14:49:25 +02:00 |
|
Laurent Destailleur
|
0bffac6dc4
|
Use constant vor status.
|
2017-05-05 13:43:43 +02:00 |
|
Laurent Destailleur
|
8f5fa1d810
|
Merge pull request #6769 from atm-ph/fix_propal_without_fetch_lines
Fix Propal class doesn't have fetch_lines method yet
|
2017-05-05 10:01:42 +02:00 |
|
Laurent Dinclaux
|
a1e9246794
|
Resolved merge conflict [2]
|
2017-05-05 10:34:38 +11:00 |
|
Laurent Dinclaux
|
24a2fb57ea
|
Resolved merge conflict
|
2017-05-05 10:22:46 +11:00 |
|
Laurent Destailleur
|
8318ebc109
|
Fix missing field into addline of proposals
|
2017-05-04 10:45:20 +02:00 |
|
David
|
270c3db32e
|
fix params order for tha addline() function
please check to last param "$request_data->fk_remise_except", I couldn't find a corresponding parameter name in the addline() function
|
2017-05-04 10:16:36 +02:00 |
|
Laurent Destailleur
|
322cca8032
|
Merge pull request #6731 from dvasseur/develop
FIX: fix params order for the addline() function
|
2017-05-04 09:55:33 +02:00 |
|
Laurent Dinclaux
|
f63f28c7fe
|
Fix vat_src_code propagation between post types
|
2017-05-03 21:37:30 +11:00 |
|
Laurent Dinclaux
|
98b2e83bfb
|
Fix localtaxes type not retrieved in proposals. Fixes Dolibarr/dolibarr/#6786
|
2017-05-03 21:36:56 +11:00 |
|
Laurent Destailleur
|
3917bdfc79
|
Fix vat_src_code propagation.
|
2017-05-02 22:37:43 +02:00 |
|
Laurent Destailleur
|
865c8140d1
|
Clean code
|
2017-04-30 03:23:06 +02:00 |
|
phf
|
88515c306f
|
Fix Propal class doesn't have fetch_lines method yet
|
2017-04-28 14:33:06 +02:00 |
|
Philippe Grand
|
c18e7e8816
|
Merge branch 'develop' into testing
|
2017-04-19 11:27:36 +02:00 |
|
Philippe Grand
|
529ae1fa92
|
Update propal.class.php
|
2017-04-19 10:01:43 +02:00 |
|
David
|
8bb7f858d9
|
fix params order for tha addline() function
please check to last param "$request_data->fk_remise_except", I couldn't find a corresponding parameter name in the addline() function
|
2017-04-18 16:47:06 +02:00 |
|
Laurent Destailleur
|
846204bdb4
|
Replace usage of $bc[$var] with class="oddeven"
|
2017-04-14 13:02:29 +02:00 |
|
Laurent Destailleur
|
39ebaec064
|
Replace usage of $bc[$var] with class="oddeven"
|
2017-04-14 11:22:48 +02:00 |
|
Laurent Destailleur
|
26a9999fbf
|
Support of preview for pdf with several pages
|
2017-04-12 11:38:55 +02:00 |
|
philippe grand
|
06c91cdaf2
|
ref column was missing for specimen and some update
|
2017-04-11 14:47:11 +02:00 |
|
Laurent Destailleur
|
be439f6252
|
Work on look and feel v6
|
2017-04-07 16:16:44 +02:00 |
|
Laurent Destailleur
|
60a54041c2
|
NEW Enable bulk actions delete on supplier invoices
|
2017-04-07 14:09:19 +02:00 |
|
Laurent Destailleur
|
d99b0461c7
|
Extrafields multilanguage support.
|
2017-04-03 10:56:28 +02:00 |
|
Laurent Destailleur
|
93687997c9
|
Work on 6.0 look and feel
|
2017-03-31 18:40:53 +02:00 |
|
Laurent Destailleur
|
01a74a8d23
|
Work on 6.0 look and feel
|
2017-03-31 17:41:20 +02:00 |
|
Laurent Destailleur
|
54b03a3552
|
Work on 6.0 new look and feel
|
2017-03-29 11:03:13 +02:00 |
|
Laurent Destailleur
|
3740137e31
|
Add tooltip on label of each open item.
|
2017-03-28 10:44:52 +02:00 |
|
Laurent Destailleur
|
f843f8a93d
|
Start to move search bar before table titles
|
2017-03-27 00:48:50 +02:00 |
|
BENKE Charlie
|
f4a7217f20
|
display total line for all total line
|
2017-03-26 01:49:48 +01:00 |
|
BENKE Charlie
|
94a1fc19fa
|
display total line for all total line
|
2017-03-24 23:39:25 +01:00 |
|
Laurent Destailleur
|
38660418b4
|
Include preview of pdf into dol_banner
|
2017-03-23 22:27:44 +01:00 |
|