Warning: include(../samudra/inc/init_db.inc): failed to open stream: No such file or directory in /home/otomotif/public_html/sipade/_utility/_install_samudra_2017-08-14.php on line 4
Warning: include(../samudra/inc/init_db.inc): failed to open stream: No such file or directory in /home/otomotif/public_html/sipade/_utility/_install_samudra_2017-08-14.php on line 4
Warning: include(): Failed opening '../samudra/inc/init_db.inc' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/otomotif/public_html/sipade/_utility/_install_samudra_2017-08-14.php on line 4
Warning: mysql_query() expects parameter 2 to be resource, null given in /home/otomotif/public_html/sipade/_utility/_install_samudra_2017-08-14.php on line 51
alter table samudra.buy
add buy_ref_no varchar(15) not null after in_date,
change invoice_no invoice_no char(5) not null,
change container_no buy_seq_no char(12) not null,
change pay_status pay_status_code char(1) not null,
change discount discount decimal(5,2) not null,
change issued_code bic_code char(4) not null
Warning: mysql_query() expects parameter 2 to be resource, null given in /home/otomotif/public_html/sipade/_utility/_install_samudra_2017-08-14.php on line 61
update samudra.buy
set buy_seq_no = LPAD(trim(buy_seq_no),12,'0')
Warning: mysql_query() expects parameter 2 to be resource, null given in /home/otomotif/public_html/sipade/_utility/_install_samudra_2017-08-14.php on line 73
update samudra.buy
set pay_status_code= status,
pay_date = status_date
Warning: mysql_query() expects parameter 2 to be resource, null given in /home/otomotif/public_html/sipade/_utility/_install_samudra_2017-08-14.php on line 89
alter table samudra_rfl.buy
add buy_ref_no varchar(15) not null after in_date,
change invoice_no invoice_no char(5) not null,
change container_no buy_seq_no char(12) not null,
change pay_status pay_status_code char(1) not null,
change discount discount decimal(5,2) not null,
change issued_code bic_code char(4) not null
Warning: mysql_query() expects parameter 2 to be resource, null given in /home/otomotif/public_html/sipade/_utility/_install_samudra_2017-08-14.php on line 98
update samudra_rfl.buy
set buy_seq_no = LPAD(trim(buy_seq_no),12,'0')
Warning: mysql_query() expects parameter 2 to be resource, null given in /home/otomotif/public_html/sipade/_utility/_install_samudra_2017-08-14.php on line 110
update samudra_rfl.buy
set pay_status_code= status,
pay_date = status_date
Warning: mysql_query() expects parameter 2 to be resource, null given in /home/otomotif/public_html/sipade/_utility/_install_samudra_2017-08-14.php on line 125
alter table samudra.buy_detail
change discount discount decimal(5,2) not null,
change invoice_no invoice_no char(5) not null
Warning: mysql_query() expects parameter 2 to be resource, null given in /home/otomotif/public_html/sipade/_utility/_install_samudra_2017-08-14.php on line 137
alter table samudra_rfl.buy_detail
change discount discount decimal(5,2) not null,
change invoice_no invoice_no char(5) not null
Warning: mysql_query() expects parameter 2 to be resource, null given in /home/otomotif/public_html/sipade/_utility/_install_samudra_2017-08-14.php on line 152
alter table samudra_rfl.sale
change discount discount decimal(5,2) not null,
change worker_code sic_code char(4) not null