Laurent Destailleur
d9f898ab8c
Merge pull request #1916 from FHenry/develop
...
Add feature to order to invoice on supplier part
2014-10-04 00:31:11 +02:00
Laurent Destailleur
e7a9447d94
Add hook formatEvent and fix bug into per user view.
2014-10-03 15:58:08 +02:00
Francis Appels
bcc5bebd77
Fix deliveryorder qty and remainingqty positions
2014-10-03 12:28:42 +02:00
Laurent Destailleur
166853dd56
Fix: miscellaneous bugs
2014-10-03 12:15:21 +02:00
Laurent Destailleur
c69565fd69
Fix: column name should not be an numeric
2014-10-03 03:12:39 +02:00
Laurent Destailleur
5ac63ec534
Solve fixme.
2014-10-03 02:00:50 +02:00
Laurent Destailleur
7fb2d4d1c9
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2014-10-03 01:48:28 +02:00
Laurent Destailleur
8bc57e38d1
Uniformize, support, install and login page with a more neutral
...
background (nearest bootstrap). Remove image background.
2014-10-03 01:48:14 +02:00
Regis Houssin
1541be8790
FIXME $key is not defined (strict mode)
2014-10-02 08:40:51 +02:00
Raphaël Doursenaud
769d824e7b
Allow reporting progress along with timespent
2014-10-01 14:12:47 +02:00
Laurent Destailleur
ec2a8b5551
Merge pull request #1800 from Devensys/Develop-HighlitingIBAN
...
Highliting IBAN (sepa)
2014-09-29 16:43:22 +02:00
Laurent Destailleur
e35135d5b1
Merge branch 'develop-accounting' of github.com:aspangaro/dolibarr into
...
develop
Conflicts:
htdocs/compta/ventilation/card.php
htdocs/compta/ventilation/fournisseur/card.php
htdocs/compta/ventilation/fournisseur/list.php
htdocs/compta/ventilation/list.php
htdocs/core/menus/init_menu_auguria.sql
2014-09-29 16:31:35 +02:00
Florian HENRY
46f673fb5f
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
Conflicts:
htdocs/contrat/class/contrat.class.php
htdocs/fourn/card.php
2014-09-29 16:01:49 +02:00
Raphaël Doursenaud
f01e76f686
Removed unmaintaned OScommerce module
2014-09-29 15:22:48 +02:00
Regis Houssin
3d82f0965e
Fix: Try to filter by context, use the test with $currentcontext in
...
method for avoid to run twice (I have not found any other solution!)
2014-09-29 15:20:54 +02:00
Regis Houssin
334cdf7dca
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2014-09-29 14:41:17 +02:00
Regis Houssin
c5a7dfbabb
Fix: Add current context for avoid method execution in bad context, you
...
can add this test in your method : eg if($currentcontext != 'formfile')
return;
2014-09-29 14:40:02 +02:00
Laurent Destailleur
e0aa140960
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2014-09-29 14:01:40 +02:00
Laurent Destailleur
8ccb581185
Fix: Change for php 5.6
...
New: Management of color into type of events dictionnary (visible into
peruser view).
New: Can disable predefined type of events.
2014-09-29 13:21:03 +02:00
Regis Houssin
f1f4fc18e9
Fix: use "doc" instead "pdf" dir and uniformize code
2014-09-29 11:08:50 +02:00
Florian HENRY
ce145cc056
Add cache excel export on harddrive with
...
MAIN_USE_FILECACHE_EXPORT_EXCEL_DIR const. It can avoid lot's of stack
overflow on large excel export
2014-09-29 10:16:48 +02:00
Regis Houssin
f233d4f610
New: add doc models management in contract module
2014-09-28 20:39:02 +02:00
Laurent Destailleur
06494b085a
Perf enhancement
2014-09-28 16:38:45 +02:00
Laurent Destailleur
cd4c81d15d
Uniformize code.
2014-09-28 16:31:37 +02:00
Laurent Destailleur
2b95bd2fcc
Fix: Link to linked object was not working for invoice and order.
...
Fix: end date
2014-09-28 16:12:38 +02:00
Regis Houssin
f527602753
Fix: use specific css style instead, this causes a shift problem
2014-09-28 13:12:51 +02:00
Laurent Destailleur
4244979f4f
Fix: doxygen
...
Fix: td balance
2014-09-28 02:46:20 +02:00
Laurent Destailleur
14ab409ca9
Merge remote-tracking branch 'origin/3.6' into develop
...
Conflicts:
htdocs/admin/stock.php
htdocs/admin/system/index.php
htdocs/comm/fiche.php
htdocs/core/lib/admin.lib.php
htdocs/core/lib/holiday.lib.php
htdocs/core/lib/pdf.lib.php
htdocs/core/login/functions_forceuser.php
htdocs/core/login/functions_http.php
htdocs/core/menus/standard/auguria.lib.php
htdocs/core/modules/livraison/pdf/pdf_typhon.modules.php
htdocs/filefunc.inc.php
htdocs/holiday/define_holiday.php
htdocs/opensurvey/fonctions.php
htdocs/societe/canvas/actions_card_common.class.php
test/phpunit/CompanyBankAccountTest.php
test/phpunit/ExportTest.php
test/phpunit/FactureTest.php
test/phpunit/FunctionsLibTest.php
test/phpunit/PropalTest.php
test/phpunit/SocieteTest.php
test/phpunit/WebservicesInvoicesTest.php
test/phpunit/WebservicesThirdpartyTest.php
2014-09-28 02:14:32 +02:00
Laurent Destailleur
5fdd798e91
Fix: phpcheckstyle from phpcs 1.5.5 (closing tags and & char on
...
parameter).
2014-09-27 17:13:15 +02:00
Laurent Destailleur
e8b7c9c6bd
Fix: doxygen
2014-09-27 16:00:11 +02:00
Laurent Destailleur
8e95f2e223
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2014-09-26 12:42:41 +02:00
Laurent Destailleur
bf4b99fa64
Assignation of event to several users is on a very good way for 3.7
2014-09-26 12:27:18 +02:00
Regis Houssin
3ab8b6f7d1
New: add possibility to define a custom error message
2014-09-26 09:44:21 +02:00
Regis Houssin
44cecb8e7d
Fix: add possibility to use element id
2014-09-26 09:20:02 +02:00
Regis Houssin
64b757ed81
Fix: add generic doc and use doc dir instead pdf
2014-09-25 12:44:57 +02:00
Florian HENRY
f9fb73ee82
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2014-09-24 10:04:01 +02:00
Laurent Destailleur
74cba062b4
Add a TODO to explain why we keep some extends into class.
...
Should be removed once php min will be 5.4.
2014-09-23 19:37:59 +02:00
Laurent Destailleur
dd86453020
Add field color into table of type of events
2014-09-23 17:54:03 +02:00
Florian HENRY
518d23f278
Add feature to order to invoice on supplier part
2014-09-23 16:28:29 +02:00
Laurent Destailleur
7224f64224
Work on multi user for events.
...
Fix: Modules must be reloaded after migration.
2014-09-23 16:15:15 +02:00
Laurent Destailleur
65a486a48b
Merge pull request #1897 from Cubexed/develop-patch-2
...
Closed projects are greyed out in project selector
2014-09-23 00:08:46 +02:00
Laurent Destailleur
dc96e10215
Merge branch 'oop-pdf' of github.com:marcosgdf/dolibarr into
...
marcosgdf-oop-pdf
Conflicts:
htdocs/projet/class/project.class.php
2014-09-23 00:02:19 +02:00
Laurent Destailleur
e1fec958ef
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
Conflicts:
htdocs/user/group/fiche.php
2014-09-22 23:43:22 +02:00
Laurent Destailleur
08d4195504
Merge branch 'develop' of github.com:aspangaro/dolibarr into
...
aspangaro-develop
Conflicts:
htdocs/fichinter/card.php
2014-09-22 23:34:56 +02:00
Laurent Destailleur
b73fe26d6e
Merge pull request #1913 from atm-alexis/feature_extrafields_on_group
...
ADD extrafields on usergroup
2014-09-22 23:24:52 +02:00
Laurent Destailleur
469ff4320a
Uniformize export profiles.
2014-09-22 21:46:46 +02:00
Laurent Destailleur
f7f0059767
Missing hook to add button on intervention
...
Prepare to move location into resource
Can select which king of contact show into contact tab.
2014-09-22 20:16:58 +02:00
Alexis Algoud
de0d53a2bb
ADD extrafields on usergroup
2014-09-22 16:31:58 +02:00
Marcos García de La Fuente
8f492a6677
Documented commonObject::commonGenerateDocument
2014-09-22 00:18:36 +02:00
Marcos García de La Fuente
9244ef23af
Removed 2nd argument of muscadet and canelle model __construct function
2014-09-22 00:08:21 +02:00
aspangaro
e147259e95
Renamed all constants COMPTA_* into ACCOUNTING_* and migration of module ACCOUNTINGEX 3.6
2014-09-21 20:30:55 +02:00
Marcos García de La Fuente
bf7f4c1cab
Refactored generateDocument functions
2014-09-21 18:16:14 +02:00
Marcos García de La Fuente
ca9e33e809
Merge branch 'develop' of https://github.com/Dolibarr/dolibarr into oop-pdf
2014-09-21 18:00:56 +02:00
aspangaro
1592968709
Merge remote-tracking branch 'Upstream/develop' into develop
2014-09-20 06:42:31 +02:00
aspangaro
6d26a7a46d
Merge remote-tracking branch 'Upstream/develop' into develop-accounting
2014-09-20 06:36:31 +02:00
Laurent Destailleur
cf7973d0fa
Doxygen
2014-09-20 01:26:53 +02:00
Laurent Destailleur
ad8b92541d
Fix: sql request with pgsql
...
Fix: bug reported by scrutinizer
Doxygen
Start to work on multi user assigned to an event.
2014-09-20 00:57:29 +02:00
Laurent Destailleur
ee4d697172
Fix several bugs reported by scrutinizer
2014-09-19 14:57:31 +02:00
Laurent Destailleur
ca3c5d9513
Fix: invalid list of params
...
Fix: loading of sql menu
2014-09-19 14:36:55 +02:00
Laurent Destailleur
2a9275d0de
Merge remote-tracking branch 'origin/3.6' into develop
...
Conflicts:
htdocs/societe/consumption.php
2014-09-19 11:09:51 +02:00
aspangaro
ab9226aab6
Delete elements have a link with old module ventilation - Replace today by module Accounting Expert
2014-09-19 05:55:54 +02:00
aspangaro
0b20369dd7
Qual: Renamed all files & links "fiche.php" into "card.php"
2014-09-18 21:18:25 +02:00
aspangaro
b22aef3521
Qual: Renamed all files & links "liste.php" into "list.php"
2014-09-18 20:33:37 +02:00
Laurent Destailleur
2b602e7b5a
Qual: Uniformize param names. contactidp -> contactid
2014-09-18 18:46:00 +02:00
Laurent Destailleur
e64e161a58
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2014-09-18 17:54:24 +02:00
Laurent Destailleur
fd890c0b81
Merge pull request #1878 from Cubexed/develop
...
This commit adds a way to filter projects by checking if selected year is in creation/ending range.
2014-09-18 17:47:12 +02:00
Laurent Destailleur
46f117b0f9
Merge pull request #1902 from atm-maxime/mko_workonlists
...
Work on lists
2014-09-18 17:29:15 +02:00
Laurent Destailleur
ea3d091f03
Merge pull request #1900 from ndrosis/patch-5
...
Correct view greek language in PDF
2014-09-18 17:25:44 +02:00
Laurent Destailleur
6c522f8772
Merge pull request #1898 from GPCsolutions/ciforeveryone
...
Fixed typo
2014-09-18 17:25:18 +02:00
Laurent Destailleur
99f1876aa2
Merge pull request #1903 from aspangaro/develop-accounting
...
Patch Accounting Expert module
2014-09-18 17:24:40 +02:00
Laurent Destailleur
49db9d1304
Fix: Avoid explode when separator : is not.
2014-09-18 17:12:51 +02:00
Laurent Destailleur
5a14a44100
Doxygen
2014-09-18 11:13:23 +02:00
Laurent Destailleur
9666d5e3ae
Merge remote-tracking branch 'origin/3.6' into develop
...
Conflicts:
htdocs/.gitignore
htdocs/core/lib/functions2.lib.php
htdocs/install/mysql/migration/repair.sql
htdocs/langs/en_US/errors.lang
2014-09-18 10:17:43 +02:00
Laurent Destailleur
b16b1c2ce0
Merge remote-tracking branch 'origin/3.5' into 3.6
...
Conflicts:
htdocs/core/lib/functions2.lib.php
htdocs/langs/en_US/errors.lang
htdocs/product/class/product.class.php
2014-09-18 10:08:56 +02:00
Laurent Destailleur
015b0d8036
Fix: Bad calculation of total
...
Fix: Warning message not translated
2014-09-18 10:05:37 +02:00
Laurent Destailleur
dfa071e093
Fix: Are description too large
2014-09-18 01:43:50 +02:00
Laurent Destailleur
47d423aae4
Fix: Minor fix into intervention card
2014-09-18 00:21:25 +02:00
Maxime Kohlhaas
64fe082539
New generic functions for search pictos, to be used in every lists
2014-09-17 17:59:00 +02:00
Laurent Destailleur
f0ebd7721d
Fix: Restore sort feature. Still did not see why previous commit is a
...
bug fix of dolibarr bug.
2014-09-17 17:49:39 +02:00
Laurent Destailleur
3a11a46101
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2014-09-17 17:38:49 +02:00
Laurent Destailleur
12ae552486
Fix: Option to make pg_dump/restore
2014-09-17 17:38:07 +02:00
Drosis Nikos
de6e1c5036
Correct view greek language in PDF
2014-09-17 18:01:59 +03:00
Raphaël Doursenaud
c15849df2d
Fixed typo
2014-09-17 16:40:35 +02:00
Regis Houssin
099daf4296
Fix: remove hook restriction !
2014-09-17 16:08:58 +02:00
Regis Houssin
f185028707
Fix: remove hook restriction !
2014-09-17 16:08:14 +02:00
Regis Houssin
c6b5d0f96c
Merge branch '3.5' of git@github.com:Dolibarr/dolibarr.git into 3.5
2014-09-17 16:07:21 +02:00
Regis Houssin
d225d92c0b
Fix: remove hook restriction !
2014-09-17 16:03:21 +02:00
Cubexed
9ed77c6060
Closed projects are greyed out in project selector
2014-09-17 15:42:48 +02:00
Cubexed
fe9e7a0fa9
Revert "Closed projects are greyed out in project selector"
...
This reverts commit 68994823dd .
2014-09-17 15:41:46 +02:00
Laurent Destailleur
900cdd5368
Qual: Removed duplicate page.
2014-09-17 15:24:01 +02:00
Laurent Destailleur
d976a5575b
New: Add option MAIN_GENERATE_INVOICES_WITH_PICTURE to show picture onto
...
PDF like MAIN_GENERATE_PROPOSALS_WITH_PICTURE dir for proposals.
2014-09-17 14:36:04 +02:00
Laurent Destailleur
6eb3fe1ae4
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2014-09-17 01:13:20 +02:00
Laurent Destailleur
a834796181
New: Content of predefined email come firstly from table
...
llx_c_email_template, then translation key.
2014-09-17 01:12:59 +02:00
Marcos García de La Fuente
4b3191b64e
Removed deprecated usage of facture_pdf_create
2014-09-16 20:49:05 +02:00
aspangaro
28e20f1826
typo of link into eldy menu
2014-09-16 20:06:31 +02:00
Cubexed
c3b255bce9
Changed sql to be portable
2014-09-16 15:27:04 +02:00
Marcos García de La Fuente
e71dc6bc32
Created a method generateDocument for several classes
...
Which are: Commande, Contrat, Livraison, Facture, Projet, Propal, Task, Expedition, CommandeFournisseur, FactureFournisseur and therefore deprecated the following methods supplier_order_pdf_create, supplier_invoice_pdf_create, delivery_order_pdf_create, task_pdf_create, propale_pdf_create, project_pdf_create, facture_pdf_create, expedition_pdf_create, commande_pdf_create
2014-09-16 12:30:37 +02:00
Juanjo Menent
d1879c1b9f
Qual: Remove unused code
2014-09-16 11:19:22 +02:00
Laurent Destailleur
83447243ae
Merge remote-tracking branch 'origin/3.6' into develop
...
Conflicts:
build/debian/get-orig-source.sh
htdocs/product/class/product.class.php
htdocs/societe/soc.php
2014-09-15 22:58:39 +02:00
Laurent Destailleur
05f3a47018
Merge remote-tracking branch 'origin/3.5' into 3.6
...
Conflicts:
build/debian/control
htdocs/compta/bank/account.php
htdocs/fourn/paiement/fiche.php
htdocs/product/class/product.class.php
htdocs/product/fiche.php
2014-09-15 22:52:59 +02:00
Laurent Destailleur
d8e8b34605
Fix: Removed AGENDA_DEFAULT_TYPE. There is already
...
AGENDA_DEFAULT_FILTER_TYPE.
2014-09-15 19:35:54 +02:00
Laurent Destailleur
8487913209
Fix: default setup of type of action
2014-09-15 19:27:45 +02:00
Laurent Destailleur
9ea3e33f94
Fix: Can edit status of event.
...
New: Onto event summary of elements, end date and status are visible.
2014-09-15 19:04:30 +02:00
Laurent Destailleur
19e2bd8c90
New: Add option AGENDA_DEFAULT_TYPE
...
Fix: id is not set on field.
2014-09-15 17:34:32 +02:00
Laurent Destailleur
7fc8799c3d
Qual: Clean code from user table tr td
2014-09-15 16:18:19 +02:00
Laurent Destailleur
0d6d064e7e
New: PDF event report show project and status of event
...
Fix: Can edit description of intervention
New: Show status of object on refere page.
2014-09-15 12:48:24 +02:00
Laurent Destailleur
2dbbc76645
Fix: Trigger error not reported
2014-09-15 11:48:50 +02:00
Laurent Destailleur
b94d913440
New: Add option AGENDA_AUTOSET_END_DATE_WITH_DELTA_HOURS to
...
automatically set end date of event to start date + delta on creation
page.
2014-09-15 10:19:08 +02:00
Laurent Destailleur
6f718af1b6
Fix: list of interventions of thirdparties
2014-09-15 09:29:40 +02:00
Marcos García de La Fuente
7a28f8e4aa
[ bug #1555 ] Update accountancy code of products does not throw PRODUCT_MODIFY trigger
2014-09-14 13:59:06 +02:00
Laurent Destailleur
4e21891f14
Add lost PR
2014-09-14 12:06:38 +02:00
Laurent Destailleur
f264e25514
Merge remote-tracking branch 'origin/3.5' into 3.6
...
Conflicts:
htdocs/adherents/liste.php
htdocs/compta/bank/bankid_fr.php
htdocs/holiday/index.php
htdocs/opensurvey/list.php
2014-09-13 19:10:05 +02:00
Laurent Destailleur
8dd9358214
Fix: SQL injection
2014-09-13 19:04:25 +02:00
Laurent Destailleur
2cfe088ee4
Better organization of accountancy menus
...
Fix: sql error with pgsql
2014-09-13 16:54:17 +02:00
Cubexed
68994823dd
Closed projects are greyed out in project selector
2014-09-12 18:00:55 +02:00
Cubexed
71a1857b49
Ignore dateo/datee if is a null column
2014-09-12 16:46:19 +02:00
Cubexed
c23fab267c
This commit adds a way to filter projects by checking if
...
selected year is in creation/ending range.
The year input is shown after the list, outside the table.
It's hidden by default and must be
enabled with PROJECT_LIMIT_YEAR_RANGE
2014-09-12 05:30:17 +02:00
Laurent Destailleur
744f370920
Merge remote-tracking branch 'origin/3.6' into develop
2014-09-11 17:47:58 +02:00
Laurent Destailleur
7851587a11
Merge pull request #1869 from FHenry/3.6
...
Extrafield feature select from table should try to translate multiple column when not needed
2014-09-11 17:13:28 +02:00
aspangaro
4c52a6ee6f
Add admin page into salaries to manage accountancy
2014-09-10 04:53:18 +02:00
aspangaro
8f818529a6
Remove right "accounting->access" & debug menu
2014-09-09 21:19:15 +02:00
aspangaro
7cc3fe9c95
Merge remote-tracking branch 'Upstream/develop' into develop-accounting
2014-09-09 20:41:19 +02:00
Laurent Destailleur
f19e469b5f
Work on feature to assign several users to an event.
2014-09-09 14:38:10 +02:00
Laurent Destailleur
9f2b0b4f29
Minor enhancement on agenda module.
...
Can filter on date of event.
Local calendar renamed into Internal calendar.
2014-09-09 12:28:35 +02:00
Laurent Destailleur
9e2a0cb671
Fix: debug of accountancy module
2014-09-09 09:46:57 +02:00
Laurent Destailleur
2fb806bfc2
Fix: duplicate entity encoding into select_array.
2014-09-08 23:08:59 +02:00
aspangaro
1223be1e5b
Move language key into admin.lang file
2014-09-08 21:51:40 +02:00
aspangaro
70b8ccd441
Merge remote-tracking branch 'Upstream/develop' into develop-accounting
2014-09-08 20:18:45 +02:00
Laurent Destailleur
a3bbf2aff9
Fix: Correct height of empty line for thirdparties combo list.
2014-09-08 12:05:24 +02:00
Laurent Destailleur
2f6493dabd
Sync transifex
2014-09-08 11:58:45 +02:00
Laurent Destailleur
342e26f679
Merge
2014-09-07 12:22:04 +02:00
Laurent Destailleur
789427b75d
Upgrade phpexcel lib to 1.7.8
2014-09-07 12:12:30 +02:00
aspangaro
02f45b7f43
Merge remote-tracking branch 'Upstream/develop' into develop-accounting
2014-09-07 07:32:47 +02:00
Laurent Destailleur
63bfc093c3
Search on a specific day is possible into per user view.
2014-09-06 17:55:33 +02:00
Laurent Destailleur
bf0b578e5a
Fix: Sort at wrong place
...
Fix: sql syntax error (field were renamed)
2014-09-06 16:24:44 +02:00
Laurent Destailleur
6d9cc15856
Fix: Function unaccent was not enough complete.
2014-09-06 14:40:43 +02:00
aspangaro
f9dc25cf3f
Patch Accounting Expert Module
2014-09-06 09:50:42 +02:00
Laurent Destailleur
522b5a91bc
Fix: Filter on direction of payment mode was not working.
...
Conflicts:
htdocs/core/class/html.form.class.php
htdocs/fourn/facture/fiche.php
2014-09-06 00:21:09 +02:00
Laurent Destailleur
2b9b110f9c
Fix: Filter on direction of payment mode was not working.
...
Conflicts:
htdocs/compta/facture.php
htdocs/core/class/html.form.class.php
htdocs/fourn/facture/fiche.php
2014-09-06 00:16:24 +02:00
Laurent Destailleur
a86de9b685
Work on agenda per user.
2014-09-05 21:12:01 +02:00
Laurent Destailleur
de0cf14ece
Fix: Bad position of week
2014-09-05 15:10:31 +02:00
Laurent Destailleur
0e944b0403
Fix: Pb with week position when week start on sunday.
2014-09-05 15:00:53 +02:00
Laurent Destailleur
175e3eca6b
Work on agenda view per user
2014-09-05 13:48:55 +02:00
Juanjo Menent
5b34897927
Merge pull request #1864 from aspangaro/develop-accounting
...
Patch Accounting Expert module
2014-09-05 09:06:34 +02:00
Laurent Destailleur
60c633fd8b
Qual: Generalize hook afterPDFCreation.
...
New: Add hook beforePDFCreation
2014-09-04 23:24:19 +02:00
Laurent Destailleur
e7e48f6b2b
Doxygen
...
Add constant to enable bank during proposal (not enough common).
2014-09-04 22:37:33 +02:00
Laurent Destailleur
a57e0d3505
Fix: Do not use   as value of a list
2014-09-04 19:27:59 +02:00
Florian HENRY
85cabbf921
Merge branch '3.6' of git@github.com:Dolibarr/dolibarr.git into 3.6
...
Conflicts:
ChangeLog
2014-09-04 18:29:17 +02:00
Laurent Destailleur
6da0077738
Fix: Not enough space
2014-09-04 15:48:49 +02:00
Laurent Destailleur
b88b4fbc2c
Fix: bad balance of td
2014-09-04 15:17:15 +02:00
Laurent Destailleur
8ec61b8ac6
Fix: bad balance of td
2014-09-04 14:43:16 +02:00
Laurent Destailleur
782aaf52ae
Add method setEventMessages (can deal this->error and this->errors)
2014-09-04 14:39:18 +02:00
Laurent Destailleur
32fd2e03ce
More log into notify class
2014-09-04 14:38:30 +02:00
aspangaro
102e85e1e7
Merge branch 'Upstream/develop'
2014-09-04 04:34:04 +02:00
aspangaro
354aee2457
Modify eldy menu
2014-09-03 21:01:24 +02:00
aspangaro
1389f75933
Don't show journals of module comptabilite when accounting expert module is enabled
2014-09-03 20:32:38 +02:00
Laurent Destailleur
7021f4fb01
Fix: Message show when dir is out of sync with database cache was wrong.
2014-09-03 16:09:14 +02:00
Laurent Destailleur
be0c7ba28f
Fix: Bad title
2014-09-03 09:55:06 +02:00
Laurent Destailleur
ca322942ae
I remove the extend into commonobjectline to common object.
...
For the moment, if we need a method for line already into object, i
prefer to see method duplicated.
2014-09-03 09:49:50 +02:00
aspangaro
9d08f4c5f5
Patch Accounting Expert module
2014-09-03 07:22:59 +02:00
Laurent Destailleur
0254edb426
Merge pull request #1858 from ndrosis/patch-4
...
Can change size of Logo picture
2014-09-02 19:15:59 +02:00
Laurent Destailleur
adc96cc826
Merge pull request #1853 from aspangaro/develop-accounting
...
Integration of module Accounting Expert
2014-09-02 19:14:21 +02:00
Laurent Destailleur
4fdfe05168
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2014-09-02 12:46:57 +02:00
Florian HENRY
9b40cc9e89
fix
2014-09-02 12:09:43 +02:00
BENKE Charles
05ed96f7fa
Update modContrat.class.php
...
add export contract/service feature
2014-09-02 10:45:53 +02:00
Juanjo Menent
e6a387cb65
Merge pull request #1856 from aspangaro/develop-patch1
...
Typo
2014-09-01 18:44:09 +02:00
Laurent Destailleur
f245f43a3f
Doxygen
2014-08-31 23:18:09 +02:00
Laurent Destailleur
f2affade35
Doxygen
2014-08-31 23:06:58 +02:00
Laurent Destailleur
de548ba610
Doxygen
2014-08-31 23:01:49 +02:00
Laurent Destailleur
6e54577167
Better error management
2014-08-31 15:09:10 +02:00
aspangaro
def53d92bd
Correct error menu
2014-08-31 14:10:48 +02:00
aspangaro
6d3b166340
Update dynamics menu
2014-08-31 13:58:42 +02:00
aspangaro
f9076162b6
Add dynamic link into accountancy menu to bank journal
2014-08-31 08:56:22 +02:00
aspangaro
9f92446dba
Merge branch 'Upstream/develop'
2014-08-31 07:44:46 +02:00
Drosis Nikos
445bac25fe
Can change size of Logo picture
2014-08-30 23:57:37 +03:00
Laurent Destailleur
154d1520fb
Generalize $inputalsopricewithtax instead of MAIN_FEATURES_LEVEL>1
2014-08-30 20:36:53 +02:00
Laurent Destailleur
20475ba3e8
Fix: sql request not compatible with pgsql
...
Conflicts:
htdocs/core/ajax/ziptown.php
2014-08-30 20:19:27 +02:00
Laurent Destailleur
0ccd29c6cd
Doxygen
2014-08-30 20:05:16 +02:00
Laurent Destailleur
5738d6de98
Fix: sql request not compatible with pgsql
2014-08-30 20:04:53 +02:00
Laurent Destailleur
2d14e53b45
Fix: Pb with pgsql
2014-08-30 20:00:42 +02:00
Laurent Destailleur
f6be7d7930
Fix: Pb with pgsql
2014-08-30 19:58:38 +02:00
aspangaro
d6b2cb0b31
Correct travis
2014-08-30 06:05:02 +02:00
aspangaro
cc9f26a035
Correct travis
2014-08-30 05:44:12 +02:00
aspangaro
b27cf2cbd6
Merge branch 'Upstream/develop'
2014-08-30 05:30:53 +02:00
aspangaro
b25db97c28
Typo
2014-08-30 05:30:37 +02:00
aspangaro
1a7c88751c
Correct travis
2014-08-30 05:19:48 +02:00
aspangaro
07377e7156
Merge branch 'Upstream/develop'
2014-08-30 04:42:36 +02:00
Laurent Destailleur
47339d0e62
Fix: Missing field tobuy into service export.
...
Fix: Filter on date into export.
Fix: Tooltip help.
2014-08-29 20:26:27 +02:00
Laurent Destailleur
5dc35ec137
Fix: Missing field tobuy into service export.
...
Fix: Filter on date into export.
Fix: Tooltip help.
2014-08-29 20:25:54 +02:00
aspangaro
bc686a7995
Test Correct travis
2014-08-29 06:43:05 +02:00
aspangaro
bb7aa9f29c
Merge branch 'Upstream/develop'
2014-08-29 06:33:00 +02:00
Regis Houssin
ff04729a07
Fix: strict mode
2014-08-28 19:38:18 +02:00
Regis Houssin
1aad1b6acd
Fix: strict mode
2014-08-28 19:32:41 +02:00
Laurent Destailleur
711e7e6fc6
Fix: phpunit test
...
Fix: debian readme to upgrade tcpdf lib.
2014-08-28 16:59:10 +02:00
Regis Houssin
48f9ef2574
Fix: php strict mode saga
2014-08-28 15:53:29 +02:00
Regis Houssin
2c46c20dfb
Fix: php strict mode saga
2014-08-28 15:52:58 +02:00
Regis Houssin
139cf10c7c
Fix: php strict mode saga
2014-08-28 15:52:20 +02:00
Regis Houssin
615122bf37
Fix: another strict mode alert
2014-08-28 15:36:57 +02:00
Regis Houssin
714da05034
Fix: another strict mode alert
2014-08-28 15:36:22 +02:00
Regis Houssin
4fdd98c4a7
Fix: another strict mode alert
2014-08-28 15:34:50 +02:00
Laurent Destailleur
1505ade3db
Fix error management: When an error is returned by hooks into
...
dol_move_uploaded_file, message must be returned by function as if it
were an error for any other reason.
Conflicts:
htdocs/core/lib/files.lib.php
2014-08-28 15:14:06 +02:00
Laurent Destailleur
a1e92b464f
Merge pull request #1848 from atm-alexis/develop_feature_intervention_lines_extrafields
...
Feature : Add extrafields on intervention's lines
2014-08-28 12:00:43 +02:00
Laurent Destailleur
013023204f
Merge pull request #1841 from GPCsolutions/modules
...
Modules classes documentation enhancements
2014-08-28 11:58:13 +02:00
Laurent Destailleur
fbf51302dd
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2014-08-28 11:20:32 +02:00
Laurent Destailleur
a486b4e415
Fix error management: When an error is returned by hooks into
...
dol_move_uploaded_file, message must be returned by function as if it
were an error for any other reason.
2014-08-28 11:20:13 +02:00
aspangaro
bb45b8bbc5
Typo & admin menu
2014-08-28 07:37:29 +02:00
aspangaro
5b3be47b47
Merge branch 'Upstream/develop'
2014-08-28 07:28:45 +02:00
aspangaro
9b3a3a47c2
Add link chart of accounts in administration
2014-08-28 07:18:28 +02:00
aspangaro
6f8234dd60
Update Eldy menu
2014-08-28 07:13:33 +02:00
aspangaro
add4528e6c
Update perms
2014-08-28 06:48:22 +02:00
aspangaro
d03763f6c3
Update Accounting Expert integration
2014-08-28 06:30:01 +02:00
Regis Houssin
a446318649
Fix: strict mode anarchy ;-)
...
check your variable please
2014-08-27 19:03:32 +02:00
Regis Houssin
34561906fc
Fix: strict mode anarchy ;-)
...
check your variable please
2014-08-27 19:03:01 +02:00
Regis Houssin
76cb6f760a
Fix: strict mode anarchy ;-)
...
check your variable please
2014-08-27 19:02:13 +02:00
Regis Houssin
071c405bad
Fix: error with php strict mode
2014-08-27 10:47:25 +02:00
Regis Houssin
0674667932
Fix: error with php strict mode
2014-08-27 10:46:42 +02:00
Regis Houssin
cdd716eb9d
Fix: error with php strict mode
2014-08-27 10:44:40 +02:00
aspangaro
71265558d2
Integrate module Accounting Expert
2014-08-27 07:03:42 +02:00
Alexis Algoud
40aadc8125
add extrafield in add form
2014-08-26 12:11:34 +02:00
Alexis Algoud
85228fd8e7
add support in admin
2014-08-26 11:50:02 +02:00
Regis Houssin
9dafdf41bb
Fix: error in strict mode
2014-08-26 09:51:00 +02:00
Regis Houssin
ca7ff0ecfa
Fix: error in strict mode
2014-08-26 09:50:26 +02:00
Regis Houssin
28ad819ab4
Fix: error in strict mode
2014-08-26 09:49:15 +02:00
Laurent Destailleur
7cb283d0ea
Prepare code to be able to choose what to show into footer
2014-08-25 19:16:37 +02:00
Laurent Destailleur
e3fede595f
Removed all triggers _BUILDOC. Building a document is not a business
...
status change but a technical action. So hooks must be used instead.
Merge branch '3.6-patch' of github.com:aspangaro/dolibarr into
aspangaro-3.6-patch
Conflicts:
htdocs/core/modules/project/modules_project.php
htdocs/core/triggers/interface_90_all_Demo.class.php-NORUN
2014-08-22 00:01:53 +02:00
Laurent Destailleur
04b611f758
Merge pull request #1820 from aspangaro/develop-trad1
...
Qual: Renamed table llx_c_civilite into llx_c_civility
2014-08-21 23:25:49 +02:00
Laurent Destailleur
eb3c53d897
Merge pull request #1823 from Devensys/Develop-removeVersion
...
Hidden version on login page
2014-08-21 23:24:08 +02:00
Laurent Destailleur
cb3cb1f734
Merge pull request #1837 from GPCsolutions/civility_id
...
Fix: module still using deprecated civilite_id
2014-08-21 23:21:21 +02:00
Laurent Destailleur
061a3384fc
Merge pull request #1836 from GPCsolutions/dictionaries
...
Fix: module still using deprecated dictionnaries
2014-08-21 23:21:08 +02:00
Raphaël Doursenaud
2c1e892efe
Enhanced boxes model documentation
2014-08-21 18:35:34 +02:00
Laurent Destailleur
c799f0f10f
Uniformize code:
...
New: Call to hook after generation is also done into odt.
Fix: Missing hook before save.
2014-08-21 15:02:18 +02:00
Raphaël Doursenaud
c3b30893fc
Enhanced modules parent class methods documentation
2014-08-21 12:17:13 +02:00
Raphaël Doursenaud
29ca4b7a0a
Enhanced modules parent class properties documentation
2014-08-21 12:15:15 +02:00
aspangaro
2f4e1f09e6
Fix :: Entries salaries into menu doesn't appears when this module is activated alone - Needed module tax at the moment
2014-08-21 06:47:24 +02:00
Raphaël Doursenaud
9f02bc78a7
Fix: module still using deprecated civilite_id
2014-08-20 10:54:35 +02:00
Raphaël Doursenaud
820ae82088
Fix: module still using deprecated dictionnaries
2014-08-20 10:46:09 +02:00
aspangaro
0f7e09d01f
Merge branch 'Upstream/develop'
2014-08-20 07:54:33 +02:00
Laurent Destailleur
a26a7cedf8
Qual: Uniformize code. Trigger PROJECT_BUILDDOC is removed because
...
building a doc is not a business event. For technical action after
creation of a pdf, hook "afterPDFCreation" must be used instead.
2014-08-19 14:51:10 +02:00
Laurent Destailleur
7437eb8088
New: On contact list can set filter on both active and not active (no
...
more exclusive select).
2014-08-19 14:40:20 +02:00
aspangaro
f774ff487b
Merge branch 'Upstream/develop'
2014-08-18 11:56:49 +02:00
Regis Houssin
68aca6f2bb
Fix: project builddoc trigger is used now
2014-08-18 08:40:35 +02:00
Regis Houssin
967991f31a
Fix: project builddoc trigger is used now
2014-08-18 08:36:58 +02:00
Laurent Destailleur
be6f99c10e
Merge remote-tracking branch 'origin/3.6' into develop
...
Conflicts:
htdocs/admin/dict.php
htdocs/core/db/mysql.class.php
htdocs/core/db/mysqli.class.php
htdocs/core/lib/ajax.lib.php
2014-08-17 19:34:12 +02:00
Laurent Destailleur
4f206a2125
Fix: Missing empty field
2014-08-17 19:27:25 +02:00
Laurent Destailleur
d5eb4510e2
Merge branch '3.6' of git@github.com:Dolibarr/dolibarr.git into 3.6
2014-08-17 17:59:30 +02:00
Laurent Destailleur
b58f6b36a8
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2014-08-17 17:48:33 +02:00
Laurent Destailleur
45927cc986
Fix pb of links into state-region-country:
...
- no more rowid into insert sql requests
- link, so foerign key must be on fk_region->code_region
- label was not visible
- unique keys must be into file .key.sql
2014-08-17 17:47:25 +02:00
Laurent Destailleur
dd9a08120f
Fix: no ' on command to create user on pgsql
2014-08-17 17:13:00 +02:00
Regis Houssin
e713c8dadc
Fix: broken feature: add param for use only "disabled" with delConstant
...
and "enabled" with setConstant
2014-08-17 15:20:43 +02:00
Regis Houssin
0632cbdad0
Fix: broken feature: add param for use only "disabled" with delConstant
...
and "enabled" with setConstant
2014-08-17 15:15:52 +02:00
Regis Houssin
86f1d59e3c
Fix: broken feature: add param for use only "disabled" with delConstant
...
and "enabled" with setConstant
2014-08-17 15:12:20 +02:00
Laurent Destailleur
b0ebaec0da
Fix: Add more log and missing error message
2014-08-17 12:43:24 +02:00
Laurent Destailleur
f392eb4c94
Merge pull request #1803 from defrance69/patch-15
...
add company contact tabs
2014-08-17 01:05:18 +02:00
Laurent Destailleur
8eac8c0c84
Avoid duplicate logs
2014-08-15 19:29:19 +02:00
Laurent Destailleur
7edf2eacea
New: Each user can include its own external ics calendar into dolibarr
...
agenda view.
2014-08-15 17:08:05 +02:00
Laurent Destailleur
96cb9fe6cb
Merge remote-tracking branch 'origin/3.6' into develop
2014-08-15 02:35:06 +02:00
Laurent Destailleur
c79fc516d3
Maj squelette
2014-08-14 17:27:28 +02:00
Andrelec1
1ffb964dd1
Change method
...
Replace by existing constant ..
2014-08-14 16:06:43 +02:00
Laurent Destailleur
c17f5e7f00
Accept property fk_thirdparty instead of fk_soc
2014-08-14 16:04:42 +02:00
Regis Houssin
a8668aee11
Fix: add global object to test condition with an object
2014-08-14 15:35:08 +02:00
Regis Houssin
d4a0c122be
Fix: add global object to test condition with an object
2014-08-14 15:33:41 +02:00
Laurent Destailleur
6b26ae6f1f
Fix: Header of tables must use th and not td
2014-08-14 13:30:44 +02:00
Laurent Destailleur
b8b56e2d26
Fix: col balance
2014-08-14 13:25:54 +02:00
BENKE Charles
5d81eca1a3
change option name
...
replace
MAIN_SUPPORT_CONTACT_TYPE_FOR_THIRDPARTIES
by
MAIN_SUPPORT_SHARED_CONTACT_BETWEEN_THIRDPARTIES
2014-08-14 10:47:28 +02:00
Laurent Destailleur
18b44ccfae
Merge branch 'develop-favorite' of github.com:aspangaro/dolibarr into
...
aspangaro-develop-favorite
Conflicts:
htdocs/core/class/html.form.class.php
2014-08-14 01:04:15 +02:00
Laurent Destailleur
de3d66eaeb
Merge branch 'develop-accounting3' of github.com:aspangaro/dolibarr into
...
aspangaro-develop-accounting3
Conflicts:
htdocs/install/mysql/migration/3.6.0-3.7.0.sql
2014-08-14 00:59:48 +02:00
Laurent Destailleur
40349a9f53
Fix: Removed bad char
2014-08-14 00:55:27 +02:00
Laurent Destailleur
e424ae5b86
Merge pull request #1760 from FHenry/develop
...
Remane contract ref_ext to ref_supplier
2014-08-13 23:54:19 +02:00
Laurent Destailleur
3729178173
Merge pull request #1819 from FHenry/3.6
...
Fix bug in output extrafields sell list
2014-08-13 23:51:35 +02:00
Laurent Destailleur
e0a874b5fd
Merge pull request #1808 from KreizIT/GETPost_review
...
Add improvement to GETPOST function
2014-08-13 23:44:58 +02:00
Laurent Destailleur
98f140962a
Merge remote-tracking branch 'origin/3.6' into develop
2014-08-13 19:25:55 +02:00
Laurent Destailleur
6c316d0cda
Merge remote-tracking branch 'origin/3.5' into 3.6
2014-08-13 19:23:45 +02:00
Laurent Destailleur
454cb1cbf8
Enhance skeleton
...
Add code_iso3 into array
2014-08-13 19:19:36 +02:00
Laurent Destailleur
5026320fec
Fix: Longueur zone texte libre incorrecte.
2014-08-13 14:44:41 +02:00
Laurent Destailleur
b2638625c9
Add comment to warn about a bug
2014-08-13 14:36:40 +02:00
Florian HENRY
3c96063165
fix travis
2014-08-12 18:38:27 +02:00
Florian HENRY
ca05345a60
Fix Travis
2014-08-12 18:20:36 +02:00
Florian HENRY
db7478098a
Add a real free numbering module for contract
2014-08-12 13:26:06 +02:00
Andrelec1
8b6d613cb0
Hidde version on login page
...
Create option and use it in login template
2014-08-12 12:29:20 +02:00
aspangaro
1a87d98357
Qual: Renamed table llx_c_civilite into llx_c_civility
...
field civilite into label in the same table and field civilite into civility in other table
2014-08-12 06:03:27 +02:00
aspangaro
f7c31d651c
Correct
2014-08-11 20:34:07 +02:00
aspangaro
e3ced8487a
Correct
2014-08-11 20:33:13 +02:00
aspangaro
f2b9b8b1bb
Correct
2014-08-11 20:06:10 +02:00
Laurent Destailleur
526066803c
New: Function dol_delete_dir_recursive accept new param $onlysub
2014-08-11 15:20:07 +02:00
aspangaro
671f8e0be5
Correct
2014-08-11 14:03:30 +02:00
aspangaro
7d433f9845
Correct
2014-08-11 13:50:16 +02:00
aspangaro
6fd77e7ef6
Merge branch 'Upstream/develop'
2014-08-11 13:26:58 +02:00
Florian HENRY
aabbc331a4
Fix output extrafield selllist
2014-08-11 13:12:04 +02:00
Florian HENRY
6849f713b5
Fix bug in output extrafields sell list
2014-08-11 13:09:35 +02:00
Laurent Destailleur
4ce2495a33
Fix: Parameter morefilter is missing.
2014-08-11 11:45:25 +02:00
Laurent Destailleur
b713bd7b88
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2014-08-11 11:31:10 +02:00
Laurent Destailleur
d85f319a86
New: Select list of users can return user into hierarchy.
2014-08-11 11:29:47 +02:00
aspangaro
9af336b53b
Add accountancy code for trips & fees and renamed libelle field into label
2014-08-10 20:41:52 +02:00
aspangaro
0738103da8
Renamed llx_c_pays to llx_c_country & field "libelle" to "label"
2014-08-10 13:37:39 +02:00
Laurent Destailleur
d801bcc690
Fix: When jmobile is forced, we force enable of javascript.
2014-08-08 14:37:51 +02:00
Laurent Destailleur
ebcc68cdfa
Add commented code to use "clear" cookie. This help debug.
2014-08-08 13:09:06 +02:00
Laurent Destailleur
4922071af9
New: When a translation is not available we always jump to en_US and
...
only en_US.
2014-08-08 10:50:37 +02:00
Laurent Destailleur
111d215ef1
Merge pull request #1807 from atm-maxime/develop
...
New: Intervention documents are now available in ECM module
2014-08-08 01:56:33 +02:00
Laurent Destailleur
42d992b009
Merge remote-tracking branch 'origin/3.6' into develop
...
Conflicts:
htdocs/compta/facture.php
htdocs/core/lib/project.lib.php
htdocs/fourn/facture/fiche.php
htdocs/projet/class/project.class.php
2014-08-08 01:26:53 +02:00
Laurent Destailleur
91aabbb40e
Merge remote-tracking branch 'origin/3.5' into 3.6
...
Conflicts:
htdocs/compta/facture.php
htdocs/core/lib/project.lib.php
htdocs/main.inc.php
2014-08-08 01:19:03 +02:00
Maxime Kohlhaas
3b14fa2b35
Merge branch 'develop' of github.com:Dolibarr/dolibarr into develop
2014-08-07 12:27:46 +02:00
Laurent Destailleur
48fc945648
Fix: visible task into area "time" for "My task" must limit task to
...
tasks i am assigned to.
Conflicts:
htdocs/core/lib/project.lib.php
htdocs/projet/activity/list.php
2014-08-07 12:13:00 +02:00
Laurent Destailleur
a49bce10de
Fix: When disabled, all fields must be disabled. Need backport.
...
Conflicts:
htdocs/projet/activity/list.php
2014-08-07 12:09:28 +02:00
Laurent Destailleur
1016e05fc6
Fix: visible task into area "time" for "My task" must limit task to
...
tasks i am assigned to.
2014-08-07 11:50:34 +02:00
Laurent Destailleur
ebc11a7a9c
Fix: When disabled, all fields must be disabled. Need backport.
2014-08-07 11:50:25 +02:00
Laurent Destailleur
c64ffb3087
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2014-08-07 11:48:41 +02:00
Laurent Destailleur
b7cb2e6b9d
Fix: visible task into area "time" for "My task" must limit task to
...
tasks i am assigned to.
2014-08-07 11:48:19 +02:00
Laurent Destailleur
96b49cfabe
Fix: When disabled, all fields must be disabled. Need backport.
2014-08-07 11:08:36 +02:00
Laurent Destailleur
20cef1512f
Merge remote-tracking branch 'origin/3.5' into 3.6
2014-08-06 21:34:47 +02:00
Laurent Destailleur
d694b10274
Merge branch '3.5' of git@github.com:Dolibarr/dolibarr.git into 3.5
2014-08-06 17:15:50 +02:00
KreizIT
180cc0b200
Add description for new param
2014-08-06 17:12:28 +02:00
Laurent Destailleur
98eb39bf9c
Fix: PROJECT_CAN_ALWAYS_LINK_TO_ALL_SUPPLIERS is correctly supported
2014-08-06 16:46:04 +02:00
KreizIT
cfe35f32e8
- Add improvement to GETPOST function
...
- Review thirdparty cards for illustration of new GETPOST functionality
2014-08-06 15:59:36 +02:00
Maxime Kohlhaas
5e63f16d32
Merge branch 'develop' of github.com:Dolibarr/dolibarr into develop
...
Conflicts:
ChangeLog
2014-08-06 09:58:10 +02:00
Laurent Destailleur
273b9029b8
Fix: mb_strtolower function does not exists on all PHP versions.
...
Conflicts:
htdocs/core/lib/pdf.lib.php
2014-08-06 01:45:31 +02:00
Laurent Destailleur
f33df3419c
Fix: mb_strtolower function does not exists on all PHP versions.
2014-08-05 21:25:47 +02:00
Laurent Destailleur
0397fa7dc3
Fix: mb_strtolower function does not exists on all PHP versions.
2014-08-05 21:18:36 +02:00
Laurent Destailleur
2624632fde
Fix: bad test commande_send -> order_send
2014-08-05 19:55:14 +02:00
Laurent Destailleur
e95a9cad03
New: When force of bcc is set, we show it onto email form.
2014-08-05 19:32:24 +02:00
Maxime Kohlhaas
1b3efbb9a3
New : add attachments on user cards
2014-08-05 16:01:40 +02:00
Maxime Kohlhaas
4f47bddd0a
New : Intervention documents are now available in ECM module (files downloadable)
2014-08-05 16:00:56 +02:00
Maxime Kohlhaas
90c397d1a4
New: Intervention documents are now available in ECM module
2014-08-05 15:24:49 +02:00
Laurent Destailleur
20d6920a0c
Add comment
2014-08-05 09:27:40 +02:00
Laurent Destailleur
9436b1d046
New: Prepare to be able to defined a bcc for each type of email sent
...
from dolibarr.
2014-08-05 09:26:40 +02:00
Laurent Destailleur
c2be3364e0
Merge remote-tracking branch 'origin/3.6' into develop
2014-08-04 22:19:53 +02:00
Laurent Destailleur
76353bf427
Merge remote-tracking branch 'origin/3.5' into 3.6
...
Conflicts:
htdocs/compta/facture/impayees.php
htdocs/core/lib/functions.lib.php
htdocs/main.inc.php
2014-08-04 22:18:30 +02:00
Laurent Destailleur
b8a0f6aec9
New: Add option to foce delivery receipt to yes
2014-08-04 19:03:15 +02:00
Laurent Destailleur
4e8ec8e598
Revert "Add Reduction value in pdf"
...
This reverts commit 0b5707c1cf .
2014-08-04 18:36:18 +02:00
Laurent Destailleur
6a61587085
Try a fix when timezone string is not standard
...
Conflicts:
htdocs/includes/adodbtime/adodb-time.inc.php
2014-08-04 12:49:54 +02:00
Andrelec1
92a5030f8f
replace with space by tab
2014-08-04 10:11:56 +02:00
Laurent Destailleur
c7d4b1e3d5
Merge pull request #1802 from FHenry/3.6
...
Fix extrafield parameters for sellist
2014-08-04 09:13:42 +02:00
Laurent Destailleur
d14fcf617c
Merge pull request #1799 from FHenry/3.5
...
Fix : Fusion PDF button on unpaid invoice is no more displayed
2014-08-04 09:08:47 +02:00
Laurent Destailleur
defb9a772f
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2014-08-04 09:06:57 +02:00
Laurent Destailleur
7ac22cf7d2
Qual: no more currency into output, must be included into price function
2014-08-04 09:05:51 +02:00
Laurent Destailleur
8d867dde69
Merge pull request #1797 from Devensys/Develop-AddValueReduction
...
Add Reduction value in pdf
2014-08-04 09:01:45 +02:00
Laurent Destailleur
3024d82536
Merge pull request #1786 from atm-maxime/develop
...
Fix on class not extending commonobject
2014-08-04 08:58:54 +02:00
Laurent Destailleur
7d3c266a1d
Merge remote-tracking branch 'origin/3.6' into develop
...
Conflicts:
htdocs/admin/agenda_other.php
htdocs/core/triggers/interface_50_modAgenda_ActionsAuto.class.php
htdocs/install/mysql/migration/repair.sql
2014-08-04 00:02:00 +02:00
Laurent Destailleur
86b2887d44
Merge remote-tracking branch 'origin/3.5' into 3.6
2014-08-03 23:54:05 +02:00
Laurent Destailleur
b16dc8dbcd
Fix: Tab not selected
2014-08-03 23:51:26 +02:00
Laurent Destailleur
8ea52f52f5
Fix: Missing counter into document tab
2014-08-03 23:48:27 +02:00
Laurent Destailleur
9fb11cd13b
Fix: Action created by triggers does not saved owner of action.
2014-08-03 23:20:32 +02:00
Laurent Destailleur
1f2cc71975
New: Supervisor is now visible into user list.
2014-08-03 11:36:00 +02:00
Laurent Destailleur
9eab1f51cc
Fix: remove debug output
2014-08-02 17:27:45 +02:00
BENKE Charles
250e8aacaf
Update company.lib.php
2014-08-02 09:58:23 +02:00
Laurent Destailleur
be76fd93fd
New: Add user of creation and validation on invoice export
2014-08-01 22:24:25 +02:00
Florian HENRY
b0011d0514
remove debug
2014-08-01 16:50:47 +02:00
Florian HENRY
17e272c8ac
Fix extrafield parameters for sellist
2014-08-01 16:48:16 +02:00
Florian HENRY
44f06bef22
Unpaid invoice launch fusion PDF action even if it is only search (with
...
enter keyboard input instead of lens click)
2014-08-01 15:21:29 +02:00
Andrelec1
7318d0fbc0
Highliting IBAN (sepa)
...
Highliting IBAN code in pdf ( SEPA )
2014-08-01 15:13:21 +02:00
Florian HENRY
139dfa5b80
Fix : Fusion PDF button on unpaid invoice is no more displayed
2014-08-01 15:05:43 +02:00
Andrelec1
0b5707c1cf
Add Reduction value in pdf
...
Add value of %reduction in pdf
2014-08-01 14:49:42 +02:00
Laurent Destailleur
bb8ec0c8f9
Fix: Too many parameter
2014-08-01 14:26:13 +02:00
Maxime Kohlhaas
94fee7af70
Call trigger added in commonobjectline
2014-08-01 08:59:08 +02:00
Laurent Destailleur
96a4aa2d26
Fix: phpunit
2014-08-01 01:31:52 +02:00
Laurent Destailleur
852b78f79f
Removed 2 other call to getStaticMember (pb with php 5.5).Fix PHPCS for
...
constants into database driver classes.
2014-08-01 00:53:29 +02:00
Laurent Destailleur
b78537730a
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2014-07-31 20:39:03 +02:00
Laurent Destailleur
9fff30416a
Qual: Remove usage of getStaticMember function dir constants.
2014-07-31 20:12:21 +02:00
Laurent Destailleur
202774de0b
Merge pull request #1791 from frederic34/patch-graphbox
...
External user must not have graph box with all stats
2014-07-31 17:51:31 +02:00
Laurent Destailleur
95da79108f
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2014-07-31 17:22:37 +02:00
Laurent Destailleur
8e5cbb1f6c
Merge branch 'patch-2' of github.com:marcosgdf/dolibarr into
...
marcosgdf-patch-2
Conflicts:
test/phpunit/Functions2LibTest.php
2014-07-31 17:21:46 +02:00
frederic34
6645b8a454
Cannot redeclare getmypid()
2014-07-31 10:21:47 +02:00
frederic34
50e3049fd7
External user must not have graph box with all stats
2014-07-30 17:10:08 +02:00
Marcos García de La Fuente
1c97b3f779
Replaced usage of dol_json_encode and dol_json_decode with json_encode and json_decode. If json module is not installed, it will refer to dol_json_encode/decode
2014-07-30 15:47:19 +02:00
Marcos García de La Fuente
972d3c69b6
Removed duplicated requires.
...
Json.lib.php is included with functions.lib.php
2014-07-30 15:42:58 +02:00
Marcos García de La Fuente
a779eea202
Restored JSON reimplementation
2014-07-30 15:17:57 +02:00
Laurent Destailleur
2d97ad5177
Merge pull request #1771 from frederic34/selectdelivery
...
Select Shipping Method in Propal, Order
2014-07-30 11:31:22 +02:00
Laurent Destailleur
0f9aa69e4e
Fix: New: Differentiate text and img for better accessibility.
2014-07-29 21:34:23 +02:00
Laurent Destailleur
b57371bfa1
Fix: New: Differentiate text and img for better accessibility.
2014-07-29 20:21:01 +02:00
Laurent Destailleur
6226d39cda
Fix: Pb when option javascript disabled.
2014-07-29 19:45:48 +02:00
Laurent Destailleur
c895c892a5
Merge remote-tracking branch 'origin/3.6' into develop
...
Conflicts:
ChangeLog
htdocs/filefunc.inc.php
2014-07-29 01:17:00 +02:00
Laurent Destailleur
c9d27383a4
Fix: When option to use optimize display for text borwser and blin
...
person is on, box addon was broken.
2014-07-29 00:50:57 +02:00
Laurent Destailleur
096a61d5c0
Fix: [ bug #1542 ] extrafields.class.php, showOutputField wrong
...
translate.
2014-07-28 20:35:32 +02:00
Laurent Destailleur
21c7972f7e
Fix: [ bug #1541 ] Surveys menu is not shown up if Export/Import module
...
is not enabled.
2014-07-28 20:34:51 +02:00
Laurent Destailleur
6d7b50d5d4
Fix: [ bug #1541 ] Surveys menu is not shown up if Export/Import module
...
is not enabled.
2014-07-28 20:34:42 +02:00
Laurent Destailleur
1a96bc0f30
Fix: Bad url for cron
...
Fix: must use html syntax, not xml
2014-07-28 20:33:37 +02:00
Laurent Destailleur
bcd441cc1e
Fix: Bad url for cron
...
Fix: must use html syntax, not xml
2014-07-28 20:30:31 +02:00
frederic34
6d5767e464
Merge remote branch 'upstream/develop' into selectdelivery
2014-07-28 20:15:40 +02:00
Laurent Destailleur
c20256f702
Fix: [ bug #1542 ] extrafields.class.php, showOutputField wrong
...
translate.
2014-07-28 20:12:01 +02:00
Laurent Destailleur
910eeee4b8
Fix: [ bug #1541 ] Surveys menu is not shown up if Export/Import module
...
is not enabled.
2014-07-28 20:00:46 +02:00
Laurent Destailleur
f8b6b004cd
Fix: [ bug #1541 ] Surveys menu is not shown up if Export/Import module
...
is not enabled.
2014-07-28 19:58:29 +02:00
Laurent Destailleur
3011ecf6df
Fix: PHPCS
2014-07-28 19:55:12 +02:00
Laurent Destailleur
827bf4b22a
Merge pull request #1778 from frederic34/patch-2
...
Update html.form.class.php
2014-07-28 19:48:16 +02:00
Laurent Destailleur
00d8e65629
Merge pull request #1776 from open-minds/develop
...
Fix translations in e-mail forms
2014-07-28 19:46:53 +02:00
Laurent Destailleur
92160b167b
Merge pull request #1775 from frederic34/patch-1
...
Update box_activity.php
2014-07-28 19:43:52 +02:00
frederic34
395b003266
Merge remote branch 'upstream/develop' into selectdelivery
...
Conflicts:
htdocs/install/mysql/migration/3.6.0-3.7.0.sql
2014-07-28 17:10:07 +02:00
frederic34
36c5b2d69c
Update html.form.class.php
...
By example, avoid to have html code in customer name
2014-07-28 14:04:55 +02:00
Laurent Léonard
0228cd9db7
Fix translations in e-mail forms
2014-07-28 02:45:58 +02:00
Laurent Destailleur
b31bf68376
New: Start to work on data check for dictionnary tables.
2014-07-28 00:47:27 +02:00
Laurent Destailleur
0ca72dcfea
Fix: Restore compatibility with old modules.
2014-07-27 23:53:46 +02:00
Laurent Destailleur
355ec7fd27
Fix: Avoid pgsql error of duplicate record making rollback.
2014-07-27 23:52:42 +02:00
Laurent Destailleur
25d18f225f
Fix: Restore compatibility with old modules.
2014-07-27 23:51:58 +02:00
Laurent Destailleur
9e91baca36
Fix: Log must be done before query.
2014-07-27 23:23:29 +02:00
Laurent Destailleur
bf9313dd87
getBrowserInfo can return type of layout (classic/phone/tablet)
2014-07-27 20:56:26 +02:00
Laurent Destailleur
709bf20deb
Work on prootype for using datatable.
2014-07-27 20:31:11 +02:00
Laurent Destailleur
b964f9e9e3
New: Add info page about browser.
...
Qual: Removed dedicated code to change top menu according to
dol_optimize_smallscreen. We must use instead size of screen into css.
2014-07-27 14:13:25 +02:00
frederic34
a771f34c96
Update box_activity.php
...
$totalnb is not an amount
2014-07-27 11:27:33 +02:00
Laurent Destailleur
db091896a5
Prepare 3.6.
...
Use google adsense tag of foundation for doxygen doc pages.
Version is no more encoded int odoxygen.
Merge remote-tracking branch 'origin/3.5' into 3.6
Conflicts:
ChangeLog
build/debian/changelog
build/doxygen/dolibarr-doxygen.doxyfile
build/exe/doliwamp/doliwamp.iss
build/makepack-dolibarr.pl
build/rpm/dolibarr_fedora.spec
build/rpm/dolibarr_generic.spec
build/rpm/dolibarr_mandriva.spec
build/rpm/dolibarr_opensuse.spec
htdocs/compta/facture/impayees.php
htdocs/filefunc.inc.php
2014-07-26 18:10:51 +02:00
Laurent Destailleur
adb70ecf24
Fix: [ bug #1528 ] Leopard Services numeration module description is not
...
translated.
2014-07-26 17:40:07 +02:00
Laurent Destailleur
3b9cfea8c9
Better function is_ip
2014-07-26 14:16:09 +02:00
Laurent Destailleur
76d4dee411
Merge pull request #1751 from marcosgdf/optimization
...
Optimized is_ip dolibarr function
2014-07-26 14:05:14 +02:00
frederic34
5258c522ce
Some cleaning
2014-07-25 23:20:19 +02:00
frederic34
2df2c12cfd
The delivery method is transmited in shipment
2014-07-25 21:50:21 +02:00
Maxime Kohlhaas
2e18fa88d1
Mauvais libellé utilisé pour statut commande
2014-07-25 14:03:41 +02:00
frederic34
f0a7cc3268
Select Shipping Method in Propal
2014-07-24 18:08:08 +02:00
frederic34
5ef626813c
Update html.form.class.php
2014-07-23 09:49:58 +02:00
Marcos García de La Fuente
37c7d05a9e
Added missing return null for getStaticMember
2014-07-22 04:46:17 +02:00
Marcos García de La Fuente
1a254b310e
Merge remote-tracking branch 'upstream/develop' into optimization
...
Conflicts:
test/phpunit/Functions2LibTest.php
2014-07-22 04:42:50 +02:00
Marcos García de La Fuente
203dc5518a
Merge branch 'develop' into optimization
2014-07-22 04:39:31 +02:00
Marcos García de La Fuente
097e8d33a2
Removed PHP 5.3 comparison in ImportCsv
2014-07-22 04:16:32 +02:00
Marcos García de La Fuente
31adeb7477
Deprecated getStaticMember
2014-07-22 04:12:45 +02:00
Marcos García de La Fuente
9b3e65d80f
Removed PHP 5.3 comparison in dol_nl2br function
2014-07-22 04:07:33 +02:00
Laurent Destailleur
0327738aa9
phpcs
2014-07-21 21:07:30 +02:00
Laurent Destailleur
161f5eadd4
Revert "Scrutinizer Auto-Fixes"
2014-07-21 19:07:56 +02:00
Scrutinizer Auto-Fixer
42a4af3b6e
Scrutinizer Auto-Fixes
...
This patch was automatically generated as part of the following inspection:
https://scrutinizer-ci.com/g/eldy/dolibarr/inspections/dce98b05-0037-4277-b1e9-7fd6405a6cd6
Enabled analysis tools:
- PHP Analyzer
2014-07-21 18:42:17 +02:00
Scrutinizer Auto-Fixer
2fdda8cbfb
Scrutinizer Auto-Fixes
...
This patch was automatically generated as part of the following inspection:
https://scrutinizer-ci.com/g/eldy/dolibarr/inspections/128b4bb3-f689-4974-8fd7-a7b93d012d3f
Enabled analysis tools:
- PHP Analyzer
2014-07-20 23:46:38 +02:00
Laurent Destailleur
dec7fe42af
Merge remote-tracking branch 'origin/3.6' into develop
...
Conflicts:
htdocs/core/class/html.form.class.php
htdocs/fourn/commande/fiche.php
2014-07-20 15:37:50 +02:00
Laurent Destailleur
cfc337a79a
Qual: Enable php checkstyle rule Zend.Files.ClosingTag
...
Fix: Solve a lot of checkstyle errors.
2014-07-20 15:27:38 +02:00
Laurent Destailleur
bd095f597d
Fix: CheckStyle
2014-07-20 14:54:30 +02:00
Laurent Destailleur
ecd99608c3
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2014-07-20 05:14:45 +02:00
Laurent Destailleur
f6b8017386
Fix: PHPCS
2014-07-20 05:14:22 +02:00
Laurent Destailleur
bf926cd791
Merge pull request #1756 from marcosgdf/messages
...
Migrated old message notifications to the """new""" system
2014-07-20 04:57:09 +02:00
Laurent Destailleur
f46db55f71
Merge pull request #1753 from marcosgdf/triggers-refactor
...
Refactored Dolibarr triggers
2014-07-20 04:52:27 +02:00
Laurent Destailleur
ffe7b531a6
Merge pull request #1746 from marcosgdf/patch-1
...
Removed @ operator from dol_include_once
2014-07-20 04:43:38 +02:00
Laurent Destailleur
8137fd7fe4
Fix: Type of line (product/service) could not be edited on supplier
...
order/invoice.
2014-07-20 02:36:03 +02:00
Laurent Destailleur
a9779ca1ff
Fix: bad colspan for line with date selector
2014-07-20 02:18:21 +02:00
Marcos García de La Fuente
434bb1bec7
Migrated old message notifications to the """new""" system
2014-07-20 00:10:40 +02:00
Laurent Destailleur
d87e146e47
Fix: Navigation into agenda tabs
2014-07-19 22:37:18 +02:00
Laurent Destailleur
04a20d2008
- New: Enable feature developed for 3.6 we forgot to enabled: Adding
...
prefix on uploaded file names.
- New: No more dependency between contract and service module.
2014-07-19 22:05:35 +02:00
Laurent Destailleur
b42a33b203
Fix: For contract, only services available by default. Product appears
...
if option is set only.
2014-07-19 21:14:56 +02:00
Marcos García de La Fuente
55bfc98d48
Corrected dol_microtime_float refactor
2014-07-18 12:00:01 +02:00
Marcos García de La Fuente
2c7b2cf227
Copyright
2014-07-18 11:57:49 +02:00
Marcos García de La Fuente
997a7ff843
Deprecated function dol_json_decode and replaced with native behaviour
2014-07-18 11:57:21 +02:00
Marcos García de La Fuente
214fe2d552
Optimized isValidEmail function and load json.lib.php always as it contains common Dolibarr functions
2014-07-18 11:18:25 +02:00
Marcos García de La Fuente
2142ab997d
Removed Dolibarr implementation of json_encode and json_decode, and deprecated dol_json_encode
2014-07-18 11:17:32 +02:00
Marcos García de La Fuente
e2912b5f7f
Accidentally removed Demo trigger content
2014-07-18 07:10:05 +02:00
Marcos García de La Fuente
5c59d291ce
Corrected CS errors
2014-07-18 04:16:34 +02:00
Marcos García de La Fuente
f8f9e0355c
Refactor InterfaceActionsAuto
2014-07-18 04:10:43 +02:00
Marcos García de La Fuente
f7c1203d4c
Refactored InterfaceNotification class
2014-07-18 03:29:20 +02:00
Marcos García de La Fuente
cbd10106b8
Added missing $error and $errors variables
2014-07-18 03:17:05 +02:00
Marcos García de La Fuente
7e29889eab
Fixed little bug
2014-07-18 03:13:15 +02:00
Marcos García de La Fuente
dfd8b5e20c
Converted some global variables to local ones in InterfaceLogevents
2014-07-18 03:11:28 +02:00
Marcos García de La Fuente
c11431177c
Fixed trigger not returning anything under some circumstances
2014-07-18 03:04:01 +02:00
Marcos García de La Fuente
2f68afaff3
Removed useless code
2014-07-18 03:02:28 +02:00
Marcos García de La Fuente
c8338f45c4
Refactored Dolibarr triggers:
...
Created a DolibarrTriggers abstract class.
Moved common variables out of construct class
Improved run_trigger method signature
2014-07-18 02:59:46 +02:00
Marcos García de La Fuente
bcafa2c790
Corrected file_exists check and little refactor
2014-07-17 21:44:59 +02:00
Marcos García de La Fuente
37d4d303b3
Updated is_ip comment and added a test for is_ip function
2014-07-17 21:19:03 +02:00
Marcos García de La Fuente
cdc40ca76f
Optimized is_ip dolibarr function
2014-07-17 21:12:50 +02:00
Laurent Destailleur
1bad6ebc78
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2014-07-17 01:29:30 +02:00
Laurent Destailleur
92a5ebc459
- New: Home page of project area shows list of draft project (like other
...
main page).
- New: Can search on project ref or string from project main page (like
other main page).
2014-07-17 01:28:01 +02:00
Laurent Destailleur
6a19cc614a
Merge pull request #1737 from GPCsolutions/accessibility
...
Accessibility
2014-07-16 15:15:03 +02:00
Laurent Destailleur
8a8a90de78
Merge remote-tracking branch 'origin/3.6' into develop
...
Conflicts:
ChangeLog
2014-07-15 23:30:15 +02:00
Marcos García de La Fuente
8a17feb69b
Deprecated some functions and improved method documentation
2014-07-15 17:35:12 +02:00
Marcos García de La Fuente
ad4512cb24
Avoiding include in case of unexisting file
2014-07-15 17:18:41 +02:00
Laurent Destailleur
9acf60d7c5
Merge remote-tracking branch 'origin/3.5' into 3.6
...
Conflicts:
.travis.yml
ChangeLog
build/rpm/dolibarr_fedora.spec
build/rpm/dolibarr_generic.spec
build/rpm/dolibarr_mandriva.spec
build/rpm/dolibarr_opensuse.spec
htdocs/core/class/html.formfile.class.php
2014-07-14 23:36:10 +02:00
Laurent Destailleur
3a625ce6bf
Merge pull request #1741 from marcosgdf/url-not-available
...
Removed index.php and replaced them with blank index.html as it is more appropiate
2014-07-14 23:20:32 +02:00
Laurent Destailleur
32a6d59b64
Merge pull request #1734 from FHenry/3.5
...
Fix
2014-07-14 23:13:03 +02:00
Laurent Destailleur
f55814e3b2
Merge branch '3.5' of git@github.com:Dolibarr/dolibarr.git into 3.5
...
Conflicts:
ChangeLog
2014-07-14 23:11:33 +02:00
Juanjo Menent
9410b18473
Fix: Import ProfId1 to siren and ProfId2 to siret
2014-07-14 19:43:48 +02:00
Juanjo Menent
f8b5bac05c
Fix: Import ProfId1 to siren and ProfId2 to siret
2014-07-14 19:40:18 +02:00
Juanjo Menent
3930c8829e
Fix: Import ProfId1 to siren and ProfId2 to siret
2014-07-14 19:38:00 +02:00
Marcos García
8eced58ba0
Removed @ operator from dol_include_once
...
Adding @ operator to include_once makes include errors untraceable, it shouldn't be there. Errors must be thrown so that we notice them. It is PHP configuration's choice to decide wether to log them or print them.
2014-07-14 19:16:28 +02:00
Marcos García de La Fuente
4bc8e026b6
[ bug #1526 ] Thumbs of files uploaded with dots in their names do not load correctly
2014-07-13 19:51:44 +02:00
Marcos García de La Fuente
ec661d0c6c
Removed index.php and replaced them with blank index.html as it is more appropriate
2014-07-12 23:18:57 +02:00
Raphaël Doursenaud
94bcb0dc40
Labels and autofocus for company card forms
2014-07-12 14:45:23 +02:00
Raphaël Doursenaud
f1853c435b
More labels and autofocus for thirdparty and contact forms
2014-07-12 12:04:39 +02:00
KreizIT
b6edde320b
Conflict solved
2014-07-12 09:20:00 +02:00
Juanjo Menent
a209c0ba5b
Merge pull request #1733 from defrance69/patch-7
...
Update box_actions.php
2014-07-12 08:28:09 +02:00
KreizIT
9c2aaf7d23
[ Task #1495 ] Add trigger LINECONTRACT_CREATE
2014-07-12 00:27:33 +02:00
Raphaël Doursenaud
78ce6c0b1c
Added labels on form elements for company creation
2014-07-11 19:57:51 +02:00
Florian HENRY
b9df48d48c
Fix
...
http://www.dolibarr.fr/forum/527-bugs-sur-la-version-stable-courante/50854-multi-societe-options-cookies
2014-07-11 15:53:31 +02:00
KreizIT
b8499a80ec
Refactor: LINK_* trigger
2014-07-11 15:08:01 +02:00
Laurent Destailleur
728ca22183
Merge pull request #1730 from GPCsolutions/accessibility
...
Accessibility
2014-07-11 14:57:02 +02:00
BENKE Charles
bbe400e01f
Update box_actions.php
...
Add popup action feature on homepage
2014-07-11 14:21:36 +02:00
Laurent Destailleur
4dfaf9ce38
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2014-07-11 13:56:57 +02:00
Laurent Destailleur
32b015e661
New: Type of thirdparties can accept a country (to show list of types
...
specific for a country).
2014-07-11 13:56:35 +02:00
Raphaël Doursenaud
55d062784d
Added labels on objectline form elements
2014-07-11 13:25:44 +02:00
Laurent Destailleur
5e75dd27e8
Merge pull request #1719 from frederic34/selectbank
...
Select bank account for propal order and invoice
2014-07-11 12:29:21 +02:00
Laurent Destailleur
5c81074483
Merge pull request #1709 from KreizIT/review_trig2
...
Review trig2
2014-07-11 12:27:43 +02:00
Florian HENRY
3f23b116c6
[ bug #1522 ] Liste des propositions commerciales non filtée depuis un
...
projet
2014-07-11 11:44:54 +02:00
Raphaël Doursenaud
b206ceea9e
Added label for captcha
2014-07-10 16:46:10 +02:00
Raphaël Doursenaud
4a57a2adcd
Added HTML5 autofocus attribute to login form
2014-07-10 16:34:19 +02:00
fmarcet
ab57c236be
New: Can have half day holiday
...
New: Add Spanish holidays
Fix: Holiday log shows nothing
2014-07-10 12:06:09 +02:00
frederic34
c8e6387e52
Merge remote branch 'upstream/develop' into selectbank
...
Conflicts:
htdocs/install/mysql/migration/3.6.0-3.7.0.sql
2014-07-08 22:46:38 +02:00
Laurent Destailleur
ad4babb154
Merge remote-tracking branch 'origin/3.6' into develop
...
Conflicts:
.travis.yml
htdocs/fichinter/fiche.php
2014-07-08 01:12:55 +02:00
Laurent Destailleur
90a5f6c7ef
Qual: Remove end php tag.
2014-07-08 01:02:30 +02:00
Laurent Destailleur
688d58413b
Merge pull request #1710 from aspangaro/develop-accounting2
...
New feature :: Add fiscal year
2014-07-07 21:28:35 +02:00
frederic34
0cb5220d4d
Use english for the function name
2014-07-07 20:54:41 +02:00
frederic34
9949713d20
Some cleaning
2014-07-07 18:40:18 +02:00
KreizIT
4e08e2b5d5
Fix rollback and test errno
2014-07-07 11:32:56 +02:00
Laurent Destailleur
96ec3ad7f4
Fix: Allow percent to solve presentation pb by some pages.
2014-07-07 00:14:24 +02:00
Laurent Destailleur
4dbc1dd1c6
Merge remote-tracking branch 'origin/3.6' into develop
2014-07-06 21:09:10 +02:00
frederic34
f29eeceb1a
Select bank account for propal and order
2014-07-06 20:49:34 +02:00
Laurent Destailleur
ce3fa14511
New: Add event FICHINTER_CLASSIFY_BILLED into list of possible events to
...
create an automatic event into agenda.
Qual: Removed hard coded rowid into data init.
2014-07-06 19:25:15 +02:00
aspangaro
e294fe1edd
Update
2014-07-05 21:58:39 +02:00
aspangaro
7892852f44
Merge branch 'Upstream/develop'
2014-07-05 21:56:47 +02:00
Laurent Destailleur
e5d5a25433
Merge remote-tracking branch 'origin/3.6' into develop
...
Conflicts:
htdocs/core/modules/societe/doc/doc_generic_odt.modules.php
2014-07-05 11:54:02 +02:00
Florian HENRY
02574a7af2
Fix Ajax combobox in Extrafeilds
...
Add Extrafield on contract
2014-07-05 11:17:50 +02:00
Florian HENRY
13c208dd8f
Merge branch '3.6' of git@github.com:Dolibarr/dolibarr.git into 3.6
2014-07-05 10:28:58 +02:00
Laurent Destailleur
fa82cbceb9
Qual: Removed useless function
2014-07-05 08:59:41 +02:00
aspangaro
9eaeaae2fb
Merge branch 'Upstream/develop'
2014-07-05 08:48:51 +02:00
aspangaro
be78e96313
Bug fix & add tab info
2014-07-05 08:47:01 +02:00
Laurent Destailleur
faa5eba203
Fix: Substitution for external module at wrong place.
2014-07-04 18:43:37 +02:00
KreizIT
c5bb55064f
Fix: [ bug #1469 ] Triggers CONTACT_MODIFY and CONTACT_DELETE duplicates error message
2014-07-04 17:10:19 +02:00
KreizIT
e4ad082214
Fix: [ bug #1506 , #1507 ] ECM trigger error problem
2014-07-04 16:39:54 +02:00
KreizIT
4666de85e2
Fix: [ bug #1508 ] STOCK_MOVEMENT does not show trigger error message
2014-07-04 16:18:54 +02:00
KreizIT
012fc4e8fe
Fix: [ bug #1465 , #1466 ] Product triggers problem
2014-07-04 15:54:20 +02:00
Florian HENRY
b8c293fb16
$dateSelector is a paramters of formAddObjectLine, if use global it is
...
reset to 0 because not declare in outer context but already exists in
the same context.
2014-07-04 14:48:27 +02:00
Laurent Destailleur
8e2999f73f
Fix: phpcs
2014-07-04 14:19:03 +02:00
Laurent Destailleur
e496823778
Merge remote-tracking branch 'origin/3.6' into develop
...
Conflicts:
.travis.yml
ChangeLog
htdocs/fourn/commande/fiche.php
htdocs/install/mysql/migration/3.5.0-3.6.0.sql
htdocs/product/stock/replenish.php
2014-07-04 14:14:40 +02:00
Laurent Destailleur
be4fe3d0d0
Merge branch 'syslog' of github.com:marcosgdf/dolibarr into
...
marcosgdf-syslog
Conflicts:
htdocs/contrat/class/contrat.class.php
htdocs/fichinter/class/fichinter.class.php
htdocs/projet/class/project.class.php
htdocs/projet/class/task.class.php
2014-07-04 13:43:50 +02:00
Laurent Destailleur
8c306a968f
Merge pull request #1704 from KreizIT/review_trig
...
Review user trigger
2014-07-04 13:20:32 +02:00
Juanjo Menent
3679a4ba90
[ task #1063 ] Allow edit localtaxes rate for thirds. Works documents
...
pdf
2014-07-04 13:11:51 +02:00
Laurent Destailleur
bf96a78f63
Try a fix when timezone string is not standard
2014-07-04 13:07:53 +02:00
Juanjo Menent
747b6a9f94
[ task #1063 ] Allow edit localtaxes rate for thirds. Works with reports
...
and payments
2014-07-04 12:50:55 +02:00
aspangaro
a2ac578712
Merge branch 'Upstream/develop'
2014-07-04 06:21:00 +02:00
Juanjo Menent
24b2b83b85
use count() instead sizeof()
2014-07-03 18:55:03 +02:00
Juanjo Menent
e30649dcd2
[ task #1063 ] Allow edit localtaxes rate for thirds. Works with company
2014-07-03 17:39:31 +02:00
KreizIT
023e7ce8ce
FIX : [ bug #1502 ] DON_CREATE trigger does not intercept trigger action
...
- Add DON_CREATE in interface_90_all
- Add new trigger DON_UPDATE, DON_DELETE
2014-07-03 16:04:12 +02:00
KreizIT
538cf90f5e
FIX : [ bug #1496 ] ACTION_DELETE trigger does not show trigger error
...
-Add ACTION_* trigger in interface_90_all
2014-07-03 15:39:40 +02:00
Marcos García de La Fuente
460fb7a453
Removed new SQL double-debug
2014-07-02 21:29:07 +02:00
Marcos García de La Fuente
7e1cf124b8
Merge branch 'develop' into syslog
...
Conflicts:
htdocs/commande/class/commande.class.php
htdocs/compta/facture/class/facture.class.php
htdocs/core/class/commonobject.class.php
htdocs/fourn/class/fournisseur.commande.class.php
htdocs/product/class/product.class.php
htdocs/product/stock/lib/replenishment.lib.php
htdocs/societe/soc.php
2014-07-02 21:20:02 +02:00
Laurent Destailleur
d8b9cdf5c2
Merge pull request #1692 from atm-maxime/develop
...
New : remaining to shipon delivery PDF
2014-06-29 23:45:38 +02:00
Laurent Destailleur
31c27b8f7c
New: More option to define default filter setting of agenda views.
2014-06-29 23:35:00 +02:00
aspangaro
46320071a0
Merge branch 'Upstream/develop'
2014-06-29 05:42:37 +02:00
aspangaro
8cfdfbe47d
Update
2014-06-29 05:41:24 +02:00
Laurent Destailleur
6f0250cb94
Fix: typo
2014-06-29 04:25:42 +02:00
Laurent Destailleur
330c965cb9
New: Add hook "searchAgendaFrom".
2014-06-29 02:45:55 +02:00
Maxime Kohlhaas
7d16f62a9d
New : add remaining to ship on delivery PDF
2014-06-28 22:48:20 +02:00
Laurent Destailleur
6916d251b5
New: Can filter events on a group of users.
2014-06-28 20:49:10 +02:00
Laurent Destailleur
03c6d8fdc3
New: Can create proposal from an intervention.
2014-06-28 19:47:51 +02:00
Laurent Destailleur
a8e4391887
Prepare calendars to be able to show calendars with selection on several
...
users.
2014-06-28 18:04:32 +02:00
Maxime Kohlhaas
d61e5bae93
Fix : Invoice PDF was not showing ref when created from a shipment. Now shows refs and dates of shipment and oreder related
2014-06-28 17:01:52 +02:00
Laurent Destailleur
2c493a4fe3
Merge remote-tracking branch 'origin/3.6' into develop
...
Conflicts:
ChangeLog
2014-06-28 14:55:04 +02:00
Laurent Destailleur
71ee974ddb
Merge remote-tracking branch 'origin/3.5' into 3.6
...
Conflicts:
htdocs/fourn/class/fournisseur.commande.class.php
2014-06-28 14:53:28 +02:00
Laurent Destailleur
ef8b555750
Fix: When using option MAIN_MAIL_ALLOW_SENDMAIL_F, a mail was sent to
...
sender.
2014-06-28 14:48:00 +02:00
Laurent Destailleur
7d72b6c3a1
Add comments
2014-06-28 14:06:29 +02:00
Laurent Destailleur
e5a06635dc
Fix css for agenda box
...
Make different view of agenda into different tabs.
2014-06-27 20:50:46 +02:00
Laurent Destailleur
4cd3a4f4aa
Fix: bad indice
2014-06-27 01:34:27 +02:00
Laurent Destailleur
29dfb71bbd
Merge branch 'patch-11' of github.com:defrance69/dolibarr into
...
defrance69-patch-11
Conflicts:
htdocs/core/class/commonobject.class.php
2014-06-26 23:04:26 +02:00
Laurent Destailleur
092d1b725d
Merge pull request #1684 from KreizIT/triggers
...
FIX #1460 , #1461
2014-06-26 22:59:55 +02:00
BENKE Charles
8acd702cd1
Using hidden constant to use the feature
...
MARGININFO_HIDE_SHOW = 0 feature not used
MARGININFO_HIDE_SHOW = 1 feature used, displayed on open
MARGININFO_HIDE_SHOW = 2 feature used, not displayed on open
2014-06-26 22:34:40 +02:00
Laurent Destailleur
f25bb79d80
Merge pull request #1672 from defrance69/patch-19
...
Add project and task boxes
2014-06-26 22:03:38 +02:00
Laurent Destailleur
534e574379
Merge pull request #1668 from aspangaro/develop-dons
...
Move donation receipt to french model cerfa 11580*03
2014-06-26 22:03:13 +02:00
Laurent Destailleur
656dd94011
Merge pull request #1657 from mkdgs/patch-1
...
Add customers/supplier status fo contact export
2014-06-26 21:58:23 +02:00
Laurent Destailleur
79dec7ad90
Merge pull request #1641 from defrance69/patch-17
...
Patch 17
2014-06-26 21:43:45 +02:00
Laurent Destailleur
a2f610ffbe
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
Conflicts:
ChangeLog
2014-06-26 21:41:45 +02:00
Laurent Destailleur
a79aa1f203
Merge branch 'develop' of github.com:FHenry/dolibarr into FHenry-develop
...
Conflicts:
htdocs/product/class/product.class.php
2014-06-26 21:38:03 +02:00
Laurent Destailleur
abfe36620a
Merge pull request #1686 from KreizIT/movetrig
...
Fix [ bug #1459 ]
2014-06-26 21:01:48 +02:00
Laurent Destailleur
fc4493242a
Merge pull request #1685 from KreizIT/3.6
...
FIX : #1477 , #1478 , #1479
2014-06-26 21:00:26 +02:00
Laurent Destailleur
2deadea40a
New: Filter on event status
2014-06-26 20:24:00 +02:00
Laurent Destailleur
018e1d31e3
Merge remote-tracking branch 'origin/3.5' into 3.6
...
Conflicts:
htdocs/comm/propal.php
htdocs/commande/class/commande.class.php
htdocs/commande/fiche.php
htdocs/compta/facture.php
htdocs/product/class/product.class.php
htdocs/projet/class/project.class.php
2014-06-25 20:22:25 +02:00
KreizIT
92f1778c9d
Fix : [ bug #1459 ] _ADD_CONTACT and _DEL_CONTACT triggers do not intercept insertion when reported an error
...
Start refactoring trigger call from within object
2014-06-25 16:51:26 +02:00
Cedric
ee91f4a3f7
FIX : #1477 , #1478 , #1479
2014-06-25 13:37:55 +02:00
Laurent Destailleur
f64f0d6933
Fix: If showempty is 0 and empty, do not show button.
2014-06-24 23:43:53 +02:00
Cedric
e21e4dbf11
- FIX #1482 #1484 #1486
...
- Add missing triggers in interface_90
2014-06-24 11:49:53 +02:00
Cedric
0c382ef97e
Remove failure test on trigger
2014-06-24 10:55:21 +02:00
Cedric
00779dd8fa
FIX #1460 , #1461
2014-06-24 10:53:18 +02:00
aspangaro
56785f1149
Merge branch 'Upstream/develop'
2014-06-24 06:10:47 +02:00
Laurent Destailleur
c18d7de7b0
Fix: Use bad var for test
2014-06-22 13:33:31 +02:00
Laurent Destailleur
0778d38b2c
Fix: Deprecated and no more used fields should not appear to user.
2014-06-21 18:08:32 +02:00
Laurent Destailleur
62b0d8a472
Fix: Deprecated and no more used fields should not appear to user.
2014-06-21 18:03:01 +02:00
Laurent Destailleur
dce0c38533
Fix: Add hidden option so we can restore old behaviour (duration is
...
free) for people that can't work with new one.
2014-06-21 16:06:59 +02:00
Laurent Destailleur
5c0813e865
Fix: EMail test feature to make a test without html must not include any
...
html.
2014-06-21 01:26:41 +02:00
BENKE Charles
fa75ef3b57
made change on all the modules_element definition
2014-06-21 00:35:11 +02:00
BENKE Charles
b34947b37c
fix travis error
2014-06-21 00:08:13 +02:00
BENKE Charles
496379ced8
fix travis error
2014-06-20 23:56:03 +02:00
BENKE Charles
24e780cb0c
Update box_task.php
2014-06-20 23:39:43 +02:00
BENKE Charles
a31d5cc193
Update box_project.php
2014-06-20 23:38:15 +02:00
BENKE Charles
8070030c45
Update box_project.php
2014-06-20 23:19:57 +02:00
BENKE Charles
ec1a6e1c29
Update box_task.php
2014-06-20 23:17:26 +02:00
Laurent Destailleur
69c518a483
Merge pull request #1677 from guerinaxel/patch-6
...
LDAP Authentication faulty
2014-06-20 17:14:02 +02:00
Laurent Destailleur
a72c3d4381
Merge branch 'develop' of github.com:atm-maxime/dolibarr into
...
atm-maxime-develop
Conflicts:
htdocs/core/class/html.formprojet.class.php
2014-06-20 17:11:12 +02:00
guerinaxel
cc0d91bf2b
LDAP Authentication faulty
...
The LDAP Authentication only test the POST authentication however we're allowed to authenticate using the function (for example via WebServices).
2014-06-20 17:00:06 +02:00
Laurent Destailleur
2dc3e5b104
Fix: [ bug #1471 ] Several PHP warnings when intercepting USER_CREATE
...
trigger (Add a protection to avoid multiple errors).
2014-06-20 16:20:39 +02:00
Laurent Destailleur
a2724822d7
Fix: Add hidden option to partially fix a bug. A more complete fix
...
should be done later.
2014-06-20 16:01:08 +02:00
Laurent Destailleur
8d1fdec8cf
Merge remote-tracking branch 'origin/3.5' into develop
...
Conflicts:
htdocs/comm/propal.php
htdocs/commande/fiche.php
htdocs/compta/facture.php
htdocs/core/lib/pdf.lib.php
htdocs/core/modules/expedition/doc/pdf_merou.modules.php
htdocs/core/modules/modProduct.class.php
htdocs/fourn/commande/fiche.php
htdocs/projet/fiche.php
2014-06-20 15:26:02 +02:00
Laurent Destailleur
e2afa6853b
Fix: Deletion of translation has disappeared.
2014-06-20 15:05:39 +02:00
Maxime Kohlhaas
dd83a52fb1
Fix : project list was showing all projects instead of company project. This wasn't matching the function comments.
2014-06-20 13:59:50 +02:00
Laurent Destailleur
a2065d0b6a
Fix: [ bug #1428 ] "Nothing" is shown in the middle of the screen in a
...
supplier order.
2014-06-20 13:49:59 +02:00
Laurent Destailleur
fcb00b2024
Fix: [ bug #1425 ]
2014-06-20 13:38:44 +02:00
Laurent Destailleur
6740e0321a
Merge pull request #1670 from FHenry/3.5
...
Fix [ bug #1349 ] AJAX contact selector does not work fine in Project
2014-06-20 13:16:11 +02:00
Laurent Destailleur
51eb761b02
Merge pull request #1669 from aspangaro/develop-patch1
...
Correction on 3.6beta
2014-06-20 13:12:39 +02:00
Laurent Destailleur
8819f3e6e2
Merge pull request #1666 from atm-maxime/develop
...
Fix : duedate was not auto calculated + move calculation function to com...
2014-06-20 13:11:22 +02:00
Laurent Destailleur
3791175536
Fix: doxygen
2014-06-20 13:07:15 +02:00
Laurent Destailleur
221d7b56aa
Fix: The object deliverycompany was not used anymore and output of
...
details for delivery reports was lost during 3.5. Rewrite code to
restore feature.
Conflicts:
htdocs/core/modules/expedition/doc/pdf_merou.modules.php
htdocs/core/modules/expedition/doc/pdf_rouget.modules.php
2014-06-20 12:52:08 +02:00
Laurent Destailleur
8ce8bf47ee
Fix: The object deliverycompany was not used anymore and output of
...
details for delivery reports was lost during 3.5. Rewrite code to
restore feature.
Conflicts:
htdocs/core/modules/expedition/doc/pdf_merou.modules.php
htdocs/core/modules/expedition/doc/pdf_rouget.modules.php
2014-06-20 12:48:08 +02:00
Laurent Destailleur
4087781236
Fix: The object deliverycompany was not used anymore and output of
...
details for delivery reports was lost during 3.5. Rewrite code to
restore feature.
2014-06-20 12:41:23 +02:00
Laurent Destailleur
d3c5e93399
Fix: Menu entries not visible
2014-06-20 12:01:14 +02:00
BENKE Charles
754b028ec6
Update box_project.php
2014-06-18 22:19:28 +02:00
BENKE Charles
31c2815d0f
Update box_task.php
2014-06-18 21:50:17 +02:00
BENKE Charles
66dc82621d
Update modProjet.class.php
...
add boxe definition on projet module
2014-06-18 21:37:56 +02:00
BENKE Charles
c963a6d8a1
Create box_project.php
...
add box for project
2014-06-18 21:36:00 +02:00
BENKE Charles
ff31fff2d7
Create box_task.php
...
add boxes of tasks
2014-06-18 21:34:18 +02:00
Florian HENRY
9bb537f399
- New: If multilangue is enabled, mail (from propal, invoice, etc...)
...
message is pre-defaulted in Customer language
2014-06-18 09:59:15 +02:00
Florian HENRY
df9f153142
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
Conflicts:
htdocs/install/mysql/migration/3.5.0-3.6.0.sql
2014-06-17 12:01:45 +02:00
Florian HENRY
0f77fbaea2
Fix [ bug #1349 ] AJAX contact selector does not work fine in Project
...
card
2014-06-17 11:18:30 +02:00
aspangaro
e469755d29
Divers
2014-06-16 06:17:46 +02:00
aspangaro
f4efd3b2e8
Move donation receipt to french model cerfa 11580*03
2014-06-15 22:18:19 +02:00
Maxime Kohlhaas
19a3194b02
Fix : duedate was not auto calculated + move calculation function to common invoice class
2014-06-14 12:53:02 +02:00
Florian HENRY
42e6727e5d
Better error return
2014-06-13 15:56:31 +02:00
Florian HENRY
0916d2cf3b
Fix link element from project "associates object" pages
...
http://www.dolibarr.fr/forum/527-bugs-sur-la-version-stable-courante/50687-objet-associes-au-projet
2014-06-13 15:54:37 +02:00
Florian HENRY
aecede08c4
Merge branch '3.5' of git@github.com:Dolibarr/dolibarr.git into 3.5
2014-06-13 14:38:44 +02:00
Marcos García de La Fuente
56abf1cd72
Removed duplicated SQL error logging
2014-06-13 02:28:30 +02:00
Marcos García de La Fuente
74ee3e9823
Improved SQL error logging
2014-06-13 01:52:57 +02:00
Marcos García de La Fuente
2e2cecb6c7
Undefined constant
2014-06-13 01:48:11 +02:00
Marcos García de La Fuente
0ed2481a20
Removed unuseful errors
2014-06-13 01:46:27 +02:00
Marcos García de La Fuente
88cd5dec40
More substitutions
2014-06-13 01:42:00 +02:00
Marcos García de La Fuente
ca0a6cb307
Removed SQL string from call debug log
2014-06-13 01:34:39 +02:00
Florian HENRY
40a5d20cc8
Do not reset index on product import !!!
2014-06-12 16:46:20 +02:00
Laurent Destailleur
b4ef780274
Fix: When project was disabled, label was not visible
2014-06-12 15:41:00 +02:00
Florian HENRY
f796a6408e
Do not display dictionnay for non activated module
2014-06-12 15:28:11 +02:00
Marcos García de La Fuente
7e7958cf73
Removed SQL errors as they are logged by the database handler
2014-06-12 13:49:05 +02:00
Marcos García de La Fuente
d1d4c6d8a5
Increased SQL Error to LOG_ERROR level
2014-06-12 11:45:32 +02:00
Marcos García de La Fuente
9fbd7806f0
More substitutions
2014-06-12 11:31:53 +02:00
Florian HENRY
80facefa23
Fix [ bug #1454 ] Mention de bas de page erroné
2014-06-12 09:13:51 +02:00
Mickael Desgranges
57b4cb08b7
Update modSociete.class.php
2014-06-11 13:28:31 +02:00
Mickael Desgranges
81e715f34c
Update modSociete.class.php
2014-06-11 12:26:54 +02:00
Mickael Desgranges
84f1b8c02b
Add customers/supplier status fo contact export
...
When you export a contact list it's usefull to know if your contact is a prospect, client or supplier
2014-06-11 12:22:24 +02:00
Marcos García de La Fuente
ae4bd4445e
Moved dol_syslog query log to the database handler and decreased report level to DEBUG
2014-06-09 15:49:54 +02:00
Laurent Destailleur
b124007c8c
Merge remote-tracking branch 'origin/3.5' into develop
2014-06-09 15:30:41 +02:00
Laurent Destailleur
4c3c62515d
Fix: Confusion between is_int and is_numeric.
2014-06-09 15:21:20 +02:00
Laurent Destailleur
9ba4b53a88
Merge pull request #1645 from FHenry/3.5
...
Start fix [ bug #1437 ] Securitu Issue
2014-06-09 15:10:55 +02:00
Laurent Destailleur
8d8ca154f1
Fix: For supplier order/invoice, deselect product when free line is
...
selected.
2014-06-09 14:58:58 +02:00
Florian HENRY
77a9d4eb71
Start fix [ bug #1437 ] Securitu Issue
...
Some of them can be fix, because GETPOST even with 'alpha' test do not
warn if input is
"2%2F0%2F1234%3cscript%3ealert%2893275%29%3c%2fscript%3e"
for exemple
I don't have magical solution for this kind of security issue
2014-06-09 12:34:10 +02:00
Laurent Destailleur
48cdd3c13f
Fix: extra fields key.
2014-06-06 16:08:42 +02:00
Laurent Destailleur
2ec4c56f6b
Merge pull request #1640 from FHenry/3.5
...
3.5
2014-06-06 15:34:57 +02:00
BENKE Charles
f806b4373a
Update modules_commande.php
...
don't display specific version
2014-06-06 15:30:33 +02:00
BENKE Charles
37c908aa99
Update modules_propale.php
...
don't display specific number of version
2014-06-06 15:29:45 +02:00
Laurent Destailleur
768163c6fc
Fix: Easy fix to solve pb with pagebreak when adding image
2014-06-06 12:57:12 +02:00
Laurent Destailleur
171227e43a
Merge remote-tracking branch 'origin/3.5' into develop
...
Conflicts:
htdocs/core/class/html.formfile.class.php
2014-06-06 12:00:21 +02:00
Laurent Destailleur
905f700136
Fix: Pb with pagebreak when adding image
2014-06-06 11:57:45 +02:00
Laurent Destailleur
c45aace9b9
Add easy fix to solve pb of links for some modules.
2014-06-05 23:30:20 +02:00
Laurent Destailleur
03ca7e6b63
Fix: Missing global
2014-06-05 22:42:49 +02:00
Florian HENRY
ebe49b0525
Same bug, missing select column use in result
2014-06-05 10:58:38 +02:00
Florian HENRY
e8f8644bf4
Merge branch '3.5' of git@github.com:Dolibarr/dolibarr.git into 3.5
2014-06-05 10:53:20 +02:00
Florian HENRY
44a1059158
Fix warining message during societe activation
2014-06-05 10:53:00 +02:00
Marcos García de La Fuente
4c11e37203
Fix: [ bug #1434 ] Muscadet supplier order document model linked objects overlap the text
2014-06-03 15:45:03 +02:00
aspangaro
bb4fed30a8
Salaries :: Missing key language & typo
2014-06-03 06:45:37 +02:00
Florian HENRY
0de66e838c
camel case
2014-05-30 12:01:26 +02:00
Laurent Destailleur
fb0f0047e7
Merge pull request #1633 from aspangaro/develop
...
Typo / Missing key language / Fix limit list on mass movement stock page
2014-05-30 11:33:08 +02:00
Laurent Destailleur
82a2a723c3
Fix: [ bug #1419 ] Margins module shows margin of sold services even if
...
services module is disabled
2014-05-29 21:01:00 +02:00
Laurent Destailleur
56d71f0da0
Fix: edit form
...
Fix: pgsql driver
2014-05-29 19:56:15 +02:00
Laurent Destailleur
b75dea98ee
Fix: sql syntax
2014-05-29 19:46:32 +02:00
Laurent Destailleur
7a670c5bc7
Fix: pgsql driver not complete
...
Conflicts:
htdocs/core/db/pgsql.class.php
2014-05-29 19:39:34 +02:00
Laurent Destailleur
e8ec0f524f
Fix: pgsql driver not complete
2014-05-29 19:30:51 +02:00
Laurent Destailleur
ccca46f380
Merge remote-tracking branch 'origin/3.5' into develop
...
Conflicts:
htdocs/comm/propal.php
htdocs/comm/propal/list.php
htdocs/commande/fiche.php
htdocs/compta/facture.php
htdocs/core/lib/functions.lib.php
htdocs/expedition/note.php
htdocs/fourn/commande/liste.php
htdocs/fourn/facture/fiche.php
htdocs/main.inc.php
htdocs/projet/tasks/index.php
htdocs/theme/eldy/style.css.php
2014-05-29 19:20:48 +02:00
Florian HENRY
f87772f3ec
Add comment for travis
2014-05-29 14:56:55 +02:00
Florian HENRY
d15c3b2c23
CRLF
2014-05-29 14:30:09 +02:00
Florian HENRY
d304c7785e
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
Conflicts:
htdocs/core/modules/mailings/pomme.modules.php
2014-05-29 14:28:01 +02:00
Florian HENRY
c19eabf711
Better target emailing status mangement
2014-05-29 14:26:27 +02:00
aspangaro
e856e64bc9
Typo
2014-05-28 06:17:09 +02:00
aspangaro
b384f91096
Merge branch 'upstream/develop'
2014-05-28 05:35:35 +02:00
aspangaro
dce9c2bc76
Fiscal year - 1st step
2014-05-28 05:34:10 +02:00
Laurent Destailleur
1557d8973f
Fix: [ bug #1403 ] suppression d'une fiche produit impossible
2014-05-26 23:12:47 +02:00
Laurent Destailleur
51b6be4a64
Fix: If user has no perm to see other user, see himself.
2014-05-26 17:33:19 +02:00
Laurent Destailleur
7bd46d8aee
Merge branch '3.5' of git@github.com:Dolibarr/dolibarr.git into 3.5
2014-05-26 17:28:00 +02:00
Laurent Destailleur
1199d54fb2
Fix: When user has no permissions to see all other user, we must keep
...
only user.
2014-05-26 17:21:48 +02:00
Raphaël Doursenaud
c48c3a9d91
Qual: remove PHP closing tag (again)
...
These were reintroduced by careless merge
2014-05-26 13:51:25 +02:00
Raphaël Doursenaud
12fed4f4d7
Fix: CRLF
2014-05-26 12:32:33 +02:00
Laurent Destailleur
4b9d1b901b
Fix: [ bug #1401 ] Problème avec la génération des codes barres
2014-05-25 17:14:33 +02:00
Laurent Destailleur
8e7b310fb6
Fix: [ bug #1400 ] Silent Warning create a draft invoice
2014-05-25 05:01:14 +02:00
Laurent Destailleur
ae01c785c5
Fix: Do not show ref supplier title if ref_supplier not set (currently
...
always the case with 3.5).
2014-05-25 03:57:13 +02:00
BENKE Charles
3d7b6e9a26
Update commonobject.class.php
2014-05-24 19:51:05 +02:00
Laurent Destailleur
9bc1a6b4f5
Fix: favicon must use dol_buildpath and not hardcoded path
...
Conflicts:
htdocs/core/lib/security2.lib.php
2014-05-24 18:29:22 +02:00
Laurent Destailleur
44ebaf45cf
Fix: favicon must use dol_buildpath and not hardcoded path
2014-05-24 18:21:05 +02:00
Laurent Destailleur
872e764c94
Fix: html detection was not working with hx tags.
2014-05-24 14:57:41 +02:00
Laurent Destailleur
07bc933110
Merge branch 'bug-1405' of github.com:marcosgdf/dolibarr into
...
marcosgdf-bug-1405
Conflicts:
ChangeLog
2014-05-23 20:21:41 +02:00
Laurent Destailleur
2771c506e9
Merge branch 'bug-1407' of github.com:marcosgdf/dolibarr into
...
marcosgdf-bug-1407
Conflicts:
ChangeLog
2014-05-23 20:17:41 +02:00
Laurent Destailleur
dc94b6e1bf
Merge branch '3.5' of git@github.com:Dolibarr/dolibarr.git into 3.5
2014-05-23 20:08:43 +02:00
Laurent Destailleur
20ec1e6ac8
Fix: Suppliers invoices must be visible if module supplier is on.
2014-05-23 19:55:40 +02:00
Laurent Destailleur
300e430024
Fix: If user already exists but permissions not set, it was not possible
...
to install Dolibarr.
2014-05-23 16:13:00 +02:00
Marcos García de La Fuente
fa733c8ba4
Fix: [ bug #1405 ] Rouget PDF expedition incorrect when two expeditions under the same commande
2014-05-23 11:42:14 +02:00
Laurent Destailleur
43bf9ba890
Fix: Import of ical files was broken
...
Fix: Can import of ical files from BlueMind.
2014-05-23 04:28:57 +02:00
Marcos García de La Fuente
9cc74c36d2
Missing copyright info
2014-05-23 02:45:15 +02:00
Marcos García de La Fuente
77c09d887a
Fix: [ bug #1407 ] Rouget pdf overlapped when using tracking number and public notes
2014-05-23 02:44:02 +02:00
Florian HENRY
2a16a562d9
Merge branch '3.5' of git@github.com:Dolibarr/dolibarr.git into 3.5
...
Conflicts:
ChangeLog
2014-05-22 12:51:55 +02:00
Florian HENRY
87b9d0412c
Fix element page on project
2014-05-22 12:51:00 +02:00
Laurent Destailleur
3f96632e02
Fix: CRLF
2014-05-21 20:34:52 +02:00
Laurent Destailleur
94335b186e
Merge remote-tracking branch 'origin/3.5' into develop
...
Conflicts:
htdocs/core/modules/propale/mod_propale_marbre.php
2014-05-21 20:30:07 +02:00
Laurent Destailleur
4a7e9e4d0b
Fix: CRLF
2014-05-21 19:54:40 +02:00
Laurent Destailleur
366bd64c4f
Fix: When number reach 9999 with default numbering module, next number
...
will be 10000 instead of 0000 and error.
2014-05-21 19:44:53 +02:00
Laurent Destailleur
544bd27700
Merge pull request #1611 from guerinaxel/patch-3
...
Correcting log use for commonobject.class.php
2014-05-19 16:12:20 +02:00
Laurent Destailleur
ff46adf284
Merge pull request #1607 from GPCsolutions/3.6b-review
...
3.6b review
2014-05-19 16:07:49 +02:00
guerinaxel
1dbcd215b8
Correcting log use for commonobject.class.php
...
Correcting dol_syslog use which had 3 parameters instead of 2.
2014-05-19 15:54:43 +02:00
Laurent Destailleur
e09cc127fd
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2014-05-19 15:10:46 +02:00
Raphaël Doursenaud
00162cc93d
Members: fixed typo
2014-05-19 14:38:26 +02:00
Raphaël Doursenaud
c83a0309b1
Barcode: fixed wrong menu
2014-05-19 14:38:26 +02:00
Raphaël Doursenaud
13cb2e478f
Contracts module configuration: missing translation string
2014-05-19 14:37:30 +02:00
BENKE Charles
86e0d377f8
Update objectline_view.tpl.php
2014-05-19 09:40:06 +02:00
BENKE Charles
c8067931e3
Update commonobject.class.php
2014-05-19 09:32:42 +02:00
BENKE Charles
b210d7a00f
Update commonobject.class.php
...
Hide the margintable if click at the top of it (usefull when customer are just in front of you), reappear when you click again
2014-05-18 14:59:20 +02:00
Laurent Destailleur
b7f55ea99c
Merge remote-tracking branch 'origin/3.5' into develop
...
Conflicts:
htdocs/compta/facture.php
htdocs/core/modules/modAgenda.class.php
htdocs/core/modules/modProduct.class.php
htdocs/fourn/commande/liste.php
2014-05-18 11:52:52 +02:00
Laurent Destailleur
00dd7db75e
Fix: Miscellaneous fixes into emailing target selectors (missing field
...
name, missing translation, sql syntax error, missing fiels other)
2014-05-17 19:43:22 +02:00
Laurent Destailleur
eec5d6d313
Fix: Error management of mass email feature
2014-05-17 19:02:47 +02:00
Laurent Destailleur
f7d1e93136
Move module to status development
2014-05-14 12:27:09 +02:00
Laurent Destailleur
15796ec592
Fix: checkstyle errors
2014-05-14 12:19:45 +02:00
Laurent Destailleur
0027dc30f5
Fix: Modules into core should never, by definition, activate hooks
...
(hooks are architecture solution for external module)
2014-05-14 12:14:18 +02:00
Laurent Destailleur
b3b7da8f08
Merge pull request #1595 from FHenry/develop
...
Add showempty into combobox
2014-05-14 11:46:35 +02:00
Laurent Destailleur
4a347236ee
Merge pull request #1594 from atm-alexis/develop
...
Add detailled view in supplier order as in customer order
2014-05-14 11:40:49 +02:00
Laurent Destailleur
757d92a318
Merge pull request #1589 from aternatik/resource_core
...
Core integration of resource module
2014-05-14 11:25:25 +02:00
Florian HENRY
1f1a9e46fd
Fix warning
2014-05-13 19:12:14 +02:00
Florian HENRY
a421d9f60f
Fix notice pgsql method
2014-05-13 18:54:57 +02:00
Florian HENRY
8274b49fc1
Avoid notice during PGSQL installation
...
$unescapeslashquot
2014-05-13 18:50:35 +02:00
Laurent Destailleur
f621f7eb32
Fix: The rounding mode is now forced when provided explicitly and no
...
more by default (we keep data intact when no mode provided).
2014-05-13 13:22:29 +02:00
Florian HENRY
b6f091926f
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2014-05-13 11:40:39 +02:00
Florian HENRY
d2e2dabf26
Add showempty into combobox
2014-05-13 11:40:19 +02:00
Laurent Destailleur
f918ae7e4f
Decrease log level for disabled trigger
2014-05-13 10:36:01 +02:00
Laurent Destailleur
69eaefc459
Fix: The way we tested if a ref/id already exists was wrong. Introduce a
...
common static method for this. Removed verifNumRef method.
Fix: Add missing logs
2014-05-13 10:12:45 +02:00
Laurent Destailleur
18848eaf74
Clean forms
2014-05-12 13:25:36 +02:00
Laurent Destailleur
5fa05ee29d
Start to clean code of templates to input lines
2014-05-12 12:53:10 +02:00
Alexis Algoud
197ff1a653
Add detailled view in supplier order as in customer order
2014-05-12 12:10:53 +02:00
Laurent Destailleur
64f8dcf131
Fix: Bad syntax of vars
2014-05-12 12:10:52 +02:00
Laurent Destailleur
5f0c4dbe48
Fix: TCPDF error file not found in member card generation
2014-05-12 10:07:57 +02:00
Laurent Destailleur
bb4eed0a1e
Merge pull request #1591 from defrance69/patch-9
...
Update commonobject.class.php
2014-05-12 01:56:39 +02:00
Laurent Destailleur
6b1bdf9913
Merge pull request #1587 from aternatik/odt_thirdpartycontact
...
Fix : bad call of extrafields into contact substitution
2014-05-12 01:53:41 +02:00
BENKE Charles
8c8c641411
Update commonobject.class.php
...
$objecttype == 'order_supplier' already tested on the previous else if
2014-05-11 23:19:18 +02:00
Laurent Destailleur
8428caf8fb
List cleaner
2014-05-11 21:59:35 +02:00
Laurent Destailleur
d4534f4a0b
Fix: [ bug #1384 ] Wrong name for import products and product prices
2014-05-11 17:52:16 +02:00
Marcos García de La Fuente
7b05944530
Corrected strings not translated and typos in English language
2014-05-11 13:14:45 +02:00
jfefe
04161084cf
Fix : missing method to delete linked resource
2014-05-11 12:26:57 +02:00
jfefe
45aa1b9136
Use hook for resource card
2014-05-11 12:11:58 +02:00
jfefe
12aafd219d
Fix : update linked resource
2014-05-11 10:19:38 +02:00
jfefe
901c083ce6
Fix : bad link to list into resource menu
2014-05-11 00:26:54 +02:00
jfefe
225c7ae07b
New : link resource with any element
...
With tpl system, external modules can declare resource with hook getElementResources
2014-05-10 22:07:54 +02:00
Jean-François Ferry
b3f7e9f99b
Fix : bad usage of this
2014-05-10 22:07:54 +02:00
Jean-François Ferry
e4962e9efd
Add resource card
2014-05-10 22:07:13 +02:00
Jean-François Ferry
6a9bf009f2
Clean code
2014-05-10 22:07:13 +02:00
Jean-François Ferry
c5e02edfa8
Add submenu for adding resource
2014-05-10 22:06:23 +02:00
Jean-François Ferry
1caffcffaf
Add new perm to link resource to an element
2014-05-10 22:06:23 +02:00
Jean-François Ferry
c04812cd15
Fix: bad lang file
2014-05-10 22:06:22 +02:00
Jean-François Ferry
fdb50ab116
Move generic function from commonobject.class to functions2.lib.php (work on resource module)
2014-05-10 22:06:22 +02:00
Jean-François Ferry
e76ce87547
Remove unused css
2014-05-10 22:03:05 +02:00
Jean-François Ferry
6e24004e82
Remove resource module config page
2014-05-10 22:03:05 +02:00
Jean-François Ferry
bb58bed930
In commonoobject add method for adding resource to an element
2014-05-10 22:03:05 +02:00
Jean-François Ferry
e63f8b87c1
Mark resource module as experimental / need Dolibarr 3.5
2014-05-10 22:03:05 +02:00
Jean-François Ferry
71c44d82ab
Move resource module functions into commonobject :
...
- new method to get an array with object properties
- new method to fetch an object only with id and element_type
2014-05-10 22:03:05 +02:00
Jean-François Ferry
d9c567ca3d
Prepare structure for upstream merge
2014-05-10 22:03:05 +02:00
Laurent Destailleur
3776f7b146
Fix: margin calculation from % when we enter a free product.
2014-05-10 20:10:59 +02:00
Laurent Destailleur
2bac66fd52
Merge remote-tracking branch 'origin/3.5' into develop
2014-05-10 19:53:06 +02:00
Laurent Destailleur
7bb24969d8
Fix: [ bug #1372 ] Margin calculation does not work in proposals
2014-05-10 19:52:24 +02:00
Laurent Destailleur
12055aa44a
I did a better fix to have no more dependencies between modules.
2014-05-10 19:04:33 +02:00
Laurent Destailleur
c20a5d7e18
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2014-05-10 19:02:55 +02:00
Laurent Destailleur
f95c87f1d6
Fix: [ bug #1374 ] Salaries module requires "Special costs" module to
...
work but it does not enable it
2014-05-10 18:57:04 +02:00
jfefe
31044f1f72
Fix : bad call of extrafields into contact substitution (works with socpeople)
2014-05-10 18:51:54 +02:00
Juanjo Menent
4e53b57313
Fix: [ bug #1374 ] Salaries module requires "Special costs" module to
...
work but it does not enable it
2014-05-10 17:54:13 +02:00
Laurent Destailleur
1724fd2f89
Merge branch '3.5' of git@github.com:Dolibarr/dolibarr.git into 3.5
2014-05-10 16:44:12 +02:00
Laurent Destailleur
4e41b721fb
Fix: Nb of notes and doc not visible onto tasks.
2014-05-10 16:43:47 +02:00
Laurent Destailleur
f855709cf4
Merge pull request #1585 from FHenry/3.5
...
"or" into if instead of ||
2014-05-10 15:44:25 +02:00
Laurent Destailleur
a627dd9ae8
Fix: Duplicate line when project has no tasks.
2014-05-09 17:14:40 +02:00
Florian HENRY
2aa2f896c6
Merge branch '3.5' of git@github.com:Dolibarr/dolibarr.git into 3.5
2014-05-09 13:28:45 +02:00