Laurent Destailleur
f17906b331
Merge pull request #413 from aspangaro/develop
...
Add a new column in llx_c_tva
2012-09-24 16:03:05 -07:00
Laurent Destailleur
7d83fdce5b
Fix: Several fixes into date functions
...
Qual: Add PHPUnit tests
2012-09-24 21:37:19 +02:00
Spangaro Alexandre
ba45295c7e
Working for accountancy
2012-09-24 07:14:39 +02:00
Spangaro Alexandre
96dd6efae0
Minor fix for llx_c_tva
2012-09-24 07:14:38 +02:00
Spangaro Alexandre
a6f9111b54
Add new column in llx_c_tva
2012-09-24 07:14:37 +02:00
Laurent Destailleur
d3ef78df47
Qual: Respect database rules
...
Qual: Add indexes
2012-09-24 00:10:01 +02:00
Spangaro Alexandre
d8481fa19b
Minor fix
2012-09-23 12:05:03 +02:00
Laurent Destailleur
9bbe0e6b1c
Qual: Mutuamize codeby using tpl.
...
New: Support unique field for extrafields
2012-09-22 20:27:06 +02:00
Laurent Destailleur
22a28abed1
Fix: Add more sql fix commands
2012-09-20 17:46:47 +02:00
Regis Houssin
073170514f
Fix: increase memory limit
2012-09-20 09:13:02 +02:00
Laurent Destailleur
44591bd756
Use a specific type to isolate type of event that are event
...
automatically added into agenda from other predefined events.
2012-09-20 00:18:29 +02:00
simnandez
5344d0c330
Fix: Update spanish VAT data for first instalations
2012-09-19 16:15:35 +02:00
simnandez
31b91e68c1
Fix: Update spanish VAT data for first instalations
2012-09-19 16:09:41 +02:00
simnandez
d18488966b
Fix: Update spanish VAT data for first instalations
2012-09-19 15:51:00 +02:00
simnandez
875edcad0d
Merge branch 'develop' of git://github.com/Dolibarr/dolibarr.git into
...
develop
Conflicts:
htdocs/install/mysql/migration/3.2.0-3.3.0.sql
2012-09-19 10:32:00 +02:00
Laurent Destailleur
89dfd246d1
Init data must match migrated data
2012-09-18 18:27:10 +02:00
simnandez
fab101d2e8
Fix: Spanish localtax1 must be only applicable to products
...
Add localtax2_type
2012-09-18 15:38:08 +02:00
Laurent Destailleur
df3227ef7e
Migrate spain to localtax type.
2012-09-16 16:56:24 +02:00
Laurent Destailleur
e7d3d9496c
first step for extrafield for contact/address
2012-09-14 12:15:55 +02:00
Laurent Destailleur
643d6ff3f9
Fix: Debug feature predefined invoices
2012-09-14 10:09:56 +02:00
Laurent Destailleur
4cc56f0176
New: Extra fields supports more types (now int, string, double, date,
...
datetime)
2012-09-13 10:14:25 +02:00
Regis Houssin
f16a68bf01
Fix: remove unused tables
2012-09-12 16:40:46 +02:00
Regis Houssin
c6c2fd2f39
Fix: restore previous field type
2012-09-11 16:07:52 +02:00
Laurent Destailleur
c291ea2ec2
Merge branch 'develop' of https://github.com/Dolibarr/dolibarr.git into develop
2012-09-11 11:23:08 +02:00
Laurent Destailleur
e68f861923
New: Add more test and enhancement to make new calcul_price function
...
more reliable. We need to add more PHPUnit test case on this function
(testcase using localtax1 and localtax2).
2012-09-11 01:09:34 +02:00
Laurent Destailleur
de339278bc
Fix: removed warning
2012-09-10 22:59:50 +02:00
Laurent Destailleur
4847e946a4
Fix: Use varchar instead of char (for better compatibility, char is an
...
old directive)
Fix: Restore usage of text field for "enabled" menu because, even if in
standard code, we use 0 or 1, into external module, or menu editor we
should be able to use full condition dynamic string.
2012-09-10 16:20:34 +02:00
Laurent Destailleur
09d3d0a37d
Fix: removed warning
2012-09-10 15:47:13 +02:00
Regis Houssin
26ff406e4a
Fix: use MODIFY instead CHANGE for just change the type of field
2012-09-10 13:25:34 +02:00
Marcos García
74b28dab79
Merge branch 'develop' into minor
...
Conflicts:
htdocs/install/mysql/migration/3.2.0-3.3.0.sql
2012-09-10 12:16:45 +02:00
Regis Houssin
83179fc4f0
Merge pull request #378 from cbattarel/localtax
...
prepare database for local taxes management (2nd try) - task 204 on doliforge
2012-09-10 03:04:31 -07:00
Regis Houssin
4269878e6d
Fix: restore varchar for the moment
2012-09-10 11:59:17 +02:00
Christophe Battarel
2e4aa1131a
prepare database for local taxes management
...
add localtax1_type and localtax2_type in database.
these type are char(1) and support following values :
'0' : local tax not applied
'1' : local tax apply on products and services without vat (vat is not applied on local tax)
'2' : local tax apply on products and services before vat (vat is calculated on amount + localtax)
'3' : local tax apply on products without vat (vat is not applied on local tax)
'4' : local tax apply on products before vat (vat is calculated on amount + localtax)
'5' : local tax apply on services without vat (vat is not applied on local tax)
'6' : local tax apply on services before vat (vat is calculated on amount + localtax)
'7' : local tax is a fix amount applied on global invoice
2012-09-10 11:00:35 +02:00
Regis Houssin
e1fcaf738f
Fix: move llx_ecm_documents in external module
2012-09-10 10:55:06 +02:00
Marcos García
45cd500882
Modified llx_menu sql and improved new menu form
...
Modified `enabled` field to tinyint(1) because only holds 0 or 1
Enabled input field now made yes/no select
2012-09-10 02:09:52 +02:00
Regis Houssin
61159ca220
Fix: use specific hash for ref
2012-09-09 22:05:53 +02:00
Regis Houssin
5ff1240287
Fix: increase size for big path and where data is encrypted
2012-09-09 18:28:36 +02:00
Laurent Destailleur
1721f564c8
Increase size of field into database
2012-09-08 01:42:15 +02:00
Regis Houssin
d60211a7c8
Fix: update entity field
2012-09-07 17:43:27 +02:00
Regis Houssin
ee1cf819f7
Fix: mass convert line delimiters
2012-09-07 17:23:16 +02:00
Regis Houssin
5270ec06cb
Fix: compatibility with multicompany transverse mode
2012-09-07 17:20:12 +02:00
Regis Houssin
77bbae7723
Fix: remove older models for avoid warnings
2012-09-07 11:18:08 +02:00
Regis Houssin
68c71896d4
Fix: add extraparams field for more parameters
2012-09-07 10:50:19 +02:00
Laurent Destailleur
6e90e60268
Fix data init
2012-09-06 23:46:35 +02:00
Laurent Destailleur
856c829c99
New: Add a selection module for emailing to enter a recipient from
...
gui.
2012-09-05 20:41:28 +02:00
Laurent Destailleur
f9607037a7
Qual: Removed deprecated table
2012-09-05 09:58:09 +02:00
Laurent Destailleur
246f3b5bb8
New: Add the holiday module (provided by teclib with permission to add
...
it by default).
2012-09-05 03:26:57 +02:00
Regis Houssin
83b5860ee1
Fix: for use with command line
2012-09-04 12:27:43 +02:00
Regis Houssin
5622d1624c
New: prepare for extend GED module
2012-09-03 18:03:39 +02:00
Regis Houssin
14b1b1d6e5
Fix: missing upgrade with minor version
2012-09-03 16:28:55 +02:00
Laurent Destailleur
2927a58606
Fix: Some fix into ajax ecm.
...
New: The cache for nb of files into a dir is now implemented. By
default it is "not defined" and we refresh it when making a scan of a
dir for all subdirs.
2012-09-02 20:11:36 +02:00
Laurent Destailleur
1ccb8f3363
New: Add a test during upgrade if database version is too low.
2012-09-02 01:47:21 +02:00
Regis Houssin
6f8b63f0ef
Merge pull request #367 from simnandez/develop
...
Fix: Bad assignation of const for pdf delivery module name
2012-09-01 09:48:57 -07:00
Regis Houssin
7ff475c462
Fix: Modify spanish VAT to new rates (Juanjo)
2012-09-01 18:43:51 +02:00
Regis Houssin
54acdc71f6
Fix: this field is for 3.3
2012-09-01 18:09:47 +02:00
simnandez
44a3db8785
Fix: Bad assignation of const for pdf delivery module name
2012-09-01 17:02:38 +02:00
Marcos García
4209898d20
Lower-cased Header function
2012-08-31 05:58:38 +02:00
Laurent Destailleur
96e0586934
Fix: enhance cleaning of database
2012-08-30 17:11:42 +02:00
Laurent Destailleur
4108e48d5c
Merge pull request #349 from FHenry/develop
...
Change size of element type
2012-08-28 09:25:08 -07:00
Laurent Destailleur
6c0dac2f17
More things to repair
2012-08-27 19:30:09 +02:00
Marcos García
7be72c39b1
Fixed SQL problems with llx_accounting.sql
2012-08-27 03:17:57 +02:00
Marcos García
07070b238b
Fixed SQL syntax problem
2012-08-27 02:41:49 +02:00
FHenry
d716763896
change size of elementtype
2012-08-26 21:53:40 +02:00
FHenry
7895ff0e5c
Change size of element type
2012-08-26 19:03:23 +02:00
Spangaro Alexandre
9050431f87
Simply way to update chart of accounts
2012-08-26 17:11:19 +02:00
Laurent Destailleur
8bcb90fcd0
Fix: syntax error
2012-08-26 00:28:04 +02:00
Regis Houssin
c9113458d9
New: [ task #498 ] part 3
2012-08-25 03:28:30 +02:00
Regis Houssin
a0b3ea0dd4
Merge branch 'develop' of git+ssh://git@github.com/Dolibarr/dolibarr.git
...
into task498_objectline
Conflicts:
htdocs/install/mysql/migration/3.2.0-3.3.0.sql
2012-08-23 18:52:55 +02:00
Regis Houssin
eca37eb123
Fix: [ bug #497 ] Module Order Supplier inaccessible altogether because
...
of a missing SQL field
2012-08-23 17:24:29 +02:00
Regis Houssin
6a60551fdd
Merge branch 'develop' of git+ssh://git@github.com/Dolibarr/dolibarr.git
...
into task498_objectline
Conflicts:
htdocs/install/mysql/migration/3.2.0-3.3.0.sql
2012-08-23 17:19:05 +02:00
Regis Houssin
4d1555f4ca
Merge pull request #338 from atm-maxime/mko515
...
Mko515
2012-08-23 00:01:05 -07:00
Regis Houssin
f4d75e87d3
Merge branch 'develop' of git+ssh://git@github.com/Dolibarr/dolibarr.git
...
into task498_objectline
Conflicts:
htdocs/core/class/commonobject.class.php
2012-08-23 07:53:48 +02:00
Regis Houssin
c8e1aca7d8
New: [ task #498 ] part2
2012-08-23 07:50:20 +02:00
Marcos García
5769c0facc
Changed incorrect includes
2012-08-23 02:46:16 +02:00
Marcos García
9b3c89ac47
Removed parenthesis from all include and include_once and replaced with single quotes
2012-08-23 02:40:41 +02:00
Marcos García
706d79986c
Removed parenthesis from all require_once and replaced with single quotes
2012-08-22 23:11:24 +02:00
Maxime Kohlhaas
06ab1f6f94
Task 515 : New field added on contact : no_email
2012-08-22 22:59:10 +02:00
Regis Houssin
85c0dd95ca
Merge branch 'develop' of git+ssh://git@github.com/Dolibarr/dolibarr.git
...
into task498_objectline
Conflicts:
htdocs/install/mysql/migration/3.2.0-3.3.0.sql
2012-08-22 17:50:07 +02:00
Regis Houssin
4a5d89e6cc
Fix: move barcode type entries in module descriptor for best
...
compatibility with multicompany
2012-08-22 17:44:52 +02:00
Regis Houssin
2ae1d3d3b5
New: [ task #498 ]
2012-08-22 17:42:40 +02:00
Regis Houssin
24cc07815d
Fix: remove old accountancy code, can cause blank screen
2012-08-20 00:36:51 +02:00
Laurent Destailleur
c664ac3cfa
Fix: Default value was not defined
2012-08-20 00:27:38 +02:00
Regis Houssin
48efabc8a4
Fix: remove deprecated function and avoid warnings
2012-08-15 09:06:36 +02:00
Laurent Destailleur
0251385624
Fix: Broken feautres after migration from old versions
2012-08-10 19:13:54 +02:00
Laurent Destailleur
84d5b75518
New: Add field tms into llx_bank
2012-08-09 19:04:39 +02:00
Laurent Destailleur
a7d9f13287
Qual: Removed deprecated columns
2012-08-09 18:45:56 +02:00
Laurent Destailleur
b3b598c068
New input reason into dictionnary.
2012-08-09 18:33:45 +02:00
Maxime Kohlhaas
44b84b2177
task # 326 : Add a numbering module to suggest automatically a product ref
2012-08-09 01:41:55 +02:00
Laurent Destailleur
e53e847083
Qual: Uniformize code
2012-08-05 14:37:45 +02:00
Laurent Destailleur
b82fb7a7d9
Fix: exit code when upgrade is ran from command line
2012-08-05 00:49:28 +02:00
Laurent Destailleur
9f5fbe78c9
Fix: Bad fix
2012-08-03 18:50:24 +02:00
Laurent Destailleur
d4a19f0674
Fix: Removed warning
2012-08-03 10:56:50 +02:00
Laurent Destailleur
18944a3d9b
Merge branch 'develop' of https://eldy:ld101010-gb@github.com/Dolibarr/dolibarr.git into develop
2012-08-03 10:29:00 +02:00
Laurent Destailleur
ff0d24a0dc
Fix: Remove warning
2012-08-03 10:26:39 +02:00
Regis Houssin
d6a4d5ef41
Fix: avoid errors if install directory is deleted before module
...
activation
2012-08-01 14:42:24 +02:00
Laurent Destailleur
a996e8f98a
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2012-07-30 21:44:21 +02:00
Laurent Destailleur
2191a4dc73
Fix: use ENGINE=innodb instead of type=innodb
2012-07-30 21:43:40 +02:00
Regis Houssin
e44fd4885d
Fix: change the last $DB to $db
2012-07-30 18:43:49 +02:00
Laurent Destailleur
e8b2489c1c
Checkstyle
2012-07-29 15:28:39 +02:00
Laurent Destailleur
bf94d05293
New: Add great britain provinces
2012-07-28 03:12:34 +02:00
Laurent Destailleur
dce9b96260
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
Conflicts:
htdocs/core/lib/functions2.lib.php
htdocs/install/lib/repair.lib.php
htdocs/install/mysql/migration/3.2.0-3.3.0.sql
2012-07-25 12:20:45 +02:00
Laurent Destailleur
ea54523181
Checkstyle
2012-07-25 11:40:23 +02:00
Laurent Destailleur
b47ced7507
Fix: syntax error
2012-07-25 10:56:30 +02:00
Regis Houssin
9cf088560f
Fix: syntax error
2012-07-23 16:47:16 +02:00
Regis Houssin
fb23364511
Fix: uniformize code
2012-07-23 16:10:54 +02:00
Marcos García
568db22649
Renamed fk_methode_commande to fk_input_method
2012-07-22 16:58:37 +02:00
Marcos García
e6a192ba87
Renamed fk_demand_reason to fk_input_reason
2012-07-22 16:53:02 +02:00
Christophe Battarel
8e2fee02df
correct default definition for buy_price_ht in migration script
2012-07-18 17:17:00 +02:00
Christophe Battarel
a37707f96f
updata database for margin module
2012-07-18 11:39:41 +02:00
Laurent Destailleur
df31ae2b0e
New: Add canadian provinces
2012-07-10 17:51:29 +02:00
Laurent Destailleur
616f8ddaa8
New: Add a repair function to restore data into ecm_directories table
...
that was not sanitized.
2012-07-08 13:30:21 +02:00
Laurent Destailleur
59bd8ada73
New: Show root install param only if required.
2012-07-04 10:23:59 +02:00
Laurent Destailleur
571041e5d5
Merge branch 'develop' of https://github.com/Dolibarr/dolibarr.git into develop
2012-07-04 10:22:51 +02:00
Laurent Destailleur
957270783e
Comments
2012-07-04 10:21:39 +02:00
Regis Houssin
9c2f1a7544
Merge branch 'develop' of git+ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-07-02 19:31:00 +02:00
Regis Houssin
6f1651309e
Fix: global converting lines delimiter
2012-07-02 19:30:37 +02:00
Laurent Destailleur
6769cbbd2c
Increase size of ref for products
2012-07-02 17:47:16 +02:00
Regis Houssin
a96ab9a587
Fix: missing parameters !
2012-06-29 10:08:48 +02:00
Regis Houssin
a26e03367b
New: remove linked elements invalid
2012-06-29 09:35:20 +02:00
Laurent Destailleur
c273f9f698
Fix: escape double quotes into dol_html_escapetag
...
New: Passwords not reset into install page.
2012-06-17 23:27:17 +02:00
Regis Houssin
6246228544
New: add extraparams, hooks and extrafields for emailing card
2012-06-13 09:28:59 +02:00
Laurent Destailleur
e6cd400bc3
Qual: List of elements must be into a page called "list.php".
2012-06-09 19:16:31 +02:00
Laurent Destailleur
044ca3062b
Fix: Use wrong handler. Make install fails.
2012-06-04 02:13:59 +02:00
Laurent Destailleur
d52d063d98
Fix: Avoid to have a special php module.
2012-05-28 22:39:04 +02:00
Laurent Destailleur
1aa442977c
Fix: extrafield repair was using bad hardcoded values.
2012-05-23 11:48:52 +02:00
Laurent Destailleur
82dda362c5
Fix: [ bug #409 ] List of vat rates for supplier prices must use the
...
seller country.
2012-05-23 10:50:38 +02:00
Laurent Destailleur
51e8ebd664
Fix: Clean sql
2012-05-13 18:08:03 +02:00
Laurent Destailleur
cf03228053
Fix: syntax error in name of pgsql util proc.
...
Fix: Add a proc to fix pgsql problems.
2012-05-13 16:42:59 +02:00
Laurent Destailleur
dc904ddf5f
Fix: vat rates
2012-05-10 23:02:05 +02:00
Laurent Destailleur
63ce05b939
New: Localize for NL
2012-05-10 00:35:20 +02:00
Laurent Destailleur
774bf30e4c
Fix: corrupted extra tables.
2012-05-07 20:55:14 +02:00
Laurent Destailleur
f5592bcc32
Fix: Removed warning and fix pb with extra fields.
2012-05-06 21:05:02 +02:00
Laurent Destailleur
d60061f682
Fix: pagecode when using postgresql
...
Conflicts:
htdocs/support/inc.php
2012-05-06 15:36:53 +02:00
Laurent Destailleur
eb541ceaa9
Fix: foreign key on non existing field
2012-05-06 15:33:33 +02:00
Laurent Destailleur
9913e87410
New: Add more payment conditions
2012-05-05 02:56:38 +02:00
Laurent Destailleur
03718e0f23
Fix: Clean database to allow constraints
2012-05-01 15:29:53 +02:00
Laurent Destailleur
8ea079ed96
New: Prepare change to allow usage of print sheet for any purpose (not
...
only
memeber module).
Qual: Remove duplicate declaration of version.
2012-04-28 16:37:58 +02:00
Laurent Destailleur
80de63d5a3
Fix: [ bug #372 ] Upgrade error from 3.1.0 to 3.2.0 Beta
2012-04-21 19:45:04 +02:00
Laurent Destailleur
c7b8184844
Add more sources
2012-04-21 18:22:57 +02:00
Laurent Destailleur
26d5392e34
Add more sources
2012-04-21 18:22:10 +02:00
Regis Houssin
258a06a281
Fix: increase size of "body" field
2012-04-16 11:20:56 +02:00
Laurent Destailleur
9a70541084
Fix: Missing migration field
...
Fix: Date must be quoted
2012-04-15 18:41:38 +02:00
Grand Philippe
d79c8a3fa1
change from cloture to approve and complete function approve
2012-04-15 16:49:49 +02:00
Laurent Destailleur
df13921ed4
Germany data not complete.
2012-04-14 19:31:10 +02:00
Laurent Destailleur
ebc9cc2ad7
Fix: Some bug into rpm and debian packaging.
2012-04-14 15:41:34 +02:00
Laurent Destailleur
c876b6f2be
Fix: debian epiphany and iceweasel browsers.
2012-04-14 03:20:10 +02:00
Regis Houssin
c2d162d4c6
Fix: add Monaco VAT rates
2012-04-11 16:52:55 +02:00
Laurent Destailleur
11c174e209
New: Can export supplier ref
...
New: Add profid6
2012-04-11 15:27:03 +02:00
Grand Philippe
c8dd3b4801
to add delivery date
2012-04-10 17:21:28 +02:00
Laurent Destailleur
1ec9125ff9
Move to 3.3 alpha
2012-04-09 16:51:17 +02:00
Laurent Destailleur
6da82e03be
Uniformize code
2012-04-08 23:18:36 +02:00
Regis Houssin
507e809613
Merge pull request #156 from viniciusvgn/develop
...
Updates: Tax Brasil and link to filter only those bills late
2012-04-07 01:41:03 -07:00
Regis Houssin
13624eeb86
Fix: multicompany sharings compatibility
2012-04-07 09:20:03 +02:00
Vinicius Nogueira
78c5fc8cff
Add Tax: Brasil
...
Zero rate for the invoices to suppliers can be fulfilled.
2012-04-07 01:45:48 -03:00
Laurent Destailleur
317abb46fd
Fix: Start war bug
2012-04-07 02:24:32 +02:00
Laurent Destailleur
a4d4d2f33a
Fix: Delete setup for old not compatible theme
2012-04-06 23:38:52 +02:00
Laurent Destailleur
03cfec7904
Fix: Add missing sao polo for brazil
2012-04-05 00:13:06 +02:00
Laurent Destailleur
a98439aeba
Fix: install process
2012-04-04 21:44:35 +02:00
Laurent Destailleur
e084dc306e
Fix: When run from command line, script must return return code
2012-04-04 20:37:16 +02:00
Laurent Destailleur
cbe2e3c15c
Preapre 3.2.0
2012-04-04 17:54:11 +02:00
Regis Houssin
5d2da2c884
Fix: uniformize code
2012-03-22 08:33:44 +01:00
Regis Houssin
52a8216e3e
Fix: avoid php E_STRICT errors and compatibility with php 5.4
2012-03-21 02:12:44 +01:00
Laurent Destailleur
3383d314c9
Doxygen
2012-03-19 17:18:11 +01:00
Laurent Destailleur
e1d59b73a9
Fix: Removed warnings
2012-03-18 22:51:11 +01:00
Regis Houssin
d752e25946
New: add new notes system in contract and order/invoice supplier module
2012-03-18 11:13:01 +01:00
Laurent Destailleur
1ddcd5ffb0
Prepare to allow to define nb of lines fox each box
2012-03-17 14:59:45 +01:00
Regis Houssin
09e6867029
New: add view/edit notes in "deplacement" and "fichinter" cards
2012-03-16 16:01:45 +01:00
Regis Houssin
5a0ee19a0b
Merge branch 'develop' of git+ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-03-16 14:33:03 +01:00
Regis Houssin
391ce8490f
New: add "extraparams" field for stock extra parameters with json
2012-03-16 14:32:37 +01:00
Laurent Destailleur
e27bdac81a
Fix: Restore correct name of field.
2012-03-16 13:27:03 +01:00
Laurent Destailleur
7e69c79a29
Comments
2012-03-16 11:08:04 +01:00
simnandez
00474e119f
Fix: Bad departement name
2012-03-16 09:15:29 +01:00
Laurent Destailleur
cd036aa8ae
Fix: pgsql compatibility
2012-03-15 20:00:11 +01:00
Regis Houssin
e8ec5f5ad7
New: add vat rate in supplier price
...
New: add events system in jquery combobox
2012-03-15 16:52:18 +01:00
Laurent Destailleur
62e0814041
Fix: Removed not standard/compatible SQL. External module should not
...
have foreign keys with standard tables. This creates
dependencies and instabilities of core code. Integrity must be checked
by applications for external modules, not by database.
2012-03-15 09:46:44 +01:00
Regis Houssin
dcf72206f0
Fix: disable foreign key checks for external modules constraints
2012-03-13 18:10:16 +01:00
Regis Houssin
dabd8e4ba7
Fix: remove unused field
2012-03-13 18:02:16 +01:00
simnandez
7e02e3faf6
New: [ task #156 ] Create an invoice from a delivery receipt
2012-03-13 17:28:55 +01:00
Regis Houssin
13b5bd9a90
Fix: sql error
2012-03-13 09:44:03 +01:00
simnandez
f7a80599cc
New: [ task #156 ] Create an invoice from a delivery receipt
2012-03-13 09:38:50 +01:00
Laurent Destailleur
20950d785f
Fix: Clean corrupted data to avoid migration errors
2012-03-12 17:25:53 +01:00
Laurent Destailleur
ac4accfe08
Fix: Solve corrupted data to avoid errors during migration
2012-03-11 23:58:41 +01:00
Laurent Destailleur
aea97075f1
Fix: Fix some bugs (phpunit is now ok with pgsql too)
2012-03-11 21:45:17 +01:00
Laurent Destailleur
6cf68c12d3
Fix: Upgrade from maintenace version
2012-03-10 14:19:28 +01:00
Laurent Destailleur
6cdd6fb137
Revert "Change main currency name with current name of currency because value is used as label to show amount when using numberword module."
...
This reverts commit 83d775d0ed .
2012-03-09 10:11:49 +01:00
Laurent Destailleur
b5956317bc
Fix: Missing include
2012-03-09 09:56:22 +01:00
Laurent Destailleur
83d775d0ed
Change main currency name with current name of currency because value is
...
used as label to show amount when using numberword module.
2012-03-09 09:33:18 +01:00
Regis Houssin
e34996e978
Fix: remove unused field
2012-03-08 12:11:40 +01:00
Regis Houssin
ee86da0e1e
Fix: refactorize llx_c_currencies and currency symbol
2012-03-08 11:49:38 +01:00
Laurent Destailleur
76463b0e8c
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-03-07 14:27:40 +01:00
Laurent Destailleur
b08848eb5b
New: Add a page to explain how to make translations (only on not
...
complete translation languages)
2012-03-07 14:27:17 +01:00
Regis Houssin
a56a3946a4
Fix: clean parameters
2012-03-07 14:21:49 +01:00
Laurent Destailleur
e94dd4c661
Fix: The tms fields were not auto updated with pgsql
2012-03-04 16:42:34 +01:00
Regis Houssin
5e402f667e
Fix: php unit test warning
2012-03-04 10:13:52 +01:00
Laurent Destailleur
80b75fa67d
Fix: boxes must not be removed after update
2012-03-03 17:37:45 +01:00
Laurent Destailleur
4f1a49bd42
Fix: pgsql compatibility
2012-03-03 16:53:21 +01:00
Laurent Destailleur
6d8c1bf7c6
Fix: Removed warnings
2012-03-03 16:44:05 +01:00
Laurent Destailleur
fb6aad19e5
New: Import wizard can import personalized fields
2012-03-03 16:33:38 +01:00
Laurent Destailleur
5fea0abd0d
Fix: The repair script works also for postgresql
2012-03-01 00:33:04 +01:00
Laurent Destailleur
55904f7f37
New: Test on browser version during install step.
...
Mutualize code to detect browser version.
2012-02-29 19:41:12 +01:00