adminShippingModule

adminShippingModule

class to handle invoice functions

Constructor

new adminShippingModule()

Source:

Methods

(async, static) fetchShippingAllNew(req, type, count) → {object}

Source:

fetch shipping all new

Parameters:
Name Type Description
req object

req object

type string

report type

count number

count for the pagination

Returns:

sql response

Type
object

(async, static) getShippingDetails(req, count) → {object}

Source:

get shipping details

Parameters:
Name Type Description
req Object

request object

count number

if count = 1 fetch count else fetch shiping details

Returns:

sql response

Type
object