Laurent Destailleur
21a5a30ade
Merge pull request #3175 from All-3kcis/develop-patch-3
...
Fix #3158 can't change date in invoices
2015-07-12 12:21:46 +02:00
Laurent Destailleur
6f90605185
Fix: Sqlite can't be supported until alter table add constraint is
...
supported by sqlite, so choice is hidden
2015-07-12 11:44:37 +02:00
Laurent Destailleur
c83cb730fc
Merge pull request #3134 from atm-alexis/NEW_add_hook_in_sendmail
...
NEW add hook in send mail
2015-07-11 20:46:01 +02:00
Laurent Destailleur
c1445a88e1
Merge pull request #3171 from atm-ph/fix_37_translate_contact
...
FIX translate Jabberid on contact page with edit view
2015-07-11 20:36:54 +02:00
Laurent Destailleur
0eccfce9d0
Merge pull request #3184 from GPCsolutions/dolibarr-3183
...
Fix #3183 Make sure FormOther class is included.
2015-07-11 17:27:10 +02:00
Raphaël Doursenaud
f4cc1f647c
Fix #3183 Make sure FormOther class is included.
2015-07-10 15:20:41 +02:00
Laurent Destailleur
8d77667764
Bad stat report
2015-07-10 10:42:42 +02:00
Laurent Destailleur
688562a816
Fix regression: We can't yet set method __construct of DolibarrModules
...
abstract because this break compatibility with a lot of external module
and generate FATAL errors after migration. Because PHP is not yet able
to manage try catch on FATAL error, we can't catch such error. Using
bstract on constructor is so postponed.
2015-07-10 09:40:18 +02:00
Laurent Destailleur
0b9ed9a25c
Fix PSR2. We must not have spaces after (
2015-07-10 09:37:05 +02:00
Laurent Destailleur
3eb6ee2030
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2015-07-09 12:29:44 +02:00
Laurent Destailleur
c28ff6c257
NEW Add status into filters of graph
2015-07-09 12:29:01 +02:00
Juanjo Menent
f9757bf072
Merge pull request #3176 from aspangaro/develop-patch55
...
Fix #3166 : An accounting account can be alphanumeric (Need for EBP)
2015-07-09 09:45:59 +02:00
Juanjo Menent
407f27dca1
Merge pull request #3177 from aspangaro/develop-patch54
...
Update accountancy Step 2
2015-07-09 09:45:35 +02:00
Juanjo Menent
e2b5bc756a
Merge pull request #3174 from hregis/3.6_bug
...
Fix: missing shared parameters
2015-07-09 09:36:52 +02:00
aspangaro
600354e057
Update formventilation with elarifr modification
2015-07-09 07:48:09 +02:00
aspangaro
9fdc2991c7
Correct
2015-07-09 07:47:31 +02:00
aspangaro
46037dbc46
Add language key
2015-07-09 07:47:13 +02:00
aspangaro
0b19f2e068
Update list.php with elarifr modification
2015-07-09 07:46:58 +02:00
aspangaro
d286c18148
Update lines.php with elarifr modification
2015-07-09 07:11:08 +02:00
aspangaro
dbb5d3d386
Fix #3166 : An accounting account can be alphanumeric (Need for EBP)
2015-07-08 21:47:45 +02:00
All-3kcis
6b54180678
Fix #3158 can't change date in invoices
2015-07-08 16:04:21 +02:00
Regis Houssin
9e7cb70d63
Fix: missing shared parameters
2015-07-08 16:03:15 +02:00
Regis Houssin
aff3f03ae0
Merge remote-tracking branch 'origin/3.6' into 3.6_bug
2015-07-08 16:01:26 +02:00
phf
f0f4d83664
FIX translate Jabberid on contact page with edit view
2015-07-08 12:33:37 +02:00
Juanjo Menent
7e0229ded0
Merge pull request #3168 from aspangaro/develop-patch54
...
Update accountancy 1st step
2015-07-08 12:03:49 +02:00
aspangaro
a283d0ce93
Update from elarifr
2015-07-08 07:46:26 +02:00
aspangaro
4c72567c6b
Update bookkeeping
2015-07-08 07:19:23 +02:00
aspangaro
f084a9472a
Merge remote-tracking branch 'Upstream/develop' into develop-54
2015-07-08 07:05:43 +02:00
Laurent Destailleur
455a697f1a
Merge pull request #3159 from marcosgdf/develop
...
FIX #2832 : Fixed a problem with special characters in expense report PDF model
2015-07-07 19:35:50 +02:00
Laurent Destailleur
7965e5bcfb
Merge pull request #3157 from marcosgdf/bug-3055
...
FIX #3055 Product image thumbnails were not deleted after deleting the image
2015-07-07 19:34:49 +02:00
Laurent Destailleur
f0cc620296
Merge pull request #3160 from marcosgdf/more-oop2
...
Created abstract functions DolibarrModules::__construct, DolibarrModules::init and DolibarrModules::remove
2015-07-07 19:33:46 +02:00
Marcos García de La Fuente
eff573e753
Removed duplicated code from core modules
2015-07-07 13:08:26 +02:00
Marcos García de La Fuente
98344746cf
Added missing scopes of modMyModule
2015-07-07 13:08:17 +02:00
Marcos García de La Fuente
56ff0c7350
Created abstract functions DolibarrModules::__construct, DolibarrModules::init and DolibarrModules::remove
2015-07-07 13:08:12 +02:00
Marcos García de La Fuente
b7809c788a
FIX #2832 : Fixed a problem with special characters in expense report PDF model
2015-07-07 12:27:36 +02:00
Marcos García de La Fuente
cba902c5ae
Fix: [ bug #3055 ] Product image thumbnails were not deleted after deleting the image
...
Close #3055
2015-07-07 09:40:23 +02:00
aspangaro
787d2310c1
Correct language key
2015-07-07 05:57:35 +02:00
Laurent Destailleur
0fd134f825
Merge pull request #2889 from GPCsolutions/commonobjectreview
...
[Qual] Reviewed commonobject
2015-07-06 23:57:34 +02:00
Laurent Destailleur
00d2047e4c
Merge pull request #3152 from GPCsolutions/install
...
Install
2015-07-06 23:55:14 +02:00
Laurent Destailleur
36aebb5fc4
Merge pull request #3151 from FHenry/3.7
...
FIX : when fetch_optionnal_by_label in Extrafields with $this->db cannot
2015-07-06 23:54:43 +02:00
Laurent Destailleur
43c0e7e249
Merge pull request #3150 from marcosgdf/more-oop
...
Created function SupplierInvoiceLine::update and added missing localtax1_type and localtax2_type properties
2015-07-06 23:52:00 +02:00
Laurent Destailleur
cfd5ca15fd
Merge pull request #3153 from GPCsolutions/jquery
...
Fix: jquery path
2015-07-06 23:51:03 +02:00
BENKE Charlie
fc8daef78d
increase size of libellé if we use paypal and email
...
in case of long email the field is to small
2015-07-06 17:46:36 +02:00
Raphaël Doursenaud
5ebc84e999
[Qual] Reviewed commonobject
...
Added missing fields
Removed unused variables
Documented methods parameters
Checked return points
2015-07-06 17:03:25 +02:00
Florian HENRY
b6850e36c9
fix previous commit
2015-07-06 16:59:03 +02:00
Raphaël Doursenaud
b508dce3ff
Fix: jquery path
2015-07-06 16:48:10 +02:00
Raphaël Doursenaud
f3c319958f
Fix: no PHP closing tag in generated files
...
Best practice
2015-07-06 16:39:49 +02:00
Raphaël Doursenaud
c28e863e2f
Fix: jquery path
2015-07-06 16:39:42 +02:00
Raphaël Doursenaud
ef90cd39f8
Uniformized install logging
2015-07-06 16:34:31 +02:00
Raphaël Doursenaud
572ce7bcbb
NEW: Rename install etape to step
2015-07-06 15:44:33 +02:00