Skip to content

GitLab

  • Menu
    • Projects Groups Snippets
      Help
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • S sistempos_finaltask
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Mujahid Rofiq
  • sistempos_finaltask
  • Merge requests
  • !308

Merged
Created 1 year ago by Mujahid Rofiq@MujahidRMaintainer

update

  • Overview 1
  • Commits 1
  • Changes 1

Created by: MujahidRopiq

  • Mujahid Rofiq
    Mujahid Rofiq @MujahidR · 1 year ago
    Author Maintainer

    Merged by: MujahidRopiq at 2024-07-07 04:06:40 UTC

  • You're only seeing other activity in the feed. To add a comment, switch to one of the following options.
Please register or sign in to reply
Compare
  • main (base)

and
  • latest version
    fe5b2dbe
    1 commit, 10 months ago

1 file
+ 8
- 0

    Preferences

    File browser
    Compare changes
routes/web.php
+ 8
- 0
  • View file @ fe5b2dbe

  • Edit in single-file editor

  • Edit in Web IDE


Show all unchanged lines Show 20 lines
Route::get('webclock', [ClockController::class, 'index']);
Route::post('webclock/clocking', [ClockController::class, 'clocking'])->name('webclock.clocking');
Route::post('/update-alert-stock', [ProductController::class, 'updateAlertStock'])->name('updateAlertStock');
/*
|--------------------------------------------------------------------------
| Landing page from email
|--------------------------------------------------------------------------
*/
Route::get('purchases/receipt/edit/{Ref}', [PurchaseController::class, 'editSupplier'])->name('edit.supplier')->middleware('signed');
Route::patch('purchases/receipt/update/{Ref}', [PurchaseController::class, 'updateSupplier'])->name('update.supplier')->middleware('signed');
Route::prefix('/product')->middleware(['auth', 'verified'])->name('product.')->group(function () {
Route::get('/list', [ProductController::class, 'index'])->name('index');
Show 20 lines Show all unchanged lines Show 20 lines
Route::get('create', [PurchaseController::class, 'create'])->name('create');
Route::post('store', [PurchaseController::class, 'store'])->name('store');
Route::get('detail/{id}', [PurchaseController::class, 'show'])->name('show');
Route::get('edit/{id}', [PurchaseController::class, 'edit'])->name('edit');
Route::patch('update/{id}', [PurchaseController::class, 'update'])->name('update');
Route::delete('destroy/{id}', [PurchaseController::class, 'destroy'])->name('destroy');
Route::post('scanner/{code}', [PurchaseController::class, 'getFromScanner']);
Show 20 lines Show all unchanged lines
0 Assignees
None
Assign to
0 Reviewers
None
Request review from
Milestone
No milestone
None
None
Time tracking
No estimate or time spent
0
Labels
None
Lock merge request
Unlocked
1
1 participant
Mujahid Rofiq
Reference: MujahidR/sistempos_finaltask!308
Source branch: dev-ropiq

Menu

Projects Groups Snippets
Help