Setting fo ri18n-ally, progress stepper on order page

This commit is contained in:
2024-09-12 18:38:56 +02:00
parent 0c20ef4366
commit 5134a9df31
12 changed files with 94 additions and 25 deletions

View File

@@ -11,6 +11,9 @@ export class Order extends Model {
@Column
totalPrice: number
@Column
shippingProgress: number = 1
// Relations
@BelongsTo(() => Account)