@hiennc24/constant 1.2.19 → 1.2.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -480,8 +480,8 @@ const COLLECTIONS = {
|
|
|
480
480
|
VENDOR_CONFIRM_COLLECTION_NAME: "vendor_confirm",
|
|
481
481
|
INVOICES_REPOSITORY_NAME: "invoice",
|
|
482
482
|
INVOICES_COLLECTION_NAME: "invoices",
|
|
483
|
-
INVOICE_PRODUCT_ITEMS_REPOSITORY_NAME: "
|
|
484
|
-
INVOICE_PRODUCT_ITEMS_COLLECTION_NAME: "
|
|
483
|
+
INVOICE_PRODUCT_ITEMS_REPOSITORY_NAME: "eInvoiceProductItems",
|
|
484
|
+
INVOICE_PRODUCT_ITEMS_COLLECTION_NAME: "e_invoice_product_items",
|
|
485
485
|
SALE_TYPES_REPOSITORY_NAME: "saleType",
|
|
486
486
|
SALE_TYPES_COLLECTION_NAME: "sale_types",
|
|
487
487
|
SALE_ORDERS_REPOSITORY_NAME: "salesOrder",
|
|
@@ -440,14 +440,6 @@
|
|
|
440
440
|
"ACTION_DELETE": "deleteVendorConfirm",
|
|
441
441
|
"ACTION_CREATE": "createVendorConfirm"
|
|
442
442
|
},
|
|
443
|
-
"API_SALES_INVOICE": {
|
|
444
|
-
"NAME": "api-sales.invoices",
|
|
445
|
-
"ACTION_GET_LIST": "getListInvoice",
|
|
446
|
-
"ACTION_GET_DETAIL": "getDetailInvoice",
|
|
447
|
-
"ACTION_UPDATE": "updateInvoice",
|
|
448
|
-
"ACTION_DELETE": "deleteInvoice",
|
|
449
|
-
"ACTION_CREATE": "createInvoice"
|
|
450
|
-
},
|
|
451
443
|
"API_SALES_SALES_ORDER_HISTORY": {
|
|
452
444
|
"NAME": "api-sales.salesOrderHistories",
|
|
453
445
|
"ACTION_GET_LIST": "getListSaleOrderHistory"
|