mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-09-07 15:25:45 +00:00
changes export flow
This commit is contained in:
@@ -77,9 +77,14 @@ export class TrainSchedulingGlobalRules extends BaseEntity {
|
||||
@Column({ name: 'doc_review_minutes', type: 'int', default: 30 })
|
||||
docReviewMinutes!: number;
|
||||
|
||||
/** Pay window for IMPORT/DOMESTIC bookings (also feeds the window reopen delay). */
|
||||
@Column({ name: 'payment_window_minutes', type: 'int', default: 60 })
|
||||
paymentWindowMinutes!: number;
|
||||
|
||||
/** Pay window for EXPORT bookings — tunable independently of import. */
|
||||
@Column({ name: 'export_payment_window_minutes', type: 'int', default: 60 })
|
||||
exportPaymentWindowMinutes!: number;
|
||||
|
||||
/**
|
||||
* Minutes before departure the IMPORT/DOMESTIC booking window shuts. When set,
|
||||
* the window's close (first cycle and every reopen) is capped at
|
||||
|
||||
Reference in New Issue
Block a user