Loading data/ddl/table/TBL_CONTRAT.php +12 −12 Original line number Diff line number Diff line Loading @@ -33,18 +33,6 @@ return [ 'position' => 4, 'commentaire' => NULL, ], 'AUTRES' => [ 'name' => 'AUTRES', 'type' => 'float', 'bdd-type' => 'FLOAT', 'length' => 0, 'scale' => NULL, 'precision' => 126, 'nullable' => TRUE, 'default' => NULL, 'position' => 22, 'commentaire' => NULL, ], 'AUTRE_LIBELLE' => [ 'name' => 'AUTRE_LIBELLE', 'type' => 'string', Loading @@ -57,6 +45,18 @@ return [ 'position' => 23, 'commentaire' => NULL, ], 'AUTRES' => [ 'name' => 'AUTRES', 'type' => 'float', 'bdd-type' => 'FLOAT', 'length' => 0, 'scale' => NULL, 'precision' => 126, 'nullable' => TRUE, 'default' => NULL, 'position' => 22, 'commentaire' => NULL, ], 'CM' => [ 'name' => 'CM', 'type' => 'float', Loading data/ddl/view/V_TBL_CONTRAT.sql +3 −3 Original line number Diff line number Diff line Loading @@ -192,8 +192,8 @@ SELECT CASE WHEN evh.code IN ('contrat-edite','contrat-signe') THEN 1 ELSE 0 END edite, CASE WHEN evh.code IN ('contrat-signe') THEN 1 ELSE 0 END signe, c.debut_validite date_debut, c.fin_validite date_fin, m.date_debut date_debut, m.date_fin date_fin, c.histo_creation date_creation, 0 cm, Loading Loading
data/ddl/table/TBL_CONTRAT.php +12 −12 Original line number Diff line number Diff line Loading @@ -33,18 +33,6 @@ return [ 'position' => 4, 'commentaire' => NULL, ], 'AUTRES' => [ 'name' => 'AUTRES', 'type' => 'float', 'bdd-type' => 'FLOAT', 'length' => 0, 'scale' => NULL, 'precision' => 126, 'nullable' => TRUE, 'default' => NULL, 'position' => 22, 'commentaire' => NULL, ], 'AUTRE_LIBELLE' => [ 'name' => 'AUTRE_LIBELLE', 'type' => 'string', Loading @@ -57,6 +45,18 @@ return [ 'position' => 23, 'commentaire' => NULL, ], 'AUTRES' => [ 'name' => 'AUTRES', 'type' => 'float', 'bdd-type' => 'FLOAT', 'length' => 0, 'scale' => NULL, 'precision' => 126, 'nullable' => TRUE, 'default' => NULL, 'position' => 22, 'commentaire' => NULL, ], 'CM' => [ 'name' => 'CM', 'type' => 'float', Loading
data/ddl/view/V_TBL_CONTRAT.sql +3 −3 Original line number Diff line number Diff line Loading @@ -192,8 +192,8 @@ SELECT CASE WHEN evh.code IN ('contrat-edite','contrat-signe') THEN 1 ELSE 0 END edite, CASE WHEN evh.code IN ('contrat-signe') THEN 1 ELSE 0 END signe, c.debut_validite date_debut, c.fin_validite date_fin, m.date_debut date_debut, m.date_fin date_fin, c.histo_creation date_creation, 0 cm, Loading