Commit Graph

  • 84be846b5f Translated using Weblate (Indonesian) Agung Hari Wijaya 2024-09-06 23:28:20 +00:00
  • 900893109e Translated using Weblate (Indonesian) Agung Hari Wijaya 2024-09-06 23:31:20 +00:00
  • 70b8217f23 Translated using Weblate (Indonesian) Agung Hari Wijaya 2024-09-06 23:29:01 +00:00
  • c1dcf4e3c6 Fix for giftcard suggestions (#4030) jekkos 2024-08-28 00:04:53 +02:00
  • f49d763254 XSS mitigation features (#4041) jekkos 2024-08-26 09:35:56 +02:00
  • 402997f0da Update INSTALL.md jekkos 2024-08-17 01:24:27 +02:00
  • 0be9488cfb Fix customer sale suggestion (#4031) jekkos 2024-08-04 00:13:07 +02:00
  • d0992a92e7 Revert "HTMLPurifier filtering on searches" revert-input-filtering jekkos 2024-08-03 23:16:31 +02:00
  • e1f8b73005 Add check to migration to prevent errors (#4032) objecttothis 2024-07-27 00:08:49 +04:00
  • 05538570ec Supplementing issue #3997, this change allows the discount amount to be deleted by the user (instead of needing to enter a zero). Steve Ireland 2024-07-17 15:56:19 -04:00
  • 82aac4ec79 Resolving issue #3997 for discount type toggle not staying put. Steve Ireland 2024-07-17 07:41:54 -04:00
  • d2622e94d7 An attempt to resolve issue #4025. Since a kit item code is prefixed by "KIT" it's not going to work to always assume that the item id is numeric. So "int" needs to be replaced with "string". Steve Ireland 2024-07-21 11:10:02 -04:00
  • 034f79e157 Start Daily Sales with selected customer (#4019) Steve Ireland 2024-07-08 20:48:31 -04:00
  • c972cdfaf4 Correct a constraint that wasn't using the full unique key based on composite keys. (#4014) Steve Ireland 2024-07-01 13:25:11 -04:00
  • a1e8841129 Missed a comma (#4012) Steve Ireland 2024-06-22 22:03:18 -04:00
  • 70ac367761 Reinstate required_username translation (#3468) jekkos 2024-06-20 00:18:23 +02:00
  • a9fcbc624b Translated using Weblate (Georgian) Temuri Doghonadze 2024-06-10 04:46:38 +00:00
  • fd163923ad Added translation using Weblate (Georgian) Temuri Doghonadze 2024-06-10 06:43:35 +02:00
  • 35fe460692 Translated using Weblate (Thai) khao_lek 2023-12-19 04:07:17 +00:00
  • 0b889ec443 Clean up install.md a bit (#4012) Steve Ireland 2024-06-22 21:30:04 -04:00
  • 154fe9f9e3 Temporarily remove linter (#3708) jekkos 2024-06-11 00:22:41 +02:00
  • 0bd0d48c91 revert fallback language to en objecttothis 2024-05-21 00:26:10 +04:00
  • c942f53bf1 Minor fixes. objecttothis 2024-05-20 15:43:06 +04:00
  • c39b733c90 Language fallback improvement BudsieBuds 2024-05-13 17:12:18 +02:00
  • fea38e1608 Sync language files (#3468) jekkos 2024-06-11 00:19:58 +02:00
  • 4436d7396d Fixed get_definition_by_name so that it does not get deleted definitions. SpookedByRoaches 2024-05-27 19:59:59 +03:00
  • 52723ceeec Updated PHPDocs objecttothis 2024-05-21 17:47:36 +04:00
  • b3b8e7ec1d HTMLPurifier filtering on searches objecttothis 2024-05-21 12:15:01 +04:00
  • 8408bb0d80 Revert push objecttothis 2024-05-21 11:10:11 +04:00
  • 14248edc06 HTMLPurifier filtering objecttothis 2024-05-21 11:07:00 +04:00
  • 061ed57bf2 - Corrected capitalization objecttothis 2024-05-14 23:25:54 +04:00
  • 11d5abe6d7 Fixed csv import when updating items that have a barcode SpookedByRoaches 2024-05-06 21:52:20 +03:00
  • e4c1f4a146 Update README.md BudsieBuds 2024-05-13 16:32:52 +02:00
  • c384909cf6 Update BUILD.md BudsieBuds 2024-05-13 13:41:23 +02:00
  • dfe614efaf Fix pie charts (#3773) jekkos 2024-05-12 00:45:56 +02:00
  • a1c3b2090b Fix graphical reports (#3773) jekkos 2024-05-12 00:38:25 +02:00
  • 07e09e1948 Fix register functionality jekkos 2024-05-11 23:37:08 +02:00
  • f81dfe1b0b Fix permissions checkbox state (#3993) jekkos 2024-05-11 17:54:10 +02:00
  • 9fe578504c Update login screen BudsieBuds 2024-05-09 01:50:34 +02:00
  • f9f40c7f3c Remove linter overrides (#3708) jekkos 2024-05-10 01:06:35 +02:00
  • 46009b2062 Remove admin folder from linter (#3708) jekkos 2024-05-10 00:49:10 +02:00
  • 24772f856f Remove action for userguide (#3708) jekkos 2024-05-10 00:42:39 +02:00
  • 857ef96724 Add workflow to test coding standards jekkos 2024-05-10 00:21:00 +02:00
  • 9da7c73415 Fix gulp font copy issue (#3987) jekkos 2024-05-09 17:14:24 +02:00
  • 63ae5494a7 - Converted raw queries to QueryBuilder where possible - Removed completed TODOs - Added TODOs and comments where needed. objecttothis 2024-05-07 18:23:50 +04:00
  • 1328b4d9b8 - Removed TODOs that had been completed - Added TODO where we need to convert to querybuilder - Converted to switch statement. - Removed unnecessary local variable - Replaced Qualifiers with imports - Replaced isset() call with null coalescing operator - Replaced strpos function calls in if statements with str_contains calls - Removed unnecessary leading \ in use statement - Replaced deprecated functions - Updated PHPdocs to match function signature - Added missing type declarations - Made class variables private. - Explicitly declared dynamic properties - use https:// links instead of http:// - Fixed type error from sending null when editing transactions - Fixed Search Suggestion function name in Employees, Persons, Suppliers controller - Fixed function name on Receivings Controller objecttothis 2024-05-06 17:45:27 +04:00
  • 41d06f5f79 Remove unneeded use statement objecttothis 2024-05-06 14:36:05 +04:00
  • 5824f78d55 Convert raw query to querybuilder for security objecttothis 2024-05-06 14:35:28 +04:00
  • 17908b55ef Make register background colors use bootswatch SpookedByRoaches 2024-05-04 11:28:50 +03:00
  • 3963b2c924 Fix redirect + no permission error message jekkos 2024-05-04 10:16:46 +02:00
  • 8d59cd9d83 Fix no_access route (#3984) jekkos 2024-05-04 01:10:38 +02:00
  • bd1af2b854 Fix delete payment (#3983) jekkos 2024-05-02 22:02:36 +02:00
  • 8886cac056 Update travis file (#3916) jekkos 2024-05-02 20:45:00 +02:00
  • 8f52e283bb Add gulp compress task (#3916) jekkos 2024-05-01 00:14:09 +02:00
  • c9c6a88c5d Add suffix to exported filename (#3970) jekkos 2024-04-30 23:40:22 +02:00
  • 2fdddbc043 Revert gulp downgrade (#3909) jekkos 2024-04-30 12:32:02 +02:00
  • 75b00be637 Upgrade jspdf (#3909) jekkos 2024-04-29 23:57:26 +02:00
  • dd5a20229d Docker compose typo BudsieBuds 2024-04-29 16:50:39 +02:00
  • 0f098bb741 Docs updated BudsieBuds 2024-04-29 16:44:28 +02:00
  • 1bc3d141e9 Bump npm dependencies objecttothis 2024-04-29 15:49:34 +04:00
  • 2985b8c6ae Bump npm dependencies objecttothis 2024-04-29 15:47:44 +04:00
  • 87b4526078 Bump npm dependencies objecttothis 2024-04-29 14:12:36 +04:00
  • c60d81dd88 Removed escaping of data objecttothis 2024-04-29 13:41:06 +04:00
  • 141a644d14 Summary Taxes Report fix objecttothis 2024-04-29 13:13:41 +04:00
  • 84e01d14c6 Summary Reports fix objecttothis 2024-04-29 11:18:08 +04:00
  • 3d163e1969 Fix for attribute addition for items SpookedByRoaches 2024-04-28 15:46:29 +03:00
  • a105308ad4 Fix for Edit Sales Receipt Details WShells 2024-04-25 19:48:50 +03:00
  • 70f464c094 Gift Card edit WShells 2024-04-25 18:09:26 +03:00
  • 95a1d0b4f1 Fix for Receivings Receipt display WShells 2024-04-25 17:32:30 +03:00
  • 32c05b475d Fix for Receivings Edit form WShells 2024-04-25 17:01:56 +03:00
  • e779ac8a79 Fix for Low Inventory Report WShells 2024-04-24 13:47:25 +03:00
  • 80e83448ee Minor formating fix objecttothis 2024-04-23 17:42:34 +04:00
  • 34503b73b8 Fixing Reports objecttothis 2024-04-23 17:07:16 +04:00
  • 35e3adeca8 Fixing Reports objecttothis 2024-04-23 16:36:14 +04:00
  • 658a9ce553 Fixing routes objecttothis 2024-04-23 15:43:32 +04:00
  • 6b44aea1c5 Fixing routes objecttothis 2024-04-23 14:48:25 +04:00
  • 9c0d597159 Fix for invoice barcode WShells 2024-04-20 20:22:03 +03:00
  • 9516073084 Fix for line break in invoice WShells 2024-04-20 19:37:00 +03:00
  • 128ac0c63e Fix for New Kit WShells 2024-04-20 19:23:47 +03:00
  • ffa92dd37c Fix for Receipt & Invoice Reprint / Display through Daily Sales WShells 2024-04-20 02:54:50 +03:00
  • 3d88d1a387 Fix For Gift Card: Always displaying invalid when generated randomly WShells 2024-04-20 02:15:53 +03:00
  • 77420083ef Fix for Gift Card Number Display WShells 2024-04-19 16:46:16 +03:00
  • f5bc497602 Fix for Sale Suspend/Unsuspend WShells 2024-04-19 16:01:34 +03:00
  • f75c7fad15 Fix for Sale Suspend/Unsuspend WShells 2024-04-19 15:54:26 +03:00
  • 1f2d2efbc2 Set default timezone to UTC jekkos 2024-04-17 22:06:29 +02:00
  • e07cfd4143 Fix for Shortcuts WShells 2024-04-17 15:24:26 +03:00
  • 9fc2a4edbd Refactoring Change Register Mode WShells 2024-04-17 13:59:05 +03:00
  • ec283e24dc Fix for Gift Cards creation WShells 2024-04-17 12:20:41 +03:00
  • b2f5a94859 Fix for Quantity Update in Register WShells 2024-04-16 19:27:28 +03:00
  • 75f435787c Fix for Update Inventory WShells 2024-04-16 18:36:12 +03:00
  • 5e55296ea7 Fix for Item Update in Items WShells 2024-04-16 18:16:16 +03:00
  • 9d083f2fe7 Fixing routes objecttothis 2024-04-16 18:24:55 +04:00
  • b07051e448 Fixing routes objecttothis 2024-04-16 18:15:56 +04:00
  • 9508770f47 Fix for Serialnumber & Discount Type WShells 2024-04-16 16:48:01 +03:00
  • 9ad99a92e0 Cast tax code id's to string objecttothis 2024-04-16 17:11:08 +04:00
  • 57755a338d Routes change objecttothis 2024-04-16 17:06:56 +04:00
  • 18d0345370 Adding item to sales fix WShells 2024-04-16 15:56:30 +03:00
  • b593de9f83 Receivings Bugfixes objecttothis 2024-04-16 16:16:56 +04:00
  • 5500d3989f Filtering objecttothis 2024-04-16 15:36:54 +04:00
  • 73cec25468 Clean up code objecttothis 2024-04-15 19:56:45 +04:00