Laurent Destailleur
0209c7dd19
Change order of fields.
2011-12-08 01:26:25 +01:00
Laurent Destailleur
b52fc32853
Fix: fix not initialized variables
2011-12-05 19:41:38 +01:00
Laurent Destailleur
e6f3599847
Qual: Some code cleaning
2011-12-04 22:25:49 +01:00
Laurent Destailleur
e0ffbc50b6
Add vat rate 7
2011-12-03 19:30:55 +01:00
Laurent Destailleur
9f889b0439
Qual: Uniformize code for document generation of shipments.
...
Prepare usage of odt templates.
2011-11-30 12:28:01 +01:00
Laurent Destailleur
f821880399
Fix: Reload of a menu handler need name of menu handler
2011-11-28 10:34:52 +01:00
Laurent Destailleur
033ce847a9
Fix: Install not locked if PHP version too low but enough for warning
2011-11-26 15:34:12 +01:00
Laurent Destailleur
6489c7000a
Fix: Removed warnings
2011-11-26 15:14:07 +01:00
Regis Houssin
be0ed900bc
Fix: translation
2011-11-24 09:16:21 +01:00
Regis Houssin
6073705dde
Fix: check prefix validity
2011-11-24 08:58:52 +01:00
Regis Houssin
919523f2e2
Change default prefix if needed
2011-11-24 08:23:16 +01:00
Regis Houssin
89b521ccfe
Fix: W3C
2011-11-24 07:38:34 +01:00
Regis Houssin
d82a254e03
New: add prefix field in install form and in conf.php
2011-11-23 23:09:57 +01:00
Regis Houssin
86a48c8962
Fix: change the last database prefix
2011-11-23 21:43:25 +01:00
Laurent Destailleur
985c061e65
Qual: Removed deprecated tag
2011-11-21 01:34:37 +01:00
Laurent Destailleur
36c8bbdf3c
Fix: Make a field not null as it is used with inner join.
2011-11-16 23:38:54 +01:00
Laurent Destailleur
97573659c2
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2011-11-05 03:18:19 +01:00
Regis Houssin
9be80725d0
Fix: increase size of fields
2011-11-04 10:22:14 +01:00
Laurent Destailleur
68ece6228b
Fix admin login creation
2011-11-04 02:00:19 +01:00
Laurent Destailleur
5b5ac9cbe2
Fix: Add missing entries
2011-11-02 19:15:29 +01:00
Laurent Destailleur
8c42f48ad7
New: Add ref_ext on actions
2011-11-10 04:07:38 +01:00
Laurent Destailleur
eaeb399f02
Qual: Uniformize variable name
2011-10-30 17:26:55 +01:00
Regis Houssin
dea1210c2d
Fix: edit in place datepicker more stable
2011-10-28 19:31:42 +02:00
Juanjo Menent
ed3059d370
New: [task #219 ] LocalTaxes: Add taxes and dividends
2011-10-28 12:17:53 +02:00
Regis Houssin
3338649316
[task #217 ] Move core files in core directory
2011-10-24 14:11:49 +02:00
Regis Houssin
56d6cbe56f
[task #216 ] Move lib in core directory
2011-10-24 12:59:44 +02:00
Regis Houssin
63d60a33fc
[task #216 ] Move lib in core directory
2011-10-24 11:25:54 +02:00
Regis Houssin
c65238b773
[task #216 ] Move lib in core directory
2011-10-24 10:45:06 +02:00
Regis Houssin
dd963235cd
Move db classes in /htdocs/core/db
2011-10-24 10:06:37 +02:00
Regis Houssin
a7deb7c23a
Fix: uniformize code
2011-10-23 14:55:37 +02:00
Spangaro Alexandre
130a9f2e6e
Add page "info" for trip
2011-10-23 10:06:01 +02:00
Juanjo Menent
33980c412a
Fix: Can use POS module with several concurrent users. This also remove
...
temporary table.
2011-10-20 16:01:56 +08:00
Laurent Destailleur
85be289842
Fix: Bad sql syntax
2011-10-15 01:11:26 +02:00
Laurent Destailleur
f671df6634
Fix: Can use POS module with several concurrent users. This also remove
...
temporary table.
2011-10-13 20:14:29 +02:00
Laurent Destailleur
a2ae3dbef6
New: Add message during install when activating a module by installer
2011-10-13 01:18:57 +02:00
Regis Houssin
0624e5d34b
Fix: sql error
2011-10-10 08:49:10 +02:00
eldy
35996b6cf1
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2011-10-07 01:40:52 +02:00
eldy
b0b3d5553d
Fix: Update italy vat rate
2011-10-07 01:35:46 +02:00
eldy
b295a866a5
Fix: Fix a serious database default. Table llx_product_fournisseur was
...
linked with llx_product_fournisseur_price with a link 1-1 so was
useless. I removed it. This reduce a lot of sophisticated code and will
make import of prices easier. This also increase speed.
2011-10-05 12:51:55 +02:00
eldy
47bb2171e0
Fix: Fix a serious database default. Table llx_product_fournisseur was
...
linked with llx_product_fournisseur_price with a link 1-1 so was
useless. I removed it. This reduce a lot of sophisticated code and will
make import of prices easier. This also increase speed.
2011-10-04 01:26:07 +02:00
eldy
190adf2d49
New: Log module outputs can be setup with "or" rule (not only "xor").
2011-10-03 17:19:39 +02:00
eldy
8ff32f8ada
Doxygen
2011-09-29 22:21:57 +02:00
eldy
1e3174d1ce
Add paper format
2011-09-29 15:03:28 +02:00
eldy
a8f7fa91e8
Qual: Use a factory to create databse instance. This allow to use
...
different driver so different databases in same page or scripts. This
fix also duplicate class with same names.
2011-09-28 19:41:08 +02:00
eldy
fd4ad1c540
Qual: Use a factory to create databse instance. This allow to use
...
different driver so different databases in same page or scripts. This
fix also duplicate class with same names.
2011-09-28 16:26:49 +02:00
Regis Houssin
6c4acefd93
Fix: Space before opening parenthesis of function call prohibited
2011-09-20 12:56:06 +00:00
Regis Houssin
5efe1cd470
Fix: Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead.
2011-09-20 10:30:56 +00:00
Regis Houssin
b6a2f13673
Fix: avoid jenkins warning
...
Fix: SpaceAfterOpenBracket, SpaceAfterCloseBracket, SpaceBeforeCloseBracket, SpaceBeforeOpenBracket
2011-09-20 09:40:27 +00:00
Regis Houssin
2c1b3722f2
Fix: replace sizeof() by count()
2011-09-17 19:49:50 +00:00
Laurent Destailleur
411b3415eb
Doxygen
2011-09-12 17:08:02 +00:00