Author: danydb
Date: 2012-03-28 15:23:08 +0200 (Wed, 28 Mar 2012)
New Revision: 4800
Modified:
phpcompta/tags/rel600/include/impress_poste.inc.php
Log:
faire apparentre nom,id et quickcode lors impression fiche (PRINTPOSTE)
Modified: phpcompta/tags/rel600/include/impress_poste.inc.php
===================================================================
--- phpcompta/tags/rel600/include/impress_poste.inc.php 2012-03-27 21:22:25 UTC
(rev 4799)
+++ phpcompta/tags/rel600/include/impress_poste.inc.php 2012-03-28 13:23:08 UTC
(rev 4800)
@@ -219,8 +219,13 @@
if ( ! isset($_REQUEST['oper_detail']) )
{
echo '<div class="content">';
+ echo '<h2 class="info"> ' .
+ '(' . $fiche->id . ')' .
+ $fiche->getName() . ' ' .
+ ' [ ' . $fiche->get_quick_code() . ' ] ' .
+ '<h2>';
$fiche->HtmlTableHeader();
- $fiche->HtmlTable(null,$_GET['ople']);
+ $fiche->HtmlTable(null, $_GET['ople']);
$fiche->HtmlTableHeader();
echo "</div>";
}
@@ -228,10 +233,16 @@
{
// Detail //
echo '<div class="content">';
+ echo '<h2 class="info"> ' .
+ '(' . $fiche->id . ')' .
+ $fiche->getName() . ' ' .
+ ' [ ' . $fiche->get_quick_code() . ' ] ' .
+ '<h2>';
+
$fiche->HtmlTableHeader();
$fiche->HtmlTableDetail();
$fiche->HtmlTableHeader();
-
+ echo "</div>";
}
exit;
}
---
PhpCompta est un logiciel de comptabilité libre en ligne (full web)
Projet opensource http://www.phpcompta.eu
_______________________________________________
Phpcompta est un logiciel libre de comptabilité en ligne
(http://www.phpcompta.eu)
Phpcompta-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/phpcompta-dev