dstpabuaran.com/app/Models
Yoga Pangestu 5961a60585 feat: add labels and formatting attributes to various models and enums
- Added labels for leave request statuses in LeaveRequestStatus enum.
- Introduced label methods for PayrollAdjustmentType, PayrollPeriodStatus, PayrollStatus, RawMaterialUnit, and StokOpnameStatus enums.
- Implemented formatted attributes for Attendance, CashAccount, CashTransaction, Category, Customer, Cutting, Employee, EmployeeAdvance, Expense, LeaveRequest, Order, OrderItem, Payroll, PayrollAdjustment, PayrollPeriod, Product, ProductPrice, ProductVariant, Purchase, PurchaseItem, RawMaterial, RawMaterialPrice, Restock, RestockItem, StokOpname, StokOpnameItem, Supplier, User, and UserProfile models.
- Enhanced phone number formatting for Customer and Supplier models.
- Added date formatting for various models to improve readability.
2026-08-04 15:31:41 +07:00
..
AppNotification.php refactor: replace Hidden attribute with Guarded in model classes for improved attribute management 2026-07-29 00:59:45 +07:00
Attendance.php feat: add labels and formatting attributes to various models and enums 2026-08-04 15:31:41 +07:00
CashAccount.php feat: add labels and formatting attributes to various models and enums 2026-08-04 15:31:41 +07:00
CashTransaction.php feat: add labels and formatting attributes to various models and enums 2026-08-04 15:31:41 +07:00
Category.php feat: add labels and formatting attributes to various models and enums 2026-08-04 15:31:41 +07:00
Customer.php feat: add labels and formatting attributes to various models and enums 2026-08-04 15:31:41 +07:00
Cutting.php feat: add labels and formatting attributes to various models and enums 2026-08-04 15:31:41 +07:00
CuttingMaterial.php refactor: update stock and quantity fields to use integer type across models, requests, factories, and migrations; introduce NumberInput component for consistent numeric input handling 2026-08-02 14:59:13 +07:00
CuttingMaterialCombination.php refactor: replace Hidden attribute with Guarded in model classes for improved attribute management 2026-07-29 00:59:45 +07:00
CuttingResult.php refactor: replace Hidden attribute with Guarded in model classes for improved attribute management 2026-07-29 00:59:45 +07:00
Employee.php feat: add labels and formatting attributes to various models and enums 2026-08-04 15:31:41 +07:00
EmployeeAdvance.php feat: add labels and formatting attributes to various models and enums 2026-08-04 15:31:41 +07:00
Expense.php feat: add labels and formatting attributes to various models and enums 2026-08-04 15:31:41 +07:00
HomepageConfiguration.php refactor: replace Hidden attribute with Guarded in model classes for improved attribute management 2026-07-29 00:59:45 +07:00
LeaveRequest.php feat: add labels and formatting attributes to various models and enums 2026-08-04 15:31:41 +07:00
Order.php feat: add labels and formatting attributes to various models and enums 2026-08-04 15:31:41 +07:00
OrderItem.php feat: add labels and formatting attributes to various models and enums 2026-08-04 15:31:41 +07:00
OwnerVerificationRequest.php feat: add new cast attributes for models including sewing_cost, other_cost, marketplace_settings_snapshot, year, month, stock, reject_stock, and retail_stock 2026-08-04 11:17:25 +07:00
Payroll.php feat: add labels and formatting attributes to various models and enums 2026-08-04 15:31:41 +07:00
PayrollAdjustment.php feat: add labels and formatting attributes to various models and enums 2026-08-04 15:31:41 +07:00
PayrollPeriod.php feat: add labels and formatting attributes to various models and enums 2026-08-04 15:31:41 +07:00
Product.php feat: add labels and formatting attributes to various models and enums 2026-08-04 15:31:41 +07:00
ProductCategory.php Refactor code structure for improved readability and maintainability 2026-08-01 02:11:56 +07:00
ProductPrice.php feat: add labels and formatting attributes to various models and enums 2026-08-04 15:31:41 +07:00
ProductVariant.php feat: add labels and formatting attributes to various models and enums 2026-08-04 15:31:41 +07:00
Purchase.php feat: add labels and formatting attributes to various models and enums 2026-08-04 15:31:41 +07:00
PurchaseItem.php feat: add labels and formatting attributes to various models and enums 2026-08-04 15:31:41 +07:00
PushSubscription.php refactor: replace Hidden attribute with Guarded in model classes for improved attribute management 2026-07-29 00:59:45 +07:00
RawMaterial.php feat: add labels and formatting attributes to various models and enums 2026-08-04 15:31:41 +07:00
RawMaterialPrice.php feat: add labels and formatting attributes to various models and enums 2026-08-04 15:31:41 +07:00
Rejection.php refactor: replace Hidden attribute with Guarded in model classes for improved attribute management 2026-07-29 00:59:45 +07:00
Restock.php feat: add labels and formatting attributes to various models and enums 2026-08-04 15:31:41 +07:00
RestockItem.php feat: add labels and formatting attributes to various models and enums 2026-08-04 15:31:41 +07:00
RetailStockHistory.php refactor: replace Hidden attribute with Guarded in model classes for improved attribute management 2026-07-29 00:59:45 +07:00
StockMutation.php refactor: update stock and quantity fields to use integer type across models, requests, factories, and migrations; introduce NumberInput component for consistent numeric input handling 2026-08-02 14:59:13 +07:00
StokOpname.php feat: add labels and formatting attributes to various models and enums 2026-08-04 15:31:41 +07:00
StokOpnameItem.php feat: add labels and formatting attributes to various models and enums 2026-08-04 15:31:41 +07:00
Supplier.php feat: add labels and formatting attributes to various models and enums 2026-08-04 15:31:41 +07:00
SystemConfiguration.php refactor: replace Hidden attribute with Guarded in model classes for improved attribute management 2026-07-29 00:59:45 +07:00
User.php feat: add labels and formatting attributes to various models and enums 2026-08-04 15:31:41 +07:00
UserProfile.php feat: add labels and formatting attributes to various models and enums 2026-08-04 15:31:41 +07:00