public void insertar()
        {
            string strQuery;

            strQuery = "";
            strQuery = "insert into Impuestos values('";
            strQuery = strQuery + strUUID + "','";
            strQuery = strQuery + strImpuesto + "','";
            strQuery = strQuery + strTasa + "','";

            strQuery = strQuery + strValor + "')";

            classConexion con = new classConexion();

            con.ejecutar(strQuery);
        }
        public void insertar()
        {
            string strQuery;

            strQuery = "";
            strQuery = "insert into Complemento values('";
            strQuery = strQuery+strUUID + "','";
            strQuery = strQuery+strFechaTimbrado + "','";
            strQuery = strQuery+strSelloCFD + "','";
            strQuery = strQuery+strNoCertificadoSat + "','";
            strQuery = strQuery+strSelloSat + "','";
            strQuery = strQuery+strVersion + "')";

            classConexion con= new classConexion();

            con.ejecutar(strQuery);
        }
        public void insertar()
        {
            string strQuery;

            strQuery = "";
            strQuery = "insert into Conceptos values('";
            strQuery = strQuery + strUUID + "','";
            strQuery = strQuery + strImporte + "','";
            strQuery = strQuery + strValorUnitario + "','";
            strQuery = strQuery + strDescripcion + "','";
            strQuery = strQuery + strUnidad + "','";
            strQuery = strQuery + strCantidad + "')";

            classConexion con = new classConexion();

            con.ejecutar(strQuery);
        }
        public void insertar()
        {
            string strQuery;

            strQuery = "";
            strQuery = "insert into Complemento values('";
            strQuery = strQuery + strUUID + "','";
            strQuery = strQuery + strFechaTimbrado + "','";
            strQuery = strQuery + strSelloCFD + "','";
            strQuery = strQuery + strNoCertificadoSat + "','";
            strQuery = strQuery + strSelloSat + "','";
            strQuery = strQuery + strVersion + "')";

            classConexion con = new classConexion();

            con.ejecutar(strQuery);
        }
        public void insertar()
        {
            string strQuery;

            strQuery = "";
            strQuery = "insert into Impuestos values('";
            strQuery = strQuery + strUUID + "','";
            strQuery = strQuery + strImpuesto + "','";
            strQuery = strQuery + strTasa + "','";

            strQuery = strQuery + strValor + "')";


            classConexion con = new classConexion();

            con.ejecutar(strQuery);
        }
Пример #6
0
        public void insertar()
        {
            string strQuery;

            strQuery = "";
            strQuery = "insert into Conceptos values('";
            strQuery = strQuery + strUUID + "','";
            strQuery = strQuery + strImporte + "','";
            strQuery = strQuery + strValorUnitario + "','";
            strQuery = strQuery + strDescripcion + "','";
            strQuery = strQuery + strUnidad + "','";
            strQuery = strQuery + strCantidad + "')";


            classConexion con = new classConexion();

            con.ejecutar(strQuery);
        }