Compare commits
13 Commits
revert-fix
...
5da724c9a4
| Author | SHA1 | Date | |
|---|---|---|---|
| 5da724c9a4 | |||
|
|
e6276378f8 | ||
| 6b723c0929 | |||
|
|
71e8c29801 | ||
| 8e20d0732d | |||
|
|
2524ad4620 | ||
| 1d8fb1c9aa | |||
|
|
a85faafe90 | ||
| 33bbce47ba | |||
|
|
03033c2365 | ||
| 860ff96134 | |||
|
|
31a4e10158 | ||
| f12856f1a3 |
@@ -25,6 +25,8 @@ class ClassCharacteristicResource extends Resource
|
||||
|
||||
protected static ?string $navigationIcon = 'heroicon-o-rectangle-stack';
|
||||
|
||||
protected static ?string $navigationGroup = 'Laser';
|
||||
|
||||
public static function form(Form $form): Form
|
||||
{
|
||||
return $form
|
||||
|
||||
@@ -39,6 +39,8 @@ class GrMasterResource extends Resource
|
||||
|
||||
protected static ?string $navigationIcon = 'heroicon-o-rectangle-stack';
|
||||
|
||||
protected static ?string $navigationGroup = 'Process Order';
|
||||
|
||||
public static function form(Form $form): Form
|
||||
{
|
||||
return $form
|
||||
|
||||
@@ -25,6 +25,10 @@ class StickerMappingMasterResource extends Resource
|
||||
|
||||
protected static ?string $navigationIcon = 'heroicon-o-rectangle-stack';
|
||||
|
||||
protected static ?string $navigationGroup = 'Master Entries';
|
||||
|
||||
protected static ?int $navigationSort = 16;
|
||||
|
||||
public static function form(Form $form): Form
|
||||
{
|
||||
return $form
|
||||
|
||||
@@ -26,6 +26,8 @@ class StickerPrintingResource extends Resource
|
||||
|
||||
protected static ?string $navigationIcon = 'heroicon-o-rectangle-stack';
|
||||
|
||||
protected static ?string $navigationGroup = 'Sticker Reprint';
|
||||
|
||||
public static function form(Form $form): Form
|
||||
{
|
||||
return $form
|
||||
|
||||
@@ -18,6 +18,8 @@ return new class extends Migration
|
||||
identification1 TEXT DEFAULT NULL,
|
||||
identification2 TEXT DEFAULT NULL,
|
||||
identification3 TEXT DEFAULT NULL,
|
||||
contact_number TEXT DEFAULT NULL,
|
||||
alternate_number TEXT DEFAULT NULL,
|
||||
created_at TIMESTAMP NOT NULL DEFAULT NOW(),
|
||||
updated_at TIMESTAMP NOT NULL DEFAULT NOW(),
|
||||
created_by TEXT DEFAULT NULL,
|
||||
|
||||
Reference in New Issue
Block a user