@copart/backoffice-charges-module
v0.0.76
Published
Backoffice finance portal
Downloads
503
Readme
@copart/backoffice-charges-module
Backoffice Finance functionality exposed via this UI.
Major Version 1.x.x is compatible with React 16. For React 15 applications, use the 0.x.x version of the component.
Version 0.x.x will support the following API's:
- Ability to view summary of Member charges
- Ability to view Unbilled charges
- Ability to create a credit memo
- Ability to create an invoice out of unbilled charges
- Ability to make payments.
Version 1.x.x will support the following API's:
- Ability to view summary of Seller TP charges
Sample Usage
import ChargesModule from '@copart/backoffice-charges-module'
<ChargesModule lotNumber='12345678' stack='c' >
Installation
$ git clone https://github.com/copartit/backoffice-portal.git
$ cd backoffice-portal
$ yarn install
Scripts
Running locally
$ yarn start