Compare commits
2 Commits
f8691500cf
...
8703aec73e
| Author | SHA1 | Date | |
|---|---|---|---|
| 8703aec73e | |||
|
|
d3166eacf5 |
@@ -20,7 +20,7 @@ class InvoiceDataDashboard extends Page
|
|||||||
|
|
||||||
protected static string $view = 'filament.pages.invoice-data-dashboard';
|
protected static string $view = 'filament.pages.invoice-data-dashboard';
|
||||||
|
|
||||||
protected static ?string $navigationGroup = 'Invoice Management';
|
protected static ?string $navigationGroup = 'Manufacturing SD';
|
||||||
|
|
||||||
public function mount(): void
|
public function mount(): void
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ class InvoiceDataValidationResource extends Resource
|
|||||||
|
|
||||||
protected static ?string $navigationIcon = 'heroicon-o-rectangle-stack';
|
protected static ?string $navigationIcon = 'heroicon-o-rectangle-stack';
|
||||||
|
|
||||||
protected static ?string $navigationGroup = 'Invoice Management';
|
protected static ?string $navigationGroup = 'Manufacturing SD';
|
||||||
|
|
||||||
public static function form(Form $form): Form
|
public static function form(Form $form): Form
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ class InvoiceInTransitResource extends Resource
|
|||||||
|
|
||||||
protected static ?string $navigationIcon = 'heroicon-o-rectangle-stack';
|
protected static ?string $navigationIcon = 'heroicon-o-rectangle-stack';
|
||||||
|
|
||||||
protected static ?string $navigationGroup = 'Invoice Transit';
|
protected static ?string $navigationGroup = 'Manufacturing SD';
|
||||||
|
|
||||||
public static function form(Form $form): Form
|
public static function form(Form $form): Form
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ class InvoiceMasterResource extends Resource
|
|||||||
|
|
||||||
protected static ?string $navigationIcon = 'heroicon-o-rectangle-stack';
|
protected static ?string $navigationIcon = 'heroicon-o-rectangle-stack';
|
||||||
|
|
||||||
protected static ?string $navigationGroup = 'Invoice Transit';
|
protected static ?string $navigationGroup = 'Manufacturing SD';
|
||||||
|
|
||||||
public static function form(Form $form): Form
|
public static function form(Form $form): Form
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ class InvoiceOutValidationResource extends Resource
|
|||||||
|
|
||||||
protected static ?string $navigationIcon = 'heroicon-o-rectangle-stack';
|
protected static ?string $navigationIcon = 'heroicon-o-rectangle-stack';
|
||||||
|
|
||||||
protected static ?string $navigationGroup = 'Invoice Management';
|
protected static ?string $navigationGroup = 'Manufacturing SD';
|
||||||
|
|
||||||
public static function form(Form $form): Form
|
public static function form(Form $form): Form
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user