Socket
Book a DemoInstallSign in
Socket

bix-invoice

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bix-invoice

Simple invoice generator

2.0.8
latest
Source
npmnpm
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

Bix invoice

Simple formato de cuenta de cobro o factura

Basado en formato de simple-html-invoice-template

Como usarlo

  • instala el modulo globalmente npm i -g bix-invoice, puede omitir este paso si usas npx

  • Crea un archivo .json con la información, ej

     {
       "header": {
         "title": "Cuenta de cobro"
       },
       "items": [
         {
           "description":  "Licencia modulo de cuentas de cobro",
           "qty": 1,
           "value": 1500
         }
       ],
       "recipient": {
         "name": "Enterprise LLC",
         "document": "RUT 123.456.7489" //optional
       },
       "sender": {
         "name": "Julian Reyes",
         "document": "C.C. 1.890.234.567" // optional
       },
       "signature": { // optional
         "file": "/path/to/my-signature.png"
       },
       "data": { // optional
         "left": [
           "<br>",
           "<strong>Datos de consignación</strong>",
           "<strong>Direccion</strong>: CL 100 44 - 10, Barranquilla Colombia",
           "<strong>Telefono</strong>: (+57) 300 555 5515",
           "<strong>Cuenta de Ahorros</strong>: COLOCOBM 123-123456-78"
         ]
       }
     }
    
     
    
  • Ejecuta $ bix-invoice ruta-archivo.json o npx bix-invoice ruta-archivo.json

  • Formato, por defecto genera un PDF pero tambien es posible especificar HTML como formato de salida

    $ bix-invoice ruta-archivo.json html

FAQs

Package last updated on 06 May 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.