Added group name for wire master packing #409
@@ -22,7 +22,9 @@ class WireMasterPrint extends Page
|
|||||||
|
|
||||||
protected static string $view = 'filament.pages.wire-master-print';
|
protected static string $view = 'filament.pages.wire-master-print';
|
||||||
|
|
||||||
use InteractsWithForms;
|
protected static ?string $navigationGroup = 'Master Packing';
|
||||||
|
|
||||||
|
use InteractsWithForms;
|
||||||
|
|
||||||
public $pId, $palletNo, $serialNo;
|
public $pId, $palletNo, $serialNo;
|
||||||
public $snoCount = 0;
|
public $snoCount = 0;
|
||||||
|
|||||||
@@ -26,6 +26,8 @@ class CustomerPoMasterResource extends Resource
|
|||||||
|
|
||||||
protected static ?string $navigationIcon = 'heroicon-o-rectangle-stack';
|
protected static ?string $navigationIcon = 'heroicon-o-rectangle-stack';
|
||||||
|
|
||||||
|
protected static ?string $navigationGroup = 'Master Packing';
|
||||||
|
|
||||||
public static function form(Form $form): Form
|
public static function form(Form $form): Form
|
||||||
{
|
{
|
||||||
return $form
|
return $form
|
||||||
|
|||||||
@@ -24,6 +24,8 @@ class WireMasterPackingResource extends Resource
|
|||||||
|
|
||||||
protected static ?string $navigationIcon = 'heroicon-o-rectangle-stack';
|
protected static ?string $navigationIcon = 'heroicon-o-rectangle-stack';
|
||||||
|
|
||||||
|
protected static ?string $navigationGroup = 'Master Packing';
|
||||||
|
|
||||||
public $importedPoList = [];
|
public $importedPoList = [];
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user