Commit Graph
378 Commits
Author SHA1 Message Date
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
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
FrancescoUK 6144902cc1 Fix PHP 5.6 incompatibility (#1580) 2017-09-15 09:36:25 +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 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
Steve Ireland e85e2e5e55 Final touch on Work Orders 2017-09-09 17:39:23 -04:00
Steve Ireland 771c1b9d1e Enance reporting to accomodate work orders and canceled transactions. 2017-09-08 08:54:25 -04:00
Steve Ireland 981aceda53 Add support for Work Orders 2017-09-07 21:37:50 +01:00
Steve Ireland 893aad3502 Add Office Menu 2017-09-07 21:35:42 +01:00
FrancescoUK 9e7b0db950 Bump vs to 3.1.1, fix Giftcard bug, fix en_GB translations (#1546) 2017-09-03 18:22:46 +01:00
FrancescoUK 745b9efed1 Small payment summary report query optimisation 2017-08-22 22:31:00 +01:00
FrancescoUK 712414c56e Added "due payment" to manage credit (#1427) 2017-08-12 20:46:07 +01:00
FrancescoUK 8e86fbdc2a Fix comparisons in constant substitution of magic numbers (#1450) 2017-08-07 20:11:21 +01:00
jekkos 6c714b2dc4 Add constants for magic numbers 2017-08-06 14:33:26 +01:00
jekkos 4a05f00307 Some indentation 2017-08-06 14:33:26 +01:00
jekkos 6b0a2576a3 Remove unused methods 2017-08-06 14:33:26 +01:00
jekkos 86d3c6bf04 Cleanup Sales controller 2017-08-06 14:33:26 +01:00
FrancescoUK c18c703237 Fix double counting of payments in summary report (#1415) 2017-07-28 20:39:19 +01:00
FrancescoUK 6e64f8ef00 Add customer phone number if available in the register suggestions (#744) 2017-07-28 20:22:00 +01:00
FrancescoUK 591d432d4f Lookup customer in sales register by phone number and email (#1087) 2017-07-28 20:08:00 +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
Steve Ireland eccf08cf8f Improve tax category maintenance. 2017-07-15 16:42:27 -04:00
FrancescoUK fe05845bd4 Fix invoice code indentation 2017-07-14 09:57:55 +01:00
jekkos 61a3fee4a6 Fix sales / token substitution 2017-07-14 08:30:35 +02:00
jekkos a92d60d99f Minor refactoring tax story 2017-07-14 00:07:13 +02:00
FrancescoUK 47486b980f Fix Store Config Tax category, Reward, Locations and Tables add and remove of entries 2017-07-13 22:43:49 +01:00
Steve Ireland d7b7f5510c Remove redundant where clause in Sales.php 2017-07-13 13:15:54 -04:00
Steve Ireland eb4d0c8c88 Remove quotes from the list of takings. 2017-07-12 23:15:34 -04:00
FrancescoUK b0e3600ea6 Fix stock location update (#1389) 2017-07-12 22:22:05 +01:00
Steve Ireland cb31ebb06e Extend alternate item description to 255 characters. 2017-07-11 22:32:51 +01:00
FrancescoUK f92b06cff2 Fixes 2017-07-11 22:23:14 +01:00
Steve Ireland bab4791b5e Consolidate tax configuration. 2017-07-09 18:48:47 -04:00
FrancescoUK 863988d2ab Regen ApiGen documentation 2017-07-06 22:13:18 +01:00
FrancescoUK e524593a15 Minor fixes 2017-07-06 20:38:41 +01:00
FrancescoUK 181d904360 Visualise the taxes according to the selected number of decimals (#1133) 2017-07-06 20:31:35 +01:00
Steve Ireland 4448348f7c Improve sale status reporting 2017-07-04 22:02:27 -04:00
FrancescoUK c5697edf76 Fix payment summary report missing return and location (#1133) 2017-07-03 22:07:58 +01:00
FrancescoUK 3f73e449f0 Fix summary report and detailed sale report different tax issue (#1133) 2017-07-03 20:13:37 +01:00
FrancescoUK 5ea0324bc0 Fix rounding issues in reports (#1336) 2017-07-02 15:32:06 +01:00
FrancescoUK c8499599ab General code tidy up, added documentation 2017-07-02 11:15:57 +01:00
FrancescoUK 15e0da4515 Minor fixes 2017-06-30 19:10:43 +01:00
Steve Ireland c71ce1e8ae Fix discount issue on checkout in VAT tax scenario 2017-06-30 19:05:03 +01:00
Steve Ireland 69e56d06ae Correction to update inventory only if item type is standard and sale type is standard. 2017-06-25 22:11:06 -04:00
odiea 16502065fa Fix Detailed Reports to show table content. 2017-06-25 09:53:57 -06:00
FrancescoUK 1a7ed8a69b Fix line duplication mistake (#1358) 2017-06-24 17:44:58 +01:00
odiea 55666caac5 Update Receiving.php 2017-06-24 09:29:01 -06:00