purchase-order-lib
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

PurchaseOrderLib

This library was generated with Angular CLI version 12.2.0.

install

With npm do:

npm install purchase-order-lib

example

After install Use the template file As:

  <PurchaseOrderLib [configData]=configData></PurchaseOrderLib>

Provide a configuration file with URL and interface parameters

 export default {
    url: "https://localhost:44306/PurchaseOrder/GetOrders",
    option: {
        queryType: 2,
        pageNumber: 1,
        pageSize: 10,
        poNumber: "",
        supplierStr: "",
        truckCenterId: 564,
        dateRange: 3
    }
}

notes

This module was written while sitting high above the ground in a tree.

Readme

Keywords

none

Package Sidebar

Install

npm i purchase-order-lib

Weekly Downloads

3

Version

1.0.3

License

none

Unpacked Size

175 kB

Total Files

20

Last publish

Collaborators

  • shm0906