Code Monkey home page Code Monkey logo

yii2-facturacom's People

Contributors

cesarcgfg avatar contactinquid avatar gogl92 avatar

Watchers

 avatar  avatar  avatar

yii2-facturacom's Issues

Agregar soporte para nómina

Endpoint POST
https://factura.com/api/payroll/create

Ejemplo

{
    "grupo":"Ferreteria Perez",
    "inicial":"XAXX010101000",
    "final":"Av. Juarez",
    "serie":1234,
    "descripcion":"4",
    "concepto":44640,
    "registros":¨{[
        "empleado_uid":121212.
        "dias_pagados":15,
        "percepciones":{[
            "tipo":006,
            "clave":"CL1",
            "descripcion":"Ejemplo",
            "gravado":100,
            "exento":200,
            "extras":{
                "tipo":"05",
                "dias":6,
                "horas":10
            }
        ]},
        "deducciones":{[
            "tipo":"019",
            "clave":"CL2",
            "descripcion":"Envio",
            "gravado":30,
            "exento":10,
            "inca":{
                "tipo":02,
                "dias":3
            }
        ]}
    ]}
}

Agregar Soporte Recibo de Honorarios, Carta Porte, Nota de Crédito

## RECIBO DE HONORARIOS
Endpoint:
POST https://factura.com/api/v1/fees/create

Ejemplo Json

{
    "rfc": "XAXX010101000",
    "items": [
        "cantidad":"1",
        "unidad": "Servicio",
        "concept":"Diseño de interfaces para sitio web",
        "precio":"1500",
        "subtotal":"1500"
    ],
    "numerocuenta":1234,
    "formapago":"Pago en un sola exihibición",
    "metodopago":03,
    "currencie":"MXN",
    "iva":true,
    "retencion_isr":true,
    "percent_ret_isr":10.33,
    "retencion_iva":true,
    "percent_ret_iva":10
    "num_order":1120,
    "seriefactura":"R",
    "descuento":0,
    "send_email":1,
    "invoice_comments":"Comentarios para agregar a la factura PDF",
    "exchange_rate":19.81
}

## Nota de crétido
Endpoint:
POST https://factura.com/api/v1/notes/create

Ejemplo

{
    "rfc": "XAXX010101000",
    "items": [
        "cantidad":"1",
        "unidad": "Servicio",
        "concept":"Diseño de interfaces para sitio web",
        "precio":"1500",
        "subtotal":"1500"
    ],
    "numerocuenta":1234,
    "formapago":"Pago en un sola exihibición",
    "metodopago":03,
    "currencie":"MXN",
    "iva":true,
    "num_order":1120,
    "seriefactura":"F",
    "descuento":0,
    "send_email":1,
    "invoice_comments":"Comentarios para agregar a la factura PDF",
    "exchange_rate": 19.81
}

CARTA PORTE

POST
Endpoint:

{
    "rfc": "XAXX010101000",
    "items": [
        "cantidad":"1",
        "unidad": "Servicio",
        "concept":"Diseño de interfaces para sitio web",
        "precio":"1500",
        "subtotal":"1500"
    ],
    "numerocuenta":1234,
    "formapago":"Pago en un sola exihibición",
    "metodopago":03,
    "currencie":"MXN",
    "iva":true
    "retencion_iva": true,
    "num_order":1120,
    "seriefactura":"C",
    "descuento":0,
    "send_email":1,
    "invoice_comments":"Comentarios para agregar a la factura PDF",
    "exchange_rate": 19.81
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.