Onix ERP - Documentación Oficial - v0.0.0
Preparing search index...
app/service/sell.service
SellService
Clase SellService
Índice
Constructors
constructor
Properties
http
Methods
check
Similar
Order
get
Channel
get
City
get
Client
get
Client
For
PQRS
get
Department
get
Excel
Client
get
Kit
get
Kit
Detail
By
Id
get
Office
Type
get
Product
Image
get
Product
Sell
get
Product
Without
Printing
get
Routine
get
Routine
Detail
By
Id
get
Sell
Log
get
Sell
Log
Detail
get
State
Dispatch
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
Retorna
SellService
Properties
http
http
:
HttpClient
= ...
Methods
check
Similar
Order
checkSimilarOrder
(
idCliente
:
number
,
company
:
string
)
:
Observable
<
any
[]
>
Parameters
idCliente
:
number
company
:
string
Retorna
Observable
<
any
[]
>
get
Channel
getChannel
(
company
:
string
)
:
Observable
<
IGetChannel
[]
>
Parameters
company
:
string
Retorna
Observable
<
IGetChannel
[]
>
get
City
getCity
(
company
:
string
)
:
Observable
<
IGetCity
[]
>
Parameters
company
:
string
Retorna
Observable
<
IGetCity
[]
>
get
Client
getClient
(
cellPhone
:
string
,
company
:
string
)
:
Observable
<
IGetClient
[]
>
Parameters
cellPhone
:
string
company
:
string
Retorna
Observable
<
IGetClient
[]
>
get
Client
For
PQRS
getClientForPQRS
(
company
:
string
)
:
Observable
<
IGetExcelClient
[]
>
Parameters
company
:
string
Retorna
Observable
<
IGetExcelClient
[]
>
get
Department
getDepartment
(
company
:
string
)
:
Observable
<
IGetDepartment
[]
>
Parameters
company
:
string
Retorna
Observable
<
IGetDepartment
[]
>
get
Excel
Client
getExcelClient
(
company
:
string
,
startDate
?:
string
,
endDate
?:
string
,
cellphone
?:
string
,
idBranch
?:
string
,
idOfficeType
?:
string
,
idState
?:
string
,
idClientType
?:
string
,
idChannel
?:
string
,
)
:
Observable
<
IGetExcelClient
[]
>
Parameters
company
:
string
Optional
startDate
:
string
Optional
endDate
:
string
Optional
cellphone
:
string
Optional
idBranch
:
string
Optional
idOfficeType
:
string
Optional
idState
:
string
Optional
idClientType
:
string
Optional
idChannel
:
string
Retorna
Observable
<
IGetExcelClient
[]
>
get
Kit
getKit
(
idBranch
:
number
,
company
:
string
)
:
Observable
<
IGetKit
[]
>
Parameters
idBranch
:
number
company
:
string
Retorna
Observable
<
IGetKit
[]
>
get
Kit
Detail
By
Id
getKitDetailById
(
idKit
:
number
,
idBranch
:
number
,
company
:
string
,
)
:
Observable
<
IGetItemDetail
[]
>
Parameters
idKit
:
number
idBranch
:
number
company
:
string
Retorna
Observable
<
IGetItemDetail
[]
>
get
Office
Type
getOfficeType
(
company
:
string
)
:
Observable
<
IGetOfficeType
[]
>
Parameters
company
:
string
Retorna
Observable
<
IGetOfficeType
[]
>
get
Product
Image
getProductImage
(
idProduct
:
number
,
company
:
string
,
)
:
Observable
<
IGetProductImage
>
Parameters
idProduct
:
number
company
:
string
Retorna
Observable
<
IGetProductImage
>
get
Product
Sell
getProductSell
(
idBranch
:
number
,
company
:
string
)
:
Observable
<
IGetProductSell
[]
>
Parameters
idBranch
:
number
company
:
string
Retorna
Observable
<
IGetProductSell
[]
>
get
Product
Without
Printing
getProductWithoutPrinting
(
idBranch
:
number
,
company
:
string
,
)
:
Observable
<
IGetProductWithoutPrinting
[]
>
Parameters
idBranch
:
number
company
:
string
Retorna
Observable
<
IGetProductWithoutPrinting
[]
>
get
Routine
getRoutine
(
idBranch
:
number
,
company
:
string
)
:
Observable
<
IGetRoutine
[]
>
Parameters
idBranch
:
number
company
:
string
Retorna
Observable
<
IGetRoutine
[]
>
get
Routine
Detail
By
Id
getRoutineDetailById
(
idRoutine
:
number
,
idBranch
:
number
,
company
:
string
,
)
:
Observable
<
IGetItemDetail
[]
>
Parameters
idRoutine
:
number
idBranch
:
number
company
:
string
Retorna
Observable
<
IGetItemDetail
[]
>
get
Sell
Log
getSellLog
(
company
:
string
,
params
:
{
dateEnd
?:
string
;
dateStart
?:
string
;
idPedido
?:
number
;
idUser
?:
number
;
pageNumber
?:
number
;
pageSize
?:
number
;
}
,
)
:
Observable
<
any
>
Parameters
company
:
string
params
:
{
dateEnd
?:
string
;
dateStart
?:
string
;
idPedido
?:
number
;
idUser
?:
number
;
pageNumber
?:
number
;
pageSize
?:
number
;
}
Retorna
Observable
<
any
>
get
Sell
Log
Detail
getSellLogDetail
(
idLog
:
number
,
company
:
string
,
)
:
Observable
<
IGetSellDetailLog
[]
>
Parameters
idLog
:
number
company
:
string
Retorna
Observable
<
IGetSellDetailLog
[]
>
get
State
Dispatch
getStateDispatch
(
company
:
string
)
:
Observable
<
IGetStateDispatch
[]
>
Parameters
company
:
string
Retorna
Observable
<
IGetStateDispatch
[]
>
get
Type
Client
getTypeClient
(
company
:
string
)
:
Observable
<
IGetTypeClient
[]
>
Parameters
company
:
string
Retorna
Observable
<
IGetTypeClient
[]
>
post
Cancel
Sell
postCancelSell
(
payload
:
any
,
company
:
string
)
:
Observable
<
any
>
Parameters
payload
:
any
company
:
string
Retorna
Observable
<
any
>
post
Client
postClient
(
client
:
any
,
company
:
string
)
:
Observable
<
any
>
Parameters
client
:
any
company
:
string
Retorna
Observable
<
any
>
post
Edit
Client
postEditClient
(
client
:
any
,
idClient
:
number
,
company
:
string
)
:
Observable
<
any
>
Parameters
client
:
any
idClient
:
number
company
:
string
Retorna
Observable
<
any
>
post
Edit
Sell
postEditSell
(
dataSell
:
any
,
company
:
string
)
:
Observable
<
any
>
Parameters
dataSell
:
any
company
:
string
Retorna
Observable
<
any
>
post
Log
Similar
Order
postLogSimilarOrder
(
model
:
any
,
company
:
string
)
:
Observable
<
any
>
Parameters
model
:
any
company
:
string
Retorna
Observable
<
any
>
post
Sell
postSell
(
dataSell
:
any
,
company
:
string
)
:
Observable
<
any
>
Parameters
dataSell
:
any
company
:
string
Retorna
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
Client
For
PQRS
get
Department
get
Excel
Client
get
Kit
get
Kit
Detail
By
Id
get
Office
Type
get
Product
Image
get
Product
Sell
get
Product
Without
Printing
get
Routine
get
Routine
Detail
By
Id
get
Sell
Log
get
Sell
Log
Detail
get
State
Dispatch
get
Type
Client
post
Cancel
Sell
post
Client
post
Edit
Client
post
Edit
Sell
post
Log
Similar
Order
post
Sell
Onix ERP - Documentación Oficial - v0.0.0
Loading...