################################################################################################################ ########### drop Temp Tables For Web ####################################################################### ################################################################################################################ ##################### Production Tables ##################### drop table temp_production ; drop table temp_productiondt ; ##################### Delivery Tables ##################### drop table temp_deliveries ; drop table temp_deliverydt ; ##################### Purchase Tables ##################### drop table temp_purchases ; drop table temp_purchasesdt; drop table temp_purchasesserialno ; drop table temp_purchasecharges ; ##################### GRN Tables ##################### drop table grnpurchases ; drop table grnpurchasesdt; drop table temp_grnpurchases; drop table temp_grnpurchasesdt; ##################### Purchase Order Tables ##################### drop table temp_porder ; drop table temp_porderdt ; ##################### Retail Tables ##################### drop table temp_retail ; drop table temp_retaildt ; ##################### Sales Tables ##################### drop table temp_sales ; drop table temp_salesdt; ##################### SalesOrder Tables ##################### drop table temp_sorder ; drop table temp_sorderdt; ##################### Trans Tables ##################### drop table temp_trans ; drop table temp_transdt ; drop table temp_acclink; drop table temp_cstjourdt ; drop table temp_chkjourdt ; drop table temp_billjourdt ; ##################### Transfer Tables ##################### drop table temp_transfer ; drop table temp_transferdt ; ##################### Journal Tables ##################### drop table temp_journal ; drop table temp_cstjour ; drop table temp_chkjour; drop table temp_billjour ; drop table temp_journaldt ; ######################################################################################################### ##################### Adjustment Tables ##################### drop table temp_adjustment; drop table temp_adjustmentdt; ######################################################################################################### ##################### SalesJV Tables ##################### drop table temp_salesjv ; drop table temp_salesjvdt; ######################################################################################################### ##################### PurchasesJV Tables ##################### drop table temp_purchasesjv ; drop table temp_purchasesjvdt ; ######################################################################################################### ##################### Production Tables ##################### drop table temp_productionHD ; drop table temp_productionHDDivisions ; drop table temp_productionRM; drop table temp_productionFG ; ######################################################################################################### ##################### Charges Tables ##################### drop table temp_ChargesHD ; drop table temp_ChargesDT ; drop table temp_ChargesPurchases ; drop table temp_ChargesItems ; drop table temp_ChargesItemsDt; ######################################################################################################### ##################### ProductionRequest Tables ##################### drop table Temp_ProductionRequest; drop table if exists Temp_ProductionReqDivisions; drop table Temp_ProductionReqRM; drop table Temp_ProductionReqFG ; ######################################################################################################### ##################### PrePayment Tables ##################### drop table Temp_PrepaymentM ; drop table Temp_PrepaymentD ; ######################################################################################################### ##################### Payment Request Tables ##################### drop table if exists temp_chkrqst; drop table if exists temp_billrqst; drop table if exists temp_cstrqst; drop table if exists temp_paymentrqstdt; drop table if exists temp_paymentrqst;