InventoryController
class InventoryController extends Controller (View source)
Traits
Illuminate\Foundation\Auth\Access\AuthorizesRequests
Illuminate\Foundation\Bus\DispatchesJobs
Illuminate\Foundation\Validation\ValidatesRequests
Methods
View
getBought()
Return the inventory bought items view.
View
getSold()
Return the inventory sold items view.
View
getUnsold()
Return the inventory unsold items view.
Details
at line 40
View
getBought()
Return the inventory bought items view.
at line 64
View
getSold()
Return the inventory sold items view.
at line 96
View
getUnsold()
Return the inventory unsold items view.