Search:
Type: Posts; User: newphpcoder
Search :
Search took 0.02 seconds.
Hi,
This code is work to get the no IN and OUT for the particular date:
SELECT emp.employeeid, emp.lastname, emp.firstname, emp.middlename, emp.department
FROM employees AS emp
LEFT...
Hi Good day!
I have 2 tables for my dtr database.
first the employees where all the data of employee was save.
employees fields:
EmployeeID
Lastname
Hi Good day!
I have 2 tables for my dtr database.
first the employees where all the data of employee was save.
employees fields:
EmployeeID
Lastname
Thank you... I will try it
Hi,
I just created a barcode image generator where I found out in internet, when I test it and I print it in a ordinary printer it was okay. Same size, what the barcode display on my web page is...
Hi..
I created a function and now I encountered error:
Object doesn't support this property or method.
I can't find out now what is the cause of error:
here is my function code:
Hi Good day!
I got encountered problem in displaying my page in IE8, especially in my background image. It was not displayed fully on the page. It also repeated. I want to happen is the...
Hi..
It's works now.
By this code:
<html>
<title>Raw Materials Inventory</title>
Hi.
I already download the latest version and I also call the .js
like:
<link rel="stylesheet" type="text/css" href="css/kanban.css" />
<link rel="stylesheet" type="text/css"...
Hi,
What do you mean latest version?Is it the tablefilter.js?
I test your code:
<html>
<title>Raw Materials Inventory</title>
Hi..
I found code that has a sum below from this link :
http://tablefilter.free.fr/ex.php#tbl9
Sample Table 7:
<script language="javascript" type="text/javascript">
this is the htmk code from view source after I filter the Item Code
<html>
<title>Raw Materials Inventory</title>
<head>
<link rel="stylesheet" type="text/css" href="css/kanban.css" />...
I'm sorry, if my question is not cleared.
I need to filter the item_code then the quantity will be sum.
Thank you
Hi,
I resolved my first problem which is 0 become -. I just exchange the value of 0 and -.
Now my problem is how can I put the lot_number value from my database to barcode value which handled...
Hi...
I saw this thread I tried this code:
<?php
$bc = new barCode();
$bc->build('LO130319001');
Hi,
Good day!
I found a sample code in generating barcode.
here's the link:
http://www.brandonchecketts.com/archives/quick-php-script-to-generate-a-barcode
$lot_number_scan = "LO130315002LO130318001,LO130315003"
$lot_number_indi_scan = explode(',', $lot_number_scan);
$count_lot_str = strlen($lot_number_indi_scan);
if($count_lot_str > 11)
{...
Hi
Good day!
I just want to know if what syntax/code should I use to put - in my data variable.
for example I have this data.
$lot_number_indi_scan = 'LO130315002LO130318001';
I got the solution:
instead of using LIKE, it works when I used this :
AND REPLACE(p.lot_number,'-','') = '%$lot_number%';
Thank you
Sorry, but the hypen is only added to save the lot_number.
Thank you
Hi...
Good day!
I already had codes on setFilterGrid on my table, now I need to add the total qty at the row which is i don't have any idea if it is possible using javascript and how. I want to...
Hi,
Good day!
I encountered difficulties in checking of the data is like on the data from my table.
I have table
wms_picking
Hi
Good day!
I did'nt match the number. I just want to happen is if lot_number has match or like in lot_number_scan it will be true. I want to check for example.
lot_number =...
I tried the two codes you said.
The first one I got wrong output, the second is false.
Thank you
When I try your code:
<html>
<head>
<script type = "text/javascript">
var lot_number_scan = LO130227003-LO130228001
var lot_number_scan = LO130227003