24if ( ! defined (
'ALLOWED') ) die(
'Appel direct ne sont pas permis');
26$cn=Dossier::connect();
29echo
'<div class="content">';
30if (
$own->MY_TVA_USE ==
'N')
32 echo
'<h2 class="error">'._(
"Vous n'êtes pas assujetti à la TVA").
'</h2>';
47 <div
class=
"col-3 offset-3" >
48 <
p class=
"notice" style=
"padding: 1rem">
49 <
span class=
"font-weight-bold">Attention :</
span> ajouter les codes TVA nécessaires à votre déclaration TVA et adapter en fonction
50 les rapports avancés ou le module de TVA.
55 <?=
$manage_table->get_object_name()?>.afterSaveFct=
function(p_param,p_xmltext) {
59 var xml = p_xmltext.responseXML;
60 var old_tva_id=getNodeText(xml.getElementsByTagName(
"previous_id")[0]);
61 if (old_tva_id != p_param.getAttribute(
"ctl_pk_id")) {
62 var ctl_row=getNodeText(xml.getElementsByTagName(
"ctl")[0])+
"_"+old_tva_id;
67 console.error(e.message);
span($p_string, $p_extra='')
catch(Exception $e) $tva_rate
Class to manage the company parameter (address, name...)
Configure the tva : code , rate, label ... When using Manage_Table_SQL.
ORM abstract of the view public.v_tva_rate.