Improve : PRINTJRN search in detail VAT mode
This commit is contained in:
parent
9bc39834df
commit
7470954f01
3 changed files with 6 additions and 1 deletions
|
|
@ -26,6 +26,7 @@ if (!defined('ALLOWED'))
|
|||
* @file
|
||||
* @brief Display one purchase operation on one line , with the sum of VAT, ND...
|
||||
*/
|
||||
echo \HtmlInput::filter_table("tb_print_ledger", "0,1,2,3,4,5,6,7", 1);
|
||||
?>
|
||||
<TABLE class="result">
|
||||
<tr>
|
||||
|
|
|
|||
|
|
@ -27,6 +27,8 @@ if (!defined('ALLOWED'))
|
|||
* @brief from Acc_Ledger_History_Sale::export_html_oneline
|
||||
* @todo prévoir aussi pour les non assujetti : faire disparaître les montants TVA
|
||||
*/
|
||||
|
||||
echo \HtmlInput::filter_table("tb_print_ledger", "0,1,2,3,4,5,6", 1);
|
||||
?>
|
||||
<TABLE class="result">
|
||||
<tr>
|
||||
|
|
|
|||
|
|
@ -25,8 +25,10 @@
|
|||
* @brief detail of the list of operation with VAT and items
|
||||
*/
|
||||
bcscale(2);
|
||||
|
||||
|
||||
?>
|
||||
<table class="result">
|
||||
<table class="result" id="tb_print_ledger">
|
||||
<tr>
|
||||
<th>
|
||||
<?=_('Date')?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue