Marcos García
f3674317ec
Removed parenthesis from all require and replaced with single quotes
2012-08-22 23:24:21 +02:00
Marcos García
706d79986c
Removed parenthesis from all require_once and replaced with single quotes
2012-08-22 23:11:24 +02:00
Marcos García
d32ed9b39c
Missing copyright
2012-08-18 18:49:18 +02:00
Marcos García
44fd4e7eb8
Fixed a SQL error when listing lines of an invoice
...
Column 'localtax1_tx' in field list is ambiguous
2012-08-18 18:47:12 +02:00
Regis Houssin
058d0b1b08
Fix: [ bug #503 ] Unable to delete linked file to a deposit
2012-08-18 08:51:52 +02:00
Regis Houssin
d03b29ba78
Fix: [ bug #502 ] Error when validating cheque deposit
2012-08-18 08:30:29 +02:00
Regis Houssin
3468787a29
Fix: best view
2012-08-16 20:20:23 +02:00
Regis Houssin
d03eb5af4a
New: add total vat field
2012-08-16 20:11:48 +02:00
Regis Houssin
97474bf77f
Fix: strict mode safari
2012-08-16 19:18:24 +02:00
Regis Houssin
b3d09478ca
Merge pull request #313 from lrq3000/develophooks
...
A lot of hooks and triggers implemented + custom substitution function for lines in ODT
2012-08-16 08:15:19 -07:00
Regis Houssin
f714897873
Fix: limit to products and services
2012-08-15 10:34:10 +02:00
Marcos García
37332ee040
Forgot to rename the variable
2012-08-15 01:20:53 +02:00
Marcos García
764c0a50cd
Fixed more average amount graph stats. They include:
...
* Customer's orders
* Supplier's orders
* Customer's invoices
* Trips and expense
2012-08-14 21:23:14 +02:00
Stephen L
c1d15a9572
Add: hooks and triggers for a lot of core modules (action/calendrier, deplacement, dons, tva, contact/tiers, contrat, product lines, expedition, fournisseur commandes et factures, fiche intervention, projet et taches)
...
Signed-off-by: Stephen L. <lrq3000@gmail.com>
2012-08-14 15:50:45 +02:00
Laurent Destailleur
068c536741
Fix: Delete all files (PROV* when validating.
2012-08-07 14:24:54 +02:00
Regis Houssin
1b2e6aa5e4
Fix: remove draft status if invoice is validated
2012-08-06 09:13:50 +02:00
Laurent Destailleur
e53ae6eea2
Fix: W3C
2012-08-05 21:59:45 +02:00
Laurent Destailleur
e53e847083
Qual: Uniformize code
2012-08-05 14:37:45 +02:00
Regis Houssin
447fc1de1a
Merge branch 'develop' of git+ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-08-03 20:10:01 +02:00
Regis Houssin
0d96803937
Fix: strict mode tour
2012-08-03 20:09:37 +02:00
Laurent Destailleur
6cf97a7317
Clean dead code
2012-08-03 14:18:48 +02:00
Regis Houssin
286854bf2c
Fix: [bug #478 ] Can access pages belonging to disabled modules
2012-08-03 11:56:42 +02:00
Regis Houssin
2e73cd7ddf
Fix: missing fields and compatibility with milestone
2012-08-01 17:38:10 +02:00
Laurent Destailleur
8d031900f9
[ bug #464 ] Payment form should allow to add transmitter for bank transfers
2012-07-31 13:40:38 +02:00
Marcos García
5a73c32f46
Migrated ClassName to __construct() function
...
Changed $DB to $db
lower-cased "Class"
2012-07-30 17:17:33 +02:00
Regis Houssin
914087b92e
Merge pull request #275 from marcosgdf/translations
...
Minor fixes
2012-07-30 03:03:54 -07:00
Marcos García
d1cbf4f944
Fixed BIG es_ES translation problem with donations module
...
Fixed some es_ES and en_US typos
There was a string that wasn't available for translation
2012-07-30 03:18:17 +02:00
Marcos García
e26b53e8c5
Fixed a PHP fatal error warning in remisecheque.class.php
2012-07-29 21:43:19 +02:00
Laurent Destailleur
a429a930d0
Fix: Uniformize code and PHPUnit tests
2012-07-29 20:07:03 +02:00
Regis Houssin
28851b46c4
Fix: remove duplicate code
2012-07-29 16:44:19 +02:00
Regis Houssin
a64723ea74
Fix: replace with new event message system
2012-07-29 16:11:52 +02:00
Regis Houssin
1591a5ac3b
Merge branch 'develop' of git+ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-07-29 15:47:40 +02:00
Regis Houssin
0aa6694c95
Fix: broken event message
2012-07-29 15:47:24 +02:00
Laurent Destailleur
e8b2489c1c
Checkstyle
2012-07-29 15:28:39 +02:00
Laurent Destailleur
d6a5b224fb
Revert bad practice: setEvent use SESSION. Such usage is limited to HTML
...
page context and can be used inside any pages.
However usage of _SESSION must never be used inside a library (except
for function dedicated to HTML page context), and never inside
object classes (we must use $this->errors, $this->mesgs or
$this->warnings instead).
2012-07-29 14:15:29 +02:00
Regis Houssin
eee5653c54
Fix: try to use the new message system
2012-07-29 12:54:19 +02:00
Regis Houssin
9cdba5bb61
Fix: try another method more clean and can be deployed on any type of
...
message
2012-07-29 08:26:33 +02:00
Regis Houssin
75588c2eb3
Merge pull request #272 from marcosgdf/backtolist-links
...
Created BackToList links
2012-07-28 13:15:42 -07:00
Regis Houssin
c7bacecf10
Fix: try to use another method for messages
2012-07-28 22:07:27 +02:00
Marcos García
9dc38f4382
Created rest of BackToList links
2012-07-28 21:49:47 +02:00
Marcos García
2eeaad1352
BackToList links in Financial section
2012-07-28 21:22:59 +02:00
Marcos García
a6c8838b8f
Applied patches 9-15
2012-07-27 21:27:03 +02:00
Regis Houssin
b2317fd3ee
Fix: external user confidentiality
2012-07-26 18:11:06 +02:00
Laurent Destailleur
105e91dfea
Fix: Redirect after delete to correct page
2012-07-25 15:03:06 +02:00
Laurent Destailleur
dce9b96260
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
Conflicts:
htdocs/core/lib/functions2.lib.php
htdocs/install/lib/repair.lib.php
htdocs/install/mysql/migration/3.2.0-3.3.0.sql
2012-07-25 12:20:45 +02:00
Regis Houssin
a4f35bbfd5
Fix: uniformize $mesgs
2012-07-23 21:45:22 +02:00
Regis Houssin
2035eb0b14
Fix: strict mode mini
2012-07-23 21:40:34 +02:00
Regis Houssin
eba0db736e
Fix: try to use $mesgs (array) for stock all messages and
...
$_SESSION['dol_message'] for specific message when a page is reloading
2012-07-23 21:31:10 +02:00
Regis Houssin
d5ff308992
Fix: declare $mesg and $mesgs in main.inc.php
...
Fix: strict mode be back
2012-07-23 20:52:55 +02:00
Laurent Destailleur
66ea44886b
Fix: Permissions when using web services.
2012-07-22 02:33:21 +02:00