1.0.3 • Published 2 years ago

purchase-order-lib v1.0.3

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

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.