Juanjo Menent
|
dc491fbae9
|
Merge pull request #4887 from defrance/patch-111
NEW : INVOICE_CAN_NEVER_BE_CANCELED global
|
2016-03-26 09:51:36 +01:00 |
|
BENKE Charlie
|
767ce063df
|
Change done
|
2016-03-25 18:16:05 +01:00 |
|
Laurent Destailleur
|
6a58b025f8
|
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
|
2016-03-25 18:10:50 +01:00 |
|
Laurent Destailleur
|
bc1b2d048b
|
Uniformise option name
|
2016-03-25 18:09:42 +01:00 |
|
Laurent Destailleur
|
f61f1c7a27
|
Merge pull request #4857 from marcosgdf/bankacc-misc
Little refactor
|
2016-03-25 17:43:56 +01:00 |
|
Laurent Destailleur
|
30aea901b8
|
Merge pull request #4855 from marcosgdf/account-oop
NEW Created FormBank::getIBANLabel function to get the label of "IBAN" depending on bank account country
|
2016-03-25 17:41:39 +01:00 |
|
Laurent Destailleur
|
a0563b410e
|
Merge remote-tracking branch 'origin/3.9' into develop
|
2016-03-25 16:24:26 +01:00 |
|
Laurent Destailleur
|
884ba3a0ba
|
Fix bad hook function name
|
2016-03-25 16:23:09 +01:00 |
|
Laurent Destailleur
|
a2d6cf8549
|
Merge remote-tracking branch 'origin/3.9' into develop
|
2016-03-25 16:17:17 +01:00 |
|
Laurent Destailleur
|
9ddae7d7f3
|
Fix bad hook function name
|
2016-03-25 16:17:01 +01:00 |
|
Laurent Destailleur
|
7ca1e27103
|
Merge remote-tracking branch 'origin/3.9' into develop
|
2016-03-25 16:15:54 +01:00 |
|
Laurent Destailleur
|
f251ca579b
|
Fix bad hook function name
|
2016-03-25 16:15:35 +01:00 |
|
Laurent Destailleur
|
ea9db792be
|
Merge remote-tracking branch 'origin/3.9' into develop
|
2016-03-25 16:14:37 +01:00 |
|
Laurent Destailleur
|
7430d09739
|
Fix bad hook function name
|
2016-03-25 16:13:22 +01:00 |
|
Laurent Destailleur
|
85cd0038f5
|
Merge remote-tracking branch 'origin/3.9' into develop
|
2016-03-25 16:10:10 +01:00 |
|
Laurent Destailleur
|
5e55f0ecce
|
Fix bad function name into hook
|
2016-03-25 16:07:42 +01:00 |
|
Laurent Destailleur
|
61bc8fc9ef
|
NEW Can edit value date of a vat payment after recording it.
Conflicts:
htdocs/compta/localtax/card.php
htdocs/core/class/html.form.class.php
|
2016-03-25 16:01:45 +01:00 |
|
Juanjo Menent
|
aa9a39cab5
|
NEW #3510 : Standardize module
|
2016-03-25 15:59:44 +01:00 |
|
Laurent Destailleur
|
e30d717e00
|
Uniformize look
|
2016-03-25 15:56:27 +01:00 |
|
Laurent Destailleur
|
91caea5707
|
Code was corrupted with very bad commits. I restore files manually.
|
2016-03-25 15:53:44 +01:00 |
|
Laurent Destailleur
|
630f5a632d
|
Revert "Corrected non-static usages of Form::selectarray function"
This reverts commit 87cd6e1e40.
|
2016-03-25 15:34:37 +01:00 |
|
Laurent Destailleur
|
8ecfca5a9e
|
Revert change that break compatiblity with 100% of modules
|
2016-03-25 15:26:46 +01:00 |
|
Laurent Destailleur
|
26de415b77
|
Revert commit that break compatibility of 100% of modules
|
2016-03-25 15:24:57 +01:00 |
|
Laurent Destailleur
|
46613cd72b
|
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
|
2016-03-25 14:50:00 +01:00 |
|
Laurent Destailleur
|
4ec41bc33b
|
NEW Can edit value date of a vat payment after recording it.
|
2016-03-25 14:49:48 +01:00 |
|
Laurent Destailleur
|
bdead30e75
|
FIX Missing function
|
2016-03-25 14:42:16 +01:00 |
|
BENKE Charlie
|
54af96b21b
|
Add : BILL_NEVER_BE_CANCELED
In some case we don't want to allow cancel bill, forced to made an avoir
|
2016-03-24 11:38:05 +01:00 |
|
Juanjo Menent
|
922c57da76
|
NEW #3510 : Standardize module
|
2016-03-23 22:45:04 +01:00 |
|
Laurent Destailleur
|
612aa0ab04
|
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
|
2016-03-22 15:50:56 +01:00 |
|
Laurent Destailleur
|
f686ef1d04
|
Uniformize look
|
2016-03-22 15:50:35 +01:00 |
|
Marcos García de La Fuente
|
89bd173c2f
|
NEW Rename Form::select_date to Form::selectDate and Form::form_date to Form::formDate
|
2016-03-21 21:51:29 +01:00 |
|
Marcos García de La Fuente
|
5a046125db
|
Missing changes from previous commits
|
2016-03-20 14:24:49 +01:00 |
|
Marcos García de La Fuente
|
ff6b187ef3
|
NEW Converted Form::showLinkedObjectBlock to a static function
|
2016-03-20 14:15:21 +01:00 |
|
Marcos García de La Fuente
|
4d78932fe8
|
NEW Converted Form::textwithtooltip and Form::textwithpicto to static functions
|
2016-03-20 14:15:21 +01:00 |
|
Marcos García de La Fuente
|
87cd6e1e40
|
Corrected non-static usages of Form::selectarray function
|
2016-03-20 14:15:17 +01:00 |
|
Marcos García de La Fuente
|
59bfac65aa
|
Little refactor
|
2016-03-19 20:48:37 +01:00 |
|
Marcos García de La Fuente
|
1be9c53b6c
|
NEW Created FormBank::getIBANLabel function to get the label of "IBAN" depending on bank account country
|
2016-03-19 19:39:18 +01:00 |
|
Laurent Destailleur
|
ba4f5c8648
|
Merge remote-tracking branch 'origin/3.9' into develop
|
2016-03-19 19:26:57 +01:00 |
|
Laurent Destailleur
|
ee857055be
|
Merge remote-tracking branch 'origin/3.8' into 3.9
|
2016-03-19 19:26:25 +01:00 |
|
Laurent Destailleur
|
660f825a34
|
Fix regression description line not visible
|
2016-03-19 19:25:28 +01:00 |
|
Laurent Destailleur
|
4436ec954f
|
Merge remote-tracking branch 'origin/3.8' into 3.9
|
2016-03-19 19:15:23 +01:00 |
|
Laurent Destailleur
|
f0eb8ac794
|
Fix regression Product ref not visible
|
2016-03-19 19:13:27 +01:00 |
|
Laurent Destailleur
|
558d03c371
|
Add the "now" link on date to pay vat
|
2016-03-18 19:44:40 +01:00 |
|
Laurent Destailleur
|
b4e775dd35
|
FIX Parsing of amount to pay vat
|
2016-03-18 19:42:56 +01:00 |
|
Laurent Destailleur
|
5eef373ed6
|
Merge remote-tracking branch 'origin/3.9' into develop
Conflicts:
htdocs/compta/bank/search.php
htdocs/user/card.php
|
2016-03-18 14:56:44 +01:00 |
|
Laurent Destailleur
|
c5e744bfc2
|
FIX #4839
|
2016-03-18 12:16:40 +01:00 |
|
Laurent Destailleur
|
2b1f57f01e
|
Merge remote-tracking branch 'origin/3.9' into develop
Conflicts:
dev/initdata/savedemo.sh
htdocs/filefunc.inc.php
htdocs/user/card.php
|
2016-03-18 11:54:14 +01:00 |
|
Laurent Destailleur
|
7fa71214bc
|
Merge remote-tracking branch 'origin/3.8' into 3.9
Conflicts:
htdocs/core/modules/askpricesupplier/doc/pdf_aurore.modules.php
htdocs/core/modules/commande/doc/pdf_proforma.modules.php
|
2016-03-18 11:06:41 +01:00 |
|
Laurent Destailleur
|
08c5fd2e36
|
FIX #4809 - Duplicate functions with different content
|
2016-03-14 14:38:30 +01:00 |
|
Laurent Destailleur
|
619ebf9a3e
|
Enhance css of search fields
|
2016-03-13 20:38:16 +01:00 |
|