BENKE Charlie
522f17e6f9
Update doc_generic_invoice_odt.modules.php
2016-01-04 15:07:17 +01:00
BENKE Charlie
11bef2d044
Update doc_generic_shipment_odt.modules.php
2016-01-04 15:06:50 +01:00
BENKE Charlie
99f3df6128
Update doc_generic_order_odt.modules.php
2016-01-04 15:06:28 +01:00
BENKE Charlie
2f56df4899
Update doc_generic_odt.modules.php
2016-01-04 15:03:05 +01:00
BENKE Charlie
a4d24a04a7
Update doc_generic_proposal_odt.modules.php
2016-01-04 15:00:46 +01:00
BENKE Charlie
b308baaf27
Update doc_generic_task_odt.modules.php
2016-01-04 14:58:57 +01:00
BENKE Charlie
f4953a3a6e
Update doc_generic_project_odt.modules.php
2016-01-04 14:55:53 +01:00
BENKE Charlie
e41fe61ab0
Update doc_generic_invoice_odt.modules.php
2016-01-04 14:53:28 +01:00
BENKE Charlie
88912b29d9
Update doc_generic_shipment_odt.modules.php
2016-01-04 14:51:15 +01:00
BENKE Charlie
66834df34c
Update doc_generic_order_odt.modules.php
2016-01-04 14:47:47 +01:00
BENKE Charlie
768ef73f49
Parameters harmonization of hook execute call
2016-01-04 14:43:38 +01:00
Laurent Destailleur
1e1d6d4955
Fix to be able to use dolibarr with a smartphone
2016-01-03 19:34:19 +01:00
Laurent Destailleur
b2c41d8565
Fix search forms
2016-01-03 18:46:10 +01:00
Laurent Destailleur
abe3f192fa
Debug and fix when using dolibarr with jmobile
2016-01-03 16:23:23 +01:00
Laurent Destailleur
96e5651ed5
Fix missing field on list. Restor ability to search on supplier ref.
2016-01-03 14:38:47 +01:00
Laurent Destailleur
d5fa91f7ba
Fix several bugs in css and in jmobile usage
2016-01-02 20:48:19 +01:00
Laurent Destailleur
04c5516483
Fix the format "dayall" does not exists. Instead add missing format
...
"_locale" using correct language file.
2016-01-02 11:51:40 +01:00
Laurent Destailleur
865d93b19e
Merge pull request #4324 from defrance/patch-93
...
Add rfc and dayall format for extrafields date
2016-01-02 11:39:42 +01:00
Laurent Destailleur
1ae4bef04b
Fix conflict with the div #dialog used for popup cut and paste of
...
address.
2016-01-02 00:27:14 +01:00
BENKE Charlie
dbb8e49654
Update commondocgenerator.class.php
2016-01-01 12:47:27 +01:00
BENKE Charlie
b1aba4b93b
Add rfc and dayall format for extrafields date
2015-12-31 18:50:28 +01:00
Laurent Destailleur
2cbcbb8f85
Merge pull request #4319 from ParisLiakos/develop
...
FIX MAIN_ROUNDOFTOTAL_NOT_TOTALOFROUND is always overriden
2015-12-31 15:04:16 +01:00
Laurent Destailleur
a234482d08
FIX #3694
2015-12-31 14:55:53 +01:00
Laurent Destailleur
c004342976
FIX #3694
2015-12-31 14:55:10 +01:00
aspangaro
2c1ff3ca47
Merge remote-tracking branch 'Upstream/develop' into develop-a7
...
Conflicts:
htdocs/langs/en_US/accountancy.lang
2015-12-31 06:07:08 +01:00
Paris Liakos
b6b422042c
MAIN_ROUNDOFTOTAL_NOT_TOTALOFROUND is always overriden
2015-12-29 03:43:49 +02:00
bobby
68b3480c86
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2015-12-28 11:46:02 +01:00
bobby
46532ccb55
FIX/NEW : Accountancy
2015-12-28 11:08:14 +01:00
bobby
eec22169e3
FIX feature
2015-12-28 10:21:38 +01:00
bobby
10ff19eb46
NEW : if nb total of lines provided in print barre_liste, display in
...
title
2015-12-28 10:20:23 +01:00
Laurent Destailleur
6f474c403c
Merge remote-tracking branch 'origin/3.8' into develop
...
Conflicts:
htdocs/commande/class/commande.class.php
htdocs/filefunc.inc.php
htdocs/product/list.php
htdocs/societe/notify/card.php
htdocs/societe/price.php
2015-12-27 19:15:20 +01:00
Bahfir Abbes
ce49c0d5dc
Update conf.class.php
...
I used dol_sanitizeFileName only for $file in order to not clean the two '/' characters needed in the path
2015-12-27 18:27:18 +01:00
Laurent Destailleur
5afed31265
Merge pull request #4305 from marcosgdf/bug-4036
...
FIX #4036 Direct printing module without any driver configured, shows an unformatted error message
2015-12-27 17:37:29 +01:00
Laurent Destailleur
a9b52f36e6
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2015-12-27 17:06:05 +01:00
Laurent Destailleur
c64eac5e72
Fix doc and mysql min version
2015-12-27 17:05:56 +01:00
Marcos García de La Fuente
c40c695d20
FIX #4036 Direct printing module without any driver configured, shows an unformatted error message
2015-12-27 14:58:33 +01:00
bobby
e557c002c8
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2015-12-26 11:56:10 +01:00
aspangaro
e0da56bcd0
Accountancy Add a list to select accounting account on donation admin
2015-12-26 05:56:14 +01:00
Marcos García de La Fuente
686348a0d6
FIX #4287 SQL error when accessing an unexisting proposal
2015-12-25 11:47:48 +01:00
Bahfir Abbes
0027e1a8ba
Include local constants files and fetch their values to the corresponding database constants
...
Modules may declare their file constants in a file named as : "module name"_consts.php and located in the module root folder.
They may also assign a correspondence between file constants they define and their equivalent database constants in a table named $file2bddconsts defined in their constants file.
To get this two functions the module need to add its name to the list of modules in LOCAL_CONSTS_FILES.
2015-12-24 20:25:54 +01:00
Laurent Destailleur
a4d5e022cf
Fix pagination on limit failed when limit was forced on url
2015-12-24 12:52:11 +01:00
Laurent Destailleur
66e0c1285e
Disable a bugged box
2015-12-24 11:38:30 +01:00
Laurent Destailleur
74e8738ca7
Fix: if option to select thirdparties using a combo box after n chars
...
was on, it was no more possible to clear the filter.
2015-12-24 11:24:56 +01:00
Florian HENRY
930eb6dccf
FIX : bug with head.lib.js if MAIN_MAX_DECIMALS_SHOWN use ...
...
FIX : List of supplier order to invoice must use billed new column
2015-12-23 14:15:30 +01:00
aspangaro
ec7cffd6a4
Merge remote-tracking branch 'Upstream/develop' into develop-a7
2015-12-22 07:11:10 +01:00
Laurent Destailleur
ad5f65e988
Fix: use the mini image on tooltip of thirdparties
2015-12-21 17:32:57 +01:00
Laurent Destailleur
db7a98f0ef
Fix: When a payment mode was disabled, it was not visible on old
...
records.
Fix: init of $limit not correctly set according to 3.9 rules on most
pages.
2015-12-21 13:56:59 +01:00
Laurent Destailleur
536413523a
Fix to show ref of linked object on documents. Fix is not complete but
...
stable.
2015-12-21 12:52:10 +01:00
Laurent Destailleur
0a515ca8c0
Merge remote-tracking branch 'origin/3.8' into develop
...
Conflicts:
htdocs/compta/facture/class/facture.class.php
2015-12-21 12:38:23 +01:00
Laurent Destailleur
7e03aaee23
Merge remote-tracking branch 'origin/3.7' into 3.8
2015-12-21 12:25:47 +01:00