Documentation

PelangganController extends Controller

Class PelangganController

Handles HTTP requests for Pelanggan management.

Table of Contents

Properties

$pelangganService  : PelangganService

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

Methods

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

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

showPaymentReceipt()

public showPaymentReceipt(mixed $token) : mixed
Parameters
$token : mixed

showPaymentReceipts()

public showPaymentReceipts(int $id) : mixed
Parameters
$id : int

storePaymentReceipt()

public storePaymentReceipt(Request $request, mixed $id) : mixed
Parameters
$request : Request
$id : mixed

updateAutomaticBill()

public updateAutomaticBill(Request $request, mixed $id) : mixed
Parameters
$request : Request
$id : mixed

        
On this page

Search results