Questions tagged [grocery-crud]

Grocery CRUD is an open-source CRUD implementation for the CodeIgniter PHP framework.

Grocery CRUD is an open-source CRUD implementation for the CodeIgniter PHP framework.

Website

http://www.grocerycrud.com/

Function Documentation

http://www.grocerycrud.com/documentation

Usage Examples

Other examples

356 questions
-1
votes
1 answer

SAP: create a new product based on existing ones

I am sure that this question already exists but as I am not familiar to SAP development (am an IT auditor) I can't really do a decent search. So I apologize in advance. We are introducing a new product in our grocery store: a sandwich. The…
bugkiller
  • 7
  • 3
-1
votes
2 answers

How can I know file size in grocery crud?

I need to know what it is the size of a file that I save in a folder with Grocery CRUD. This is what I did in my controller: $this->load->config('grocery_crud'); $this->config->set_item('grocery_crud_file_upload_allow_file_types',…
Mary
  • 197
  • 1
  • 15
-1
votes
1 answer

How can i fix this message: warning require_once failed to open stream?

i have installed codeigniter and grocery crud, i got it to show my database, then all of a sudden i get this message: Warning: require_once(C:\xampp\htdocs\stlc_tables\config/constants.php): failed to open stream: No such file or directory in…
excelsiorone
  • 11
  • 1
  • 9
-1
votes
1 answer

WHERE in groceryCRUD

I have problem and I am requesting for your help. I am trying to use WHERE depending on user inputs; I would like if there is no user inputs system should take default settings from the db but if there is user inputs the system should use it; I have…
Maji Mazuri
  • 55
  • 1
  • 8
-1
votes
1 answer

Grocery crud filtering issue

I want to know how to filter the retrieval of the records in my table. I am using grocery_crud on top of codeigniter. I don't know how to put a condition on the results that are retrieved. For example,i have a customers crud and i want to retrieve…
Alin Dima
  • 181
  • 14
-1
votes
1 answer

Error in Grocery Crud while loading page

Error: Fatal error: Call to undefined method grocery_CRUD::set_js_lib() in assets/grocery_crud/themes/custom_checkbox_flexigrid/views/list_template.php on line…
Firoz P.J
  • 27
  • 8
-1
votes
1 answer

how to add a custom row to calculate total of a column for specific table in grocery crud

i want to add a row which will show the total value of a column in grocery crud.I don't want it for every table just for few tables which has numerical values,so I don't wan't to modify the template indeed.Is it possible then how? and what if I…
-2
votes
1 answer

Autocomplete attribute does not work with GroceryCrud

I tried using w3schools' example of using autocomplete https://www.w3schools.com/tags/tryit.asp?filename=tryhtml5_form_autocomplete I used jquery to alter the form and add autocomplete="on" on the form and on the input fields but It doesn't work
-2
votes
2 answers

Bootstrap and grocery_CRUD css priority

I'm on a web project using bootstrap style, then I incorpored the grocery_CRUD framework and I started having problems with the css. It seems the grocery_CRUD has priority on the css files, when it renders a table, all style changes. I want all web…
Marc Pont
  • 988
  • 2
  • 14
  • 34
-2
votes
2 answers

Datetime picker is not working in Grocery CRUD with Twitter Bootsrap Theme

I'm using grocery CRUD and Twitter Bootstrap. I'm using datetime format for post date. I am able to pick the date but unable to pick the time values. I checked out jquery-ui-timepicker-addon.js still didn't get any solutions. Attaching a screenshot…
-2
votes
1 answer

Having trouble with HAVING COLUMN in mysql search

having trouble with HAVING clause of a column which exists SELECT COUNT(*) AS `numrows` FROM (`customers`) LEFT JOIN `parent_companies` AS j2ee39a6a ON `j2ee39a6a`.`id` = `customers`.`parent_company_id` WHERE `customers`.`is_approved` = 0 AND …
Blakdronzer
  • 300
  • 3
  • 13
1 2 3
23
24