From e79ac7081a8493bd30beb0422ef085698aafef8f Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 12 Nov 2019 17:37:05 +0100 Subject: [PATCH] Look and feel v11 --- build/exakat/README.md | 16 ++++++++++++++++ htdocs/compta/prelevement/card.php | 4 ++-- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/build/exakat/README.md b/build/exakat/README.md index da04e781765..3b9052e5281 100644 --- a/build/exakat/README.md +++ b/build/exakat/README.md @@ -1,4 +1,5 @@ +== Install exakat == mkdir exakat cd exakat curl -o exakat.phar http://dist.exakat.io/index.php?file=latest @@ -11,3 +12,18 @@ cd .. php exakat.phar version php exakat.phar doctor + +== Init project == +php + + +Edit config.ini file to exclude some dirs: +ignore_dirs[] = "/htdocs/includes"; +ignore_dirs[] = "/scripts"; +ignore_dirs[] = "/build"; +ignore_dirs[] = "/dev"; +ignore_dirs[] = "/documents"; + + +== Analyze project == +php diff --git a/htdocs/compta/prelevement/card.php b/htdocs/compta/prelevement/card.php index fb41142d970..72508c804a5 100644 --- a/htdocs/compta/prelevement/card.php +++ b/htdocs/compta/prelevement/card.php @@ -177,7 +177,7 @@ if ($id > 0 || $ref) print '
'; print '
'; - print ''; + print '
'; //print ''; print ''; @@ -214,7 +214,7 @@ if ($id > 0 || $ref) print '
'; print '
'; - print '
'.$langs->trans("Ref").''.$object->getNomUrl(1).'
'.$langs->trans("Date").''.dol_print_date($object->datec, 'day').'
'; + print '
'; $acc = new Account($db); $result = $acc->fetch($conf->global->PRELEVEMENT_ID_BANKACCOUNT);