Commit Graph

  • b19b4818e3 Roll back committed injections objecttothis 2023-11-03 13:32:04 +04:00
  • 2601fbb7b0 Formatting fixes - Removed TODOs - String Interpolation - Changed quotes in html to match the rest of code objecttothis 2023-11-03 12:08:30 +04:00
  • e8e3073553 - Converted statement to ternary notation for readability - Removed space - Removed TODO - Added TODO objecttothis 2023-11-02 17:29:00 +04:00
  • 6c6b1cb4bc gitignore transient files objecttothis 2023-11-02 16:56:53 +04:00
  • 8081a98243 gitignore debugbar objecttothis 2023-11-02 16:55:38 +04:00
  • 3025615ff8 gitignore logs objecttothis 2023-11-02 16:54:46 +04:00
  • 2fa3ef3c30 Removed non-existent folders from gitignore objecttothis 2023-11-02 16:53:01 +04:00
  • aa5fd5d0aa Fixed Thumbnail Generation Endpoint - String interpolation - Removed TODO - Reworked thumbnail creation for CI4 - Corrected capitalization in calling function URL - Added send() to return the HTTP response objecttothis 2023-11-02 16:46:46 +04:00
  • f661284612 fixed out of range segment objecttothis 2023-11-02 14:15:58 +04:00
  • fd77dcfc5e Syntax errors - Deleted extra closing parenthesis objecttothis 2023-11-02 14:12:54 +04:00
  • c5c4a528b4 Fixed incorrect session table name objecttothis 2023-11-02 13:57:39 +04:00
  • 85de6adadb Upgrade CI to 4.4.3 - Bump composer.json/lock to codeigniter 4.4.3 - Fix base_url() call without arguments - Updated files in the project space - Bump composer.json/lock to kint 5.0.4 - Update composer.json to include missing CI elements - Corrected composer.json regarding minimum versions - Updated README.md to reflect CI4 implementation - Migrated some Routes.php to Routing.php - Removed deprecated settings from Config/App.php objecttothis 2023-11-02 13:53:26 +04:00
  • 93a3788467 Replaced BASEPATH with FCPATH objecttothis 2023-11-02 09:33:49 +04:00
  • 62cfc67779 add location to gitignore objecttothis 2023-10-31 17:40:21 +04:00
  • 3072b4c1c0 Remove location from gitignore objecttothis 2023-11-02 09:55:54 +04:00
  • 2c4a2f7af1 Remove Gruntfile.js + bower.json (#3842) jekkos 2023-11-01 00:56:59 +01:00
  • 7d791ba59f Corrected keys for Bootstrap_tables.php objecttothis 2023-10-31 10:44:14 +04:00
  • 74210bead5 Bump to allow php 8.1 objecttothis 2023-10-31 14:23:46 +04:00
  • 044170b2b1 CI4: Bugfix test sanity of config item Doug Hutcheson 2023-10-19 08:12:52 +08:00
  • 8ea5fc5078 CI4: Bugfix to correct two config issues Doug Hutcheson 2023-10-19 10:20:36 +08:00
  • b4d117011a Add CI4 language migration scripts (#3468) jekkos 2023-10-14 12:57:45 +02:00
  • 1a465621e0 Ci4 bugfix string interpolation (#3836) Doug Hutcheson 2023-10-05 00:35:00 +08:00
  • af51e4c735 Clean up work on reports listing view and lang() methods (#3707) Edwin Smith 2023-09-29 12:52:22 +04:00
  • 310585d8af CI4: Bugfix - add function to remove .env.bak issue #3826 Doug Hutcheson 2023-09-21 12:49:13 +08:00
  • 3690296766 Add CI4 coding standards linter jekkos 2023-09-19 23:11:54 +02:00
  • 9b86ddaac0 CI4: string interpolation changes (#3811) Doug Hutcheson 2023-09-08 21:08:10 +08:00
  • d47143bfef Reinstate en-US files (#3468) jekkos 2023-09-06 00:33:42 +02:00
  • 76cefada53 added note about intl objecttothis 2023-09-05 13:30:39 +04:00
  • 2b7e37c8d9 Revert to last working Dockerfile (#3584) jekkos 2023-06-26 00:16:07 +02:00
  • 78a6316062 Correct dockerignore to pick up changes to path folder names. Steve Ireland 2023-06-25 08:32:09 -04:00
  • 9e182c323b Add back database Dockerfile (#3584) jekkos 2023-06-11 23:25:38 +02:00
  • 477ceb2317 In Token_lib change App\Models\tokens\Token to App\Models\Tokens\Toke Steve Ireland 2023-05-30 20:58:55 -04:00
  • 24539101d2 Bump docker base image to php8 jekkos 2023-05-02 00:12:10 +02:00
  • f5094d62a2 Restore the tables.sql to its virgin state. Steve Ireland 2023-04-03 23:30:10 -04:00
  • a2610c3bc9 update int(1) columns in _customers and _cash_up tables to use tinyint (#3709) jarebear6expepjozn6rakjq5iczi3irqwphcvbswgkahd6b6twnxxid 2023-04-02 09:25:26 -07:00
  • 4798041408 Tack on the void return type onto the Employee:logout method. Steve Ireland 2023-03-03 13:37:28 -05:00
  • 1d87de6f7d Sales MVC - Added todo to Stock_location.php - make library function return nullable - Added missing model instantiation - Commented out Sale model instantiation in library because it's causing infinite loop - Changed function name prepending get and post required by CI4 autorouting objecttothis 2023-03-03 17:44:37 +04:00
  • 13a14ec310 Remove grunt045 from zipped opensourcepos file. Also fix the call to array_walker since the parameters (even if not used) are validated in PHP 8. Steve Ireland 2023-03-01 08:10:14 -05:00
  • 8d80f5a261 CI4 bugfixes - Added session variable instantiation where needed. - Added tabular helper to autoload - removed tabular helper reference where no longer needed. - Remove esc() references where it was causing display problems. - Remove excess whitespace on blank line - Remove unecessary using reference - Make parameters for dinner table functions nullable objecttothis 2023-03-01 01:41:43 +04:00
  • 145930ce5b Mostly clean up the build documentation, but also corrects an error in the creation of the database script that supports migration from phppos Steve Ireland 2023-02-27 20:58:22 -05:00
  • 525c65ffb3 Convert encryption to CI4 - automatic upgrade of encryption key. - automatic decryption of CI3 data, then re-encryption in CI4 and update of table. - Fixing save function in app_config model objecttothis 2023-02-28 00:10:12 +04:00
  • 2e06f89724 This revises the build process to handle grunt components requiring two versions of grunt. The new BUILD.md file documents the changes. Steve Ireland 2023-02-26 11:19:50 -05:00
  • ae357cab4a Formatting - Convert indents to tabs - Remove unnecessary else statement - Correct PHPDoc formatting objecttothis 2023-02-07 11:07:43 +04:00
  • 38a1815d31 Adjust the build config to allow building the CI4 branch. Steve Ireland 2023-02-06 23:28:22 -05:00
  • 1dd58e922f Corrected link in README.md objecttothis 2022-11-28 12:45:52 +04:00
  • 4123d9d8f7 Use double quotes in language files (#3468) jekkos 2022-11-20 22:51:19 +01:00
  • 8526947df1 Item thumbnail creation ported to CI4 (#3597) Samuel 2022-11-20 15:17:33 +00:00
  • 828fd639b2 Porting over 4f3226b jekkos 2022-11-19 00:36:11 +01:00
  • e4fed64976 Porting over e4ca111 chunter2 2022-04-29 14:33:21 -04:00
  • de531e20c6 Migrations - Delete old CI3 file - Correct format of Migrations file datetime objecttothis 2022-11-18 10:38:11 +04:00
  • 1745e973a1 Apply changes from master jekkos 2022-11-18 00:57:23 +01:00
  • b4f0aaa587 Porting 5669dff objecttothis 2022-11-17 13:39:42 +04:00
  • 2d45ca626b Apply changes from master jekkos 2022-11-13 00:59:23 +01:00
  • f84b795ee6 Upgrade to CodeIgniter 4.1.3 objecttothis 2021-08-10 13:44:43 +04:00
  • 73b189b6d4 Prepare rebase: move files to new folder structure jekkos 2022-11-11 23:40:25 +01:00
  • a6f4558829 Translated using Weblate (Russian) Oleg 2024-06-04 10:47:03 +00:00
  • bfdffbb944 Update README.md jekkos 2024-04-26 08:42:20 +02:00
  • 7355ee6154 Translated using Weblate (Dutch) Poedeloel 2024-04-22 08:23:42 +00:00
  • 6ecacabe16 Translated using Weblate (Dutch) Poedeloel 2024-04-22 08:26:06 +00:00
  • 0c1cd830f7 Translated using Weblate (Dutch) Poedeloel 2024-04-22 08:22:00 +00:00
  • 83a0ca4a5b Update bug report.yml (#3950) objecttothis 2024-03-20 17:17:52 +04:00
  • 6c6eb09dcc Translated using Weblate (French) SONKO ABDOU 2024-03-17 15:46:44 +00:00
  • cad41e5576 Translated using Weblate (French) SONKO ABDOU 2024-03-17 15:50:36 +00:00
  • dda927ad09 Translated using Weblate (French) SONKO ABDOU 2024-03-17 15:32:54 +00:00
  • 585e674e4d Translated using Weblate (French) SONKO ABDOU 2024-03-17 15:37:41 +00:00
  • d56c78ebc0 Translated using Weblate (Turkish) Emin Tufan Çetin 2024-03-12 19:49:44 +00:00
  • 698f9bb3d7 Update bug report.yml (#3946) objecttothis 2024-03-12 20:42:27 +04:00
  • dc943aecb8 Translated using Weblate (Spanish (Mexico)) iscdavidhernandez 2024-03-02 04:38:25 +00:00
  • 2618772f20 Update issue templates (#3895) (#3936) jekkos 2024-02-28 21:16:07 +01:00
  • d4ee5c12dd Translated using Weblate (Thai) khao_lek 2024-02-28 12:02:50 +00:00
  • 1fdebed0e2 Translated using Weblate (Thai) khao_lek 2023-12-19 04:09:17 +00:00
  • 5cf744d885 Translated using Weblate (Thai) khao_lek 2023-12-19 04:26:29 +00:00
  • 1b8c66122f Translated using Weblate (Thai) khao_lek 2023-12-19 04:04:56 +00:00
  • 40a1ec8baf Translated using Weblate (Thai) khao_lek 2023-12-19 04:24:53 +00:00
  • eb4ef3f487 Translated using Weblate (Thai) khao_lek 2023-12-19 04:04:40 +00:00
  • ead1603213 Translated using Weblate (Thai) khao_lek 2023-12-19 04:03:22 +00:00
  • 26f10c09b1 Translated using Weblate (Thai) khao_lek 2023-12-19 04:07:34 +00:00
  • bf7f2e03b7 Translated using Weblate (Chinese (Simplified)) donjade 2023-11-13 20:39:42 +00:00
  • d21b3f7ba9 Translated using Weblate (Chinese (Simplified)) donjade 2023-11-13 20:31:34 +00:00
  • c0fce5fabb Translated using Weblate (Chinese (Simplified)) donjade 2023-11-13 21:09:37 +00:00
  • 9bdaeaa95b Translated using Weblate (Chinese (Simplified)) donjade 2023-11-13 21:12:25 +00:00
  • ed371a0568 Translated using Weblate (Chinese (Simplified)) donjade 2023-11-13 21:22:32 +00:00
  • 5b003c6519 Translated using Weblate (Chinese (Simplified)) donjade 2023-11-13 21:20:01 +00:00
  • c00ff28d10 Update npm package secret 3.3.9 jekkos 2023-11-06 21:50:27 +01:00
  • 351ab93523 Update .travis.yml secret jekkos 2023-11-06 19:44:06 +01:00
  • 7c87ac6f60 Bump to 3.3.9 jekkos 2023-11-06 09:54:47 +01:00
  • f7b5c6542d Bump jspdf to 1.3.5 jekkos 2023-11-05 23:18:17 +01:00
  • 676e09068e Fix cash_adjustment NULL exception FrancescoUK 2023-11-05 13:50:48 +00:00
  • f0067757e2 Translated using Weblate (Czech) Flibble 2023-11-02 07:18:25 +00:00
  • 5ad8af8fe9 Translated using Weblate (Czech) Flibble 2023-11-02 07:18:53 +00:00
  • 7109ab3521 Translated using Weblate (English) jekkos 2023-10-16 21:52:50 +00:00
  • 4e182fcde8 Translated using Weblate (Spanish) Johntini 2023-10-09 00:10:04 +00:00
  • bd65957d02 Translated using Weblate (Spanish) truchosky 2023-10-09 00:18:59 +00:00
  • a9e5a0fcfe Translated using Weblate (Spanish) Johntini 2023-10-09 00:17:33 +00:00
  • fc15db9d2c Translated using Weblate (Spanish) Johntini 2023-10-09 00:15:40 +00:00
  • 7db56e8ee8 Translated using Weblate (Spanish) Johntini 2023-10-09 00:20:58 +00:00
  • f035fe7ab3 Translated using Weblate (Spanish) Johntini 2023-10-09 00:19:52 +00:00
  • 8cc8ab61ae Translated using Weblate (Spanish) Johntini 2023-10-09 00:07:31 +00:00
  • 10b245399d Revert config.php changes daN4cat 2023-09-02 18:18:32 +01:00
  • 4806c0f700 Various fixes daN4cat 2023-08-30 21:19:44 +01:00