renaming Reviewed

This commit is contained in:
Paul Schneider 2026-07-04 22:25:59 +01:00
commit ee6cb34c23
9 changed files with 28 additions and 23 deletions

View file

@ -78,7 +78,7 @@ namespace Yavsc.Models.Billing
[ForeignKey("ActivityCode"),JsonIgnore,Display(Name="Domaine d'activité")]
public virtual Activity Context  { get; set ; }
public bool Decided { get; set; }
public bool Reviewed { get; set; }
public abstract System.Collections.Generic.List<IBillItem> GetBillItems();
@ -95,9 +95,9 @@ namespace Yavsc.Models.Billing
var bcode = billingService.BillingMap[type];
return $"facture-{bcode}-{Id}{ack}";
}
[ForeignKey("Regularisation")]
public string? PaymentId { get; set; }
[Display(Name = "Acquittement de la facture")]