-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
117 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...or/Pages/Assets/Work/WorkDetailView.razor → ...es/Assets/Build/Work/WorkDetailView.razor
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
36 changes: 36 additions & 0 deletions
36
ExpertCities.Blazor/Pages/Assets/Build/Work/WorkListView.razor
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
@inject IStringLocalizer<WorkListView> Loc | ||
<MainLoading IsLoading=@DataServices.IsBusy LoadingText="@DataServices.LoadingText"> | ||
<table style="width:100%"> | ||
<tr> | ||
<th>@Loc["Status"]</th> | ||
<th>@Loc["Internal"]</th> | ||
<th>@Loc["Actions"]</th> | ||
<th>@Loc["Detail"]</th> | ||
</tr> | ||
@foreach (var item in Building.Works) | ||
{ | ||
<tr> | ||
<td><WorkStateVisual Work="@item"></WorkStateVisual></td> | ||
<td> | ||
@if (item.IsInternal) | ||
{ | ||
<span class="oi oi-check" style="color:green"></span> | ||
} | ||
</td> | ||
<td>@item.Actions.Count</td> | ||
<td><a target="_blank" href="/Assets/BuildingDetail/Work/@item.ID"><span class="oi oi-action-redo"></span></a></td> | ||
</tr> | ||
} | ||
</table> | ||
</MainLoading> | ||
@code { | ||
[Parameter] public Building Building { get; set; } | ||
[Parameter] public ECContext c { get; set; } | ||
protected async override Task OnInitializedAsync() | ||
{ | ||
DataServices.SetBusy(GlobalLoc["Loading"]); | ||
await c.Entry(Building).Collection(b => b.Works).Query().Include(w => w.Actions).LoadAsync(); | ||
await base.OnInitializedAsync(); | ||
DataServices.EndBusy(); | ||
} | ||
} |
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,47 @@ | ||
Plusieurs monaie ? | ||
Plusieurs entitées sur une même base de données prospection pour hebergement | ||
rencontre mercredi future map | ||
photo pour export PDF | ||
préparer un contrat | ||
vendredi | ||
Plusieurs monaie ? | ||
|
||
|
||
fiche d'immeuble | ||
Hébergeur | ||
|
||
|
||
index =virer todo | ||
TOdo arborescence dans le menu assent management | ||
Dates 1 ligne 3 colonne remove other | ||
Position = rubique contact Nom responsable "Gestionnaire" | ||
|
||
Actual value = calcul fixe | ||
|
||
inspection (2), information (1),inventaire(3), travaux (4) | ||
|
||
Buildings : | ||
List tout bâtiments pas de (remplacer cog par un "pavé" => context menu (inventaire, life cycle pour jump) | ||
|
||
|
||
Dans informations rajouter graphique en courbe cumulée* | ||
|
||
myassettag.com | ||
assettiger | ||
|
||
Calendrier inspection : par saison (Automne) | ||
si planifié : génration d'un bon de travail : ajouter le rapport d'inspection. Si Interne / Externe | ||
|
||
pk.eyJ1Ijoic29mdHdhcmVmYWN0b3J5ZnIiLCJhIjoiY2w5dTl4eHZnMDlnMzN4cWV5MTA2b2Z5ayJ9.-RpoJ1e5XLdEJiG0GJKUAQ | ||
|
||
budget lié à une date | ||
lifecylce: liste de dépense | ||
Budget => commande séparé des items, possibiliter d'allouer les dépenses sur les différents modules | ||
|
||
05/11 | ||
Editer et supprimer Bâtiment | ||
Buildings => Autre bouton pour aller direct inspection inventory depuis la carte | ||
|
||
Un graphique travaux, Planifie et non planifié | ||
|
||
Export PDF ajout des graphiques | ||
export pdf titre fiche d'immeuble. | ||
|
||
On inspecte un inventaire | ||
Approval inspection => verrouiller | ||
|
||
Trier, filtrer par mois ou composante / Inspections | ||
Travaux > suite inspection |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Plusieurs monaie ? | ||
Plusieurs entitées sur une même base de données prospection pour hebergement | ||
rencontre mercredi future map | ||
photo pour export PDF | ||
préparer un contrat | ||
vendredi | ||
fiche d'immeuble | ||
Hébergeur |