Skip to content

Instantly share code, notes, and snippets.

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>LogisticTracking</artifactId>
<groupId>com.idm</groupId>
<version>1.0</version>
</parent>
<groupId>com.idm</groupId>
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.idm</groupId>
<artifactId>LogisticTrackingEAR</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
<groupId>com.idm</groupId>
const selectJustificacionNoGeren = ({visible}) =>{
console.log("selectJustificacionNoGeren");
return (
<Col xs={12} md={4} lg={4}>
<dt>
<span>Justificación no gerenciamiento Component</span>
</dt>
<dt>
<ComboBox
labelInput="Justificación no gerenciamiento"
import React, {Component} from 'react';
import {connect} from 'react-redux';
import {bindActionCreators} from 'redux';
import {clientsFindServer, changePage} from './actions';
import {NUMBER_RECORDS} from './constants';
class Pagination extends Component{
_handlePaginar(page){
console.log('paginaaaaaa',page);
import React, {Component} from 'react';
import {Grid, Row, Col} from 'react-flexbox-grid';
import {connect} from 'react-redux';
import {bindActionCreators} from 'redux';
import {clientsFindServer} from './actions';
import ClientListItem from './ClientListItem';
import SearchBarClient from './SearchBarClient';
import Pagination from './Pagination';
var clientItems = [];
import Immutable from 'immutable';
import {CLIENTS_FIND} from './constants';
const initialState = Immutable.Map({
status: "processed",
keyword: "reducer",
responseClients: []
});
export default (state = initialState, action) => {
{
"validateLogin": true,
"status": "200",
"listClients": "[{\"id\":4936903,\"name\":\"CLIENTE PRUEBA AYAX EN DESARROLLO 168\",\"documentType\":\"NIT\",\"document\":\"900100367\",\"accountManager\":\"Duque Velasquez\",\"economicGroup\":\"GRUPO COMERCIAL INTERNACIONAL DE EQUIPOS Y MAQUINARIA S A S/890903024\",\"prospect\":false,\"access\":false},{\"id\":4936906,\"name\":\"CLIENTE PRUEBA AYAX EN DESARROLLO 170\",\"documentType\":\"NIT\",\"document\":\"900100369\",\"accountManager\":\"Mejia Sierra\",\"economicGroup\":\"ALLMARK COMERCIAL DE COLOMBIA S A\",\"prospect\":false,\"access\":true},{\"id\":4936909,\"name\":\"CLIENTE PRUEBA AYAX EN DESARROLLO 171\",\"documentType\":\"NIT\",\"document\":\"900100370\",\"accountManager\":\"Munoz Cardona\",\"economicGroup\":\"INDUSTRIAS Y CONFECCIONES INDUCON S A S\",\"prospect\":false,\"access\":false},{\"id\":4936913,\"name\":\"CLIENTE PRUEBA AYAX EN DESARROLLO 173\",\"documentType\":\"NIT\",\"document\":\"900100372\",\"accountManager\":\"Duque Velasquez\",\"economicGr
import React, {Component} from 'react';
import {connect} from 'react-redux';
import {bindActionCreators} from 'redux';
import {clientsFindServer} from './actions';
class SearchBarClient extends Component{
constructor(props) {
super(props);
this._handleClientsFind = this._handleClientsFind.bind(this);
alter session set current_schema=master;
DROP TABLE D01_USER CASCADE CONSTRAINTS;
DROP TABLE D02_ROLE CASCADE CONSTRAINTS;
DROP TABLE D03_USER_ROLE CASCADE CONSTRAINTS;
DROP TABLE D04_ROLE_ACTIVITY CASCADE CONSTRAINTS;