|
|
@@ -41,6 +41,7 @@
|
|
|
<Property Name="Id" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
|
<Property Name="Numero" Type="nvarchar(max)" Nullable="false" />
|
|
|
<Property Name="Nom" Type="nvarchar(max)" Nullable="false" />
|
|
|
+ <Property Name="Montant" Type="decimal" Precision="18" Scale="0" Nullable="false" />
|
|
|
<Property Name="Description" Type="nvarchar(max)" />
|
|
|
<Property Name="Neutralise" Type="bit" Nullable="false" />
|
|
|
<Property Name="Ordre" Type="int" Nullable="false" />
|
|
|
@@ -55,7 +56,6 @@
|
|
|
<Property Name="CommentaireInterne" Type="nvarchar(max)" />
|
|
|
<Property Name="CommentairePublic" Type="nvarchar(max)" />
|
|
|
<Property Name="NbEleves" Type="bigint" Nullable="false" />
|
|
|
- <Property Name="Montant" Type="bigint" Nullable="false" />
|
|
|
<Property Name="TiersAstre_Code" Type="nvarchar(max)" />
|
|
|
<Property Name="TiersAstre_Nom" Type="nvarchar(max)" />
|
|
|
<Property Name="TiersAstre_CodeFamille" Type="nvarchar(max)" />
|
|
|
@@ -74,7 +74,7 @@
|
|
|
<Key>
|
|
|
<PropertyRef Name="Id" />
|
|
|
</Key>
|
|
|
- <Property Name="Id" Type="int" Nullable="false" StoreGeneratedPattern="Identity" />
|
|
|
+ <Property Name="Id" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
|
<Property Name="Annee_Id" Type="int" Nullable="false" />
|
|
|
<Property Name="CodeRne" Type="nvarchar" MaxLength="10" Nullable="false" />
|
|
|
<Property Name="Libelle" Type="nvarchar" MaxLength="255" Nullable="false" />
|
|
|
@@ -544,8 +544,9 @@
|
|
|
<PropertyRef Name="Id" />
|
|
|
</Key>
|
|
|
<Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
|
- <Property Name="Numero" Type="String" Nullable="false" DefaultValue="0" MaxLength="Max" Unicode="true" FixedLength="false" />
|
|
|
+ <Property Name="Numero" Type="String" Nullable="false" MaxLength="Max" Unicode="true" FixedLength="false" />
|
|
|
<Property Name="Nom" Type="String" Nullable="false" MaxLength="Max" Unicode="true" FixedLength="false" />
|
|
|
+ <Property Name="Montant" Type="Decimal" Nullable="false" DefaultValue="0" />
|
|
|
<Property Name="Description" Type="String" Nullable="true" MaxLength="Max" Unicode="true" FixedLength="false" />
|
|
|
<Property Name="Neutralise" Type="Boolean" Nullable="false" />
|
|
|
<Property Name="Ordre" Type="Int32" Nullable="false" />
|
|
|
@@ -599,7 +600,6 @@
|
|
|
<Property Name="CommentaireInterne" Type="String" Nullable="true" MaxLength="Max" Unicode="true" FixedLength="false" />
|
|
|
<Property Name="CommentairePublic" Type="String" Nullable="true" MaxLength="Max" Unicode="true" FixedLength="false" />
|
|
|
<Property Name="NbEleves" Type="Int64" Nullable="false" DefaultValue="0" />
|
|
|
- <Property Name="Montant" Type="Int64" Nullable="false" DefaultValue="0" />
|
|
|
<Property Name="TiersAstre_Code" Type="String" Nullable="true" MaxLength="Max" Unicode="true" FixedLength="false" />
|
|
|
<Property Name="TiersAstre_Nom" Type="String" Nullable="true" MaxLength="Max" Unicode="true" FixedLength="false" />
|
|
|
<Property Name="TiersAstre_CodeFamille" Type="String" Nullable="true" MaxLength="Max" Unicode="true" FixedLength="false" />
|
|
|
@@ -776,7 +776,8 @@
|
|
|
<EntitySetMapping Name="ActionsEdu">
|
|
|
<EntityTypeMapping TypeName="IsTypeOf(CD67.FicheCollege.ActionEdu)">
|
|
|
<MappingFragment StoreEntitySet="ActionsEdu">
|
|
|
- <ScalarProperty Name="Id" ColumnName="Id" />
|
|
|
+ <ScalarProperty Name="Montant" ColumnName="Montant" />
|
|
|
+ <ScalarProperty Name="Id" ColumnName="Id" />
|
|
|
<ScalarProperty Name="Numero" ColumnName="Numero" />
|
|
|
<ScalarProperty Name="Nom" ColumnName="Nom" />
|
|
|
<ScalarProperty Name="Description" ColumnName="Description" />
|
|
|
@@ -794,7 +795,6 @@
|
|
|
<ScalarProperty Name="CommentaireInterne" ColumnName="CommentaireInterne" />
|
|
|
<ScalarProperty Name="CommentairePublic" ColumnName="CommentairePublic" />
|
|
|
<ScalarProperty Name="NbEleves" ColumnName="NbEleves" />
|
|
|
- <ScalarProperty Name="Montant" ColumnName="Montant" />
|
|
|
<ScalarProperty Name="TiersAstre_Code" ColumnName="TiersAstre_Code" />
|
|
|
<ScalarProperty Name="TiersAstre_Nom" ColumnName="TiersAstre_Nom" />
|
|
|
<ScalarProperty Name="TiersAstre_CodeFamille" ColumnName="TiersAstre_CodeFamille" />
|