Laurent Destailleur
|
d5822b7fbd
|
Fix: Syntax sql error when adding/editing line of contract and when
company does not use vat.
|
2013-03-05 18:13:27 +01:00 |
|
Laurent Destailleur
|
2dce0c68e8
|
Merge pull request #652 from cbattarel/3.3
3.3 : fix bug in contract update line (wrong vat variable name)
|
2013-02-13 05:56:09 -08:00 |
|
Christophe Battarel
|
c6b263c586
|
fix bug in contract update line (wrong vat variable name)
|
2013-02-13 09:53:26 +01:00 |
|
Laurent Destailleur
|
8d206fdfb0
|
Prepare move to other licence. For the moment all answers for licence
upgrade were not yet received. So we prepare for GPL by uniformizing
licence text keys to GPL-3+. Will move later to AGPL if all answers are
positive.
|
2013-01-16 15:36:08 +01:00 |
|
Laurent Destailleur
|
96416735df
|
Fix: [ bug #618 ] External accounts can access confidential informations
(a lot)
|
2013-01-02 18:43:59 +01:00 |
|
Laurent Destailleur
|
dbdc4e6ce8
|
Fix: Normalize option names
|
2012-12-31 13:40:13 +01:00 |
|
Regis Houssin
|
b838895db9
|
Fix: change for a neutral email
|
2012-12-30 15:13:49 +01:00 |
|
Laurent Destailleur
|
ca2b3f11b1
|
Fix: Several fix in trigger names
|
2012-12-30 12:24:53 +01:00 |
|
Laurent Destailleur
|
8436f0666d
|
Fix: [ bug #252 ] Contrat : pas d'éditeur WYSIWYG
Fix: Margins information must be visible for orders, proposals and
invoices only.
Fix: Delete button for contracts not visible
|
2012-12-28 11:36:31 +01:00 |
|
Laurent Destailleur
|
078b015db8
|
Work on multitax (vat). Need your test.
Qual: Because params were often missing in calculate_price(), params are
now mandatory.
|
2012-11-03 16:32:49 +01:00 |
|
Laurent Destailleur
|
31779cdbd1
|
Fix: Bad date format
|
2012-10-22 00:28:32 +02:00 |
|
Regis Houssin
|
d705995a49
|
Fix: convert line delimiters
|
2012-10-18 10:36:53 +02:00 |
|
Regis Houssin
|
446a81b4c4
|
Fix: move class in template
|
2012-10-18 10:35:55 +02:00 |
|
Laurent Destailleur
|
325d47c882
|
Fix: Creation of notes was not using DolEditor class.
|
2012-10-14 13:18:52 +02:00 |
|
Laurent Destailleur
|
8ff506b120
|
Sec: Sanitize all params page, sortfield and sortorder
|
2012-10-13 14:47:46 +02:00 |
|
Laurent Destailleur
|
9d732b0876
|
Fix: nowrap
|
2012-09-27 12:53:17 +02:00 |
|
Regis Houssin
|
43c0a03758
|
Fix: strict mode tornado
|
2012-09-15 11:21:22 +02:00 |
|
Regis Houssin
|
e19f8c54f1
|
Fix: strict mode hurricane
|
2012-09-15 10:01:35 +02:00 |
|
Laurent Destailleur
|
2c2d17b101
|
Fix: Try a fix to avoid having the hover on array that should not have
it.
|
2012-09-09 13:13:24 +02:00 |
|
Marcos García
|
4209898d20
|
Lower-cased Header function
|
2012-08-31 05:58:38 +02:00 |
|
Laurent Destailleur
|
3771ad2e87
|
Fix: Restore line feed after removing it from select_product function.
|
2012-08-29 09:43:24 +02:00 |
|
Marcos García
|
9b3c89ac47
|
Removed parenthesis from all include and include_once and replaced with single quotes
|
2012-08-23 02:40:41 +02:00 |
|
Marcos García
|
706d79986c
|
Removed parenthesis from all require_once and replaced with single quotes
|
2012-08-22 23:11:24 +02:00 |
|
simnandez
|
c8a1bc5490
|
Qual: A closed contract no more invoiceable
|
2012-08-18 16:42:46 +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
|
c247c710ec
|
Qual: Uniformize code
|
2012-08-05 15:00:24 +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
|
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
|
0aa6694c95
|
Fix: broken event message
|
2012-07-29 15:47:24 +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
|
b3b33b7aca
|
BackToList links in Contracts section
|
2012-07-28 20:59:57 +02:00 |
|
Regis Houssin
|
7d2f7e9800
|
Fix: strict mode crazy
|
2012-07-25 11:46:33 +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 |
|
Marcos García
|
319cf18b3b
|
The tab Documents of the Contracts module wasn't being translated
|
2012-07-19 19:29:43 +02:00 |
|
Marcos García
|
98dfa8cd2e
|
Fixed bug https://doliforge.org/tracker/?func=detail&aid=456&atid=246&group_id=144
|
2012-07-19 09:12:41 +02:00 |
|
Regis Houssin
|
6f1651309e
|
Fix: global converting lines delimiter
|
2012-07-02 19:30:37 +02:00 |
|
Regis Houssin
|
af38a2fab7
|
Fix: bad parameters, use global
|
2012-06-10 10:29:43 +02:00 |
|
Regis Houssin
|
b51cd362b0
|
Fix: problem with external modules and uniformize code
|
2012-06-09 18:40:36 +02:00 |
|
Laurent Destailleur
|
c2db3265ec
|
Fix: Regression with quot management. Try a better fix.
|
2012-05-30 12:43:23 +02:00 |
|
Regis Houssin
|
a5b0de15ac
|
Fix: can't delete a files with quote
|
2012-05-30 08:30:25 +02:00 |
|
Laurent Destailleur
|
3fc3292142
|
Fix: delete of documents is done by page of element, not by the view
wrapper.
|
2012-05-29 23:50:13 +02:00 |
|
Regis Houssin
|
516be43404
|
Fix: jquery fileupload broken feature
|
2012-05-25 20:56:05 +02:00 |
|
Laurent Destailleur
|
a83fd529af
|
Fix: bad br
|
2012-05-07 20:56:36 +02:00 |
|
Regis Houssin
|
1b350fafd1
|
Fix: missing entity field in contract
Fix: multicompany compatibility
|
2012-05-03 18:42:46 +02:00 |
|
Regis Houssin
|
73487a6aec
|
Fix: replace mktime() by dol_now()
|
2012-04-30 15:01:25 +02:00 |
|
Laurent Destailleur
|
317abb46fd
|
Fix: Start war bug
|
2012-04-07 02:24:32 +02:00 |
|