dstpabuaran.com/app/OldDataMigrations
Yoga Pangestu 49841a662c Refactor marketplace settings: remove MarketplaceFeeRule, update related database and UI components
- Deleted MarketplaceFeeRule class and its usage in settings migration.
- Removed 'is_affiliate' field from orders and related factories.
- Updated notifications table to use longText for body.
- Adjusted role permissions by removing marketplace-related permissions.
- Cleaned up admin settings page by removing marketplace settings section and related components.
- Updated tests to reflect the removal of marketplace settings and ensure other settings remain unaffected.
2026-08-14 03:20:18 +07:00
..
BaseOldDataMigration.php feat: implement old data migration command and related migration classes 2026-08-04 10:41:01 +07:00
CashFinanceMigration.php feat: implement old data migration command and related migration classes 2026-08-04 10:41:01 +07:00
CoreAuthMigration.php feat: implement old data migration command and related migration classes 2026-08-04 10:41:01 +07:00
CuttingMigration.php feat: remove submittedCuttings relation and related attributes from Cutting and User models; update cuttings migration to remove submitted_by_id 2026-08-13 10:49:06 +07:00
HrMigration.php feat: enhance employee advances migration logic to update status values 2026-08-13 17:44:29 +07:00
InventoryMigration.php feat: remove subtotal from restock model, migration, and related components 2026-08-13 11:30:20 +07:00
MasterDataMigration.php feat: implement old data migration command and related migration classes 2026-08-04 10:41:01 +07:00
MediaMigration.php feat: implement old data migration command and related migration classes 2026-08-04 10:41:01 +07:00
OrdersMigration.php Refactor marketplace settings: remove MarketplaceFeeRule, update related database and UI components 2026-08-14 03:20:18 +07:00
ProductsMigration.php feat: implement old data migration command and related migration classes 2026-08-04 10:41:01 +07:00
PurchasesMigration.php feat: implement old data migration command and related migration classes 2026-08-04 10:41:01 +07:00
RawMaterialsMigration.php feat: implement old data migration command and related migration classes 2026-08-04 10:41:01 +07:00
SystemConfigMigration.php feat: enhance product management with approval and rejection workflows 2026-08-07 11:23:41 +07:00