mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-09-09 07:08:18 +00:00
Merge pull request #347 from Tria-plc/freight/feature/last_mile_invoice
fix
This commit is contained in:
@@ -34,8 +34,8 @@ export class FirstMile extends BaseEntity {
|
|||||||
@Column({ name: 'remaining_payment', type: 'numeric', precision: 14, scale: 2, default: 0 })
|
@Column({ name: 'remaining_payment', type: 'numeric', precision: 14, scale: 2, default: 0 })
|
||||||
remainingPayment!: number;
|
remainingPayment!: number;
|
||||||
|
|
||||||
@Column({ type: 'boolean', default: false })
|
// @Column({ type: 'boolean', default: false })
|
||||||
isPostPaymentCompleted!: boolean;
|
// isPostPaymentCompleted!: boolean;
|
||||||
|
|
||||||
@Column({ name: 'estimated_km', type: 'numeric', precision: 10, scale: 2, nullable: true })
|
@Column({ name: 'estimated_km', type: 'numeric', precision: 10, scale: 2, nullable: true })
|
||||||
estimatedKm?: number | null;
|
estimatedKm?: number | null;
|
||||||
|
|||||||
@@ -34,8 +34,8 @@ export class LastMile extends BaseEntity {
|
|||||||
@Column({ name: 'remaining_payment', type: 'numeric', precision: 14, scale: 2, default: 0 })
|
@Column({ name: 'remaining_payment', type: 'numeric', precision: 14, scale: 2, default: 0 })
|
||||||
remainingPayment!: number;
|
remainingPayment!: number;
|
||||||
|
|
||||||
@Column({ type: 'boolean', default: false })
|
// @Column({ type: 'boolean', default: false })
|
||||||
isPostPaymentCompleted!: boolean;
|
// isPostPaymentCompleted!: boolean;
|
||||||
|
|
||||||
@Column({ name: 'estimated_km', type: 'numeric', precision: 10, scale: 2, nullable: true })
|
@Column({ name: 'estimated_km', type: 'numeric', precision: 10, scale: 2, nullable: true })
|
||||||
estimatedKm?: number | null;
|
estimatedKm?: number | null;
|
||||||
|
|||||||
Reference in New Issue
Block a user