Steve Ireland
93536001d2
For #3749 , added the exit() statement after the header was updated.
2023-05-01 08:46:25 -04:00
Steve Ireland
e7218b2904
For #3741 . Manual migration of commits from master to branch through April 22, 2023.
2023-04-27 21:55:06 -04:00
Steve Ireland
47f419368b
For #3730 . This replaces FILTER_SANITIZE_STRING with FILTER_SANITIZE_FULL_SPECIAL_CHARS.
2023-04-27 21:54:13 -04:00
Steve Ireland
ee21f2a6aa
For #3730 . Made more changes to get configuration panels working.
2023-04-27 21:54:12 -04:00
Steve Ireland
71b68a02fd
For #3698 , this commit gets me to the point where I can add, change and delete items. I'm able to add a payment and delete it, and add a customer to the sale and remove the customer from the sale. There are still issues with the register, but I'm out of time for now.
2023-04-27 21:54:12 -04:00
Steve Ireland
8cbc915741
A few tweaks for item maintenance
2023-04-27 21:54:12 -04:00
Steve Ireland
9ee7b8f6d4
This commit appears to fix customer deletes and updates.
2023-04-27 21:54:12 -04:00
Steve Ireland
022b2b07a8
Making these changes allowed me to actually add a new customer. It wasn't extensively tested but it's progress.
2023-04-27 21:54:12 -04:00
Steve Ireland
a9e4283b80
I believe this batch of changes resolves numerous CI4 related issues (but not all issues).
2023-04-27 21:54:11 -04:00
objecttothis
b149ae66cc
Reduce calls to config('OSPOS') for speed.
...
- calling config from Secure_Controller.php and passing the data through a global view
- calling config in the Login view once rather than using config('OSPOS')->settings[] everywhere
2023-04-27 21:54:10 -04:00
objecttothis
628c047078
Simplified code
2023-04-27 21:54:10 -04:00
objecttothis
af14768913
Fixed bug preventing view data being passed
...
- It was generated in the Secure_Controller.php and now is visible in the partial header.
2023-04-27 21:54:10 -04:00
objecttothis
558bef7817
Sessions issues. Not fixed yet.
2023-04-27 21:54:10 -04:00
objecttothis
80cabb5f71
Convert $this->load->vars() to CI4
...
- create placeholder view.
- Change call to $this->load->vars() to instead call the empty view with our view data
2023-04-27 21:54:09 -04:00
objecttothis
936ccb93bf
Bug Fixes
...
- Properly reference Cookie and Security settings values.
- Instantiate IncomingRequest Instance in view.
- Added return value of Login::index().
- Added missing return statement to Secure_Controller::is_logged_in()
2023-04-27 21:54:09 -04:00
objecttothis
d7a3bc2259
Fixed index() naming
...
- https://codeigniter.com/user_guide/incoming/controllers.html#let-s-try-it-hello-world
- controller methods executed using improved auto routing needs the HTTP verb.
2023-04-27 21:54:09 -04:00
objecttothis
0fad576550
Correct redirect() calls to CI4 format
2023-04-27 21:54:09 -04:00
objecttothis
3831503721
Renamed index to getIndex in Controllers
2023-04-27 21:54:09 -04:00
objecttothis
53b81f804e
CI4 changes
...
- Corrected capitalization of App in use statements
- Added use statements where missing in Events.php
2023-04-27 21:53:48 -04:00
objecttothis
63162b97fe
Upgrade to CodeIgniter 4.1.3
2023-04-27 21:52:54 -04:00
jekkos
09201ab344
Prepare rebase: move files to new folder structure
2023-04-27 21:52:28 -04:00