Merge branch 'dev-7201' into entreprise
* dev-7201: Bug 1786: Comptabilité analytique : TVA non déductible bloque http_input , trim on array is invalid Test : correct test for Acc_Ledger_Factory : payment status Bug in reconcile for bank amount: total_invoice is null for FIN and ODS Bug : search Bug #1783 : les nombres commençant par zéro ne sont pas supportés zero is considered as empty value http_input replace empty by a value export historic card csv : column wrong Remove direct access to $http Documentation + bug cosmetic about TVA_SIDED : total operation shown instead of total_invoice (VAT REVERSED) Fix cosmetic + export histo CSV with operation filter Round VAT add forgotten file Change logo warning about session_start Acc_Ledger_Search , fix small bug + Test file Documentation TEST fix bug in acc_balanceTest
This commit is contained in:
commit
cb0a8491de
28 changed files with 319 additions and 75 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
session_start();
|
||||
@session_start();
|
||||
?>
|
||||
<!doctype html>
|
||||
<HTML><HEAD>
|
||||
|
|
@ -79,7 +79,7 @@ session_start();
|
|||
</head>
|
||||
<body>
|
||||
<p align="center">
|
||||
<IMG SRC="image/logo7100.png" style="width: 400px;z-index:-1;position:fixed;top:30px;rigth:50px;opacity: 0.2" alt="NOALYSS">
|
||||
<IMG SRC="image/logo7200.png" style="width: 400px;z-index:-1;position:fixed;top:30px;rigth:50px;opacity: 0.2" alt="NOALYSS">
|
||||
</p>
|
||||
<h1>NOALYSS : comptabilité - accountancy </h1>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue