Steve Ireland
9bf8989960
This will add support for preparing quotes and generating invoices prior
...
to payments
2017-02-19 13:37:32 -05:00
FrancescoUK
53dcdc02cf
Fixed payment issue in return mode ( #1081 )
2017-02-18 21:48:21 +00:00
Steve Ireland
353fa8e95c
Fix for discount assignment bug
2017-02-06 18:37:34 -05:00
Steve Ireland
a99f326bb8
Generate low inventory message if at least one of the item kit items added to a sale are below the reorder level.
2017-01-31 09:03:36 -05: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
FrancescoUK
3a2dd7134f
Print just first letter of Employee family name to protect privacy ( #1027 )
2016-12-05 19:22:38 +00:00
FrancescoUK
5a4c27cf87
Set correct Employee in Sales receipt and invoice ( #967 )
2016-11-13 11:21:09 +00:00
FrancescoUK
ed80627ddd
Takings, sale edit, receipt database performance improvement - no temp table - ( #964 )
2016-11-09 18:06:23 +00:00
FrancescoUK
d380524f9d
Sales and Receivings code refactoring
2016-11-09 10:06:09 +00:00
FrancescoUK
872aa7b829
Improve sales register scan item performance ( #924 ) + Fix statistics
2016-11-05 15:07:25 +00:00
FrancescoUK
20a6c6ec0a
Show deleted items in receipts and invoices ( #904 )
2016-10-16 23:14:01 +01:00
FrancescoUK
0cb68d47cb
Apply Customer discount to item kit items too ( #910 )
2016-10-16 09:24:42 +01:00
FrancescoUK
04a77dff7d
Apply customer default discount even if customer added later ( #910 )
2016-10-14 21:19:52 +01:00
FrancescoUK
a9963dcfd0
Small refactoring of pdf invoice
2016-10-01 15:17:12 +01:00
jekkos
8b08bf5daa
Add frontside support for locale dependent number validation ( #788 )
2016-08-09 18:20:52 +02:00
jekkos
ab075fd94f
Amount due can be negative as well ( #733 ))
2016-07-30 15:52:06 +02:00
jekkos
956f18e55c
Round amount due before comparing with zero ( #759 )
...
Bump version chartist tooltip
2016-07-30 10:23:30 +02:00
jekkos
d8e4bf48d8
Check if payments cover sale with exact precision ( #733 )
...
Set bc-operation style scale globally
Add location filtering in graphical and summary reports (#742 )
2016-07-20 20:43:31 +02:00
jekkos
4be3c8f433
Revert "Check if payments cover total using currency decimals configuration"
...
This reverts commit 9a7061e9c5 .
2016-07-17 14:51:55 +02:00
jekkos
9a7061e9c5
Check if payments cover total using currency decimals configuration
...
(#733 )
2016-07-17 14:11:06 +02:00
jekkos
2743e1353a
Escape dollar sign when using varargs version of lang::line ( #732 )
...
Properly handle decimals when saving giftcards (#458 )
2016-07-17 13:16:57 +02:00
jekkos
1af612d18e
Add thousands separator option ( #458 )
...
Fix adding payment with comma as decimal separator (#740 )
2016-07-15 11:22:31 +02:00
FrancescoUK
c9d806bd26
Fixed mistake with Giftcard ( #732 )
2016-07-12 16:59:23 +01:00
FrancescoUK
39d678b977
Fixed Register issue with Giftcard ( #732 )
2016-07-11 19:05:06 +01:00
FrancescoUK
38d234fa5f
Fixed receipt, change due and total cash issues with no payment cases ( #707 )
2016-07-09 10:04:04 +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
0f88d6462d
Add fixes for register + receiving validation ( #458 )
2016-07-07 21:11:33 +02:00
jekkos
3af19daa0e
Fix decimal parsing, add php5-intl locale support ( #458 )
2016-07-07 20:56:51 +02:00
FrancescoUK
0cbd19353c
Rename temp table creation functions to simply be create_temp_table
2016-07-06 19:22:32 +01:00
FrancescoUK
df6f118a79
Fixed search customer bug in sales Takings ( #654 )
2016-07-05 21:51:39 +01:00
FrancescoUK
c136832db1
Fixed issue with negative tendered amount in sales ( #707 ), improved sales_items_temp table and usage in various parts
2016-07-03 14:07:46 +01: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
b7cb5c5873
make consistent use of elseif in place of else if
2016-07-01 17:08:01 +01:00
FrancescoUK
586c8f8db9
Added support for receipt templates, added default and short version ( #678 )
2016-06-26 20:06:37 +01:00
FrancescoUK
6d012144db
Removed unreferenced code in Sales Controller ( #475 )
2016-06-23 23:34:25 +01:00
FrancescoUK
331d97b48f
Added email config to Store Config, added Email_lib, refactored email code ( #441 , #519 )
2016-06-23 19:26:51 +01:00
FrancescoUK
15fd832705
XSS clean Receiving ( #39 ) code refactoring and various issues fixing
2016-06-20 22:22:46 +01:00
FrancescoUK
6c791afffc
Fixed Item Kits comment typos and small refactoring ( #665 )
2016-06-19 21:07:10 +01:00
jekkos
1861f4f71f
Don't take totals row in takings into account for pagination ( #620 )
...
Reset payment summary css position underneath table
2016-06-15 17:18:31 +02:00
FrancescoUK
b96ebeed22
XSS clean Sales ( #39 ), refactored Sales Controller ( #639 ), added Send Email in Receipt & Invoice ( #475 )
2016-06-12 18:15:43 +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
1453b5e21d
Fixed return of only invoice receipt if the searched number matches an invoice, disable the invoice search if not set in config ( #606 )
2016-06-03 19:23:43 +01:00
FrancescoUK
6e9830705f
Removed any XSS filtering from input->post and input->get ( #39 )
2016-05-30 20:46:59 +01:00
jekkos
fdb826a8c4
Only show item suggestions with associated id in register and receiving ( #540 )
...
Use correct tabindex numbering in sale register
2016-05-12 08:19:15 +02:00
jekkos
c3f2f41888
Fix barcode generation in items and item_kits ( #537 , #538 )
...
Enable sorting in takings (with static row below the table) (#293 , #507 )
2016-05-09 18:40:13 +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
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
7e088348e0
Regenerate language file + js after rebase, fix various merge bugs
...
(#293 )
2016-05-03 08:10:37 +02:00