-
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request! #2
Comments
The system was originally built to track stock ins and outs, but it’s a bit of a time-consuming project. To be honest, I’m not sure when I’ll get around to focusing on it since I’m tied up with other things right now. I usually just work on it in my spare time. That said, I’m keeping the idea open and may develop it further down the line—it would just take a fair amount of time to add new features and rework the code. I also get the feeling you might need something more customized to suit your needs. I just need to find some time to expand it when I can! |
Thank you for being honest and I understand about too many projects and not enough time for supporting all of them or providing custom work for others. Yes you are correct, what I need is custom options. I can work your code once I understand it (to some degree) to help my brother be more efficient in small building sales (I am just old and very slow at my limited abilities with PHP, javascript and bootstrap UI). I'll only post actual bug issues (if any) I may find with your official coding (and not my changes). You have been very kind to assist me which has indeed helped me so much. Thanks, Robert Cooper, Kansas, USA |
Hey Robert, glad you are happy with it. And thank you for the generous donation! Much appreciate it! |
Your Welcome ! That new Customer page was an awesome enhancement to your program.
In the future when you possibly have some time (weeks or months from now but, don't feel obligated to do so - I will pay you for your time) to provide some feedback (via email) about which program "page" would be best fit for me to accomplish the various custom input and ouput I desire. For now, I am just designing the input forms and output results without use of database tables but, all will function properly as a demo video of what I need.
Best Regards, Robert Cooper
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you modified the open/close state.Message ID: ***@***.***>
|
Additional Feature - Anycode popup page. |
oh wow, thanks for the video presentation :)) i seen you customized it for your needs, so well done!
then play with your insert/edit functions using this example: for adding option:
for editing option:
that will then output the success message in the div alert where needed using the html bellow, which can be place in the location where you want the message to be shown
you can customize with modal like this, add it at the bottom page:
change your insert sql query:
add/edit buttons as well as needed
Give it a try and let me know what you manage! |
I will try your code and THANK YOU for sharing it ! I really appreciate it as this will allow me to get up to speed much faster. |
Above image enhancement is from the mind of uneducated code crafter but, my heart is in it for the long run. Additonally, listing the successfully imported rows below the message would be useful for admin (or Agen/User) to verify all data was correctly formated to table. (Not everyone has access to phpmyadmin, i.e., agent most likely would not have access). |
Well done Robert! you see, if you look at the code you`ll get it :d with me is just functionality in first place then the looking :d but yeah, that was meant for the torubleshooting as i had some issues, then forgot to removed, final message should just show total number of products were added. but having the current code, will tell you which line is with issue so its good to have it. |
Thank you for claification about debugging messages. So often I miss the obvious :( . I have lots to work with now, for next few weeks... lots of fun :) |
Click on the customer name inside customers table, that should take you to customer_id where the quotes tab will show quotes and status |
The text was updated successfully, but these errors were encountered: