PelangganController
extends Controller
in package
Class PelangganController
Handles HTTP requests for Pelanggan management.
Table of Contents
Properties
Methods
- __construct() : mixed
- create() : mixed
- Show the form for creating a new resource.
- createVA() : mixed
- destroy() : mixed
- Remove the specified resource from storage.
- edit() : mixed
- Show the form for editing the specified resource.
- export() : mixed
- importCustomers() : mixed
- index() : mixed
- Display a listing of the resource.
- parseIdentityCard() : mixed
- show() : mixed
- Show the specified resource.
- showBills() : mixed
- showEStatement() : mixed
- showInvoice() : mixed
- showPaymentReceipt() : mixed
- showPaymentReceipts() : mixed
- store() : mixed
- Store a newly created resource in storage.
- storePaymentReceipt() : mixed
- update() : mixed
- Update the specified resource in storage.
- updateAutomaticBill() : mixed
Properties
$pelangganService
private
PelangganService
$pelangganService
Methods
__construct()
public
__construct(PelangganService $pelangganService) : mixed
Parameters
- $pelangganService : PelangganService
create()
Show the form for creating a new resource.
public
create() : mixed
createVA()
public
createVA(Request $request) : mixed
Parameters
- $request : Request
destroy()
Remove the specified resource from storage.
public
destroy(mixed $id) : mixed
Parameters
- $id : mixed
edit()
Show the form for editing the specified resource.
public
edit(mixed $id) : mixed
Parameters
- $id : mixed
export()
public
export(Request $request) : mixed
Parameters
- $request : Request
importCustomers()
public
importCustomers(ImportExcelRequest $request) : mixed
Parameters
- $request : ImportExcelRequest
index()
Display a listing of the resource.
public
index(Request $request) : mixed
Parameters
- $request : Request
parseIdentityCard()
public
parseIdentityCard(Request $request) : mixed
Parameters
- $request : Request
show()
Show the specified resource.
public
show(mixed $id) : mixed
Parameters
- $id : mixed
showBills()
public
showBills(int $id) : mixed
Parameters
- $id : int
showEStatement()
public
showEStatement() : mixed
showInvoice()
public
showInvoice(mixed $token) : mixed
Parameters
- $token : mixed
showPaymentReceipt()
public
showPaymentReceipt(mixed $token) : mixed
Parameters
- $token : mixed
showPaymentReceipts()
public
showPaymentReceipts(int $id) : mixed
Parameters
- $id : int
store()
Store a newly created resource in storage.
public
store(StorePelangganRequest $request) : mixed
Parameters
- $request : StorePelangganRequest
storePaymentReceipt()
public
storePaymentReceipt(Request $request, mixed $id) : mixed
Parameters
- $request : Request
- $id : mixed
update()
Update the specified resource in storage.
public
update(UpdatePelangganRequest $request, mixed $id) : mixed
Parameters
- $request : UpdatePelangganRequest
- $id : mixed
updateAutomaticBill()
public
updateAutomaticBill(Request $request, mixed $id) : mixed
Parameters
- $request : Request
- $id : mixed