IP : 18.226.165.236Hostname : host45.registrar-servers.comKernel : Linux host45.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64Disable Function : None :) OS : Linux
PATH:
/
home/
../
./
./
var/
softaculous/
userspice/
php56/
../
../
ostic14/
../
front/
front.sql/
/
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */;
-- -- Table structure for table `0_payment_terms` --
CREATE TABLE `0_payment_terms` ( `terms_indicator` int(11) NOT NULL AUTO_INCREMENT, `terms` char(80) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `days_before_due` smallint(6) NOT NULL DEFAULT '0', `day_in_following_month` smallint(6) NOT NULL DEFAULT '0', `inactive` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`terms_indicator`), UNIQUE KEY `terms` (`terms`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=6 ;
-- -- Dumping data for table `0_payment_terms` --
INSERT INTO `0_payment_terms` VALUES (1, 'Due 15th Of the Following Month', 0, 17, 0), (2, 'Due By End Of The Following Month', 0, 30, 0), (3, 'Payment due within 10 days', 10, 0, 0), (4, 'Cash Only', 0, 0, 0), (5, 'Prepaid', -1, 0, 0);
-- -- Table structure for table `0_wo_requirements` --
CREATE TABLE `0_wo_requirements` ( `id` int(11) NOT NULL AUTO_INCREMENT, `workorder_id` int(11) NOT NULL DEFAULT '0', `stock_id` char(20) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `workcentre` int(11) NOT NULL DEFAULT '0', `units_req` double NOT NULL DEFAULT '1', `unit_cost` double NOT NULL DEFAULT '0', `loc_code` char(5) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `units_issued` double NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `workorder_id` (`workorder_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;