Commit Graph
497 Commits
Author SHA1 Message Date
objecttothis f875c8e518 Changes to allow attribute type of DECIMAL 2019-03-01 17:48:20 +04:00
objecttothis aea080d6bd Update Attribute.php
Without this else, TEXT->DROPDOWN fails.  It just returns a simple success because no database changes are needed other than changing the definition_type which is not done here.  This would also cause all other conversions not listed to automatically succeed, but we don't need to worry because those are restricted in the view to only ones that are actually supported.
2019-02-26 14:08:33 +04:00
FrancescoUK c0b947f72e Merge pull request #2362 from opensourcepos/convert_attribute_type
Add attribute type conversion, error checking.
2019-02-24 21:25:46 +00:00
Steve Ireland 2f710e80e7 Fixes a couple of problems with sales tax migration plus a couple of other problems. 2019-02-23 18:58:28 -05:00
objecttothis 3b3b58bda4 Refactor regex to locale_helper to be used in other parts of the code. 2019-02-21 15:04:48 +04:00
objecttothis fd99df8c2e combined nested if statement into single if 2019-02-21 12:23:44 +04:00
objecttothis 20af6120b1 Corrections to $success 2019-02-20 10:32:40 +04:00
objecttothis 7875ecaa5b Corrected $success references 2019-02-19 10:46:27 +04:00
objecttothis c631cdbaf4 Added code to error out on incorrectly formatted data. 2019-02-18 17:02:12 +04:00
objecttothis 81033f55e5 Corrected code 2019-02-18 12:37:11 +04:00
objecttothis e66c7bad24 Add attribute type conversion, error checking. 2019-02-15 17:03:31 +04:00
Steve Ireland b3f53fa627 Fix tax group rendering issue triggered by "% CE" 2019-02-09 16:33:45 -05:00
objecttothis 2c06edba02 Remove function and combine call to reduce redundant code. 2019-01-30 11:30:28 +04:00
objecttothis e080873ec3 Check to see if attribute_value already exists 2019-01-28 18:16:17 +04:00
Steve Ireland 20cb007f3c Refactor Tax Configuration 2019-01-10 21:42:15 -05:00
jekkos 6792c829b2 Cleanup duplicated field 2019-01-07 18:44:24 +01:00
jekkos 804942cff5 Add warning if migration is needed (#2247) 2018-12-24 20:43:22 +01:00
Steve Ireland 3220469837 Add support for India GST 2018-12-23 09:16:10 -05:00
jekkos 06a6f82015 Fix attribute search (#2268) 2018-12-12 23:20:25 +01:00
jekkos 2f3c75db25 Show attribute values in search results (#2248) 2018-12-03 23:09:11 +01:00
jekkos 465a2c29d5 Fix temporal dependency in migration 2018-11-05 19:30:12 +01:00
jekkos afbb06eaad Fix issue with PHP7.2 (#2190) 2018-11-03 20:19:19 +01:00
Emilio Silva Schlenker 2122866b50 Supplier field optional, SQL script, removed extra tab 2018-10-21 16:51:34 +01:00
Emilio Silva Schlenker 18db2e5c82 linked expenses with suppliers 2018-10-21 16:51:34 +01:00
jekkos 3c6f7dd9c1 Fix item update query (#68) 2018-10-15 19:32:29 +02:00
jekkos fd00a74225 Refactor + fix detailed reports (#68) 2018-10-15 19:32:29 +02:00
jekkos 9c5ec71c19 Show line in detailed reports if no attribute value (#68) 2018-10-15 19:32:29 +02:00
jekkos 6fc2072967 Fix attribute search (#68) 2018-10-15 19:32:29 +02:00
jekkos 8e58d57ab3 Fix line count in detailed sales/receivings reports (#68) 2018-10-15 19:32:29 +02:00
jekkos 43e3400468 Fix item row refresh (#68) 2018-10-15 19:32:29 +02:00
jekkos b9cba20d84 Fix items row refresh (#68) 2018-10-15 19:32:29 +02:00
jekkos 9cdfc0ce8a Fix css overflow + form refresh 2018-10-15 19:32:29 +02:00
jekkos 667c4e2afe Fix values when using multiple attribute columns (#68) 2018-10-15 19:32:29 +02:00
jekkos 9e7543a41a Fix attribute values in items (#68) 2018-10-15 19:32:29 +02:00
jekkos 2fc353cd14 Don't show GROUP attribute as column (#68) 2018-10-15 19:32:29 +02:00
jekkos 9d0da3e6b8 Fix detailed receivings/sales report issues (#68) 2018-10-15 19:32:29 +02:00
jekkos 1ed56e388b Rename migration script (#68) 2018-10-15 19:32:29 +02:00
jekkos 77682973a0 Enable attributes in items table (#68) 2018-10-15 19:32:29 +02:00
jekkos 288b4029d7 Add attributes to detailed sales/receiving reports (#68) 2018-10-15 19:32:29 +02:00
jekkos 0fc702627e Fix detailed reports (#68) 2018-10-15 19:32:29 +02:00
FrancescoUK 6bbf927d81 Update Attribute.php 2018-10-15 19:32:29 +02:00
FrancescoUK 75097e9485 Update Item.php 2018-10-15 19:32:29 +02:00
FrancescoUK c61d32bc58 Update Item_kit.php 2018-10-15 19:32:29 +02:00
jekkos a0727a8ea5 Fix bug in sales receipt (#68) 2018-10-15 19:32:29 +02:00
jekkos 085d24447c Disablel SHOW_IN_ITEMS (#68) 2018-10-15 19:32:29 +02:00
jekkos 8b212a8dd0 Fix some final bugs (#68) 2018-10-15 19:32:29 +02:00
jekkos 1a490cedf5 Add support for DATETIME in attributes (#68) 2018-10-15 19:32:29 +02:00
jekkos 98022f3b96 Cleanup + enable item attribute delete (#68) 2018-10-15 19:32:29 +02:00
jekkos 1e0063e574 Fix attribute table refresh (#68) 2018-10-15 19:32:29 +02:00
jekkos a8d73d5f99 Add attributes to items (#68) 2018-10-15 19:32:29 +02:00