Onix ERP - Documentación Técnica - v0.0.0
Preparing search index...
app/service/sell.service
SellService
Class SellService
Index
Constructors
constructor
Properties
http
Methods
check
Similar
Order
get
Channel
get
City
get
Client
get
Department
get
Excel
Client
get
Kit
get
Office
Type
get
Product
Sell
get
Product
Without
Printing
get
Routine
get
Type
Client
post
Cancel
Sell
post
Client
post
Edit
Client
post
Edit
Sell
post
Log
Similar
Order
post
Sell
Constructors
constructor
new
SellService
()
:
SellService
Returns
SellService
Properties
http
http
:
HttpClient
= ...
Methods
check
Similar
Order
checkSimilarOrder
(
idCliente
:
number
,
company
:
string
)
:
Observable
<
any
[]
>
Parameters
idCliente
:
number
company
:
string
Returns
Observable
<
any
[]
>
get
Channel
getChannel
(
company
:
string
)
:
Observable
<
IGetChannel
[]
>
Parameters
company
:
string
Returns
Observable
<
IGetChannel
[]
>
get
City
getCity
(
company
:
string
)
:
Observable
<
IGetCity
[]
>
Parameters
company
:
string
Returns
Observable
<
IGetCity
[]
>
get
Client
getClient
(
cellPhone
:
string
,
company
:
string
)
:
Observable
<
IGetClient
[]
>
Parameters
cellPhone
:
string
company
:
string
Returns
Observable
<
IGetClient
[]
>
get
Department
getDepartment
(
company
:
string
)
:
Observable
<
IGetDepartment
[]
>
Parameters
company
:
string
Returns
Observable
<
IGetDepartment
[]
>
get
Excel
Client
getExcelClient
(
company
:
string
,
startDate
?:
string
,
endDate
?:
string
,
)
:
Observable
<
IGetExcelClient
[]
>
Parameters
company
:
string
Optional
startDate
:
string
Optional
endDate
:
string
Returns
Observable
<
IGetExcelClient
[]
>
get
Kit
getKit
(
idBranch
:
number
,
company
:
string
)
:
Observable
<
IGetKit
[]
>
Parameters
idBranch
:
number
company
:
string
Returns
Observable
<
IGetKit
[]
>
get
Office
Type
getOfficeType
(
company
:
string
)
:
Observable
<
IGetOfficeType
[]
>
Parameters
company
:
string
Returns
Observable
<
IGetOfficeType
[]
>
get
Product
Sell
getProductSell
(
idBranch
:
number
,
company
:
string
)
:
Observable
<
IGetProductSell
[]
>
Parameters
idBranch
:
number
company
:
string
Returns
Observable
<
IGetProductSell
[]
>
get
Product
Without
Printing
getProductWithoutPrinting
(
idBranch
:
number
,
company
:
string
,
)
:
Observable
<
IGetProductWithoutPrinting
[]
>
Parameters
idBranch
:
number
company
:
string
Returns
Observable
<
IGetProductWithoutPrinting
[]
>
get
Routine
getRoutine
(
idBranch
:
number
,
company
:
string
)
:
Observable
<
IGetRoutine
[]
>
Parameters
idBranch
:
number
company
:
string
Returns
Observable
<
IGetRoutine
[]
>
get
Type
Client
getTypeClient
(
company
:
string
)
:
Observable
<
IGetTypeClient
[]
>
Parameters
company
:
string
Returns
Observable
<
IGetTypeClient
[]
>
post
Cancel
Sell
postCancelSell
(
payload
:
any
,
company
:
string
)
:
Observable
<
any
>
Parameters
payload
:
any
company
:
string
Returns
Observable
<
any
>
post
Client
postClient
(
client
:
any
,
company
:
string
)
:
Observable
<
any
>
Parameters
client
:
any
company
:
string
Returns
Observable
<
any
>
post
Edit
Client
postEditClient
(
client
:
any
,
idClient
:
number
,
company
:
string
)
:
Observable
<
any
>
Parameters
client
:
any
idClient
:
number
company
:
string
Returns
Observable
<
any
>
post
Edit
Sell
postEditSell
(
dataSell
:
any
,
company
:
string
)
:
Observable
<
any
>
Parameters
dataSell
:
any
company
:
string
Returns
Observable
<
any
>
post
Log
Similar
Order
postLogSimilarOrder
(
model
:
any
,
company
:
string
)
:
Observable
<
any
>
Parameters
model
:
any
company
:
string
Returns
Observable
<
any
>
post
Sell
postSell
(
dataSell
:
any
,
company
:
string
)
:
Observable
<
any
>
Parameters
dataSell
:
any
company
:
string
Returns
Observable
<
any
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
http
Methods
check
Similar
Order
get
Channel
get
City
get
Client
get
Department
get
Excel
Client
get
Kit
get
Office
Type
get
Product
Sell
get
Product
Without
Printing
get
Routine
get
Type
Client
post
Cancel
Sell
post
Client
post
Edit
Client
post
Edit
Sell
post
Log
Similar
Order
post
Sell
Onix ERP - Documentación Técnica - v0.0.0
Loading...