Commit Graph
90 Commits
Author SHA1 Message Date
Steve Ireland 3d38b2322e Fix item maintenance issue where item cannot be saved if employee is not authorized to work with Item Kits. 2017-09-23 20:46:16 -04:00
FrancescoUK 39dbd9af52 Small code refactoring 2017-09-17 15:17:48 +01:00
jekkos 6c714b2dc4 Add constants for magic numbers 2017-08-06 14:33:26 +01:00
Steve Ireland 641e2f414c Add missing language element for rounding code "Unknown" and eliminate duplicate statements in upgrade statement, and fix issue with 0 tax_category_id 2017-07-25 00:56:59 +02:00
FrancescoUK bb762efac7 Merge pull request #1376 from odiea/master
Update Items.php . Changed receiving_quantity to 1
2017-07-04 08:55:48 +01:00
odiea a18745b3af Update Items.php 2017-07-03 06:23:05 -06:00
FrancescoUK 0057c77721 Replace UPC/EAN/ISBN with Barcode label (#1370) 2017-07-02 21:52:07 +01:00
odiea e2e0ade259 Update for Items receiving_quantity 2017-06-24 13:03:00 +01:00
FrancescoUK 9d01398a4b Minor code style adjustments 2017-04-17 21:47:22 +01:00
Steve Ireland 422ca99ab3 Fix item update of tax category. 2017-04-15 19:38:32 -04:00
FrancescoUK 6c0124cd17 Minor fixes 2017-04-15 10:04:48 +01:00
Steve Ireland effba9d102 Add support for customer sales tax and cash rounding 2017-04-14 21:21:44 -04:00
Steve Ireland 1a0a3fbeba Fix for item excel import 2017-04-09 21:40:56 -04:00
Steve Ireland e4955027d1 Hide stock_type and item_type if the employee isn't authorized to item kits. On register if item type is non-stock don't display the zero stock balance message, and correct the default quote format when initializing the field. 2017-02-19 13:41:04 -05:00
i92guboj 7222df3551 Remove unnecessary/redundant check 2017-02-05 21:30:17 +01:00
i92guboj 72e1158847 Cleanup and tabs 2017-02-05 21:25:00 +01:00
i92guboj 145d97737f Preliminary fix for dot corruption in pic_filename 2017-02-05 17:10:34 +01:00
Steve Ireland faadbe554a Change kit item selection from the Item Kit maintenance to only select kit items. 2017-02-01 14:43:16 -05:00
jekkos 999e12279a Extract pic_filename update into method (clean code #1026) 2017-02-01 08:08:51 +01:00
FrancescoUK bf0d24a96f Fix bugs (#1026) 2017-01-31 23:08:56 +00:00
FrancescoUK be66258bfc Fix bugs (#1026) 2017-01-31 23:03:53 +00:00
FrancescoUK 5b4d12cac8 Improve Items picture storing (#1026) 2017-01-31 20:23:59 +00:00
i92guboj 47357aaafc Merge branch 'master' into pic_filename 2017-01-31 16:04:33 +01:00
i92guboj b373b1e07e Merge branch 'master' into pic_filename 2017-01-30 17:45:47 +01:00
Steve Ireland f9c1dde054 Changes to support Item Kits, support for MySQL 5.7, and a tweak for PHP 7 2017-01-29 22:23:46 -05:00
jekkos 399b997fd0 Set folder upload folder permissions to 755 (#1014)
Don't load item avatar if item_pic is empty
2016-12-28 20:19:09 +01:00
i92guboj 06db967ee6 simplify code cause pic_thumb() always receives filename.ext 2016-12-20 20:46:00 +01:00
i92guboj 467ed586b1 indentation and revert func parameter experiment 2016-12-19 20:46:30 +01:00
i92guboj d9a4f93cfa pic_filename behavior and silent migration from pic_id 2016-12-19 20:18:05 +01:00
FrancescoUK 868868163c Replace Appconfig->get with config->item to reduce database calls 2016-11-08 20:09:40 +00:00
FrancescoUK 768ffdfb4b Amend path addition (#952) 2016-11-01 17:24:41 +00:00
William Chanrico 2cbff93ab5 fixed import_items.csv template download path 2016-11-01 05:39:23 +07:00
FrancescoUK b1c36b790f Fix to item pic ID 0 issue (#921)
Some code clean up too.
2016-10-19 18:47:57 +01:00
jekkos 21f5e46488 Fix tax percentage parsing (#458, #727)
Add tabindexes to price, discount field in register
2016-07-08 08:47:03 +02:00
jekkos 72efafdc50 Add back quantity_decimals() function for inventory / stock forms (#458) 2016-07-07 21:34:23 +02:00
jekkos 3af19daa0e Fix decimal parsing, add php5-intl locale support (#458) 2016-07-07 20:56:51 +02:00
FrancescoUK d8beedf1f7 Small code optimisation: review for loops (#709) 2016-07-01 19:12:48 +01:00
FrancescoUK 201e26e521 Small code optimisation: pre increment is faster than post increment (#709) 2016-07-01 18:58:04 +01:00
FrancescoUK 1affe3c093 Strip html tags from image upload error message (#696) 2016-06-25 09:32:01 +01:00
FrancescoUK ac968e21e6 Additional tidy up (#667) 2016-06-19 12:35:52 +01:00
FrancescoUK 26358620eb Fixed bug with barcode auto generation (#640) 2016-06-16 17:54:12 +01:00
FrancescoUK fc81e842c2 Made Items and Customers excel import strings translatable (#439) 2016-06-09 08:49:14 +01:00
FrancescoUK 53b220b10b Fixed excel import notifications (#478) 2016-06-08 22:31:25 +01:00
FrancescoUK 5129ebec0c XSS clean Items (#39) 2016-06-08 21:58:18 +01:00
FrancescoUK 6d0ed7cc99 Removed redundant code in Controllers (#39) 2016-06-08 19:57:50 +01:00
FrancescoUK 336e10d445 Controller class hierarchy refactoring, made xss_clean part of base Secure_Controller class (#39) 2016-06-08 18:13:34 +01:00
FrancescoUK 6e14dfb6d5 Sanity checked SQL insert and update, minor fixes (#598) 2016-05-27 18:40:16 +01:00
FrancescoUK a5f63d1cc0 Do proper XSS sanity check with excel files (#39) 2016-05-26 18:41:59 +01:00
FrancescoUK e4cb04fd3e XSS sanity check of uploaded images or excel files (#39) 2016-05-26 18:29:33 +01:00
jekkos 1b7bf0ed4f Fix bulk update refresh (#432) 2016-05-26 18:10:58 +02:00