Giter VIP home page Giter VIP logo

Comments (11)

siamon123 avatar siamon123 commented on July 21, 2024

you have to search for a product name.

from warehouse-inventory-system.

ivandgreat avatar ivandgreat commented on July 21, 2024

image

I already search a product, but still nothing changes. Please see image.

from warehouse-inventory-system.

siamon123 avatar siamon123 commented on July 21, 2024

you have any product name register in database?

from warehouse-inventory-system.

ivandgreat avatar ivandgreat commented on July 21, 2024

image

I have a product already. I manually added a sales on the mysql. But still nothing happens when press Add Sales Button.

from warehouse-inventory-system.

siamon123 avatar siamon123 commented on July 21, 2024

put your product name into product search field.

from warehouse-inventory-system.

ivandgreat avatar ivandgreat commented on July 21, 2024

I already did on my first post.

please correct me if i'm wrong, is there's missing code here from add_sale.php? it seems the data wheren't called to update the table.

<div class="panel-body">
        <form method="post" action="add_sale.php">
         <table class="table table-bordered">
           <thead>
            <th> Item </th>
            <th> Price </th>
            <th> Qty </th>
            <th> Total </th>
            <th> Date</th>
            <th> Action</th>
           </thead>
           <tbody  id="product_info"> </tbody>

from warehouse-inventory-system.

siamon123 avatar siamon123 commented on July 21, 2024

for me it's seen like functions.js file not loding.

from warehouse-inventory-system.

ivandgreat avatar ivandgreat commented on July 21, 2024

any advice how to fix this. Thanks.

from warehouse-inventory-system.

siamon123 avatar siamon123 commented on July 21, 2024

look at this line in footer.php file

<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>

somehow it's not loading to your server. just download jQuery library include in footer.php file.

from warehouse-inventory-system.

ivandgreat avatar ivandgreat commented on July 21, 2024

i have checked the footer.php, and i have that src.

the add sale.php code doesn't include the data for to be inserted, its' only have the from the code.

from warehouse-inventory-system.

dalt0ny avatar dalt0ny commented on July 21, 2024

Hi ivandgreat, could you fix this issue?

from warehouse-inventory-system.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.