Warning: include(../omc/inc/init_db.inc): failed to open stream: No such file or directory in /home/otomotif/public_html/sipade/common/inc/buy_upload_read_excel_insert_buy_batch.php on line 8
Warning: include(../omc/inc/init_db.inc): failed to open stream: No such file or directory in /home/otomotif/public_html/sipade/common/inc/buy_upload_read_excel_insert_buy_batch.php on line 8
Warning: include(): Failed opening '../omc/inc/init_db.inc' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/otomotif/public_html/sipade/common/inc/buy_upload_read_excel_insert_buy_batch.php on line 8
Warning: mysqli_query() expects parameter 1 to be mysqli, null given in /home/otomotif/public_html/sipade/common/inc/buy_upload_read_excel_insert_buy_batch.php on line 40
Warning: mysqli_error() expects parameter 1 to be mysqli, null given in /home/otomotif/public_html/sipade/common/inc/buy_upload_read_excel_insert_buy_batch.php on line 40
create temporary table buy_batch_temp (
seq_no char(4) not null,
supplier_code char(5) not null,
invoice_no varchar(20) not null,
invoice_date date not null,
partnumber varchar(20) not null,
partname varchar(50) not null,
qty double unsigned not null,
retail_price double unsigned not null,
discount decimal(5,2) not null,
netto double unsigned not null,
due_date date not null,
rec_status char(1) not null,
last_update_by varchar(10) not null,
last_update_date datetime not null,
last_ip_address char(15) not null
)