feat: complete GSB construction ERP implementation with dual-mode MR, capitalization cap engine, single PM rule, and system sign-off documentation
This commit is contained in:
@@ -26,7 +26,7 @@ enum ProjectStatus: string
|
||||
public function allowedTransitions(): array
|
||||
{
|
||||
return match ($this) {
|
||||
self::UnderBidding => [self::Planning, self::Closed],
|
||||
self::UnderBidding => [self::Planning, self::InProgress, self::Closed],
|
||||
self::Planning => [self::InProgress, self::OnHold, self::Closed],
|
||||
self::InProgress => [self::OnHold, self::Completed],
|
||||
self::OnHold => [self::InProgress, self::Closed],
|
||||
|
||||
Reference in New Issue
Block a user