feature/cierres #25

Open
aldarien wants to merge 446 commits from feature/cierres into develop
328 changed files with 1048 additions and 13256 deletions
Showing only changes of commit fc776e6cec - Show all commits

View File

@ -21,6 +21,7 @@ $app->group('/ventas', function($app) {
});
$app->group('/by', function($app) {
$app->get('/unidad/{unidad_id}', [Ventas::class, 'unidad']);
$app->post('/unidades[/]', [Ventas::class, 'byUnidades']);
});
$app->post('/get[/]', [Ventas::class, 'getMany']);
$app->post('[/]', [Ventas::class, 'proyecto']);