From 7ecf92b7c010e389f959a3281f75586c67f15f87 Mon Sep 17 00:00:00 2001 From: blair2004 Date: Sun, 6 Mar 2022 22:06:45 +0100 Subject: [PATCH 1/3] Update --- LICENSE | 0 SECURITY.md | 0 app/Console/Commands/GenerateCashFlowCommand.php | 0 app/Crud/CustomerAccountCrud.php | 0 app/Crud/ProviderProcurementsCrud.php | 0 app/Crud/ProviderProductsCrud.php | 0 app/Events/BeforeStartApiRouteEvent.php | 0 app/Events/BeforeStartWebRouteEvent.php | 0 app/Events/CashFlowAfterCreatedEvent.php | 0 app/Events/CashFlowAfterUpdatedEvent.php | 0 app/Events/CashRegisterHistoryAfterCreatedEvent.php | 0 app/Events/CrudAfterDeleteEvent.php | 0 app/Events/CustomerAfterCreatedEvent.php | 0 app/Events/CustomerBeforeDeletedEvent.php | 0 app/Events/InstalledStateBeforeCheckedEvent.php | 0 app/Events/LowStockProductsCountedEvent.php | 0 app/Events/OrderAfterCheckPerformedEvent.php | 0 app/Events/OrderAfterInstalmentPaidEvent.php | 0 app/Events/OrderAfterPaymentStatusChangedEvent.php | 0 app/Events/ProductBeforeDeleteEvent.php | 0 app/Events/ProductCategoryAfterCreatedEvent.php | 0 app/Events/ProductCategoryAfterUpdatedEvent.php | 0 app/Events/ProductCategoryBeforeDeletedEvent.php | 0 app/Exceptions/CoreVersionMismatchException.php | 0 app/Exceptions/Exception.php | 0 app/Exceptions/MethodNotAllowedHttpException.php | 0 app/Exceptions/ModuleVersionMismatchException.php | 0 app/Exceptions/QueryException.php | 0 app/Http/Controllers/BankingController.php | 0 app/Interfaces/Notification.php | 0 app/Jobs/DetectLowStockProductsJob.php | 0 app/Jobs/ProcurementRefreshJob.php | 0 app/Listeners/NotificationListener.php | 0 app/Services/TestService.php | 0 composer.json | 0 ...0_create_websockets_statistics_entries_table.php | 0 ...31_153029_update_dashboard_days_report_jul31.php | 0 ..._215824_update_create_options_for_order_type.php | 0 ...00843_update_nexopos_registers_history_jul31.php | 0 ..._update_add_columns_to_expense_history__aug1.php | 0 ...21_08_01_125501_update_expense_category_aug1.php | 0 ...8_05_165210_update_add_new_permissions__aug5.php | 0 ...pdate_add_taxto_order_refunds_products_aug12.php | 0 ...pdate_unit_product_quantities_table_sept1_21.php | 0 ...09_30_091808_update_columns_length_sept30_21.php | 0 ...2755_update_products_unit_quantities_nov0521.php | 0 ...customer_table_add_birth_date_column_nov2121.php | 0 ...1_25_032153_update_procurement_table_nov2521.php | 0 .../2021_12_23_061301_set_cashier_permissions.php | 0 ...2_28_090346_updatee_instalment_table_dec2821.php | 0 ...move_ignored_cash_flow_for_pristine_products.php | 0 ...02_200145_wipe_cash_flow_transaction_2janv22.php | 0 ...2_01_11_100733_update_customer_table_jan1122.php | 0 ...0855_update_nexo_p_o_s_orders_payments220126.php | 0 database/permissions/pos.php | 0 package.json | 0 public/audio/bubble.mp3 | Bin public/audio/cash-sound.mp3 | Bin public/audio/ding.mp3 | Bin public/audio/pop.mp3 | Bin public/js/app.min.js | 0 public/js/auth.min.js | 0 public/js/bootstrap.min.js | 0 public/js/cashier.min.js | 0 public/js/dashboard.min.js | 0 public/js/lang-loader.min.js | 0 public/js/popups.min.js | 0 public/js/pos-init.min.js | 0 public/js/pos.min.js | 0 public/js/setup.min.js | 0 public/js/update.min.js | 0 resources/lang/ar.json | 0 resources/lang/pt.json | 0 resources/ts/components/ns-avatar.vue | 0 resources/ts/components/ns-crud.vue | 0 resources/ts/components/ns-notice.vue | 0 resources/ts/components/ns-paginate.vue | 0 resources/ts/filters/truncate.ts | 0 resources/ts/libraries/print.ts | 0 .../orders/ns-order-instalments-payment.vue | 0 resources/ts/pages/dashboard/pos/ns-pos-cart.vue | 2 +- resources/ts/popups/ns-orders-filter-popup.vue | 0 resources/ts/popups/ns-pos-quick-product-popup.vue | 0 .../views/pages/dashboard/orders/footer.blade.php | 0 .../dashboard/reports/low-stock-report.blade.php | 0 .../views/pages/errors/core-exception.blade.php | 0 resources/views/pages/errors/exception.blade.php | 0 .../views/pages/errors/module-exception.blade.php | 0 routes/api-base.php | 0 routes/authenticate.php | 0 routes/web-base.php | 0 routes/web/banking.php | 0 routes/web/cash-registers.php | 0 routes/web/customers.php | 0 routes/web/expenses.php | 0 routes/web/medias.php | 0 routes/web/modules.php | 0 routes/web/orders.php | 0 routes/web/procurements.php | 0 routes/web/products.php | 0 routes/web/providers.php | 0 routes/web/reports.php | 0 routes/web/settings.php | 0 routes/web/taxes.php | 0 routes/web/units.php | 0 routes/web/users.php | 0 setup.sh | 0 tests/Feature/CashRegisterActionsTest.php | 0 tests/Feature/CombiningProductsTest.php | 0 tests/Feature/ComputeTaxesFromSales.php | 0 tests/Feature/ConfigureAccoutingTest.php | 0 tests/Feature/CreateOrderOnRegister.php | 0 tests/Feature/PerformStockAdjustmentTest.php | 0 tests/Feature/TestLowStockProducts.php | 0 tests/Feature/TestRewardSystem.php | 0 tests/Feature/TestSetOrderType.php | 0 tests/Traits/WithAccountingTest.php | 0 tests/Traits/WithAuthentication.php | 0 tests/Traits/WithCashRegisterTest.php | 0 tests/Traits/WithCategoryTest.php | 0 tests/Traits/WithCombinedProductTest.php | 0 tests/Traits/WithCouponTest.php | 0 tests/Traits/WithCustomerTest.php | 0 tests/Traits/WithExpenseTest.php | 0 tests/Traits/WithOrderTest.php | 0 tests/Traits/WithProcurementTest.php | 0 tests/Traits/WithProductTest.php | 0 tests/Traits/WithProviderTest.php | 0 tests/Traits/WithReportTest.php | 0 tests/Traits/WithTaxTest.php | 0 tests/Traits/WithUnitTest.php | 0 131 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 LICENSE mode change 100644 => 100755 SECURITY.md mode change 100644 => 100755 app/Console/Commands/GenerateCashFlowCommand.php mode change 100644 => 100755 app/Crud/CustomerAccountCrud.php mode change 100644 => 100755 app/Crud/ProviderProcurementsCrud.php mode change 100644 => 100755 app/Crud/ProviderProductsCrud.php mode change 100644 => 100755 app/Events/BeforeStartApiRouteEvent.php mode change 100644 => 100755 app/Events/BeforeStartWebRouteEvent.php mode change 100644 => 100755 app/Events/CashFlowAfterCreatedEvent.php mode change 100644 => 100755 app/Events/CashFlowAfterUpdatedEvent.php mode change 100644 => 100755 app/Events/CashRegisterHistoryAfterCreatedEvent.php mode change 100644 => 100755 app/Events/CrudAfterDeleteEvent.php mode change 100644 => 100755 app/Events/CustomerAfterCreatedEvent.php mode change 100644 => 100755 app/Events/CustomerBeforeDeletedEvent.php mode change 100644 => 100755 app/Events/InstalledStateBeforeCheckedEvent.php mode change 100644 => 100755 app/Events/LowStockProductsCountedEvent.php mode change 100644 => 100755 app/Events/OrderAfterCheckPerformedEvent.php mode change 100644 => 100755 app/Events/OrderAfterInstalmentPaidEvent.php mode change 100644 => 100755 app/Events/OrderAfterPaymentStatusChangedEvent.php mode change 100644 => 100755 app/Events/ProductBeforeDeleteEvent.php mode change 100644 => 100755 app/Events/ProductCategoryAfterCreatedEvent.php mode change 100644 => 100755 app/Events/ProductCategoryAfterUpdatedEvent.php mode change 100644 => 100755 app/Events/ProductCategoryBeforeDeletedEvent.php mode change 100644 => 100755 app/Exceptions/CoreVersionMismatchException.php mode change 100644 => 100755 app/Exceptions/Exception.php mode change 100644 => 100755 app/Exceptions/MethodNotAllowedHttpException.php mode change 100644 => 100755 app/Exceptions/ModuleVersionMismatchException.php mode change 100644 => 100755 app/Exceptions/QueryException.php mode change 100644 => 100755 app/Http/Controllers/BankingController.php mode change 100644 => 100755 app/Interfaces/Notification.php mode change 100644 => 100755 app/Jobs/DetectLowStockProductsJob.php mode change 100644 => 100755 app/Jobs/ProcurementRefreshJob.php mode change 100644 => 100755 app/Listeners/NotificationListener.php mode change 100644 => 100755 app/Services/TestService.php mode change 100644 => 100755 composer.json mode change 100644 => 100755 database/migrations/create-tables/0000_00_00_000000_create_websockets_statistics_entries_table.php mode change 100644 => 100755 database/migrations/misc/2021_07_31_153029_update_dashboard_days_report_jul31.php mode change 100644 => 100755 database/migrations/misc/2021_11_17_215824_update_create_options_for_order_type.php mode change 100644 => 100755 database/migrations/schema-updates/2021_07_31_100843_update_nexopos_registers_history_jul31.php mode change 100644 => 100755 database/migrations/schema-updates/2021_08_01_085619_update_add_columns_to_expense_history__aug1.php mode change 100644 => 100755 database/migrations/schema-updates/2021_08_01_125501_update_expense_category_aug1.php mode change 100644 => 100755 database/migrations/schema-updates/2021_08_05_165210_update_add_new_permissions__aug5.php mode change 100644 => 100755 database/migrations/schema-updates/2021_08_12_153954_update_add_taxto_order_refunds_products_aug12.php mode change 100644 => 100755 database/migrations/schema-updates/2021_09_01_194454_update_unit_product_quantities_table_sept1_21.php mode change 100644 => 100755 database/migrations/schema-updates/2021_09_30_091808_update_columns_length_sept30_21.php mode change 100644 => 100755 database/migrations/schema-updates/2021_11_05_102755_update_products_unit_quantities_nov0521.php mode change 100644 => 100755 database/migrations/schema-updates/2021_11_21_205222_update_customer_table_add_birth_date_column_nov2121.php mode change 100644 => 100755 database/migrations/schema-updates/2021_11_25_032153_update_procurement_table_nov2521.php mode change 100644 => 100755 database/migrations/schema-updates/2021_12_23_061301_set_cashier_permissions.php mode change 100644 => 100755 database/migrations/schema-updates/2021_12_28_090346_updatee_instalment_table_dec2821.php mode change 100644 => 100755 database/migrations/schema-updates/2021_12_31_144653_remove_ignored_cash_flow_for_pristine_products.php mode change 100644 => 100755 database/migrations/schema-updates/2022_01_02_200145_wipe_cash_flow_transaction_2janv22.php mode change 100644 => 100755 database/migrations/schema-updates/2022_01_11_100733_update_customer_table_jan1122.php mode change 100644 => 100755 database/migrations/schema-updates/2022_01_25_230855_update_nexo_p_o_s_orders_payments220126.php mode change 100644 => 100755 database/permissions/pos.php mode change 100644 => 100755 package.json mode change 100644 => 100755 public/audio/bubble.mp3 mode change 100644 => 100755 public/audio/cash-sound.mp3 mode change 100644 => 100755 public/audio/ding.mp3 mode change 100644 => 100755 public/audio/pop.mp3 mode change 100644 => 100755 public/js/app.min.js mode change 100644 => 100755 public/js/auth.min.js mode change 100644 => 100755 public/js/bootstrap.min.js mode change 100644 => 100755 public/js/cashier.min.js mode change 100644 => 100755 public/js/dashboard.min.js mode change 100644 => 100755 public/js/lang-loader.min.js mode change 100644 => 100755 public/js/popups.min.js mode change 100644 => 100755 public/js/pos-init.min.js mode change 100644 => 100755 public/js/pos.min.js mode change 100644 => 100755 public/js/setup.min.js mode change 100644 => 100755 public/js/update.min.js mode change 100644 => 100755 resources/lang/ar.json mode change 100644 => 100755 resources/lang/pt.json mode change 100644 => 100755 resources/ts/components/ns-avatar.vue mode change 100644 => 100755 resources/ts/components/ns-crud.vue mode change 100644 => 100755 resources/ts/components/ns-notice.vue mode change 100644 => 100755 resources/ts/components/ns-paginate.vue mode change 100644 => 100755 resources/ts/filters/truncate.ts mode change 100644 => 100755 resources/ts/libraries/print.ts mode change 100644 => 100755 resources/ts/pages/dashboard/orders/ns-order-instalments-payment.vue mode change 100644 => 100755 resources/ts/popups/ns-orders-filter-popup.vue mode change 100644 => 100755 resources/ts/popups/ns-pos-quick-product-popup.vue mode change 100644 => 100755 resources/views/pages/dashboard/orders/footer.blade.php mode change 100644 => 100755 resources/views/pages/dashboard/reports/low-stock-report.blade.php mode change 100644 => 100755 resources/views/pages/errors/core-exception.blade.php mode change 100644 => 100755 resources/views/pages/errors/exception.blade.php mode change 100644 => 100755 resources/views/pages/errors/module-exception.blade.php mode change 100644 => 100755 routes/api-base.php mode change 100644 => 100755 routes/authenticate.php mode change 100644 => 100755 routes/web-base.php mode change 100644 => 100755 routes/web/banking.php mode change 100644 => 100755 routes/web/cash-registers.php mode change 100644 => 100755 routes/web/customers.php mode change 100644 => 100755 routes/web/expenses.php mode change 100644 => 100755 routes/web/medias.php mode change 100644 => 100755 routes/web/modules.php mode change 100644 => 100755 routes/web/orders.php mode change 100644 => 100755 routes/web/procurements.php mode change 100644 => 100755 routes/web/products.php mode change 100644 => 100755 routes/web/providers.php mode change 100644 => 100755 routes/web/reports.php mode change 100644 => 100755 routes/web/settings.php mode change 100644 => 100755 routes/web/taxes.php mode change 100644 => 100755 routes/web/units.php mode change 100644 => 100755 routes/web/users.php mode change 100644 => 100755 setup.sh mode change 100644 => 100755 tests/Feature/CashRegisterActionsTest.php mode change 100644 => 100755 tests/Feature/CombiningProductsTest.php mode change 100644 => 100755 tests/Feature/ComputeTaxesFromSales.php mode change 100644 => 100755 tests/Feature/ConfigureAccoutingTest.php mode change 100644 => 100755 tests/Feature/CreateOrderOnRegister.php mode change 100644 => 100755 tests/Feature/PerformStockAdjustmentTest.php mode change 100644 => 100755 tests/Feature/TestLowStockProducts.php mode change 100644 => 100755 tests/Feature/TestRewardSystem.php mode change 100644 => 100755 tests/Feature/TestSetOrderType.php mode change 100644 => 100755 tests/Traits/WithAccountingTest.php mode change 100644 => 100755 tests/Traits/WithAuthentication.php mode change 100644 => 100755 tests/Traits/WithCashRegisterTest.php mode change 100644 => 100755 tests/Traits/WithCategoryTest.php mode change 100644 => 100755 tests/Traits/WithCombinedProductTest.php mode change 100644 => 100755 tests/Traits/WithCouponTest.php mode change 100644 => 100755 tests/Traits/WithCustomerTest.php mode change 100644 => 100755 tests/Traits/WithExpenseTest.php mode change 100644 => 100755 tests/Traits/WithOrderTest.php mode change 100644 => 100755 tests/Traits/WithProcurementTest.php mode change 100644 => 100755 tests/Traits/WithProductTest.php mode change 100644 => 100755 tests/Traits/WithProviderTest.php mode change 100644 => 100755 tests/Traits/WithReportTest.php mode change 100644 => 100755 tests/Traits/WithTaxTest.php mode change 100644 => 100755 tests/Traits/WithUnitTest.php 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/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/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 @@ - Tax : {{ order.tax_value | currency }} + {{ __( 'Tax' ) }} : {{ order.tax_value | currency }} {{ __( 'Total' ) }} {{ order.total | currency }} diff --git a/resources/ts/popups/ns-orders-filter-popup.vue b/resources/ts/popups/ns-orders-filter-popup.vue old mode 100644 new mode 100755 diff --git a/resources/ts/popups/ns-pos-quick-product-popup.vue b/resources/ts/popups/ns-pos-quick-product-popup.vue old mode 100644 new mode 100755 diff --git a/resources/views/pages/dashboard/orders/footer.blade.php b/resources/views/pages/dashboard/orders/footer.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/pages/dashboard/reports/low-stock-report.blade.php b/resources/views/pages/dashboard/reports/low-stock-report.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/pages/errors/core-exception.blade.php b/resources/views/pages/errors/core-exception.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/pages/errors/exception.blade.php b/resources/views/pages/errors/exception.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/pages/errors/module-exception.blade.php b/resources/views/pages/errors/module-exception.blade.php old mode 100644 new mode 100755 diff --git a/routes/api-base.php b/routes/api-base.php old mode 100644 new mode 100755 diff --git a/routes/authenticate.php b/routes/authenticate.php old mode 100644 new mode 100755 diff --git a/routes/web-base.php b/routes/web-base.php old mode 100644 new mode 100755 diff --git a/routes/web/banking.php b/routes/web/banking.php old mode 100644 new mode 100755 diff --git a/routes/web/cash-registers.php b/routes/web/cash-registers.php old mode 100644 new mode 100755 diff --git a/routes/web/customers.php b/routes/web/customers.php old mode 100644 new mode 100755 diff --git a/routes/web/expenses.php b/routes/web/expenses.php old mode 100644 new mode 100755 diff --git a/routes/web/medias.php b/routes/web/medias.php old mode 100644 new mode 100755 diff --git a/routes/web/modules.php b/routes/web/modules.php old mode 100644 new mode 100755 diff --git a/routes/web/orders.php b/routes/web/orders.php old mode 100644 new mode 100755 diff --git a/routes/web/procurements.php b/routes/web/procurements.php old mode 100644 new mode 100755 diff --git a/routes/web/products.php b/routes/web/products.php old mode 100644 new mode 100755 diff --git a/routes/web/providers.php b/routes/web/providers.php old mode 100644 new mode 100755 diff --git a/routes/web/reports.php b/routes/web/reports.php old mode 100644 new mode 100755 diff --git a/routes/web/settings.php b/routes/web/settings.php old mode 100644 new mode 100755 diff --git a/routes/web/taxes.php b/routes/web/taxes.php old mode 100644 new mode 100755 diff --git a/routes/web/units.php b/routes/web/units.php old mode 100644 new mode 100755 diff --git a/routes/web/users.php b/routes/web/users.php old mode 100644 new mode 100755 diff --git a/setup.sh b/setup.sh old mode 100644 new mode 100755 diff --git a/tests/Feature/CashRegisterActionsTest.php b/tests/Feature/CashRegisterActionsTest.php old mode 100644 new mode 100755 diff --git a/tests/Feature/CombiningProductsTest.php b/tests/Feature/CombiningProductsTest.php old mode 100644 new mode 100755 diff --git a/tests/Feature/ComputeTaxesFromSales.php b/tests/Feature/ComputeTaxesFromSales.php old mode 100644 new mode 100755 diff --git a/tests/Feature/ConfigureAccoutingTest.php b/tests/Feature/ConfigureAccoutingTest.php old mode 100644 new mode 100755 diff --git a/tests/Feature/CreateOrderOnRegister.php b/tests/Feature/CreateOrderOnRegister.php old mode 100644 new mode 100755 diff --git a/tests/Feature/PerformStockAdjustmentTest.php b/tests/Feature/PerformStockAdjustmentTest.php old mode 100644 new mode 100755 diff --git a/tests/Feature/TestLowStockProducts.php b/tests/Feature/TestLowStockProducts.php old mode 100644 new mode 100755 diff --git a/tests/Feature/TestRewardSystem.php b/tests/Feature/TestRewardSystem.php old mode 100644 new mode 100755 diff --git a/tests/Feature/TestSetOrderType.php b/tests/Feature/TestSetOrderType.php old mode 100644 new mode 100755 diff --git a/tests/Traits/WithAccountingTest.php b/tests/Traits/WithAccountingTest.php old mode 100644 new mode 100755 diff --git a/tests/Traits/WithAuthentication.php b/tests/Traits/WithAuthentication.php old mode 100644 new mode 100755 diff --git a/tests/Traits/WithCashRegisterTest.php b/tests/Traits/WithCashRegisterTest.php old mode 100644 new mode 100755 diff --git a/tests/Traits/WithCategoryTest.php b/tests/Traits/WithCategoryTest.php old mode 100644 new mode 100755 diff --git a/tests/Traits/WithCombinedProductTest.php b/tests/Traits/WithCombinedProductTest.php old mode 100644 new mode 100755 diff --git a/tests/Traits/WithCouponTest.php b/tests/Traits/WithCouponTest.php old mode 100644 new mode 100755 diff --git a/tests/Traits/WithCustomerTest.php b/tests/Traits/WithCustomerTest.php old mode 100644 new mode 100755 diff --git a/tests/Traits/WithExpenseTest.php b/tests/Traits/WithExpenseTest.php old mode 100644 new mode 100755 diff --git a/tests/Traits/WithOrderTest.php b/tests/Traits/WithOrderTest.php old mode 100644 new mode 100755 diff --git a/tests/Traits/WithProcurementTest.php b/tests/Traits/WithProcurementTest.php old mode 100644 new mode 100755 diff --git a/tests/Traits/WithProductTest.php b/tests/Traits/WithProductTest.php old mode 100644 new mode 100755 diff --git a/tests/Traits/WithProviderTest.php b/tests/Traits/WithProviderTest.php old mode 100644 new mode 100755 diff --git a/tests/Traits/WithReportTest.php b/tests/Traits/WithReportTest.php old mode 100644 new mode 100755 diff --git a/tests/Traits/WithTaxTest.php b/tests/Traits/WithTaxTest.php old mode 100644 new mode 100755 diff --git a/tests/Traits/WithUnitTest.php b/tests/Traits/WithUnitTest.php old mode 100644 new mode 100755 From 4f76569a9c1f0fed4cdfe03ffb599c992a4f0e69 Mon Sep 17 00:00:00 2001 From: blair2004 Date: Mon, 7 Mar 2022 16:01:32 +0100 Subject: [PATCH 2/3] Update --- .do/deploy.template.yaml | 0 .github/ISSUE_TEMPLATE/bug_report.md | 0 .vscode/settings.json | 0 3 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 .do/deploy.template.yaml mode change 100644 => 100755 .github/ISSUE_TEMPLATE/bug_report.md mode change 100644 => 100755 .vscode/settings.json 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 From 11cfae38d2f1a2daf6787150083caddac0bc309a Mon Sep 17 00:00:00 2001 From: blair2004 Date: Mon, 7 Mar 2022 18:14:05 +0100 Subject: [PATCH 3/3] Update - Fix: migration issue. --- app/Http/Controllers/UpdateController.php | 5 ++++- config/nexopos.php | 2 +- tests/Traits/WithOrderTest.php | 2 -- 3 files changed, 5 insertions(+), 4 deletions(-) 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/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/tests/Traits/WithOrderTest.php b/tests/Traits/WithOrderTest.php index 7cc22800a..fd340920a 100755 --- a/tests/Traits/WithOrderTest.php +++ b/tests/Traits/WithOrderTest.php @@ -1076,8 +1076,6 @@ public function attemptCreateOrderWithInstalment() ] ] ]); - - $response->dump(); $response->assertJson([ 'status' => 'success'