objecttothis
42f8d71404
Added ORDER BY to sort various dropdowns
...
This sorts alphabetically:
- Attributes on the Attribute->Item view
- Dropdowns for adding attributes in the Attribute->Item view
- Dropdowns for the attribute values themselves.
2020-04-30 17:12:59 +04:00
jekkos-t520
6bd0d6277b
Move parsing to token_lib
2020-04-23 22:50:41 +02:00
objecttothis
b0ba354b31
Values is a mysql keyword
...
Corrected the name of the alias from values to vals to prevent DB errors on conversion from DROPDOWN to CHECKBOX.
2020-04-22 13:37:31 +04:00
objecttothis
b5265870be
More descriptive alias
2020-03-24 14:21:57 +04:00
objecttothis
8a0c88b11c
More indentation corrections
2020-03-24 14:13:08 +04:00
objecttothis
3281fc9bb0
Correct indentation problems
2020-03-24 14:04:04 +04:00
objecttothis
fb9fec1a10
Merge branch 'master' into pos_bool
2020-03-18 16:19:45 +04:00
jekkos-t520
0f2bafc7dd
Fix attribute search ( #2723 )
2020-03-14 01:44:08 +01:00
jekkos-t520
4f60465fa0
Revert barcode rework
2020-03-11 00:15:37 +01:00
objecttothis
cefd287668
Resolve bug not updating attributes correctly
...
Prior to this fix, if the attribute was of DECIMAL or DATE type and the action was an UPDATE, then it would try to update the attribute_value, not the corresponding attribute_decimal or attribute_date.
2020-03-10 09:21:09 +01:00
jekkos-t520
4300f0a3c6
Rework barcode format parser
2020-03-08 20:15:22 +01:00
FrancescoUK
f3e87d3c3c
Revert change causing issues with Detailed Transactions
2020-03-06 19:56:48 +00:00
objecttothis
ea7cb48f1c
CHECKBOX Attribute type
...
Conversion from DROPDOWN or TEXT logic
2020-03-02 14:17:48 +04:00
objecttothis
ff79b73e34
Implement CHECKBOX attribute type
...
Attribute Configuration view
Attributes section of item management view
Attributes section of CSV item import
2020-02-25 15:44:49 +04:00
FrancescoUK
efd53cbccf
Add Employee name to suspended form ( #2678 )
2020-02-16 13:46:25 +00:00
FrancescoUK
622fdc27aa
Fix detailed reports error with attributes ( #2721 )
2020-02-15 22:01:51 +00:00
jekkos
8d6a23d0e7
Check if grant for module exists ( #2702 )
2020-01-30 08:56:39 +01:00
jekkos
4722a5600f
Do not show deleted items in low inventory report ( #2702 )
2020-01-29 23:26:08 +01:00
FrancescoUK
aba9c2bc30
Fix Customer delete issue
2020-01-26 09:12:02 +00:00
FrancescoUK
dfe66e8083
Fix Customer delete error
2020-01-25 21:11:30 +00:00
FrancescoUK
5007410c1a
Change Employee input type in Sales edit form
2020-01-19 20:32:57 +00:00
FrancescoUK
b4eabd2265
Fix missing cash refund in sale edit form
2020-01-19 18:24:11 +00:00
FrancescoUK
40d8ea0268
Replace serial number with item_number (barcode) in detailed reports
2020-01-18 15:32:12 +00:00
FrancescoUK
af2fd78348
Fix Graphical Summary Payment report
2020-01-12 20:28:55 +00:00
FrancescoUK
472e15ab0a
Add detailed supplier report
2020-01-12 20:28:55 +00:00
FrancescoUK
bdddb945f0
Reports minor fixes
2020-01-12 20:28:55 +00:00
FrancescoUK
a081b72916
Fix issue with POS transaction return when Items are deleted ( #2659 )
2020-01-03 21:56:43 +00:00
jekkos
d52c16fbba
Fix item form refresh ( #2538 )
2020-01-03 14:26:11 +01:00
jekkos
f9da801f06
Add aggregate to fix only_full_group_by ( #2538 )
2020-01-03 00:16:34 +01:00
FrancescoUK
a56a4070a6
Revert "Fix "only_full_group_by" issue ( #2538 )"
...
This reverts commit 424eb4cf14 .
2019-10-06 20:15:24 +01:00
FrancescoUK
69d57b3744
Merge pull request #2567 from opensourcepos/fix-initial-tax-config
...
Clear initial default for Cascade and Seq for Tax Config Tables
2019-10-06 18:54:31 +01:00
FrancescoUK
424eb4cf14
Fix "only_full_group_by" issue ( #2538 )
2019-10-06 18:43:58 +01:00
SteveIreland
4a6f4e1f74
Clear initial default for Cascade and Seq for Tax Jurisdiction and Tax Category.
2019-10-03 22:28:30 -04:00
jekkos
55c86afcde
Fix warning in development mode ( #2476 )
2019-09-23 07:55:44 +02:00
PICCORO Lenz McKAY
37189ba1f3
added category column to the inventory summary report due huge product data
...
closes https://github.com/opensourcepos/opensourcepos/issues/2526
2019-09-02 22:34:30 -04:30
jekkos
0a2894c582
Left join on attribute_values to show items with no value ( #2485 )
2019-08-04 22:29:44 +02:00
SteveIreland
f95d777dc2
Improves the behavior of dinner table selection.
2019-07-21 11:53:01 -04:00
objecttothis
8c173540e6
Update Attribute.php
...
changed DATETIME to DATE since constant name was changed but it wasn't changed here.
2019-07-09 18:05:23 +04:00
jekkos
cfe5a3c84e
Enable attribute search for datetime ( #2441 )
2019-06-30 17:52:32 +02:00
FrancescoUK
1f2aa2708d
Fix missing ) and minor change
2019-06-22 16:39:18 +01:00
jekkos
8ca5449b79
Add decimals to items search result + fix reports
2019-06-20 18:39:17 +02:00
Steve Ireland
a34f017dbd
Fix a couple of issues with payment processing.
2019-06-19 21:50:20 -04:00
FrancescoUK
01dfd023eb
Merge pull request #2319 from opensourcepos/fix-attribute-datetime
...
Fix attribute datetime formatting
2019-06-15 10:32:22 +01:00
FrancescoUK
4644dd2e46
MySQL queries consistency check
2019-06-15 09:39:08 +01:00
FrancescoUK
28b3bc87d4
Comment out unused code still with custom fields
2019-06-09 21:47:36 +01:00
Steve Ireland
595ef0b617
Track initial cash refunds
2019-06-07 21:48:05 -04:00
jekkos
0ae6470b35
Migrate attribute datetime to date ( #2441 )
2019-06-05 00:47:17 +02:00
jekkos
d3d051ee72
Fix loading attribute values in item search ( #2232 )
2019-06-05 00:31:45 +02:00
jekkos
f2d2b1d3e2
Fix datetime attribute formatting ( #2232 )
2019-06-05 00:29:48 +02:00
FrancescoUK
d47099fa23
Merge pull request #2431 from opensourcepos/attributes_csv_import_integration
...
Attributes csv import integration
2019-06-04 21:13:54 +01:00