mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 13:50:31 +00:00
refactor: dynamic list to nestjs
This commit is contained in:
@@ -58,10 +58,10 @@ export class SaleEstimatesController {
|
||||
return this.saleEstimatesApplication.getSaleEstimateState();
|
||||
}
|
||||
|
||||
// @Get()
|
||||
// public getSaleEstimates(@Query() filterDTO: ISalesEstimatesFilter) {
|
||||
// return this.saleEstimatesApplication.getSaleEstimates(filterDTO);
|
||||
// }
|
||||
@Get()
|
||||
public getSaleEstimates(@Query() filterDTO: ISalesEstimatesFilter) {
|
||||
return this.saleEstimatesApplication.getSaleEstimates(filterDTO);
|
||||
}
|
||||
|
||||
@Post(':id/deliver')
|
||||
public deliverSaleEstimate(
|
||||
|
||||
Reference in New Issue
Block a user