FrancescoUK
|
d27671ac3d
|
Fix PHP5.4 support error in Items.php (#452)
|
2016-04-08 19:07:20 +01:00 |
|
FrancescoUK
|
d83c8051f6
|
Rename forms to have form_ prefix, move form styles to popupbox.css
|
2016-04-07 20:30:42 +01:00 |
|
FrancescoUK
|
76ff5da718
|
fix error on new item (#429)
|
2016-04-01 08:45:57 +01:00 |
|
FrancescoUK
|
6efdccfef0
|
add configurable quantity decimals (#429)
|
2016-04-01 00:07:05 +01:00 |
|
FrancescoUK
|
086d5b39f3
|
bootstrapified and complete rework of the filters section in Items (#116 #293)
|
2016-03-30 18:10:42 +01:00 |
|
FrancescoUK
|
2f5fd8e3d0
|
Set tax rate name & % in bulk edit to be the config one, save only if not empty (#381)
|
2016-03-26 14:03:08 +00:00 |
|
jekkos
|
fbd7465b03
|
Remove sync ajax calls in validation callback for forms (#413)
Remove jquery-bgiframe (not used anynmore) (#328)
|
2016-03-21 21:27:46 +01:00 |
|
FrancescoUK
|
fda45dd363
|
fix bulk_edit: don't remove supplier if none is selected, save category, removed confirm dialog (#393)
|
2016-03-21 19:02:53 +00:00 |
|
jekkos
|
f6b9ef16d0
|
Add default jquery ui theme instead of smoothness theme (#328)
Remove obsolete ajax queue plugin (#328)
Add image preview widget for avatar upload in items form (#372)
|
2016-03-11 18:07:41 +01:00 |
|
FrancescoUK
|
71a8dce949
|
regenerate dist files (but issue with search dropdown style) (#328)
|
2016-03-09 17:10:47 +00:00 |
|
FrancescoUK
|
f9803cb4f5
|
move barcode_sheet.php to views/barcode dir (#116)
|
2016-03-09 13:41:30 +00:00 |
|
FrancescoUK
|
ea394a00b5
|
remove spinner, unused images, unused code (#116 #328)
|
2016-03-08 12:42:38 +00:00 |
|
jekkos
|
dfbab194de
|
Add item search for category + suppliers (#328)
|
2016-03-07 23:21:57 +01:00 |
|
jekkos
|
fe2787217f
|
Fix item suggestion in item kits, fix category suggestion in item form
(#328)
|
2016-03-07 22:42:42 +01:00 |
|
jekkos
|
36f825d0fe
|
Replace legeacy autocomplete with jquery-ui version (#328)
Cleanup PHP search suggestion functionality
Add jquery-ui css explicitly (wasn't included in bower main attribute)
|
2016-03-07 21:23:29 +01:00 |
|
jekkos
|
6c29faeba1
|
Remove old jquery autocomplete
Remove id|name format in giftcards customer selection
Cleanup duplicated custom field suggestion in Items
Migrate table search suggestion to jQuery UI
Add jquery UI bootstrap theme
|
2016-03-07 07:56:41 +01:00 |
|
FrancescoUK
|
a04101d756
|
fix an issue with error messages on required fields in Items/form (#116)
|
2016-03-05 11:33:25 +00:00 |
|
FrancescoUK
|
6d547048c4
|
set two methods private in Items and Config controllers (#116)
|
2016-03-04 21:44:00 +00:00 |
|
FrancescoUK
|
0cd7af7c4f
|
change file load widget in excel_import forms (#116)
used jasny-bootstrap
|
2016-02-28 16:26:58 +00:00 |
|
FrancescoUK
|
d7ff9bed1a
|
Merge branch 'ci3' into bootstrapUI
|
2016-02-27 09:44:41 +00:00 |
|
jekkos
|
a9902219ae
|
Continue bootstrapification (item bulk edit, bootstrap modals)
(#116, #361)
Remove get_form_width() from controllers, add new class to define modal width
Add bootstrap validation markup to edit forms
|
2016-02-25 23:31:43 +01:00 |
|
jekkos
|
3cb9aaa055
|
Remove duplicated cookie cleanup hack (CI 2.x issue)
|
2016-02-25 23:28:19 +01:00 |
|
FrancescoUK
|
03146d9e3b
|
Fix issue in Sales/Takings and apply same fix to other controller to avoid similar issues in the future (#337)
|
2016-02-22 17:52:29 +00:00 |
|
FrancescoUK
|
0f4d5e8f1b
|
Fix issue in Sales/Takings and apply same fix to other controller to avoid similar issues in the future (#116)
|
2016-02-14 19:40:18 +00:00 |
|
FrancescoUK
|
c5ab15ca64
|
Revert post TRUE change for XSS filtering (#116)
|
2016-02-14 13:05:42 +00:00 |
|
FrancescoUK
|
42312bcc20
|
Complete tidy up of unneeded table filter id, add TRUE for XSS filtering (#116)
|
2016-02-13 21:49:08 +00:00 |
|
jekkos
|
d003239525
|
Items form bootstrapified (working in Chrome) (#116, #328)
|
2016-02-13 14:42:01 +01:00 |
|
FrancescoUK
|
7e269f1256
|
Change to bootstrap notification bars, cleanup old css files, moved styles to ospos.css, fixed ospos_print.css (#116)
|
2016-02-08 19:30:26 +00:00 |
|
FrancescoUK
|
f8c9acd88f
|
Fix to custom fields that cannot be null on Items save (#120)
|
2016-01-18 20:15:24 +00:00 |
|
FrancescoUK
|
b72d620b15
|
Added comments to some controller functions and improved spacing to improve readibility of code (#120)
|
2016-01-17 17:56:54 +00:00 |
|
FrancescoUK
|
5468127e2f
|
Further review and fixes to input->post(...) (#120)
|
2016-01-16 22:04:12 +00:00 |
|
FrancescoUK
|
d66e6ab6ef
|
Fix to items search not working due to input->post returning null (#120)
|
2016-01-15 22:53:09 +00:00 |
|
Toni Haryanto
|
d8057830c6
|
Upgrade to Code Igniter 3.0.3 (#120)
|
2016-01-07 19:06:35 +00:00 |
|