aftechro / inventory-stock-management

Boostrap Inventory Stock management with QR code
GNU General Public License v3.0
1 stars 0 forks source link

Missing are: stock-db.sql & db.php #1

Closed offternet closed 5 days ago

offternet commented 6 days ago

Unable to find stock-db.sql & db.php in your project as stated in readmen so I can properly connect to mysql database. Any help is appreciated. TIA cpumore@yahoo.com

aftechro commented 6 days ago

Apologies, uploaded now!

offternet commented 6 days ago

RESOLVED with your new update. Thank You for your help. used your update files to access program. One Additional error: Missing "stock_logs" table in Database: Error - generated: "Fatal error: Uncaught mysqli_sql_exception: Table 'yadgui36_inventory2.stock_logs' doesn't exist in /home4/yadgui36/jacksbackyardsales.com/inventory2/dashboard.php:286 Stack trace: #0 /home4/yadgui36/jacksbackyardsales.com/inventory2/dashboard.php(286): mysqli->query('\n ...') #1 {main} thrown in /home4/yadgui36/jacksbackyardsales.com/inventory2/dashboard.php on line 286"

offternet commented 6 days ago

Additionally, (No rush on my end & appreciate your assistance very much), I do not see complete menu items. See attached screenshot image screenshot-error-menu-less

aftechro commented 6 days ago

Just done another export, with updated version

aftechro commented 6 days ago

Dont forget to set your username as admin role image

offternet commented 6 days ago

RESOLVED: set role to "admin" (Learned many things with your help) THANK YOU !

Dont forget to set your username as admin role image

offternet commented 6 days ago

I will be testing your program all day. I really like the layout and options. Thanks again for your help. I have funds for assistance in customizing your inventory to a specific industry if you are interested. Please email about it. Thanks, Robert Cooper, Kansas, USA (Retired)

aftechro commented 6 days ago

Happy days. Still bits to do, email alerts for low stock and out of stock

i done the app/quote.php which i`m using with my ticketing system, but handy for you if you wanna quote someone, you can copy the table in email :d

aftechro commented 6 days ago

I will be testing your program all day. I really like the layout and options. Thanks again for your help. I have funds for assistance in customizing your inventory to a specific industry if you are interested. Please email about it. Thanks, Robert Cooper, Kansas, USA (Retired)

Appreciate that. i may do a paypal donations or something. will keep in mind :d

aftechro commented 6 days ago

you are missing as well the fontawesome, you have to read the file: https://github.com/aftechro/inventory-stock-management/blob/main/assets/IMPORTANT-README.txt

download and extract the files into assets folder

offternet commented 6 days ago

RESOLVED Installed fontawesome.

you are missing as well the fontawesome, you have to read the file: https://github.com/aftechro/inventory-stock-management/blob/main/assets/IMPORTANT-README.txt

download and extract the files into assets folder

offternet commented 6 days ago

Product Description is printed twice in Product Management display. Okay on Stock Management Display. Okay in Product table in Database. duplicate-product-description

aftechro commented 6 days ago

good catch. remove <?= htmlspecialchars($product['description']) ?> from line 314 so from this

<td><?= html_entity_decode($product['description']) ?><?= htmlspecialchars($product['description']) ?></td> will be this: <td><?= html_entity_decode($product['description']) ?>

as well, i can see your fontawesome not loading, the icons are not showing on your menu. make sure you have them downloaded inside assets and rename folder as fontawesome

offternet commented 6 days ago

as well, i can see your fontawesome not loading, the icons are not showing on your menu. make sure you have them downloaded inside assets and rename folder as fontawesome

Issue Remains: No Icons in Menu I have downloaded fontawesome folder inside assets folder; still NO Icons on menu. --Debug--> I tested with 3 different browsers; No Fawesome Icons (So not a cache issue) --?--> Could it be I am missing a php library (or php setting) in my hosting setup <--?-- --Info--> I use Hostgator Shared Hosting <--info-- --?--> Should I try and reinstall Fontawesome again <--?--

--Info--> I have printed out all code of your project to learn more about it <--Info--

aftechro commented 6 days ago

as well, i can see your fontawesome not loading, the icons are not showing on your menu. make sure you have them downloaded inside assets and rename folder as fontawesome

Issue Remains: No Icons in Menu I have downloaded fontawesome folder inside assets folder; still NO Icons on menu. --Debug--> I tested with 3 different browsers; No Fawesome Icons (So not a cache issue) --?--> Could it be I am missing a php library (or php setting) in my hosting setup <--?-- --Info--> I use Hostgator Shared Hosting <--info-- --?--> Should I try and reinstall Fontawesome again <--?--

--Info--> I have printed out all code of your project to learn more about it <--Info--

check if you have header.php i sent you an email earlier, reply to it and i`ll assist you remotely, as i may need you to give me access to your hosting

offternet commented 6 days ago

Issue Remains: No Icons in Menu

check if you have header.php i sent you an email earlier, reply to it and i`ll assist you remotely, as i may need you to give me access to your hosting.


Will check the header.php file.

offternet commented 5 days ago

RESOLVED