FrancescoUK
c96c2a69a6
Fix Reports and few other minor things
2017-12-12 20:58:36 +00:00
FrancescoUK
39dbd9af52
Small code refactoring
2017-09-17 15:17:48 +01: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
jekkos
6c714b2dc4
Add constants for magic numbers
2017-08-06 14:33:26 +01:00
Steve Ireland
eccf08cf8f
Improve tax category maintenance.
2017-07-15 16:42:27 -04:00
FrancescoUK
863988d2ab
Regen ApiGen documentation
2017-07-06 22:13:18 +01:00
FrancescoUK
c8499599ab
General code tidy up, added documentation
2017-07-02 11:15:57 +01:00
jekkos
15bb3ad6a3
Reset stock inventory when deleting items ( #1288 )
2017-05-22 19:33:13 +02:00
Steve Ireland
effba9d102
Add support for customer sales tax and cash rounding
2017-04-14 21:21:44 -04: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
FrancescoUK
87247333cc
Fix bugs ( #1026 )
2017-01-31 22:52:37 +00:00
FrancescoUK
df9b776d56
Add support for MySQL 5.7 ( #630 ) and PHP7 ( #591 ), better Item Kits ( #625 )
2017-01-30 20:10:17 +00: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
root
305d9dd55e
Support for Date or Time Format
2016-11-30 14:32:25 -04:00
FrancescoUK
e1035ff54b
Optimise Reports usage of temp database tables ( #964 )
2016-11-10 17:42:17 +00:00
FrancescoUK
ef45c96ce8
Add hook for database query logging - enable in config.php - ( #924 )
2016-11-06 15:44:18 +00:00
jekkos
6dfb24e6f1
Fix query performance for Item->exists (receivings) ( #924 )
2016-11-05 21:03:32 +01:00
jekkos
49c89d1cec
Improve item search performance by casting to correct datatype ( #924 )
2016-11-05 20:49:08 +01:00
FrancescoUK
872aa7b829
Improve sales register scan item performance ( #924 ) + Fix statistics
2016-11-05 15:07:25 +00:00
FrancescoUK
5ecc6ead7d
Temporary tables optimisation: add indexes ( #951 )
2016-10-30 17:05:41 +00:00
FrancescoUK
816fcd9203
Temporary tables optimisation: improve sales_items_temp ( #951 )
2016-10-30 17:04:59 +00:00
FrancescoUK
dd66496ccc
Remove deleted stock locations from low inventory report ( #916 )
2016-10-21 16:28:09 +01:00
FrancescoUK
20a6c6ec0a
Show deleted items in receipts and invoices ( #904 )
2016-10-16 23:14:01 +01:00
FrancescoUK
4ea056e3f7
Fixed Item exists where issue ( #666 )
2016-08-02 17:25:49 +01:00
jekkos
9fa2676352
Fix exists by doing string comparison using like clause ( #666 )
2016-08-01 13:58:07 +02:00
FrancescoUK
0cbd19353c
Rename temp table creation functions to simply be create_temp_table
2016-07-06 19:22:32 +01:00
FrancescoUK
3c969858cf
Performance improvement for Inventory reports after XSS clean addition ( #39 )
2016-07-06 19:11:54 +01:00
FrancescoUK
a4488ec090
Further regression fix with item edit and deleted flag ( #672 )
2016-06-19 12:58:47 +01:00
FrancescoUK
ad1b3aeaac
Allowed search box and filters to be contextual to selected date range ( #667 )
2016-06-19 11:57:53 +01:00
FrancescoUK
8c5decee34
Fix regression introduced with #664 around deleted items ( #672 )
2016-06-19 11:11:16 +01:00
FrancescoUK
bbbf24c2a5
Don't allow adding deleted Items by item_id in Sales register and Receiving ( #664 )
2016-06-18 12:52:58 +01:00
FrancescoUK
6ad547049e
Further model checks, improved success result, made code style consistent ( #598 )
2016-05-29 15:04:21 +01:00
FrancescoUK
404fc5b548
Sanity checked SQL escaping in all the models, improved code under different aspects ( #598 )
2016-05-28 22:41:27 +01:00
FrancescoUK
6e14dfb6d5
Sanity checked SQL insert and update, minor fixes ( #598 )
2016-05-27 18:40:16 +01:00
jekkos
1b7bf0ed4f
Fix bulk update refresh ( #432 )
2016-05-26 18:10:58 +02:00
jekkos
d94b1d921e
Enable sorting for items, customers, suppliers, employees and item_kits module ( #293 , #507 )
2016-05-09 08:59:03 +02:00
jekkos
eca4b4ffb8
Use bootstrap tables for detailed and summary reports ( #293 , #507 )
2016-05-06 00:37:46 +02:00
jekkos
b37f984eb6
Fixes for item kits (new, update) ( #507 )
...
Fixes for takings overview (pagination, sorting) (#293 )
Fixes for item tax bulk update (#507 )
Table rows are highlighted again before delete (#507 )
2016-05-03 08:10:38 +02:00
jekkos
130f749a48
Fix item delete ( #507 )
2016-05-03 08:10:38 +02:00
jekkos
c568c08595
Fix bulk update with bootstrap-tables ( #507 )
2016-05-03 08:10:37 +02:00
jekkos
d5d96fa777
Add receipt button in takings ( #507 )
...
Fix add stock location in store config
Fix stock location filtering in items module
Fix item kits barcode generation
Fix broken form after first submit in all modules
Remove temp js from dist/ (#293 )
2016-05-03 08:10:37 +02:00
jekkos
bb95a120b1
Enable bootstrap-tables for items modules - wip ( #293 )
2016-05-03 08:10:35 +02:00
jekkos
af7b64a398
Migrate to bootstrap-tables in customers modules ( #293 )
2016-05-03 08:07:47 +02:00
FrancescoUK
9aa673448a
Reset quantities when an Item is deleted ( #496 )
2016-04-22 19:22:04 +01:00
FrancescoUK
9cfddaf2ab
undelete an item in case it's returned ( #184 )
2016-04-21 22:59:34 +01:00