diff --git a/.do/deploy.template.yaml b/.do/deploy.template.yaml old mode 100644 new mode 100755 diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md old mode 100644 new mode 100755 diff --git a/.vscode/settings.json b/.vscode/settings.json old mode 100644 new mode 100755 diff --git a/LICENSE b/LICENSE old mode 100644 new mode 100755 diff --git a/SECURITY.md b/SECURITY.md old mode 100644 new mode 100755 diff --git a/app/Console/Commands/GenerateCashFlowCommand.php b/app/Console/Commands/GenerateCashFlowCommand.php old mode 100644 new mode 100755 diff --git a/app/Crud/CustomerAccountCrud.php b/app/Crud/CustomerAccountCrud.php old mode 100644 new mode 100755 diff --git a/app/Crud/ProviderProcurementsCrud.php b/app/Crud/ProviderProcurementsCrud.php old mode 100644 new mode 100755 diff --git a/app/Crud/ProviderProductsCrud.php b/app/Crud/ProviderProductsCrud.php old mode 100644 new mode 100755 diff --git a/app/Events/BeforeStartApiRouteEvent.php b/app/Events/BeforeStartApiRouteEvent.php old mode 100644 new mode 100755 diff --git a/app/Events/BeforeStartWebRouteEvent.php b/app/Events/BeforeStartWebRouteEvent.php old mode 100644 new mode 100755 diff --git a/app/Events/CashFlowAfterCreatedEvent.php b/app/Events/CashFlowAfterCreatedEvent.php old mode 100644 new mode 100755 diff --git a/app/Events/CashFlowAfterUpdatedEvent.php b/app/Events/CashFlowAfterUpdatedEvent.php old mode 100644 new mode 100755 diff --git a/app/Events/CashRegisterHistoryAfterCreatedEvent.php b/app/Events/CashRegisterHistoryAfterCreatedEvent.php old mode 100644 new mode 100755 diff --git a/app/Events/CrudAfterDeleteEvent.php b/app/Events/CrudAfterDeleteEvent.php old mode 100644 new mode 100755 diff --git a/app/Events/CustomerAfterCreatedEvent.php b/app/Events/CustomerAfterCreatedEvent.php old mode 100644 new mode 100755 diff --git a/app/Events/CustomerBeforeDeletedEvent.php b/app/Events/CustomerBeforeDeletedEvent.php old mode 100644 new mode 100755 diff --git a/app/Events/InstalledStateBeforeCheckedEvent.php b/app/Events/InstalledStateBeforeCheckedEvent.php old mode 100644 new mode 100755 diff --git a/app/Events/LowStockProductsCountedEvent.php b/app/Events/LowStockProductsCountedEvent.php old mode 100644 new mode 100755 diff --git a/app/Events/OrderAfterCheckPerformedEvent.php b/app/Events/OrderAfterCheckPerformedEvent.php old mode 100644 new mode 100755 diff --git a/app/Events/OrderAfterInstalmentPaidEvent.php b/app/Events/OrderAfterInstalmentPaidEvent.php old mode 100644 new mode 100755 diff --git a/app/Events/OrderAfterPaymentStatusChangedEvent.php b/app/Events/OrderAfterPaymentStatusChangedEvent.php old mode 100644 new mode 100755 diff --git a/app/Events/ProductBeforeDeleteEvent.php b/app/Events/ProductBeforeDeleteEvent.php old mode 100644 new mode 100755 diff --git a/app/Events/ProductCategoryAfterCreatedEvent.php b/app/Events/ProductCategoryAfterCreatedEvent.php old mode 100644 new mode 100755 diff --git a/app/Events/ProductCategoryAfterUpdatedEvent.php b/app/Events/ProductCategoryAfterUpdatedEvent.php old mode 100644 new mode 100755 diff --git a/app/Events/ProductCategoryBeforeDeletedEvent.php b/app/Events/ProductCategoryBeforeDeletedEvent.php old mode 100644 new mode 100755 diff --git a/app/Exceptions/CoreVersionMismatchException.php b/app/Exceptions/CoreVersionMismatchException.php old mode 100644 new mode 100755 diff --git a/app/Exceptions/Exception.php b/app/Exceptions/Exception.php old mode 100644 new mode 100755 diff --git a/app/Exceptions/MethodNotAllowedHttpException.php b/app/Exceptions/MethodNotAllowedHttpException.php old mode 100644 new mode 100755 diff --git a/app/Exceptions/ModuleVersionMismatchException.php b/app/Exceptions/ModuleVersionMismatchException.php old mode 100644 new mode 100755 diff --git a/app/Exceptions/QueryException.php b/app/Exceptions/QueryException.php old mode 100644 new mode 100755 diff --git a/app/Http/Controllers/BankingController.php b/app/Http/Controllers/BankingController.php old mode 100644 new mode 100755 diff --git a/app/Http/Controllers/UpdateController.php b/app/Http/Controllers/UpdateController.php index facd30cfa..f9aa76065 100755 --- a/app/Http/Controllers/UpdateController.php +++ b/app/Http/Controllers/UpdateController.php @@ -44,7 +44,10 @@ public function runMigration( Request $request ) $request->input( 'file' ) ); - Artisan::call( 'migrate --path=' . $file, [ '--force' => true ]); + Artisan::call( 'migrate', [ + '--path' => $file, + '--force' => true + ]); } /** diff --git a/app/Interfaces/Notification.php b/app/Interfaces/Notification.php old mode 100644 new mode 100755 diff --git a/app/Jobs/DetectLowStockProductsJob.php b/app/Jobs/DetectLowStockProductsJob.php old mode 100644 new mode 100755 diff --git a/app/Jobs/ProcurementRefreshJob.php b/app/Jobs/ProcurementRefreshJob.php old mode 100644 new mode 100755 diff --git a/app/Listeners/NotificationListener.php b/app/Listeners/NotificationListener.php old mode 100644 new mode 100755 diff --git a/app/Services/TestService.php b/app/Services/TestService.php old mode 100644 new mode 100755 diff --git a/composer.json b/composer.json old mode 100644 new mode 100755 diff --git a/config/nexopos.php b/config/nexopos.php index 732ca77c2..05c39e93f 100755 --- a/config/nexopos.php +++ b/config/nexopos.php @@ -1,6 +1,6 @@ '4.6.13', + 'version' => '4.6.14', 'languages' => [ 'en' => 'English', 'fr' => 'Français', diff --git a/database/migrations/create-tables/0000_00_00_000000_create_websockets_statistics_entries_table.php b/database/migrations/create-tables/0000_00_00_000000_create_websockets_statistics_entries_table.php old mode 100644 new mode 100755 diff --git a/database/migrations/misc/2021_07_31_153029_update_dashboard_days_report_jul31.php b/database/migrations/misc/2021_07_31_153029_update_dashboard_days_report_jul31.php old mode 100644 new mode 100755 diff --git a/database/migrations/misc/2021_11_17_215824_update_create_options_for_order_type.php b/database/migrations/misc/2021_11_17_215824_update_create_options_for_order_type.php old mode 100644 new mode 100755 diff --git a/database/migrations/schema-updates/2021_07_31_100843_update_nexopos_registers_history_jul31.php b/database/migrations/schema-updates/2021_07_31_100843_update_nexopos_registers_history_jul31.php old mode 100644 new mode 100755 diff --git a/database/migrations/schema-updates/2021_08_01_085619_update_add_columns_to_expense_history__aug1.php b/database/migrations/schema-updates/2021_08_01_085619_update_add_columns_to_expense_history__aug1.php old mode 100644 new mode 100755 diff --git a/database/migrations/schema-updates/2021_08_01_125501_update_expense_category_aug1.php b/database/migrations/schema-updates/2021_08_01_125501_update_expense_category_aug1.php old mode 100644 new mode 100755 diff --git a/database/migrations/schema-updates/2021_08_05_165210_update_add_new_permissions__aug5.php b/database/migrations/schema-updates/2021_08_05_165210_update_add_new_permissions__aug5.php old mode 100644 new mode 100755 diff --git a/database/migrations/schema-updates/2021_08_12_153954_update_add_taxto_order_refunds_products_aug12.php b/database/migrations/schema-updates/2021_08_12_153954_update_add_taxto_order_refunds_products_aug12.php old mode 100644 new mode 100755 diff --git a/database/migrations/schema-updates/2021_09_01_194454_update_unit_product_quantities_table_sept1_21.php b/database/migrations/schema-updates/2021_09_01_194454_update_unit_product_quantities_table_sept1_21.php old mode 100644 new mode 100755 diff --git a/database/migrations/schema-updates/2021_09_30_091808_update_columns_length_sept30_21.php b/database/migrations/schema-updates/2021_09_30_091808_update_columns_length_sept30_21.php old mode 100644 new mode 100755 diff --git a/database/migrations/schema-updates/2021_11_05_102755_update_products_unit_quantities_nov0521.php b/database/migrations/schema-updates/2021_11_05_102755_update_products_unit_quantities_nov0521.php old mode 100644 new mode 100755 diff --git a/database/migrations/schema-updates/2021_11_21_205222_update_customer_table_add_birth_date_column_nov2121.php b/database/migrations/schema-updates/2021_11_21_205222_update_customer_table_add_birth_date_column_nov2121.php old mode 100644 new mode 100755 diff --git a/database/migrations/schema-updates/2021_11_25_032153_update_procurement_table_nov2521.php b/database/migrations/schema-updates/2021_11_25_032153_update_procurement_table_nov2521.php old mode 100644 new mode 100755 diff --git a/database/migrations/schema-updates/2021_12_23_061301_set_cashier_permissions.php b/database/migrations/schema-updates/2021_12_23_061301_set_cashier_permissions.php old mode 100644 new mode 100755 diff --git a/database/migrations/schema-updates/2021_12_28_090346_updatee_instalment_table_dec2821.php b/database/migrations/schema-updates/2021_12_28_090346_updatee_instalment_table_dec2821.php old mode 100644 new mode 100755 diff --git a/database/migrations/schema-updates/2021_12_31_144653_remove_ignored_cash_flow_for_pristine_products.php b/database/migrations/schema-updates/2021_12_31_144653_remove_ignored_cash_flow_for_pristine_products.php old mode 100644 new mode 100755 diff --git a/database/migrations/schema-updates/2022_01_02_200145_wipe_cash_flow_transaction_2janv22.php b/database/migrations/schema-updates/2022_01_02_200145_wipe_cash_flow_transaction_2janv22.php old mode 100644 new mode 100755 diff --git a/database/migrations/schema-updates/2022_01_11_100733_update_customer_table_jan1122.php b/database/migrations/schema-updates/2022_01_11_100733_update_customer_table_jan1122.php old mode 100644 new mode 100755 diff --git a/database/migrations/schema-updates/2022_01_25_230855_update_nexo_p_o_s_orders_payments220126.php b/database/migrations/schema-updates/2022_01_25_230855_update_nexo_p_o_s_orders_payments220126.php old mode 100644 new mode 100755 diff --git a/database/permissions/pos.php b/database/permissions/pos.php old mode 100644 new mode 100755 diff --git a/package.json b/package.json old mode 100644 new mode 100755 diff --git a/public/audio/bubble.mp3 b/public/audio/bubble.mp3 old mode 100644 new mode 100755 diff --git a/public/audio/cash-sound.mp3 b/public/audio/cash-sound.mp3 old mode 100644 new mode 100755 diff --git a/public/audio/ding.mp3 b/public/audio/ding.mp3 old mode 100644 new mode 100755 diff --git a/public/audio/pop.mp3 b/public/audio/pop.mp3 old mode 100644 new mode 100755 diff --git a/public/js/app.min.js b/public/js/app.min.js old mode 100644 new mode 100755 diff --git a/public/js/auth.min.js b/public/js/auth.min.js old mode 100644 new mode 100755 diff --git a/public/js/bootstrap.min.js b/public/js/bootstrap.min.js old mode 100644 new mode 100755 diff --git a/public/js/cashier.min.js b/public/js/cashier.min.js old mode 100644 new mode 100755 diff --git a/public/js/dashboard.min.js b/public/js/dashboard.min.js old mode 100644 new mode 100755 diff --git a/public/js/lang-loader.min.js b/public/js/lang-loader.min.js old mode 100644 new mode 100755 diff --git a/public/js/popups.min.js b/public/js/popups.min.js old mode 100644 new mode 100755 diff --git a/public/js/pos-init.min.js b/public/js/pos-init.min.js old mode 100644 new mode 100755 diff --git a/public/js/pos.min.js b/public/js/pos.min.js old mode 100644 new mode 100755 diff --git a/public/js/setup.min.js b/public/js/setup.min.js old mode 100644 new mode 100755 diff --git a/public/js/update.min.js b/public/js/update.min.js old mode 100644 new mode 100755 diff --git a/resources/lang/ar.json b/resources/lang/ar.json old mode 100644 new mode 100755 diff --git a/resources/lang/pt.json b/resources/lang/pt.json old mode 100644 new mode 100755 diff --git a/resources/ts/components/ns-avatar.vue b/resources/ts/components/ns-avatar.vue old mode 100644 new mode 100755 diff --git a/resources/ts/components/ns-crud.vue b/resources/ts/components/ns-crud.vue old mode 100644 new mode 100755 diff --git a/resources/ts/components/ns-notice.vue b/resources/ts/components/ns-notice.vue old mode 100644 new mode 100755 diff --git a/resources/ts/components/ns-paginate.vue b/resources/ts/components/ns-paginate.vue old mode 100644 new mode 100755 diff --git a/resources/ts/filters/truncate.ts b/resources/ts/filters/truncate.ts old mode 100644 new mode 100755 diff --git a/resources/ts/libraries/print.ts b/resources/ts/libraries/print.ts old mode 100644 new mode 100755 diff --git a/resources/ts/pages/dashboard/orders/ns-order-instalments-payment.vue b/resources/ts/pages/dashboard/orders/ns-order-instalments-payment.vue old mode 100644 new mode 100755 diff --git a/resources/ts/pages/dashboard/pos/ns-pos-cart.vue b/resources/ts/pages/dashboard/pos/ns-pos-cart.vue index 9b06db033..46ee8707a 100755 --- a/resources/ts/pages/dashboard/pos/ns-pos-cart.vue +++ b/resources/ts/pages/dashboard/pos/ns-pos-cart.vue @@ -145,7 +145,7 @@