todo : fixed
This commit is contained in:
parent
53f6a045f5
commit
41c588ae03
5 changed files with 3 additions and 16 deletions
|
|
@ -342,11 +342,6 @@ function refresh_ledger()
|
|||
*/
|
||||
function success_compute_ledger(request,json)
|
||||
{
|
||||
/**
|
||||
*@todo add a control
|
||||
* - 0 everything is ok
|
||||
* - 1 tva id is invalid
|
||||
*/
|
||||
var answer=request.responseText.evalJSON(true);
|
||||
var ctl=answer.ctl;
|
||||
var rtva=answer.tva;
|
||||
|
|
|
|||
|
|
@ -1225,7 +1225,6 @@ class Acc_Ledger_Purchase extends Acc_Ledger
|
|||
*\param array contains normally $_POST. It proposes also to save
|
||||
* the Analytic accountancy
|
||||
*\return string
|
||||
*\todo verify also the vat
|
||||
*/
|
||||
function confirm($p_array)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -607,7 +607,6 @@ class Acc_Ledger_Sold extends Acc_Ledger
|
|||
*\param array contains normally $_POST. It proposes also to save
|
||||
* the Analytic accountancy
|
||||
*\return string
|
||||
*\todo verify also the vat
|
||||
*/
|
||||
function confirm($p_array)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -25,10 +25,6 @@ $view_history= sprintf('<A class="detail" HREF="javascript:view_history_card(\'%
|
|||
$bk->id, $gDossier, $bk->get_quick_code());
|
||||
echo td(h($bk->getName())).td($view_history);;
|
||||
|
||||
/**
|
||||
*@file
|
||||
*@todo Ajouter une clef unique sur quant_fin.jr_id, quant_purchase.j_id et quant_sold.j_id
|
||||
*/
|
||||
?>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
insert into attr_def(ad_id,ad_text,ad_type,ad_size) values (50,'Contrepartie pour TVA récup par impot','poste',22);
|
||||
insert into attr_def(ad_id,ad_text,ad_type,ad_size) values (51,'Contrepartie pour TVA non Ded.','poste',22);
|
||||
insert into attr_def(ad_id,ad_text,ad_type,ad_size) values (52,'Contrepartie pour dépense à charge du gérant','poste',22);
|
||||
insert into attr_def(ad_id,ad_text,ad_type,ad_size) values (53,'Contrepartie pour dépense fiscal. non déd.','poste',22);
|
||||
|
||||
create unique index qs_j_id on quant_sold(j_id);
|
||||
create unique index qp_j_id on quant_purchase(j_id);
|
||||
create unique index qf_jr_id on quant_fin(jr_id);
|
||||
Loading…
Add table
Add a link
Reference in a new issue