Вы находитесь на странице: 1из 5

/* SQLyog Ultimate v9.02 MySQL - 5.6.10 : Database - erptl ********************************************************************* */ /*!40101 SET NAMES utf8 */; /*!

40101 SET SQL_MODE=''*/; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; CREATE DATABASE /*!32312 IF NOT EXISTS*/`erptl` /*!40100 DEFAULT CHARACTER SET l atin1 */; /*Table structure for table `access_details` */ DROP TABLE IF EXISTS `access_details`; CREATE TABLE `access_details` ( `id` int(11) NOT NULL AUTO_INCREMENT, `user_id` varchar(50) NOT NULL, `company_code` varchar(50) NOT NULL, `time_stamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=latin1; /*Table structure for table `company_master` */ DROP TABLE IF EXISTS `company_master`; CREATE TABLE `company_master` ( `company_code` varchar(255) NOT NULL, `company_email` text NOT NULL, `company_phone` text NOT NULL, `company_state_name` text NOT NULL, `company_pin_code` text NOT NULL, `company_income_tax_number` text NOT NULL, `company_interstate_st_number` text NOT NULL, `company_tan_number` text NOT NULL, `company_vat_tin_number` text NOT NULL, `company_sales_tax_number` text NOT NULL, `company_composite_tin` text NOT NULL, `company_country` text NOT NULL, `company_name` text NOT NULL, `id` int(11) NOT NULL AUTO_INCREMENT, `time_stamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, `access` varchar(10) NOT NULL, PRIMARY KEY (`id`,`company_code`(100)), UNIQUE KEY `company_code` (`company_code`(100)) ) ENGINE=MyISAM AUTO_INCREMENT=10201 DEFAULT CHARSET=latin1; /*Table structure for table `inventory_group_master` */ DROP TABLE IF EXISTS `inventory_group_master`; CREATE TABLE `inventory_group_master` (

`id` int(11) NOT NULL AUTO_INCREMENT, `time_stamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, `company_code` varchar(50) NOT NULL, `group_code` double NOT NULL, `group_name` varchar(50) NOT NULL, `group_parent_code` double NOT NULL, `group_parent_name` varchar(50) NOT NULL, `group_opening_balance` double NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; /*Table structure for table `inventory_master` */ DROP TABLE IF EXISTS `inventory_master`; CREATE TABLE `inventory_master` ( `id` int(11) NOT NULL AUTO_INCREMENT, `time_stamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, `company_code` varchar(50) NOT NULL, `item_code` varchar(50) NOT NULL, `item_name` varchar(100) NOT NULL, `item_group_code` varchar(50) NOT NULL, `item_unit_code` varchar(50) NOT NULL, `item_alternate_unit_code` varchar(50) NOT NULL, `item_conversion` double NOT NULL, `item_denomination` double NOT NULL, `item_purchase_price` double NOT NULL, `item_sale_price` double NOT NULL, `item_rate_of_vat` double NOT NULL, `item_opening_balance` double NOT NULL, PRIMARY KEY (`id`), KEY `item_group_code` (`item_group_code`), KEY `item_code` (`item_code`), KEY `item_unit_code` (`item_unit_code`), KEY `item_alternate_unit_code` (`item_alternate_unit_code`) ) ENGINE=MyISAM AUTO_INCREMENT=131 DEFAULT CHARSET=latin1; /*Table structure for table `inventory_unit_master` */ DROP TABLE IF EXISTS `inventory_unit_master`; CREATE TABLE `inventory_unit_master` ( `id` int(11) NOT NULL AUTO_INCREMENT, `time_stamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, `company_code` varchar(50) NOT NULL, `unit_code` double NOT NULL, `unit_name` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=12 DEFAULT CHARSET=latin1; /*Table structure for table `ledger_master` */ DROP TABLE IF EXISTS `ledger_master`; CREATE TABLE `ledger_master` ( `ledger_code` varchar(30) NOT NULL, `company_code` text NOT NULL, `ledger_name` text NOT NULL, `ledger_mobile` varchar(50) NOT NULL, `ledger_email` varchar(50) NOT NULL,

`ledger_type` text NOT NULL, `ledger_parent` text NOT NULL, `ledger_addr` text NOT NULL, `ledger_city` text NOT NULL, `ledger_opening_balance` double NOT NULL, `time_stamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, UNIQUE KEY `ledger_code` (`ledger_code`,`company_code`(200)) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; /*Table structure for table `login` */ DROP TABLE IF EXISTS `login`; CREATE TABLE `login` ( `id` int(11) NOT NULL AUTO_INCREMENT, `user_id` text NOT NULL, `password` text NOT NULL, `access` text NOT NULL, `company_code` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=latin1; /*Table structure for table `transaction_bank_allocation` */ DROP TABLE IF EXISTS `transaction_bank_allocation`; CREATE TABLE `transaction_bank_allocation` ( `id` int(11) NOT NULL AUTO_INCREMENT, `time_stamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, `trans_id` double NOT NULL, `r_trans_id` double NOT NULL, `company_code` text NOT NULL, `trans_amount` double NOT NULL, `account_number` double NOT NULL, `bank_name` text NOT NULL, `bankers_date` date NOT NULL, `instrument_date` date NOT NULL, `instrument_number` text NOT NULL, `payment_favouring` text NOT NULL, `unique_ref_number` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=11201 DEFAULT CHARSET=latin1; /*Table structure for table `transaction_bill_allocation` */ DROP TABLE IF EXISTS `transaction_bill_allocation`; CREATE TABLE `transaction_bill_allocation` ( `id` int(11) NOT NULL AUTO_INCREMENT, `time_stamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, `trans_id` double NOT NULL, `r_trans_id` double NOT NULL, `company_code` varchar(50) NOT NULL, `ledger_code` double NOT NULL, `bill_type` text NOT NULL, `bill_amount` double NOT NULL, `bill_name` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=1516 DEFAULT CHARSET=latin1;

/*Table structure for table `transaction_inventory` */ DROP TABLE IF EXISTS `transaction_inventory`; CREATE TABLE `transaction_inventory` ( `id` int(11) NOT NULL AUTO_INCREMENT, `time_stamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, `trans_id` double NOT NULL, `r_trans_id` double NOT NULL, `company_code` varchar(50) NOT NULL, `trans_type_name` varchar(50) NOT NULL, `item_amount` double NOT NULL, `item_code` varchar(50) NOT NULL, `item_parent_code` varchar(50) NOT NULL, `item_unit_code` varchar(50) NOT NULL, `item_billed_qty` double NOT NULL, `item_actual_qty` double NOT NULL, `item_rate` double NOT NULL, `item_discount` double NOT NULL, `dispatch_doc_no` text NOT NULL, `basic_shipped_by` text NOT NULL, `basic_final_destination` text NOT NULL, `basic_order_no` text NOT NULL, `basic_order_date` date NOT NULL, `basic_due_date_payment` date NOT NULL, `basic_order_terms` text NOT NULL, `basic_order_ref` text NOT NULL, PRIMARY KEY (`id`), KEY `item_code` (`item_code`) ) ENGINE=MyISAM AUTO_INCREMENT=628 DEFAULT CHARSET=latin1; /*Table structure for table `transaction_ledger` */ DROP TABLE IF EXISTS `transaction_ledger`; CREATE TABLE `transaction_ledger` ( `id` int(11) NOT NULL AUTO_INCREMENT, `time_stamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, `trans_id` double NOT NULL, `voucher_id` text NOT NULL, `r_trans_id` double NOT NULL, `voucher_number` double NOT NULL, `trans_date` date NOT NULL, `primary_ledger` int(11) NOT NULL, `ledger_code` text NOT NULL, `ledger_ref_code` double NOT NULL, `ledger_parent` text NOT NULL, `company_code` varchar(255) NOT NULL, `narration` text NOT NULL, `trans_type` text NOT NULL, `trans_type_name` text NOT NULL, `trans_amount` double NOT NULL, `IsSync` text NOT NULL, PRIMARY KEY (`id`,`trans_date`), KEY `ledger_ref_code` (`ledger_ref_code`) ) ENGINE=MyISAM AUTO_INCREMENT=2360 DEFAULT CHARSET=latin1; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;

/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

Вам также может понравиться

  • Extract Graph From PDF
    Extract Graph From PDF
    Документ2 страницы
    Extract Graph From PDF
    Jerome
    Оценок пока нет
  • Iemocart WITH CCS
    Iemocart WITH CCS
    Документ27 страниц
    Iemocart WITH CCS
    israelieliteforce
    Оценок пока нет
  • Gaurav Infort Pay
    Gaurav Infort Pay
    Документ915 страниц
    Gaurav Infort Pay
    gauravchau
    Оценок пока нет
  • Ankara Cat I
    Ankara Cat I
    Документ6 страниц
    Ankara Cat I
    israelieliteforce
    Оценок пока нет
  • Page 1 of 2 5 - SQL - Tables - Acl - SQL Printed: 17/06/2011 05:56:03 Printed For: Christophe
    Page 1 of 2 5 - SQL - Tables - Acl - SQL Printed: 17/06/2011 05:56:03 Printed For: Christophe
    Документ2 страницы
    Page 1 of 2 5 - SQL - Tables - Acl - SQL Printed: 17/06/2011 05:56:03 Printed For: Christophe
    keitabando
    Оценок пока нет
  • Database SQL
    Database SQL
    Документ36 страниц
    Database SQL
    thanhit8088
    Оценок пока нет
  • Latest Script For PIM
    Latest Script For PIM
    Документ10 страниц
    Latest Script For PIM
    Sureka Swaminathan
    Оценок пока нет
  • E-Auction Database
    E-Auction Database
    Документ4 страницы
    E-Auction Database
    Universal Tv
    Оценок пока нет
  • Basic Practice
    Basic Practice
    Документ4 страницы
    Basic Practice
    Nikodimos Endeshaw
    Оценок пока нет
  • Registration Page HTML Code:: About Party Rental Management System
    Registration Page HTML Code:: About Party Rental Management System
    Документ10 страниц
    Registration Page HTML Code:: About Party Rental Management System
    yaameen rasheed
    Оценок пока нет
  • s2000634 Ahmedaameenrasheed Comp2001
    s2000634 Ahmedaameenrasheed Comp2001
    Документ10 страниц
    s2000634 Ahmedaameenrasheed Comp2001
    yaameen rasheed
    Оценок пока нет
  • Freegen DB - SQL
    Freegen DB - SQL
    Документ8 страниц
    Freegen DB - SQL
    mohamedgalovic
    Оценок пока нет
  • Message
    Message
    Документ16 страниц
    Message
    Damn Son1210
    Оценок пока нет
  • Converted Fileproinfo Testlink Create Tables
    Converted Fileproinfo Testlink Create Tables
    Документ19 страниц
    Converted Fileproinfo Testlink Create Tables
    Islem Mannai
    Оценок пока нет
  • PhpMyAdmin SQL Dump
    PhpMyAdmin SQL Dump
    Документ8 страниц
    PhpMyAdmin SQL Dump
    Firman Aji P
    Оценок пока нет
  • How To Use SQL PLUS Command "Show Parameter" Show Hidden Init Parameters
    How To Use SQL PLUS Command "Show Parameter" Show Hidden Init Parameters
    Документ4 страницы
    How To Use SQL PLUS Command "Show Parameter" Show Hidden Init Parameters
    patrick_wangrui
    Оценок пока нет
  • SQL Sales Management
    SQL Sales Management
    Документ6 страниц
    SQL Sales Management
    DIVYANSHMUDGAL RA1711003020646
    Оценок пока нет
  • Mifospltaform Tenants First Time Install
    Mifospltaform Tenants First Time Install
    Документ8 страниц
    Mifospltaform Tenants First Time Install
    alvian575
    Оценок пока нет
  • Documentation Ppe4: - Modèle Conceptuel de Données
    Documentation Ppe4: - Modèle Conceptuel de Données
    Документ16 страниц
    Documentation Ppe4: - Modèle Conceptuel de Données
    api-510544184
    Оценок пока нет
  • Neoxdb
    Neoxdb
    Документ190 страниц
    Neoxdb
    Ismael Funes
    Оценок пока нет
  • Jawaban Nomor 2 & 3
    Jawaban Nomor 2 & 3
    Документ7 страниц
    Jawaban Nomor 2 & 3
    Leticia Aurelia
    Оценок пока нет
  • Database
    Database
    Документ6 страниц
    Database
    Pijar Tapanuli
    Оценок пока нет
  • Database Mysql
    Database Mysql
    Документ4 страницы
    Database Mysql
    Hetal Modi
    Оценок пока нет
  • Kahwabar
    Kahwabar
    Документ2 страницы
    Kahwabar
    abd ali
    Оценок пока нет
  • Database
    Database
    Документ55 страниц
    Database
    rishabh choudhary
    Оценок пока нет
  • DB - Structure Part4
    DB - Structure Part4
    Документ10 страниц
    DB - Structure Part4
    Manuel Maier
    Оценок пока нет
  • Nahom
    Nahom
    Документ23 страницы
    Nahom
    nahom worku
    Оценок пока нет
  • MySQL Codes For Learning
    MySQL Codes For Learning
    Документ12 страниц
    MySQL Codes For Learning
    Mirzobobur
    Оценок пока нет
  • SQL Code
    SQL Code
    Документ15 страниц
    SQL Code
    ammujvp
    Оценок пока нет
  • Nestle Passwords
    Nestle Passwords
    Документ3 212 страниц
    Nestle Passwords
    zafar1502
    Оценок пока нет
  • Mysql Sakila Schema
    Mysql Sakila Schema
    Документ28 страниц
    Mysql Sakila Schema
    Adel Elhady
    Оценок пока нет
  • DB - Structure Part5
    DB - Structure Part5
    Документ10 страниц
    DB - Structure Part5
    Manuel Maier
    Оценок пока нет
  • mySQL Dump
    mySQL Dump
    Документ16 страниц
    mySQL Dump
    LUIGI JAVIER ACUNA
    Оценок пока нет
  • Adat
    Adat
    Документ316 страниц
    Adat
    Imre Bence
    Оценок пока нет
  • Manual Del Usuario
    Manual Del Usuario
    Документ6 страниц
    Manual Del Usuario
    Angel Arturo Oxacopa Garcia
    Оценок пока нет
  • RENTAL HOUSE MANAGEMENT SYSTEM (Source Code)
    RENTAL HOUSE MANAGEMENT SYSTEM (Source Code)
    Документ6 страниц
    RENTAL HOUSE MANAGEMENT SYSTEM (Source Code)
    vignesh
    Оценок пока нет
  • Uuuuuuuuuuuuuuuuuuuuuuu
    Uuuuuuuuuuuuuuuuuuuuuuu
    Документ7 страниц
    Uuuuuuuuuuuuuuuuuuuuuuu
    anon_666229068
    Оценок пока нет
  • Local Host
    Local Host
    Документ32 страницы
    Local Host
    Yosian Nurvia Yoripta
    Оценок пока нет
  • Creation
    Creation
    Документ10 страниц
    Creation
    Daniela Orellana
    Оценок пока нет
  • Stock
    Stock
    Документ4 страницы
    Stock
    Guki Suzuki
    Оценок пока нет
  • Query Tabel
    Query Tabel
    Документ5 страниц
    Query Tabel
    alfrianlamawuran
    Оценок пока нет
  • DOCUMENTATION Odt
    DOCUMENTATION Odt
    Документ11 страниц
    DOCUMENTATION Odt
    NeXo Captain
    Оценок пока нет
  • Dumpschema - LPGP D FRDQ
    Dumpschema - LPGP D FRDQ
    Документ1 024 страницы
    Dumpschema - LPGP D FRDQ
    Sreenu Vasu
    Оценок пока нет
  • New Mysql Tables For Lms
    New Mysql Tables For Lms
    Документ16 страниц
    New Mysql Tables For Lms
    Shivaraj K
    Оценок пока нет
  • Atendance
    Atendance
    Документ5 страниц
    Atendance
    Devidas Bhere
    Оценок пока нет
  • SQLyog Community Edition
    SQLyog Community Edition
    Документ27 страниц
    SQLyog Community Edition
    Aradea Wiradireja
    Оценок пока нет
  • Loading Data Into A Table: Joining Tables
    Loading Data Into A Table: Joining Tables
    Документ8 страниц
    Loading Data Into A Table: Joining Tables
    arun
    Оценок пока нет
  • "No - Auto - Value - On - Zero" "+00:00": SET Start Transaction SET
    "No - Auto - Value - On - Zero" "+00:00": SET Start Transaction SET
    Документ8 страниц
    "No - Auto - Value - On - Zero" "+00:00": SET Start Transaction SET
    Dipesh Raj
    Оценок пока нет
  • Jawaban: No. 1
    Jawaban: No. 1
    Документ7 страниц
    Jawaban: No. 1
    Nurfaiz Ekosetio
    Оценок пока нет
  • Script Base de Datos Ejemplo Northwind
    Script Base de Datos Ejemplo Northwind
    Документ63 страницы
    Script Base de Datos Ejemplo Northwind
    Giannina Costa Lizama
    Оценок пока нет
  • Combo
    Combo
    Документ390 страниц
    Combo
    Valvolt Nova
    Оценок пока нет
  • Philmar SQL
    Philmar SQL
    Документ8 страниц
    Philmar SQL
    lohith kumar
    Оценок пока нет
  • Dairy
    Dairy
    Документ6 страниц
    Dairy
    Shashank V P
    Оценок пока нет
  • SBD - w02 - Abdul Majid Azhar Hamidan
    SBD - w02 - Abdul Majid Azhar Hamidan
    Документ2 страницы
    SBD - w02 - Abdul Majid Azhar Hamidan
    ABDUL MAJID AZHAR HAMIDAN 1913070023
    Оценок пока нет
  • Northwind
    Northwind
    Документ47 страниц
    Northwind
    Natália Oliveira
    Оценок пока нет
  • Mysql
    Mysql
    Документ115 страниц
    Mysql
    David Allen
    Оценок пока нет
  • Elearning
    Elearning
    Документ2 страницы
    Elearning
    Admin PT Sarang Semut Emas
    Оценок пока нет
  • Mysqlbaza
    Mysqlbaza
    Документ12 страниц
    Mysqlbaza
    Dlo Dok
    Оценок пока нет
  • Document
    Document
    Документ3 страницы
    Document
    Yahya Pratama
    Оценок пока нет
  • How to a Developers Guide to 4k: Developer edition, #3
    How to a Developers Guide to 4k: Developer edition, #3
    От Everand
    How to a Developers Guide to 4k: Developer edition, #3
    Оценок пока нет
  • Basic DBA Query v.1: Oracle Database
    Basic DBA Query v.1: Oracle Database
    От Everand
    Basic DBA Query v.1: Oracle Database
    Рейтинг: 5 из 5 звезд
    5/5 (1)
  • PK Part
    PK Part
    Документ3 страницы
    PK Part
    israelieliteforce
    Оценок пока нет
  • Halo Strip Brush
    Halo Strip Brush
    Документ29 страниц
    Halo Strip Brush
    israelieliteforce
    Оценок пока нет
  • DB
    DB
    Документ4 страницы
    DB
    israelieliteforce
    Оценок пока нет
  • Selectivemarine.com
    Selectivemarine.com
    Документ76 страниц
    Selectivemarine.com
    israelieliteforce
    Оценок пока нет
  • Hkkind
    Hkkind
    Документ28 страниц
    Hkkind
    israelieliteforce
    Оценок пока нет
  • Lamydump
    Lamydump
    Документ21 страница
    Lamydump
    israelieliteforce
    Оценок пока нет
  • Fssymy
    Fssymy
    Документ28 страниц
    Fssymy
    israelieliteforce
    Оценок пока нет
  • Eroglu DB
    Eroglu DB
    Документ2 страницы
    Eroglu DB
    israelieliteforce
    Оценок пока нет
  • Eskisehir Sinem A
    Eskisehir Sinem A
    Документ2 страницы
    Eskisehir Sinem A
    israelieliteforce
    Оценок пока нет
  • Emlakci 2
    Emlakci 2
    Документ11 страниц
    Emlakci 2
    israelieliteforce
    Оценок пока нет
  • Glitterpowder.com
    Glitterpowder.com
    Документ3 страницы
    Glitterpowder.com
    israelieliteforce
    Оценок пока нет
  • Ecshop With Moneystuff
    Ecshop With Moneystuff
    Документ28 страниц
    Ecshop With Moneystuff
    israelieliteforce
    Оценок пока нет
  • Emlakci
    Emlakci
    Документ13 страниц
    Emlakci
    israelieliteforce
    Оценок пока нет
  • Cast Name
    Cast Name
    Документ2 страницы
    Cast Name
    israelieliteforce
    Оценок пока нет
  • Ciang
    Ciang
    Документ6 страниц
    Ciang
    israelieliteforce
    Оценок пока нет
  • DB Carisma Gifts
    DB Carisma Gifts
    Документ1 страница
    DB Carisma Gifts
    israelieliteforce
    Оценок пока нет
  • Dream Zone Dump
    Dream Zone Dump
    Документ33 страницы
    Dream Zone Dump
    israelieliteforce
    Оценок пока нет
  • Dostorg DB
    Dostorg DB
    Документ15 страниц
    Dostorg DB
    israelieliteforce
    Оценок пока нет
  • Cancivdb
    Cancivdb
    Документ1 страница
    Cancivdb
    israelieliteforce
    Оценок пока нет
  • Anti Dumb
    Anti Dumb
    Документ4 страницы
    Anti Dumb
    israelieliteforce
    Оценок пока нет
  • Bypcom 2
    Bypcom 2
    Документ4 страницы
    Bypcom 2
    israelieliteforce
    Оценок пока нет
  • Abh Tally Data
    Abh Tally Data
    Документ4 страницы
    Abh Tally Data
    israelieliteforce
    Оценок пока нет
  • Abh Tally Data
    Abh Tally Data
    Документ4 страницы
    Abh Tally Data
    israelieliteforce
    Оценок пока нет
  • Alkhanda Contract System
    Alkhanda Contract System
    Документ17 страниц
    Alkhanda Contract System
    israelieliteforce
    Оценок пока нет
  • DB
    DB
    Документ4 страницы
    DB
    israelieliteforce
    Оценок пока нет
  • WebUser - 07 August 2020
    WebUser - 07 August 2020
    Документ78 страниц
    WebUser - 07 August 2020
    triache
    Оценок пока нет
  • JCHMSD 01 2016 0002
    JCHMSD 01 2016 0002
    Документ17 страниц
    JCHMSD 01 2016 0002
    Florentina Matache
    Оценок пока нет
  • Sap Doc Flow
    Sap Doc Flow
    Документ24 страницы
    Sap Doc Flow
    Sathish B Sathish
    100% (1)
  • CheckPoint R77 Gaia AdminGuide
    CheckPoint R77 Gaia AdminGuide
    Документ234 страницы
    CheckPoint R77 Gaia AdminGuide
    Sachin Guda
    100% (2)
  • Innova 2100-IQ, 3100/3100-IQ, 4100/4100-IQ Cardiovascular Imaging System SM DVD
    Innova 2100-IQ, 3100/3100-IQ, 4100/4100-IQ Cardiovascular Imaging System SM DVD
    Документ1 страница
    Innova 2100-IQ, 3100/3100-IQ, 4100/4100-IQ Cardiovascular Imaging System SM DVD
    Swami Meera
    100% (1)
  • The One You Cannot Have Preeti Shenoy: Table of Content
    The One You Cannot Have Preeti Shenoy: Table of Content
    Документ2 страницы
    The One You Cannot Have Preeti Shenoy: Table of Content
    Pavan
    Оценок пока нет
  • HP 477dw Web Server
    HP 477dw Web Server
    Документ53 страницы
    HP 477dw Web Server
    covenant660
    Оценок пока нет
  • Text Editor (Synopsis)
    Text Editor (Synopsis)
    Документ8 страниц
    Text Editor (Synopsis)
    sanjaykumarguptaa
    100% (1)
  • Desktop I Course Description PDF
    Desktop I Course Description PDF
    Документ2 страницы
    Desktop I Course Description PDF
    anuj
    Оценок пока нет
  • GRC 4010 Parameter
    GRC 4010 Parameter
    Документ3 страницы
    GRC 4010 Parameter
    Girish Premchandran
    Оценок пока нет
  • SAP Note 547314 - FAQ System Copy Procedure
    SAP Note 547314 - FAQ System Copy Procedure
    Документ5 страниц
    SAP Note 547314 - FAQ System Copy Procedure
    jose gamaliel
    Оценок пока нет
  • C#
    C#
    Документ2 страницы
    C#
    Gunturu Lavanya
    Оценок пока нет
  • Intelligent Tools For Building A Scientific Information Platform - From Research To Implementation PDF
    Intelligent Tools For Building A Scientific Information Platform - From Research To Implementation PDF
    Документ297 страниц
    Intelligent Tools For Building A Scientific Information Platform - From Research To Implementation PDF
    Magdalena Sochacka
    Оценок пока нет
  • 01 - CSI SAP2000 Ultimate 20
    01 - CSI SAP2000 Ultimate 20
    Документ6 страниц
    01 - CSI SAP2000 Ultimate 20
    heru wijaya
    Оценок пока нет
  • Sakai Training Manual
    Sakai Training Manual
    Документ39 страниц
    Sakai Training Manual
    mantrice
    100% (1)
  • Media Power IPTV-Design Document
    Media Power IPTV-Design Document
    Документ58 страниц
    Media Power IPTV-Design Document
    gk234
    Оценок пока нет
  • 182150
    182150
    Документ110 страниц
    182150
    pankaj aggarwal
    Оценок пока нет
  • Work Flow
    Work Flow
    Документ77 страниц
    Work Flow
    apraju403
    Оценок пока нет
  • Certiport - Authorized Testing Center Locator
    Certiport - Authorized Testing Center Locator
    Документ4 страницы
    Certiport - Authorized Testing Center Locator
    jamz
    Оценок пока нет
  • JSP Notes
    JSP Notes
    Документ35 страниц
    JSP Notes
    Mukesh
    71% (14)
  • Pipeline Studio Installation Guide
    Pipeline Studio Installation Guide
    Документ38 страниц
    Pipeline Studio Installation Guide
    Kishore Sakhile
    Оценок пока нет
  • Tp-Link Ac1750
    Tp-Link Ac1750
    Документ124 страницы
    Tp-Link Ac1750
    lugasalo4996
    Оценок пока нет
  • Part 1: The Star Schema Data Model: Healthcare Data Models UC Davis Continuing and Professional Education
    Part 1: The Star Schema Data Model: Healthcare Data Models UC Davis Continuing and Professional Education
    Документ5 страниц
    Part 1: The Star Schema Data Model: Healthcare Data Models UC Davis Continuing and Professional Education
    manoja
    Оценок пока нет
  • Oracle Retail Integration Bus
    Oracle Retail Integration Bus
    Документ19 страниц
    Oracle Retail Integration Bus
    kamran321
    Оценок пока нет
  • Red Hat System Administration I 3.6 Practice
    Red Hat System Administration I 3.6 Practice
    Документ8 страниц
    Red Hat System Administration I 3.6 Practice
    stefygrosu
    Оценок пока нет
  • Cyber Security Lab Manual
    Cyber Security Lab Manual
    Документ19 страниц
    Cyber Security Lab Manual
    adiradityasingh
    Оценок пока нет
  • Art of Ss Filestream PDF
    Art of Ss Filestream PDF
    Документ487 страниц
    Art of Ss Filestream PDF
    Artur Pietrzyk
    Оценок пока нет
  • Guidelines BCA Project New
    Guidelines BCA Project New
    Документ8 страниц
    Guidelines BCA Project New
    Vivek Vishwakarma
    Оценок пока нет
  • Scjp-Mock Exam List
    Scjp-Mock Exam List
    Документ3 страницы
    Scjp-Mock Exam List
    api-3837564
    100% (1)