Commit Graph
1901 Commits
Author SHA1 Message Date
FrancescoUK 77714b97c4 Fix duplicate barcode warning icon being on the wrong row 2017-09-20 21:03:35 +01:00
FrancescoUK f5e2f1ac0a Add duplicate barcode warning en_GB translation 2017-09-20 19:52:53 +01:00
FrancescoUK fe79af8efd Revert "Added translation using Weblate (Azerbaijani)"
This reverts commit dc5ebd2e85.
2017-09-20 19:50:05 +01:00
objecttothis 1802a16c02 Removing link 2017-09-20 19:38:42 +02:00
objecttothis 86470a68f5 Add warning tooltip for duplicate barcodes 2017-09-20 19:38:42 +02:00
objecttothis dd538e07cb Add warning about duplicate barcodes 2017-09-20 19:38:42 +02:00
objecttothis 79d5bc9156 Correcting Round-up and Round-down bug
Former code ignored precision and just rounded up or down to the nearest integer.  This code rounds up or down to the precision in cash decimals.
2017-09-19 16:28:40 +04:00
Chiraq Bookstore a98bf2d69c Translated using Weblate (Russian)
Currently translated at 93.7% (15 of 16 strings)
2017-09-18 18:53:19 +00:00
Chiraq Bookstore 852aa48463 Translated using Weblate (Russian)
Currently translated at 81.1% (82 of 101 strings)
2017-09-18 18:53:18 +00:00
Chiraq Bookstore 398edf40a1 Translated using Weblate (Russian)
Currently translated at 60.2% (144 of 239 strings)
2017-09-18 18:53:16 +00:00
FrancescoUK dc5ebd2e85 Added translation using Weblate (Azerbaijani) 2017-09-17 16:41:46 +00:00
FrancescoUK 39dbd9af52 Small code refactoring 2017-09-17 15:17:48 +01:00
Steve Ireland d63446cdb8 Suspending Work Order lost work order number 2017-09-17 09:24:52 -04:00
FrancescoUK 7789675a55 Merge branch 'RuleDomain-fix-item-kit-cost' (#1580 #1595)
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
2017-09-16 20:46:12 +01:00
Steve Ireland 729283af37 Add support for item kit costing 2017-09-16 11:39:03 -04:00
objecttothis 92575844e3 Submit Translation 2017-09-15 13:15:52 +04:00
objecttothis 883d42d529 Submit Translation 2017-09-15 13:15:15 +04:00
objecttothis efc9b36fdd Submit Translation 2017-09-15 13:10:22 +04:00
objecttothis 775721a059 Submit Translation 2017-09-15 13:09:50 +04:00
objecttothis 15d0e0b1f9 Submit Translation 2017-09-15 13:09:10 +04:00
objecttothis 8b6e83e05c Submit Translation 2017-09-15 13:08:33 +04:00
objecttothis 25e5751d8d Submit Translation 2017-09-15 13:07:58 +04:00
objecttothis 09179be68b Submit Translation 2017-09-15 13:07:27 +04:00
objecttothis 2a3c4bf655 Submit Translation 2017-09-15 13:06:43 +04:00
objecttothis 76e37dedfe Submit Translation 2017-09-15 13:06:12 +04:00
objecttothis 616f65306a Submit Translation 2017-09-15 13:05:31 +04:00
objecttothis e8f5102f99 Submit Translation 2017-09-15 13:04:53 +04:00
objecttothis 1b93713028 Submit Translation 2017-09-15 13:04:20 +04:00
objecttothis e772f8d150 Submit Translation 2017-09-15 13:03:50 +04:00
objecttothis 9020a67338 Corrected misspelling 2017-09-15 13:01:58 +04:00
FrancescoUK 6144902cc1 Fix PHP 5.6 incompatibility (#1580) 2017-09-15 09:36:25 +01:00
Steve Ireland 62c5f2ad16 Change invalid SALE_SALE reference to SALE_RETURN. 2017-09-13 20:53:39 -04:00
objecttothis be15e98182 Forgot to commit this one
oops
2017-09-13 18:55:36 +04:00
FrancescoUK bd18549613 Merge Allow Duplicate Barcodes 2017-09-13 09:16:57 +01:00
objecttothis 372c3ab6bf Disables unique check and fixes return
- If allow duplicate barcodes is enabled then this function automatically returns FALSE allowing item imports and new items to no longer balk.
- Modified the code to return TRUE not only when there is 1 row but when there are one or more rows.  This will fix problems with users that allow duplicate barcodes and who upgraded from older versions before unique barcode was required.
2017-09-13 09:11:32 +01:00
objecttothis 27e9f3ff1a move save to save_barcode 2017-09-13 09:11:32 +01:00
objecttothis 783b7f0205 checkbox to allow duplicate barcodes 2017-09-13 09:11:32 +01:00
objecttothis 02159d5045 move to barcode_config 2017-09-13 09:11:32 +01:00
objecttothis 8d7e8d6b9b Save value of allow_duplicate_barcodes 2017-09-13 09:10:22 +01:00
objecttothis d1af54ff21 Checkbox to enable/disable allow duplicate barcode 2017-09-13 09:08:43 +01:00
objecttothis 2c8fe60035 Add language line for duplicate barcodes 2017-09-13 09:08:43 +01:00
FrancescoUK ce6e9d6ba4 Merge Search suggestions formatting 2017-09-13 09:02:14 +01:00
objecttothis 67cace93c7 allow custom format in receivings as well 2017-09-13 08:55:54 +01:00
objecttothis 6e82602a47 Allow custom suggestions format
This changes the display of the search suggestions to match the format set by the user in app_config.  It does not change the logic of how the search suggestions are gathered.
2017-09-13 08:55:54 +01:00
objecttothis 178ba9f702 Add option to select custom columns for search suggestions 2017-09-13 08:55:54 +01:00
objecttothis cac02eaf96 Add language strings 2017-09-13 08:55:54 +01:00
Steve Ireland 8408901e5a Restore code that was mistakenly "cleaned up" 2017-09-11 19:50:13 -04:00
FrancescoUK 4c7abd7728 Update links to replace jekkos with opensourcepos 2017-09-11 22:30:15 +01:00
FrancescoUK 1fd6f5fb70 Individual languages 2017-09-11 21:02:41 +01:00
FrancescoUK 3a8b28fcb6 Fix en-GB translation Canceled -> Cancelled (#1539) 2017-09-10 18:05:44 +01:00