Regis Houssin
|
51d3d33947
|
Merge pull request #339 from marcosgdf/bug-511
Fixed bug #511
|
2012-08-23 00:02:23 -07:00 |
|
Marcos García
|
fcb4f5ce67
|
Renamed MySQL alias that could cause conflicts
|
2012-08-23 09:00:31 +02:00 |
|
Marcos García
|
43e4f139d5
|
Fixed bug #511
A pagination problem was causing duplicated records
https://doliforge.org/tracker/?func=detail&aid=511&group_id=144
|
2012-08-23 08:21:32 +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
|
37c4898720
|
Removed "./" in require statements
It does not make any sense to do that
|
2012-08-23 01:43:44 +02:00 |
|
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
|
5a73c32f46
|
Migrated ClassName to __construct() function
Changed $DB to $db
lower-cased "Class"
|
2012-07-30 17:17:33 +02:00 |
|
Laurent Destailleur
|
a429a930d0
|
Fix: Uniformize code and PHPUnit tests
|
2012-07-29 20:07:03 +02:00 |
|
Marcos García
|
9dc38f4382
|
Created rest of BackToList links
|
2012-07-28 21:49:47 +02:00 |
|
Regis Houssin
|
cd7bf41ae0
|
Fix: php 5.4 strict mode warning
|
2012-07-09 10:08:56 +02:00 |
|
Laurent Destailleur
|
5ab3512914
|
Fix: Missing permission check
|
2012-06-05 23:12:40 +02:00 |
|
Laurent Destailleur
|
aa9648288c
|
Uniformize order of fileds
|
2012-05-08 15:01:20 +02:00 |
|
Regis Houssin
|
73487a6aec
|
Fix: replace mktime() by dol_now()
|
2012-04-30 15:01:25 +02:00 |
|
Laurent Destailleur
|
8f836d82cb
|
Fix: Better fix
|
2012-04-06 00:36:21 +02:00 |
|
Laurent Destailleur
|
3d3b939c4c
|
Merge pull request #145 from viniciusvgn/develop
Fix: Problem Loading The Type of Payment
|
2012-04-05 15:20:23 -07:00 |
|
Vinicius Nogueira
|
4be4538028
|
Trans: Added line that was missing
|
2012-04-03 23:45:00 -03:00 |
|
Laurent Destailleur
|
bb67c95c3d
|
Uniformize code
|
2012-04-02 20:08:08 +02:00 |
|
Laurent Destailleur
|
7379fd1553
|
New: Add link to back statement on bank line card.
|
2012-04-01 15:23:04 +02:00 |
|
Laurent Destailleur
|
79291ff610
|
Fix: Trans
|
2012-03-31 18:34:28 +02:00 |
|
simnandez
|
2e7ce7647b
|
Fix: Sanizite data
|
2012-03-29 08:38:38 +01:00 |
|
Laurent Destailleur
|
fbfff99b80
|
Fix: Can delete a paiement if bank line was deleted.
|
2012-03-28 17:26:53 +02:00 |
|
Regis Houssin
|
be7da6f52c
|
Fix: avoid warning in php strict mode
|
2012-03-23 16:44:45 +01:00 |
|
Laurent Destailleur
|
ab6c1a5160
|
Qual: Add new PHPUnit test and fix bugs the test show me
|
2012-03-21 12:33:51 +01:00 |
|
Laurent Destailleur
|
ed41e03589
|
Qual: Fix a ton of CheckStyle errors
|
2012-03-18 19:23:01 +01:00 |
|
Laurent Destailleur
|
2aa92fa249
|
Fix: bad class
|
2012-03-11 23:46:31 +01:00 |
|
simnandez
|
96fc2cb8ea
|
Fix: Security
Qual: Clean data if transfer is ok
|
2012-03-08 12:20:47 +01:00 |
|
Laurent Destailleur
|
1645ddbe47
|
Sec: Sanitize all input for ids.
|
2012-02-27 22:26:22 +01:00 |
|
Laurent Destailleur
|
8c0ad673e8
|
Reduce size of form.class
|
2012-02-20 12:31:01 +01:00 |
|
Laurent Destailleur
|
c4b845d60a
|
Qual: Removed deprecated function name.
|
2012-02-19 18:34:22 +01:00 |
|
Laurent Destailleur
|
e178077e1e
|
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git
into develop
Conflicts:
htdocs/compta/bank/ligne.php
|
2012-02-15 12:22:18 +01:00 |
|
Laurent Destailleur
|
c89fd4b1e7
|
New: Can conciliate several lines in one operation.
|
2012-02-15 12:16:33 +01:00 |
|
Laurent Destailleur
|
8eaf9602d9
|
Fix: If choice was forced to another value by user, we must keep choice of user
|
2012-02-13 20:12:03 +01:00 |
|
Regis Houssin
|
f07b6397fc
|
Fix: test if type of paiement is cash for cash account
|
2012-02-13 15:18:23 +01:00 |
|
Regis Houssin
|
c86183e18c
|
Fix: uniformize code and force paiement type if cash account
|
2012-02-13 14:49:20 +01:00 |
|
Laurent Destailleur
|
070f157f08
|
Fix: Delete bank account
|
2012-01-19 23:31:37 +01:00 |
|
Laurent Destailleur
|
d9aa0c4b28
|
Qual: Normalize field names
|
2012-01-19 22:20:28 +01:00 |
|
Laurent Destailleur
|
7950ab2677
|
Fix: Avoid duplicate line
|
2012-01-14 01:13:24 +01:00 |
|
Laurent Destailleur
|
4c0d7378d3
|
Some change to prepare artichow removal
|
2012-01-07 21:32:35 +01:00 |
|
Laurent Destailleur
|
9e065b2395
|
New: Dolgraph function works with jflot (use DOL_MAIN_GRAPH=artichow to
use old libraries)
|
2012-01-07 20:56:52 +01:00 |
|
Laurent Destailleur
|
efd5f5eaa4
|
Look: Add line "None" when there is no bank account
|
2011-12-30 00:33:34 +01:00 |
|
Laurent Destailleur
|
c2348ef600
|
Uniformize field country_id, country_code, country
|
2011-12-29 18:07:41 +01:00 |
|
Laurent Destailleur
|
cda132ea8c
|
Qual: Some change to have graph lib able to use img disk generation
libraries like javascript libraries.
|
2011-12-17 15:55:49 +01:00 |
|
Laurent Destailleur
|
730690bd01
|
W3C
|
2011-12-14 09:58:55 +01:00 |
|
Laurent Destailleur
|
ebea7f6c97
|
Fix: fix not initialized variables
|
2011-12-05 18:36:54 +01:00 |
|
Laurent Destailleur
|
e6f3599847
|
Qual: Some code cleaning
|
2011-12-04 22:25:49 +01:00 |
|
Laurent Destailleur
|
71e0f825b2
|
New: Add box for expired services
|
2011-11-23 18:10:10 +01:00 |
|
Laurent Destailleur
|
839781dfbe
|
Qual: Removed a TODO by renaming all ->monnaie into ->currency
|
2011-11-23 14:55:36 +01:00 |
|
Regis Houssin
|
f0c327c070
|
Fix: uniform code
replace all $html by $form with exceptions "$htmlname, $htmltooltip"
|
2011-11-08 17:22:31 +08:00 |
|
Laurent Destailleur
|
8193e8a54e
|
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
|
2011-11-06 15:45:03 +01:00 |
|