Finding a PHP based product manager [closed] - php

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I'm looking to find an user friendly PHP app to manage my client's collection of vintage tools. I can't find ANYTHING to just simply organize his collection. The closest thing I can find is a shopping cart, but that's not what he needs, as he doesn't want to sell his collection. I don't have the time to code this myself and he's getting agitated because this is taking longer than I promised.
Any suggestions? I'm sure there's SOMETHING out there.

If it is really as simple as you make it sound, why not just write a quick and dirty script to do it yourself?
Set up 1 table in MySQL with the appropriate fields, and a couple PHP scripts to display and add/delete/update the records?
I could probably have this done in under an hour.

there are a few options listed here. I used the wordpress cart plugin once. It wasn't too hard to take out the pricing back and front end code out. I recommend the latter.

If you're just trying to catalog the tools I would suggest Wordpress with a Image/Photo gallery plug-in with a LightBox popup to group them together if needed. Just use the tags to add a description and well as a grouping tag if needed to group the tools together. This is probably not the solution you wanted but it might just be what would work. I was thinking showcase instead of inventory :)

Related

Reports Codeigniter so hard code [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
Right now, I am using CI 3.0 . And for create report like invoice, monthly report sales, I using dompdf which is so spending time to debug coz dompdf not really support JS.
I was wondering a tools like crystal report , drag and drop report. I am not sure that PHP have like that.
I found php-reports, it looks interesting. But I dont know how to integrate it.
Perhaps, someone out there have solution to this PHP Reports, or maybe if you are share how to simplified creating a report in CI.
Thank You
maybe look at; http://www.hkvstore.com/phpreportmaker/
this questions lightly talks about using it; here
CI is great in that you are allowed to break the rules if you want. if its painful working inside the M-V-C approach then bend some rules or look at another method; like writing a library, or have your model generate more than just the dataset and include html ready for your CSS that your view just has to output (rather than parse).

Looking for a Q&D PHP SQLite editing solution [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
Here's what I need: I have a table in a SQLite file, that contains items - descriptions, dimensions, image and thumbnail.
I need to allow someone from outside the company to edit this table through an "admin interface". I need a simple login mechanism to authenticate said user, and I need a form that shows all available rows in the table applicable to him/her, and allow editing the values. That may include uploading images.
Now, I've developed tons of these interfaces before, in several languages. What I'd like to ask is: is there a shortcut? Since this needs to be quick and dirty (i.e., this wasn't in the original plan, I'm not being paid for this, but I may lose a client if I don't have it in place) and be up as soon as possible, is there some open source solution, or any previous PHP code, that I can customize and use in this and future cases?
Any solution that will save me time is welcome.
Thanks for YOUR time :)
Guy
Well if you can use a framework you could use an auto generated admin interface or scaffolding from a framework. Symfony and Cake both have this. Of course thats a lot of dead weight to have if the whole app/site isnt using the framework. But it would make it relatively painless to create. IF you can run this interface on a subdomain that would make it even esier since you dont have to worry about integrating it with anything existing except the DB and shared folder for the uploaded files.

Project Management theme or plugin for Wordpress [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
I have several home renovation / improvement projects coming and I need to work with my wife to share ideas online since it is easier to keep track of photos and links to website for ideas. I am planning to use Wordpress for tracking. We tried Basecamp and it is very complicated for her. I am thinking about using some kind of theme of plugin of Wordpress so that we can upload photos, add task (as a post or similar). Then at the front index page, it would show all list of tasks and small photos. Very simple one page.
Any good project management or task management out there working with Wordpress? I searched online and most are out of date.
Thanks.
I've made a Client Area Wordpress theme because I needed something like this myself. Its compatible with BuddyPress as well which the latest version of CollabPress can use now.
you might want to give CollabPress a shot, it was last updated on 9-23-11.

Any easy to use php mysql datagrid? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Anyone know of a FREE and easy to use PHP MySQL Datagrid class? I have used rGrid and Eyesis but need something like phpdatagrid. No requirement of AJAX features though. Just need basic features inbuilt like search by columns, pagination with page numbers(with jump to page dropdown), how many rows to show per page, multiple delete etc.
Just want to keep it simple and easy to use. Any kind of help would be highly appreciated. Thanks.
If you don't mind AJAX, ExtJS offers an excellent grid. http://dev.sencha.com/deploy/dev/examples/grid/paging.html
http://dev.sencha.com/deploy/dev/examples/grid/array-grid.html
I found Eyesis grid, rGrid and phpmygrid are the most easy to use and implement free products available out there.
even jquery based solutions like datatabales.net and Flexgrid are quite awesome.
This is a pretty old question, but I wanted to add MySqlGrid as a free/open-source solution to the OP's question. MySqlGrid will quickly create a fully functioning datagrid from ANY valid MySql select statement with very little effort. caveat: I wrote it!

Guitar Tablature and Music sheet oriented plugins for wordpress or Drupal [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I'm familiar with wordpress and cakePHP; however, I'm building a small community website (hobby) that allows users to post music sheet (pdf/image) or guitar tabs ( text files). These music sheets should be organized by artists and songs. I've already built my own cms, but I'm not looking forward to maintain it as i'm scared I won't have the time.
An example of this would be ultimate-guitar.com . Not the whole site, just the way they display tabs and stuff
I posted a 1 month old build for you guys to see what i've done here. the site for the most part works, but as i said, I'm scared that i won't be able to maintain it. This is not the latest build, i haven't gotten around to uploading it. It fixes most of the issues
Are there any music publishing plugins for drupal and wordpress (I haven't seen any personally)?
I'm open to other suggestions and comments as well so please feel free to mention them
It doesn’t sound like you have any music specific needs, you just need to be able to attach text, pdf or images to an item (node in Drupal) and assign tags to it.
You can use taxonomy in Drupal to assign artists to the nodes. I should think what you want is pretty simple to do. I would suggest that you try installing it and seeing what it can do.
You might want to take a look at the Guitar module, which will allow you to easily add chord fingerings to your tabs.

Categories