0.0.19 • Published 1 year ago

@bloom-trade/erp v0.0.19

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

ERP connector

An internal library aimed to workalong bloom merchant and feed its interface.

Get Started

npm install @bloom-trade/erp
import Connector from '@bloom-trade/erp';

const credentials = {
  credentials: {
    client_id: '',
    client_secret: '',
  },
  realmId: '',
  refresh_token: '',
};
const connector = new Connector();
const client = connector.getClient(credentials, 'quickbooks');
client?.getInvoice('99').then((invoices) => {
  //your invoice
  console.log(invoices.products);
});

Supported ERPS ⚙️

0.0.19

1 year ago

0.0.18

1 year ago

0.0.17

1 year ago

0.0.16

1 year ago

0.0.15

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago