@zensoftbr/zenerpclient 1.0.7 → 1.0.9
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.
- package/dist/cjs/api/api.module.js +1 -3
- package/dist/cjs/api/api.module.js.map +1 -1
- package/dist/cjs/api/commercial/contract/ContractService.js +43 -0
- package/dist/cjs/api/commercial/contract/ContractService.js.map +1 -1
- package/dist/cjs/api/financial/ArgsBillingTitleOpRepeat.js +5 -5
- package/dist/cjs/api/financial/ArgsBillingTitleOpRepeat.js.map +1 -1
- package/dist/cjs/api/financial/FinancialService.js +18 -0
- package/dist/cjs/api/financial/FinancialService.js.map +1 -1
- package/dist/cjs/api/financial/PayableSettlement.js +23 -0
- package/dist/cjs/api/financial/PayableSettlement.js.map +1 -0
- package/dist/cjs/api/financial/PayableSettlementBillingTitle.js +14 -0
- package/dist/cjs/api/financial/PayableSettlementBillingTitle.js.map +1 -0
- package/dist/cjs/api/financial/PayableSettlementMethod.js +14 -0
- package/dist/cjs/api/financial/PayableSettlementMethod.js.map +1 -0
- package/dist/cjs/api/financial/ReceivableSettlement.js +23 -0
- package/dist/cjs/api/financial/ReceivableSettlement.js.map +1 -0
- package/dist/cjs/api/financial/ReceivableSettlementBillingTitle.js +14 -0
- package/dist/cjs/api/financial/ReceivableSettlementBillingTitle.js.map +1 -0
- package/dist/cjs/api/financial/ReceivableSettlementMethod.js +14 -0
- package/dist/cjs/api/financial/ReceivableSettlementMethod.js.map +1 -0
- package/dist/cjs/api/financial/financial.module.js +13 -1
- package/dist/cjs/api/financial/financial.module.js.map +1 -1
- package/dist/cjs/api/fiscal/FiscalService.js +6 -6
- package/dist/cjs/api/fiscal/FiscalService.js.map +1 -1
- package/dist/cjs/api/fiscal/IncomingInvoicePayment.js +16 -0
- package/dist/cjs/api/fiscal/IncomingInvoicePayment.js.map +1 -0
- package/dist/cjs/api/fiscal/OutgoingInvoicePayment.js +16 -0
- package/dist/cjs/api/fiscal/OutgoingInvoicePayment.js.map +1 -0
- package/dist/cjs/api/fiscal/fiscal.module.js +5 -5
- package/dist/cjs/api/fiscal/fiscal.module.js.map +1 -1
- package/dist/cjs/api/material/material.module.js +1 -25
- package/dist/cjs/api/material/material.module.js.map +1 -1
- package/dist/cjs/api/sale/ArgsPriceFormationOpCalculate.js +9 -0
- package/dist/cjs/api/sale/ArgsPriceFormationOpCalculate.js.map +1 -0
- package/dist/cjs/api/sale/PriceFormationItem.js +0 -1
- package/dist/cjs/api/sale/PriceFormationItem.js.map +1 -1
- package/dist/cjs/api/sale/PriceFormationOpSimulationItem.js +1 -1
- package/dist/cjs/api/sale/PriceFormationOpSimulationItem.js.map +1 -1
- package/dist/cjs/api/sale/QuoteItem.js +0 -1
- package/dist/cjs/api/sale/QuoteItem.js.map +1 -1
- package/dist/cjs/api/sale/SaleService.js +17 -17
- package/dist/cjs/api/sale/SaleService.js.map +1 -1
- package/dist/cjs/api/supply/production/ArgsProductionOrderOpCreate.js +9 -0
- package/dist/cjs/api/supply/production/ArgsProductionOrderOpCreate.js.map +1 -0
- package/dist/cjs/api/supply/production/Bom.js +14 -0
- package/dist/cjs/api/supply/production/Bom.js.map +1 -0
- package/dist/cjs/api/supply/production/BomItem.js +15 -0
- package/dist/cjs/api/supply/production/BomItem.js.map +1 -0
- package/dist/cjs/api/supply/production/Operation.js +15 -0
- package/dist/cjs/api/supply/production/Operation.js.map +1 -0
- package/dist/cjs/api/supply/production/OperationType.js +12 -0
- package/dist/cjs/api/supply/production/OperationType.js.map +1 -0
- package/dist/cjs/api/supply/production/OperationTypeAccount.js +11 -0
- package/dist/cjs/api/supply/production/OperationTypeAccount.js.map +1 -0
- package/dist/cjs/api/supply/production/ProductionBatch.js +16 -0
- package/dist/cjs/api/supply/production/ProductionBatch.js.map +1 -0
- package/dist/cjs/api/supply/production/ProductionOrder.js +20 -0
- package/dist/cjs/api/supply/production/ProductionOrder.js.map +1 -0
- package/dist/cjs/api/supply/production/ProductionProfile.js +11 -0
- package/dist/cjs/api/supply/production/ProductionProfile.js.map +1 -0
- package/dist/cjs/api/supply/production/ProductionService.js +443 -0
- package/dist/cjs/api/supply/production/ProductionService.js.map +1 -0
- package/dist/cjs/api/supply/production/ProductionStep.js +11 -0
- package/dist/cjs/api/supply/production/ProductionStep.js.map +1 -0
- package/dist/cjs/api/supply/production/ProductionStepInput.js +14 -0
- package/dist/cjs/api/supply/production/ProductionStepInput.js.map +1 -0
- package/dist/cjs/api/supply/production/ProductionStepOutput.js +15 -0
- package/dist/cjs/api/supply/production/ProductionStepOutput.js.map +1 -0
- package/dist/cjs/api/supply/production/production.module.js +28 -0
- package/dist/cjs/api/supply/production/production.module.js.map +1 -0
- package/dist/cjs/api/supply/purchase/ArgsProposalItemOpApprove.js +8 -0
- package/dist/cjs/api/supply/purchase/ArgsProposalItemOpApprove.js.map +1 -0
- package/dist/cjs/api/supply/purchase/ArgsProposalItemOpDisapprove.js +8 -0
- package/dist/cjs/api/supply/purchase/ArgsProposalItemOpDisapprove.js.map +1 -0
- package/dist/cjs/api/supply/purchase/ArgsPurchaseOpCancel.js +8 -0
- package/dist/cjs/api/supply/purchase/ArgsPurchaseOpCancel.js.map +1 -0
- package/dist/cjs/api/supply/purchase/ArgsPurchaseOpCreate.js +10 -0
- package/dist/cjs/api/supply/purchase/ArgsPurchaseOpCreate.js.map +1 -0
- package/dist/cjs/api/supply/purchase/ArgsPurchaseOpRelocate.js +8 -0
- package/dist/cjs/api/supply/purchase/ArgsPurchaseOpRelocate.js.map +1 -0
- package/dist/cjs/api/supply/purchase/ArgsQuoteOpCreate.js +11 -0
- package/dist/cjs/api/supply/purchase/ArgsQuoteOpCreate.js.map +1 -0
- package/dist/cjs/api/supply/purchase/ArgsQuoteOpFinish.js +8 -0
- package/dist/cjs/api/supply/purchase/ArgsQuoteOpFinish.js.map +1 -0
- package/dist/cjs/api/supply/purchase/PriceList.js +18 -0
- package/dist/cjs/api/supply/purchase/PriceList.js.map +1 -0
- package/dist/cjs/api/supply/purchase/PriceListItem.js +17 -0
- package/dist/cjs/api/supply/purchase/PriceListItem.js.map +1 -0
- package/dist/cjs/api/supply/purchase/Proposal.js +15 -0
- package/dist/cjs/api/supply/purchase/Proposal.js.map +1 -0
- package/dist/cjs/api/supply/purchase/ProposalItem.js +35 -0
- package/dist/cjs/api/supply/purchase/ProposalItem.js.map +1 -0
- package/dist/cjs/api/supply/purchase/Purchase.js +29 -0
- package/dist/cjs/api/supply/purchase/Purchase.js.map +1 -0
- package/dist/cjs/api/supply/purchase/PurchaseItem.js +34 -0
- package/dist/cjs/api/supply/purchase/PurchaseItem.js.map +1 -0
- package/dist/cjs/api/supply/purchase/PurchasePayment.js +16 -0
- package/dist/cjs/api/supply/purchase/PurchasePayment.js.map +1 -0
- package/dist/cjs/api/supply/purchase/PurchaseProfile.js +14 -0
- package/dist/cjs/api/supply/purchase/PurchaseProfile.js.map +1 -0
- package/dist/cjs/api/supply/purchase/PurchaseService.js +509 -0
- package/dist/cjs/api/supply/purchase/PurchaseService.js.map +1 -0
- package/dist/cjs/api/supply/purchase/Quote.js +18 -0
- package/dist/cjs/api/supply/purchase/Quote.js.map +1 -0
- package/dist/cjs/api/supply/purchase/QuoteItem.js +16 -0
- package/dist/cjs/api/supply/purchase/QuoteItem.js.map +1 -0
- package/dist/cjs/api/supply/purchase/purchase.module.js +26 -0
- package/dist/cjs/api/supply/purchase/purchase.module.js.map +1 -0
- package/dist/cjs/api/supply/supply.module.js +3 -2
- package/dist/cjs/api/supply/supply.module.js.map +1 -1
- package/dist/cjs/api/system/system.module.js +1 -2
- package/dist/cjs/api/system/system.module.js.map +1 -1
- package/dist/esm/api/api.module.js +0 -2
- package/dist/esm/api/api.module.js.map +1 -1
- package/dist/esm/api/commercial/contract/ContractService.js +43 -0
- package/dist/esm/api/commercial/contract/ContractService.js.map +1 -1
- package/dist/esm/api/financial/ArgsBillingTitleOpRepeat.js +5 -5
- package/dist/esm/api/financial/ArgsBillingTitleOpRepeat.js.map +1 -1
- package/dist/esm/api/financial/FinancialService.js +18 -0
- package/dist/esm/api/financial/FinancialService.js.map +1 -1
- package/dist/esm/api/financial/PayableSettlement.js +19 -0
- package/dist/esm/api/financial/PayableSettlement.js.map +1 -0
- package/dist/esm/api/financial/PayableSettlementBillingTitle.js +10 -0
- package/dist/esm/api/financial/PayableSettlementBillingTitle.js.map +1 -0
- package/dist/esm/api/financial/PayableSettlementMethod.js +10 -0
- package/dist/esm/api/financial/PayableSettlementMethod.js.map +1 -0
- package/dist/esm/api/financial/ReceivableSettlement.js +19 -0
- package/dist/esm/api/financial/ReceivableSettlement.js.map +1 -0
- package/dist/esm/api/financial/ReceivableSettlementBillingTitle.js +10 -0
- package/dist/esm/api/financial/ReceivableSettlementBillingTitle.js.map +1 -0
- package/dist/esm/api/financial/ReceivableSettlementMethod.js +10 -0
- package/dist/esm/api/financial/ReceivableSettlementMethod.js.map +1 -0
- package/dist/esm/api/financial/financial.module.js +6 -0
- package/dist/esm/api/financial/financial.module.js.map +1 -1
- package/dist/esm/api/fiscal/FiscalService.js +6 -6
- package/dist/esm/api/fiscal/FiscalService.js.map +1 -1
- package/dist/esm/api/fiscal/IncomingInvoicePayment.js +12 -0
- package/dist/esm/api/fiscal/IncomingInvoicePayment.js.map +1 -0
- package/dist/esm/api/fiscal/OutgoingInvoicePayment.js +12 -0
- package/dist/esm/api/fiscal/OutgoingInvoicePayment.js.map +1 -0
- package/dist/esm/api/fiscal/fiscal.module.js +2 -2
- package/dist/esm/api/fiscal/fiscal.module.js.map +1 -1
- package/dist/esm/api/material/material.module.js +0 -1
- package/dist/esm/api/material/material.module.js.map +1 -1
- package/dist/esm/api/sale/ArgsPriceFormationOpCalculate.js +5 -0
- package/dist/esm/api/sale/ArgsPriceFormationOpCalculate.js.map +1 -0
- package/dist/esm/api/sale/PriceFormationItem.js +0 -1
- package/dist/esm/api/sale/PriceFormationItem.js.map +1 -1
- package/dist/esm/api/sale/PriceFormationOpSimulationItem.js +1 -1
- package/dist/esm/api/sale/PriceFormationOpSimulationItem.js.map +1 -1
- package/dist/esm/api/sale/QuoteItem.js +0 -1
- package/dist/esm/api/sale/QuoteItem.js.map +1 -1
- package/dist/esm/api/sale/SaleService.js +17 -17
- package/dist/esm/api/sale/SaleService.js.map +1 -1
- package/dist/esm/api/supply/production/ArgsProductionOrderOpCreate.js +5 -0
- package/dist/esm/api/supply/production/ArgsProductionOrderOpCreate.js.map +1 -0
- package/dist/esm/api/supply/production/Bom.js +10 -0
- package/dist/esm/api/supply/production/Bom.js.map +1 -0
- package/dist/esm/api/supply/production/BomItem.js +11 -0
- package/dist/esm/api/supply/production/BomItem.js.map +1 -0
- package/dist/esm/api/supply/production/Operation.js +11 -0
- package/dist/esm/api/supply/production/Operation.js.map +1 -0
- package/dist/esm/api/supply/production/OperationType.js +8 -0
- package/dist/esm/api/supply/production/OperationType.js.map +1 -0
- package/dist/esm/api/supply/production/OperationTypeAccount.js +7 -0
- package/dist/esm/api/supply/production/OperationTypeAccount.js.map +1 -0
- package/dist/esm/api/supply/production/ProductionBatch.js +12 -0
- package/dist/esm/api/supply/production/ProductionBatch.js.map +1 -0
- package/dist/esm/api/supply/production/ProductionOrder.js +16 -0
- package/dist/esm/api/supply/production/ProductionOrder.js.map +1 -0
- package/dist/esm/api/supply/production/ProductionProfile.js +7 -0
- package/dist/esm/api/supply/production/ProductionProfile.js.map +1 -0
- package/dist/esm/api/supply/production/ProductionService.js +439 -0
- package/dist/esm/api/supply/production/ProductionService.js.map +1 -0
- package/dist/esm/api/supply/production/ProductionStep.js +7 -0
- package/dist/esm/api/supply/production/ProductionStep.js.map +1 -0
- package/dist/esm/api/supply/production/ProductionStepInput.js +10 -0
- package/dist/esm/api/supply/production/ProductionStepInput.js.map +1 -0
- package/dist/esm/api/supply/production/ProductionStepOutput.js +11 -0
- package/dist/esm/api/supply/production/ProductionStepOutput.js.map +1 -0
- package/dist/esm/api/supply/production/production.module.js +13 -0
- package/dist/esm/api/supply/production/production.module.js.map +1 -0
- package/dist/esm/api/supply/purchase/ArgsProposalItemOpApprove.js +4 -0
- package/dist/esm/api/supply/purchase/ArgsProposalItemOpApprove.js.map +1 -0
- package/dist/esm/api/supply/purchase/ArgsProposalItemOpDisapprove.js +4 -0
- package/dist/esm/api/supply/purchase/ArgsProposalItemOpDisapprove.js.map +1 -0
- package/dist/esm/api/supply/purchase/ArgsPurchaseOpCancel.js +4 -0
- package/dist/esm/api/supply/purchase/ArgsPurchaseOpCancel.js.map +1 -0
- package/dist/esm/api/supply/purchase/ArgsPurchaseOpCreate.js +6 -0
- package/dist/esm/api/supply/purchase/ArgsPurchaseOpCreate.js.map +1 -0
- package/dist/esm/api/supply/purchase/ArgsPurchaseOpRelocate.js +4 -0
- package/dist/esm/api/supply/purchase/ArgsPurchaseOpRelocate.js.map +1 -0
- package/dist/esm/api/supply/purchase/ArgsQuoteOpCreate.js +7 -0
- package/dist/esm/api/supply/purchase/ArgsQuoteOpCreate.js.map +1 -0
- package/dist/esm/api/supply/purchase/ArgsQuoteOpFinish.js +4 -0
- package/dist/esm/api/supply/purchase/ArgsQuoteOpFinish.js.map +1 -0
- package/dist/esm/api/supply/purchase/PriceList.js +14 -0
- package/dist/esm/api/supply/purchase/PriceList.js.map +1 -0
- package/dist/esm/api/supply/purchase/PriceListItem.js +13 -0
- package/dist/esm/api/supply/purchase/PriceListItem.js.map +1 -0
- package/dist/esm/api/supply/purchase/Proposal.js +11 -0
- package/dist/esm/api/supply/purchase/Proposal.js.map +1 -0
- package/dist/esm/api/supply/purchase/ProposalItem.js +31 -0
- package/dist/esm/api/supply/purchase/ProposalItem.js.map +1 -0
- package/dist/esm/api/supply/purchase/Purchase.js +25 -0
- package/dist/esm/api/supply/purchase/Purchase.js.map +1 -0
- package/dist/esm/api/supply/purchase/PurchaseItem.js +30 -0
- package/dist/esm/api/supply/purchase/PurchaseItem.js.map +1 -0
- package/dist/esm/api/supply/purchase/PurchasePayment.js +12 -0
- package/dist/esm/api/supply/purchase/PurchasePayment.js.map +1 -0
- package/dist/esm/api/supply/purchase/PurchaseProfile.js +10 -0
- package/dist/esm/api/supply/purchase/PurchaseProfile.js.map +1 -0
- package/dist/esm/api/supply/purchase/PurchaseService.js +505 -0
- package/dist/esm/api/supply/purchase/PurchaseService.js.map +1 -0
- package/dist/esm/api/supply/purchase/Quote.js +14 -0
- package/dist/esm/api/supply/purchase/Quote.js.map +1 -0
- package/dist/esm/api/supply/purchase/QuoteItem.js +12 -0
- package/dist/esm/api/supply/purchase/QuoteItem.js.map +1 -0
- package/dist/esm/api/supply/purchase/purchase.module.js +12 -0
- package/dist/esm/api/supply/purchase/purchase.module.js.map +1 -0
- package/dist/esm/api/supply/supply.module.js +2 -1
- package/dist/esm/api/supply/supply.module.js.map +1 -1
- package/dist/esm/api/system/system.module.js +0 -1
- package/dist/esm/api/system/system.module.js.map +1 -1
- package/dist/iife/zenerpclient.js +1 -1
- package/dist/iife/zenerpclient.js.map +1 -1
- package/dist/types/api/api.module.d.ts +0 -2
- package/dist/types/api/catalog/company/Company.d.ts +1 -1
- package/dist/types/api/commercial/contract/ContractService.d.ts +7 -0
- package/dist/types/api/financial/ArgsBillingTitleOpRepeat.d.ts +5 -5
- package/dist/types/api/financial/FinancialService.d.ts +2 -0
- package/dist/types/api/financial/PayableSettlement.d.ts +21 -0
- package/dist/types/api/financial/PayableSettlementBillingTitle.d.ts +13 -0
- package/dist/types/api/financial/PayableSettlementMethod.d.ts +13 -0
- package/dist/types/api/financial/ReceivableSettlement.d.ts +21 -0
- package/dist/types/api/financial/ReceivableSettlementBillingTitle.d.ts +13 -0
- package/dist/types/api/financial/ReceivableSettlementMethod.d.ts +13 -0
- package/dist/types/api/financial/financial.module.d.ts +6 -0
- package/dist/types/api/fiscal/FiscalService.d.ts +2 -2
- package/dist/types/api/fiscal/IncomingInvoicePayment.d.ts +14 -0
- package/dist/types/api/fiscal/OutgoingInvoicePayment.d.ts +14 -0
- package/dist/types/api/fiscal/fiscal.module.d.ts +2 -2
- package/dist/types/api/logistic/ShippingItem.d.ts +1 -1
- package/dist/types/api/material/StockCluster.d.ts +1 -1
- package/dist/types/api/material/material.module.d.ts +0 -1
- package/dist/types/api/sale/ArgsPriceFormationOpCalculate.d.ts +4 -0
- package/dist/types/api/sale/PriceFormationItem.d.ts +0 -1
- package/dist/types/api/sale/PriceFormationOpSimulationItem.d.ts +1 -1
- package/dist/types/api/sale/QuoteItem.d.ts +0 -2
- package/dist/types/api/sale/SaleItem.d.ts +1 -1
- package/dist/types/api/sale/SaleService.d.ts +3 -3
- package/dist/types/api/supply/production/ArgsProductionOrderOpCreate.d.ts +5 -0
- package/dist/types/api/supply/production/Bom.d.ts +10 -0
- package/dist/types/api/supply/production/BomItem.d.ts +12 -0
- package/dist/types/api/supply/production/Operation.d.ts +12 -0
- package/dist/types/api/supply/production/OperationType.d.ts +8 -0
- package/dist/types/api/supply/production/OperationTypeAccount.d.ts +9 -0
- package/dist/types/api/supply/production/ProductionBatch.d.ts +15 -0
- package/dist/types/api/supply/production/ProductionOrder.d.ts +20 -0
- package/dist/types/api/supply/production/ProductionProfile.d.ts +6 -0
- package/dist/types/api/supply/production/ProductionService.d.ts +84 -0
- package/dist/types/api/supply/production/ProductionStep.d.ts +7 -0
- package/dist/types/api/supply/production/ProductionStepInput.d.ts +11 -0
- package/dist/types/api/supply/production/ProductionStepOutput.d.ts +12 -0
- package/dist/types/api/supply/production/production.module.d.ts +12 -0
- package/dist/types/api/supply/purchase/ArgsProposalItemOpApprove.d.ts +3 -0
- package/dist/types/api/supply/purchase/ArgsProposalItemOpDisapprove.d.ts +3 -0
- package/dist/types/api/supply/purchase/ArgsPurchaseOpCancel.d.ts +3 -0
- package/dist/types/api/supply/purchase/ArgsPurchaseOpCreate.d.ts +6 -0
- package/dist/types/api/supply/purchase/ArgsPurchaseOpRelocate.d.ts +3 -0
- package/dist/types/api/supply/purchase/ArgsQuoteOpCreate.d.ts +7 -0
- package/dist/types/api/supply/purchase/ArgsQuoteOpFinish.d.ts +3 -0
- package/dist/types/api/supply/purchase/PriceList.d.ts +14 -0
- package/dist/types/api/supply/purchase/PriceListItem.d.ts +16 -0
- package/dist/types/api/supply/purchase/Proposal.d.ts +12 -0
- package/dist/types/api/supply/purchase/ProposalItem.d.ts +38 -0
- package/dist/types/api/supply/purchase/Purchase.d.ts +36 -0
- package/dist/types/api/supply/purchase/PurchaseItem.d.ts +37 -0
- package/dist/types/api/supply/purchase/PurchasePayment.d.ts +14 -0
- package/dist/types/api/supply/purchase/PurchaseProfile.d.ts +11 -0
- package/dist/types/api/supply/purchase/PurchaseService.d.ts +93 -0
- package/dist/types/api/supply/purchase/Quote.d.ts +17 -0
- package/dist/types/api/supply/purchase/QuoteItem.d.ts +14 -0
- package/dist/types/api/supply/purchase/purchase.module.d.ts +11 -0
- package/dist/types/api/supply/supply.module.d.ts +2 -1
- package/dist/types/api/system/system.module.d.ts +0 -1
- package/package.json +1 -2
|
@@ -4,8 +4,6 @@ export * as financial from "./financial/financial.module.js";
|
|
|
4
4
|
export * as fiscal from "./fiscal/fiscal.module.js";
|
|
5
5
|
export * as logistic from "./logistic/logistic.module.js";
|
|
6
6
|
export * as material from "./material/material.module.js";
|
|
7
|
-
export * as production from "./production/production.module.js";
|
|
8
|
-
export * as purchase from "./purchase/purchase.module.js";
|
|
9
7
|
export * as sale from "./sale/sale.module.js";
|
|
10
8
|
export * as shipping from "./shipping/shipping.module.js";
|
|
11
9
|
export * as supply from "./supply/supply.module.js";
|
|
@@ -5,7 +5,7 @@ import { FiscalRegion } from "../../fiscal/FiscalRegion.js";
|
|
|
5
5
|
import { Image } from "../../system/image/Image.js";
|
|
6
6
|
import { MailerConfig } from "../../system/mail/MailerConfig.js";
|
|
7
7
|
import { Person } from "../person/Person.js";
|
|
8
|
-
import { PriceList } from "../../purchase/PriceList.js";
|
|
8
|
+
import { PriceList } from "../../supply/purchase/PriceList.js";
|
|
9
9
|
import { Society } from "./Society.js";
|
|
10
10
|
import { StockCluster } from "../../material/StockCluster.js";
|
|
11
11
|
import { Warehouse } from "../../material/Warehouse.js";
|
|
@@ -8,11 +8,18 @@ import { OutgoingInvoice } from "../../fiscal/OutgoingInvoice.js";
|
|
|
8
8
|
export declare class ContractService {
|
|
9
9
|
#private;
|
|
10
10
|
constructor(client: Client);
|
|
11
|
+
contractBillingCreate(bean: ContractBilling): Promise<ContractBilling>;
|
|
12
|
+
contractBillingDelete(id: number): Promise<ContractBilling>;
|
|
13
|
+
contractBillingOpApprove(id: number): Promise<ContractBilling>;
|
|
14
|
+
contractBillingOpApproveRevert(id: number): Promise<ContractBilling>;
|
|
11
15
|
contractBillingOpCreate(contractId: number): Promise<ContractBilling[]>;
|
|
12
16
|
contractBillingOpCreateInvoice(ids: any): Promise<OutgoingInvoice>;
|
|
13
17
|
contractBillingOpCreateRevert(contractId: number): Promise<Contract>;
|
|
18
|
+
contractBillingOpPrepare(id: number): Promise<ContractBilling>;
|
|
19
|
+
contractBillingOpPrepareRevert(id: number): Promise<ContractBilling>;
|
|
14
20
|
contractBillingRead(search: any): Promise<ContractBilling[]>;
|
|
15
21
|
contractBillingReadById(id: number): Promise<ContractBilling>;
|
|
22
|
+
contractBillingUpdate(bean: ContractBilling): Promise<ContractBilling>;
|
|
16
23
|
contractCreate(bean: Contract): Promise<Contract>;
|
|
17
24
|
contractDelete(id: number): Promise<Contract>;
|
|
18
25
|
contractIndexCreate(bean: ContractIndex): Promise<ContractIndex>;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
export declare class ArgsBillingTitleOpRepeat {
|
|
2
|
-
code: string;
|
|
3
|
-
description: string;
|
|
4
|
-
date: Date;
|
|
5
|
-
issueDateFix: boolean;
|
|
6
2
|
interval: string;
|
|
7
3
|
frequency: number;
|
|
8
|
-
|
|
4
|
+
prefix: string;
|
|
5
|
+
description: string;
|
|
9
6
|
installmentStart: number;
|
|
7
|
+
issueDateFix: boolean;
|
|
8
|
+
count: number;
|
|
9
|
+
accountId: number;
|
|
10
10
|
approve: boolean;
|
|
11
11
|
}
|
|
@@ -29,6 +29,7 @@ export declare class FinancialService {
|
|
|
29
29
|
payableOpRepeat(id: number, args: any): Promise<Payable[]>;
|
|
30
30
|
payableOpSettle(args: any): Promise<Settlement>;
|
|
31
31
|
payableOpUpdate(id: number, args: any): Promise<Payable>;
|
|
32
|
+
payableOpUpdatePrepared(bean: Payable): Promise<Payable>;
|
|
32
33
|
payableRead(search: any): Promise<Payable[]>;
|
|
33
34
|
payableReadById(id: number): Promise<Payable>;
|
|
34
35
|
payableSettlementBillingTitleRead(search: any): Promise<SettlementBillingTitle[]>;
|
|
@@ -47,6 +48,7 @@ export declare class FinancialService {
|
|
|
47
48
|
receivableOpSend(args: any): Promise<void>;
|
|
48
49
|
receivableOpSettle(args: any): Promise<Settlement>;
|
|
49
50
|
receivableOpUpdate(id: number, args: any): Promise<Receivable>;
|
|
51
|
+
receivableOpUpdatePrepared(bean: Receivable): Promise<Receivable>;
|
|
50
52
|
receivableRead(search: any): Promise<Receivable[]>;
|
|
51
53
|
receivableReadById(id: number): Promise<Receivable>;
|
|
52
54
|
receivableSettlementBillingTitleRead(search: any): Promise<SettlementBillingTitle[]>;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { Company } from "../catalog/company/Company.js";
|
|
2
|
+
import { JournalEntry } from "./accounting/JournalEntry.js";
|
|
3
|
+
import { Person } from "../catalog/person/Person.js";
|
|
4
|
+
export declare class PayableSettlement {
|
|
5
|
+
id: number;
|
|
6
|
+
company: Company;
|
|
7
|
+
flow: string;
|
|
8
|
+
person: Person;
|
|
9
|
+
date: Date;
|
|
10
|
+
settlementDate: Date;
|
|
11
|
+
billingTitleCount: number;
|
|
12
|
+
entryCount: number;
|
|
13
|
+
valueSettlement: number;
|
|
14
|
+
valueDiscount: number;
|
|
15
|
+
valueRenegotiation: number;
|
|
16
|
+
valueAddition: number;
|
|
17
|
+
value: number;
|
|
18
|
+
journalEntry: JournalEntry;
|
|
19
|
+
tags: string;
|
|
20
|
+
properties: Object;
|
|
21
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { Account } from "./accounting/Account.js";
|
|
2
|
+
import { AccountComplement } from "./accounting/AccountComplement.js";
|
|
3
|
+
import { BillingTitle } from "./BillingTitle.js";
|
|
4
|
+
import { Settlement } from "./Settlement.js";
|
|
5
|
+
export declare class PayableSettlementBillingTitle {
|
|
6
|
+
id: number;
|
|
7
|
+
settlement: Settlement;
|
|
8
|
+
billingTitle: BillingTitle;
|
|
9
|
+
type: string;
|
|
10
|
+
account: Account;
|
|
11
|
+
accountComplement: AccountComplement;
|
|
12
|
+
value: number;
|
|
13
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { Account } from "./accounting/Account.js";
|
|
2
|
+
import { AccountComplement } from "./accounting/AccountComplement.js";
|
|
3
|
+
import { BillingTitle } from "./BillingTitle.js";
|
|
4
|
+
import { Settlement } from "./Settlement.js";
|
|
5
|
+
export declare class PayableSettlementMethod {
|
|
6
|
+
id: number;
|
|
7
|
+
settlement: Settlement;
|
|
8
|
+
type: string;
|
|
9
|
+
account: Account;
|
|
10
|
+
accountComplement: AccountComplement;
|
|
11
|
+
value: number;
|
|
12
|
+
billingTitle: BillingTitle;
|
|
13
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { Company } from "../catalog/company/Company.js";
|
|
2
|
+
import { JournalEntry } from "./accounting/JournalEntry.js";
|
|
3
|
+
import { Person } from "../catalog/person/Person.js";
|
|
4
|
+
export declare class ReceivableSettlement {
|
|
5
|
+
id: number;
|
|
6
|
+
company: Company;
|
|
7
|
+
flow: string;
|
|
8
|
+
person: Person;
|
|
9
|
+
date: Date;
|
|
10
|
+
settlementDate: Date;
|
|
11
|
+
billingTitleCount: number;
|
|
12
|
+
entryCount: number;
|
|
13
|
+
valueSettlement: number;
|
|
14
|
+
valueDiscount: number;
|
|
15
|
+
valueRenegotiation: number;
|
|
16
|
+
valueAddition: number;
|
|
17
|
+
value: number;
|
|
18
|
+
journalEntry: JournalEntry;
|
|
19
|
+
tags: string;
|
|
20
|
+
properties: Object;
|
|
21
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { Account } from "./accounting/Account.js";
|
|
2
|
+
import { AccountComplement } from "./accounting/AccountComplement.js";
|
|
3
|
+
import { BillingTitle } from "./BillingTitle.js";
|
|
4
|
+
import { Settlement } from "./Settlement.js";
|
|
5
|
+
export declare class ReceivableSettlementBillingTitle {
|
|
6
|
+
id: number;
|
|
7
|
+
settlement: Settlement;
|
|
8
|
+
billingTitle: BillingTitle;
|
|
9
|
+
type: string;
|
|
10
|
+
account: Account;
|
|
11
|
+
accountComplement: AccountComplement;
|
|
12
|
+
value: number;
|
|
13
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { Account } from "./accounting/Account.js";
|
|
2
|
+
import { AccountComplement } from "./accounting/AccountComplement.js";
|
|
3
|
+
import { BillingTitle } from "./BillingTitle.js";
|
|
4
|
+
import { Settlement } from "./Settlement.js";
|
|
5
|
+
export declare class ReceivableSettlementMethod {
|
|
6
|
+
id: number;
|
|
7
|
+
settlement: Settlement;
|
|
8
|
+
type: string;
|
|
9
|
+
account: Account;
|
|
10
|
+
accountComplement: AccountComplement;
|
|
11
|
+
value: number;
|
|
12
|
+
billingTitle: BillingTitle;
|
|
13
|
+
}
|
|
@@ -7,7 +7,13 @@ export { BillingTitle } from "./BillingTitle.js";
|
|
|
7
7
|
export { Currency } from "./Currency.js";
|
|
8
8
|
export { CurrencyExchangeRate } from "./CurrencyExchangeRate.js";
|
|
9
9
|
export { Payable } from "./Payable.js";
|
|
10
|
+
export { PayableSettlement } from "./PayableSettlement.js";
|
|
11
|
+
export { PayableSettlementBillingTitle } from "./PayableSettlementBillingTitle.js";
|
|
12
|
+
export { PayableSettlementMethod } from "./PayableSettlementMethod.js";
|
|
10
13
|
export { Receivable } from "./Receivable.js";
|
|
14
|
+
export { ReceivableSettlement } from "./ReceivableSettlement.js";
|
|
15
|
+
export { ReceivableSettlementBillingTitle } from "./ReceivableSettlementBillingTitle.js";
|
|
16
|
+
export { ReceivableSettlementMethod } from "./ReceivableSettlementMethod.js";
|
|
11
17
|
export { Settlement } from "./Settlement.js";
|
|
12
18
|
export { SettlementBillingTitle } from "./SettlementBillingTitle.js";
|
|
13
19
|
export { SettlementMethod } from "./SettlementMethod.js";
|
|
@@ -64,7 +64,7 @@ export declare class FiscalService {
|
|
|
64
64
|
incomingInvoiceOpReject(id: number): Promise<IncomingInvoice>;
|
|
65
65
|
incomingInvoiceOpRejectRevert(id: number): Promise<IncomingInvoice>;
|
|
66
66
|
incomingInvoiceOpReturn(id: number, args: any): Promise<OutgoingInvoice>;
|
|
67
|
-
|
|
67
|
+
incomingInvoiceOpUpdatePrepared(bean: IncomingInvoice): Promise<IncomingInvoice>;
|
|
68
68
|
incomingInvoicePaymentCreate(bean: InvoicePayment): Promise<InvoicePayment>;
|
|
69
69
|
incomingInvoicePaymentDelete(id: number): Promise<InvoicePayment>;
|
|
70
70
|
incomingInvoicePaymentRead(search: any): Promise<InvoicePayment[]>;
|
|
@@ -105,7 +105,7 @@ export declare class FiscalService {
|
|
|
105
105
|
outgoingInvoiceOpPrepare(id: number): Promise<OutgoingInvoice>;
|
|
106
106
|
outgoingInvoiceOpPrepareRevert(id: number): Promise<OutgoingInvoice>;
|
|
107
107
|
outgoingInvoiceOpReturn(id: number, args: any): Promise<IncomingInvoice>;
|
|
108
|
-
|
|
108
|
+
outgoingInvoiceOpUpdatePrepared(bean: OutgoingInvoice): Promise<OutgoingInvoice>;
|
|
109
109
|
outgoingInvoicePaymentCreate(bean: InvoicePayment): Promise<InvoicePayment>;
|
|
110
110
|
outgoingInvoicePaymentDelete(id: number): Promise<InvoicePayment>;
|
|
111
111
|
outgoingInvoicePaymentRead(search: any): Promise<InvoicePayment[]>;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { Account } from "../financial/accounting/Account.js";
|
|
2
|
+
import { AccountComplement } from "../financial/accounting/AccountComplement.js";
|
|
3
|
+
import { Invoice } from "./Invoice.js";
|
|
4
|
+
export declare class IncomingInvoicePayment {
|
|
5
|
+
id: number;
|
|
6
|
+
invoice: Invoice;
|
|
7
|
+
type: string;
|
|
8
|
+
account: Account;
|
|
9
|
+
accountComplement: AccountComplement;
|
|
10
|
+
dueDate: Date;
|
|
11
|
+
value: number;
|
|
12
|
+
tags: string;
|
|
13
|
+
properties: Object;
|
|
14
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { Account } from "../financial/accounting/Account.js";
|
|
2
|
+
import { AccountComplement } from "../financial/accounting/AccountComplement.js";
|
|
3
|
+
import { Invoice } from "./Invoice.js";
|
|
4
|
+
export declare class OutgoingInvoicePayment {
|
|
5
|
+
id: number;
|
|
6
|
+
invoice: Invoice;
|
|
7
|
+
type: string;
|
|
8
|
+
account: Account;
|
|
9
|
+
accountComplement: AccountComplement;
|
|
10
|
+
dueDate: Date;
|
|
11
|
+
value: number;
|
|
12
|
+
tags: string;
|
|
13
|
+
properties: Object;
|
|
14
|
+
}
|
|
@@ -8,8 +8,7 @@ export { FiscalRegion } from "./FiscalRegion.js";
|
|
|
8
8
|
export { FiscalYear } from "./FiscalYear.js";
|
|
9
9
|
export { IncomingInvoice } from "./IncomingInvoice.js";
|
|
10
10
|
export { IncomingInvoiceItem } from "./IncomingInvoiceItem.js";
|
|
11
|
-
export {
|
|
12
|
-
export { IncomingInvoiceSource } from "./IncomingInvoiceSource.js";
|
|
11
|
+
export { IncomingInvoicePayment } from "./IncomingInvoicePayment.js";
|
|
13
12
|
export { Invoice } from "./Invoice.js";
|
|
14
13
|
export { InvoiceItem } from "./InvoiceItem.js";
|
|
15
14
|
export { InvoiceItemAccounting } from "./InvoiceItemAccounting.js";
|
|
@@ -18,3 +17,4 @@ export { InvoiceReference } from "./InvoiceReference.js";
|
|
|
18
17
|
export { InvoiceSeries } from "./InvoiceSeries.js";
|
|
19
18
|
export { OutgoingInvoice } from "./OutgoingInvoice.js";
|
|
20
19
|
export { OutgoingInvoiceItem } from "./OutgoingInvoiceItem.js";
|
|
20
|
+
export { OutgoingInvoicePayment } from "./OutgoingInvoicePayment.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { IncomingShipping } from "./IncomingShipping.js";
|
|
2
|
-
import { PurchaseItem } from "../purchase/PurchaseItem.js";
|
|
2
|
+
import { PurchaseItem } from "../supply/purchase/PurchaseItem.js";
|
|
3
3
|
export declare class ShippingItem {
|
|
4
4
|
id: number;
|
|
5
5
|
shipping: IncomingShipping;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { Currency } from "../financial/Currency.js";
|
|
2
|
-
import { FiscalProfileProduct } from "../fiscal/FiscalProfileProduct.js";
|
|
3
2
|
import { ProductPacking } from "../catalog/product/ProductPacking.js";
|
|
4
3
|
import { Quote } from "./Quote.js";
|
|
5
4
|
export declare class QuoteItem {
|
|
@@ -7,7 +6,6 @@ export declare class QuoteItem {
|
|
|
7
6
|
status: string;
|
|
8
7
|
quote: Quote;
|
|
9
8
|
productPacking: ProductPacking;
|
|
10
|
-
fiscalProfileProduct: FiscalProfileProduct;
|
|
11
9
|
quantity: number;
|
|
12
10
|
currency: Currency;
|
|
13
11
|
unitValue: number;
|
|
@@ -2,7 +2,7 @@ import { Account } from "../financial/accounting/Account.js";
|
|
|
2
2
|
import { AccountComplement } from "../financial/accounting/AccountComplement.js";
|
|
3
3
|
import { FiscalProfileProduct } from "../fiscal/FiscalProfileProduct.js";
|
|
4
4
|
import { ProductPacking } from "../catalog/product/ProductPacking.js";
|
|
5
|
-
import { PurchaseItem } from "../purchase/PurchaseItem.js";
|
|
5
|
+
import { PurchaseItem } from "../supply/purchase/PurchaseItem.js";
|
|
6
6
|
import { Sale } from "./Sale.js";
|
|
7
7
|
import { TaxationOperation } from "../fiscal/taxation/TaxationOperation.js";
|
|
8
8
|
import { TaxationRule } from "../fiscal/taxation/TaxationRule.js";
|
|
@@ -22,9 +22,9 @@ export declare class SaleService {
|
|
|
22
22
|
priceFormationItemRead(search: any): Promise<PriceFormationItem[]>;
|
|
23
23
|
priceFormationItemReadById(id: number): Promise<PriceFormationItem>;
|
|
24
24
|
priceFormationItemUpdate(bean: PriceFormationItem): Promise<PriceFormationItem>;
|
|
25
|
-
priceFormationOpCalculate(id: number,
|
|
26
|
-
priceFormationOpCalculateProductPacking(id: number, productPackingId: number, value: number): Promise<PriceFormationOpSimulation>;
|
|
25
|
+
priceFormationOpCalculate(id: number, args: any): Promise<number>;
|
|
27
26
|
priceFormationOpClone(id: number): Promise<PriceFormation>;
|
|
27
|
+
priceFormationOpSimulation(id: number, args: any): Promise<PriceFormationOpSimulation>;
|
|
28
28
|
priceFormationRead(search: any): Promise<PriceFormation[]>;
|
|
29
29
|
priceFormationReadById(id: number): Promise<PriceFormation>;
|
|
30
30
|
priceFormationUpdate(bean: PriceFormation): Promise<PriceFormation>;
|
|
@@ -85,7 +85,7 @@ export declare class SaleService {
|
|
|
85
85
|
saleOpReleaseForPickingRevert(id: number): Promise<Sale>;
|
|
86
86
|
saleOpShipmentAssign(id: number, shipmentId: number): Promise<Sale>;
|
|
87
87
|
saleOpShipmentAssignRevert(id: number): Promise<Sale>;
|
|
88
|
-
|
|
88
|
+
saleOpUpdatePrepared(bean: Sale): Promise<Sale>;
|
|
89
89
|
salePaymentCreate(bean: SalePayment): Promise<SalePayment>;
|
|
90
90
|
salePaymentDelete(id: number): Promise<SalePayment>;
|
|
91
91
|
salePaymentRead(search: any): Promise<SalePayment[]>;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { Bom } from "./Bom.js";
|
|
2
|
+
import { ProductPacking } from "../../catalog/product/ProductPacking.js";
|
|
3
|
+
export declare class BomItem {
|
|
4
|
+
id: number;
|
|
5
|
+
bom: Bom;
|
|
6
|
+
productPacking: ProductPacking;
|
|
7
|
+
lotQuantity: number;
|
|
8
|
+
type: string;
|
|
9
|
+
quantity: number;
|
|
10
|
+
tags: string;
|
|
11
|
+
properties: Object;
|
|
12
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { OperationType } from "./OperationType.js";
|
|
2
|
+
import { ProductionOrder } from "./ProductionOrder.js";
|
|
3
|
+
export declare class Operation {
|
|
4
|
+
id: number;
|
|
5
|
+
productionOrder: ProductionOrder;
|
|
6
|
+
operationType: OperationType;
|
|
7
|
+
quantity: number;
|
|
8
|
+
unitValue: number;
|
|
9
|
+
totalValue: number;
|
|
10
|
+
tags: string;
|
|
11
|
+
properties: Object;
|
|
12
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { Account } from "../../financial/accounting/Account.js";
|
|
2
|
+
import { AccountChart } from "../../financial/accounting/AccountChart.js";
|
|
3
|
+
import { OperationType } from "./OperationType.js";
|
|
4
|
+
export declare class OperationTypeAccount {
|
|
5
|
+
id: number;
|
|
6
|
+
operationType: OperationType;
|
|
7
|
+
accountChart: AccountChart;
|
|
8
|
+
account: Account;
|
|
9
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { IncomingList } from "../../material/IncomingList.js";
|
|
2
|
+
import { JournalEntry } from "../../financial/accounting/JournalEntry.js";
|
|
3
|
+
import { ProductionStep } from "./ProductionStep.js";
|
|
4
|
+
import { Reservation } from "../../material/Reservation.js";
|
|
5
|
+
export declare class ProductionBatch {
|
|
6
|
+
id: number;
|
|
7
|
+
status: string;
|
|
8
|
+
productionStep: ProductionStep;
|
|
9
|
+
date: Date;
|
|
10
|
+
reservation: Reservation;
|
|
11
|
+
incomingList: IncomingList;
|
|
12
|
+
journalEntry: JournalEntry;
|
|
13
|
+
tags: string;
|
|
14
|
+
properties: Object;
|
|
15
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { Company } from "../../catalog/company/Company.js";
|
|
2
|
+
import { ProductPacking } from "../../catalog/product/ProductPacking.js";
|
|
3
|
+
import { ProductionProfile } from "./ProductionProfile.js";
|
|
4
|
+
import { Workflow } from "../../system/workflow/Workflow.js";
|
|
5
|
+
import { Workpiece } from "../../system/workflow/Workpiece.js";
|
|
6
|
+
export declare class ProductionOrder {
|
|
7
|
+
id: number;
|
|
8
|
+
status: string;
|
|
9
|
+
productionProfile: ProductionProfile;
|
|
10
|
+
company: Company;
|
|
11
|
+
workflow: Workflow;
|
|
12
|
+
workpiece: Workpiece;
|
|
13
|
+
date: Date;
|
|
14
|
+
availabilityDate: Date;
|
|
15
|
+
productPacking: ProductPacking;
|
|
16
|
+
quantity: number;
|
|
17
|
+
servedQuantity: number;
|
|
18
|
+
tags: string;
|
|
19
|
+
properties: Object;
|
|
20
|
+
}
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
import { Client } from "../../../Client.js";
|
|
2
|
+
import { Bom } from "./Bom.js";
|
|
3
|
+
import { BomItem } from "./BomItem.js";
|
|
4
|
+
import { Operation } from "./Operation.js";
|
|
5
|
+
import { OperationType } from "./OperationType.js";
|
|
6
|
+
import { OperationTypeAccount } from "./OperationTypeAccount.js";
|
|
7
|
+
import { ProductionBatch } from "./ProductionBatch.js";
|
|
8
|
+
import { ProductionOrder } from "./ProductionOrder.js";
|
|
9
|
+
import { ProductionProfile } from "./ProductionProfile.js";
|
|
10
|
+
import { ProductionStep } from "./ProductionStep.js";
|
|
11
|
+
import { ProductionStepInput } from "./ProductionStepInput.js";
|
|
12
|
+
import { ProductionStepOutput } from "./ProductionStepOutput.js";
|
|
13
|
+
export declare class ProductionService {
|
|
14
|
+
#private;
|
|
15
|
+
constructor(client: Client);
|
|
16
|
+
bomCreate(bean: Bom): Promise<Bom>;
|
|
17
|
+
bomDelete(id: number): Promise<Bom>;
|
|
18
|
+
bomItemCreate(bean: BomItem): Promise<BomItem>;
|
|
19
|
+
bomItemDelete(id: number): Promise<BomItem>;
|
|
20
|
+
bomItemRead(search: any): Promise<BomItem[]>;
|
|
21
|
+
bomItemReadById(id: number): Promise<BomItem>;
|
|
22
|
+
bomItemUpdate(bean: BomItem): Promise<BomItem>;
|
|
23
|
+
bomOpClone(id: number): Promise<Bom>;
|
|
24
|
+
bomRead(search: any): Promise<Bom[]>;
|
|
25
|
+
bomReadById(id: number): Promise<Bom>;
|
|
26
|
+
bomUpdate(bean: Bom): Promise<Bom>;
|
|
27
|
+
operationCreate(bean: Operation): Promise<Operation>;
|
|
28
|
+
operationDelete(id: number): Promise<Operation>;
|
|
29
|
+
operationRead(search: any): Promise<Operation[]>;
|
|
30
|
+
operationReadById(id: number): Promise<Operation>;
|
|
31
|
+
operationTypeAccountCreate(bean: OperationTypeAccount): Promise<OperationTypeAccount>;
|
|
32
|
+
operationTypeAccountDelete(id: number): Promise<OperationTypeAccount>;
|
|
33
|
+
operationTypeAccountRead(search: any): Promise<OperationTypeAccount[]>;
|
|
34
|
+
operationTypeAccountReadById(id: number): Promise<OperationTypeAccount>;
|
|
35
|
+
operationTypeAccountUpdate(bean: OperationTypeAccount): Promise<OperationTypeAccount>;
|
|
36
|
+
operationTypeCreate(bean: OperationType): Promise<OperationType>;
|
|
37
|
+
operationTypeDelete(id: number): Promise<OperationType>;
|
|
38
|
+
operationTypeRead(search: any): Promise<OperationType[]>;
|
|
39
|
+
operationTypeReadById(id: number): Promise<OperationType>;
|
|
40
|
+
operationTypeUpdate(bean: OperationType): Promise<OperationType>;
|
|
41
|
+
operationUpdate(bean: Operation): Promise<Operation>;
|
|
42
|
+
productionBatchCreate(bean: ProductionBatch): Promise<ProductionBatch>;
|
|
43
|
+
productionBatchDelete(id: number): Promise<ProductionBatch>;
|
|
44
|
+
productionBatchOpApprove(id: number): Promise<ProductionBatch>;
|
|
45
|
+
productionBatchOpApproveRevert(id: number): Promise<ProductionBatch>;
|
|
46
|
+
productionBatchOpPrepare(id: number): Promise<ProductionBatch>;
|
|
47
|
+
productionBatchOpPrepareRevert(id: number): Promise<ProductionBatch>;
|
|
48
|
+
productionBatchRead(search: any): Promise<ProductionBatch[]>;
|
|
49
|
+
productionBatchReadById(id: number): Promise<ProductionBatch>;
|
|
50
|
+
productionBatchUpdate(bean: ProductionBatch): Promise<ProductionBatch>;
|
|
51
|
+
productionOrderCreate(bean: ProductionOrder): Promise<ProductionOrder>;
|
|
52
|
+
productionOrderDelete(id: number): Promise<ProductionOrder>;
|
|
53
|
+
productionOrderOpApprove(id: number): Promise<ProductionOrder>;
|
|
54
|
+
productionOrderOpApproveRevert(id: number): Promise<ProductionOrder>;
|
|
55
|
+
productionOrderOpCreate(args: any): Promise<ProductionOrder>;
|
|
56
|
+
productionOrderOpFinish(id: number): Promise<ProductionOrder>;
|
|
57
|
+
productionOrderOpFinishRevert(id: number): Promise<ProductionOrder>;
|
|
58
|
+
productionOrderOpPrepare(id: number): Promise<ProductionOrder>;
|
|
59
|
+
productionOrderOpPrepareRevert(id: number): Promise<ProductionOrder>;
|
|
60
|
+
productionOrderRead(search: any): Promise<ProductionOrder[]>;
|
|
61
|
+
productionOrderReadById(id: number): Promise<ProductionOrder>;
|
|
62
|
+
productionOrderUpdate(bean: ProductionOrder): Promise<ProductionOrder>;
|
|
63
|
+
productionProfileCreate(bean: ProductionProfile): Promise<ProductionProfile>;
|
|
64
|
+
productionProfileDelete(id: number): Promise<ProductionProfile>;
|
|
65
|
+
productionProfileRead(search: any): Promise<ProductionProfile[]>;
|
|
66
|
+
productionProfileReadById(id: number): Promise<ProductionProfile>;
|
|
67
|
+
productionProfileUpdate(bean: ProductionProfile): Promise<ProductionProfile>;
|
|
68
|
+
productionStepCreate(bean: ProductionStep): Promise<ProductionStep>;
|
|
69
|
+
productionStepDelete(id: number): Promise<ProductionStep>;
|
|
70
|
+
productionStepInputCreate(bean: ProductionStepInput): Promise<ProductionStepInput>;
|
|
71
|
+
productionStepInputDelete(id: number): Promise<ProductionStepInput>;
|
|
72
|
+
productionStepInputRead(search: any): Promise<ProductionStepInput[]>;
|
|
73
|
+
productionStepInputReadById(id: number): Promise<ProductionStepInput>;
|
|
74
|
+
productionStepInputUpdate(bean: ProductionStepInput): Promise<ProductionStepInput>;
|
|
75
|
+
productionStepOpCalculateInput(id: number): Promise<ProductionStep>;
|
|
76
|
+
productionStepOutputCreate(bean: ProductionStepOutput): Promise<ProductionStepOutput>;
|
|
77
|
+
productionStepOutputDelete(id: number): Promise<ProductionStepOutput>;
|
|
78
|
+
productionStepOutputRead(search: any): Promise<ProductionStepOutput[]>;
|
|
79
|
+
productionStepOutputReadById(id: number): Promise<ProductionStepOutput>;
|
|
80
|
+
productionStepOutputUpdate(bean: ProductionStepOutput): Promise<ProductionStepOutput>;
|
|
81
|
+
productionStepRead(search: any): Promise<ProductionStep[]>;
|
|
82
|
+
productionStepReadById(id: number): Promise<ProductionStep>;
|
|
83
|
+
productionStepUpdate(bean: ProductionStep): Promise<ProductionStep>;
|
|
84
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { ProductPacking } from "../../catalog/product/ProductPacking.js";
|
|
2
|
+
import { ProductionStep } from "./ProductionStep.js";
|
|
3
|
+
export declare class ProductionStepInput {
|
|
4
|
+
id: number;
|
|
5
|
+
productionStep: ProductionStep;
|
|
6
|
+
productPacking: ProductPacking;
|
|
7
|
+
quantity: number;
|
|
8
|
+
servedQuantity: number;
|
|
9
|
+
tags: string;
|
|
10
|
+
properties: Object;
|
|
11
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ProductPacking } from "../../catalog/product/ProductPacking.js";
|
|
2
|
+
import { ProductionStep } from "./ProductionStep.js";
|
|
3
|
+
export declare class ProductionStepOutput {
|
|
4
|
+
id: number;
|
|
5
|
+
productionStep: ProductionStep;
|
|
6
|
+
productPacking: ProductPacking;
|
|
7
|
+
quantity: number;
|
|
8
|
+
weight: number;
|
|
9
|
+
servedQuantity: number;
|
|
10
|
+
tags: string;
|
|
11
|
+
properties: Object;
|
|
12
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export { ProductionService } from "./ProductionService.js";
|
|
2
|
+
export { Bom } from "./Bom.js";
|
|
3
|
+
export { BomItem } from "./BomItem.js";
|
|
4
|
+
export { Operation } from "./Operation.js";
|
|
5
|
+
export { OperationType } from "./OperationType.js";
|
|
6
|
+
export { OperationTypeAccount } from "./OperationTypeAccount.js";
|
|
7
|
+
export { ProductionBatch } from "./ProductionBatch.js";
|
|
8
|
+
export { ProductionOrder } from "./ProductionOrder.js";
|
|
9
|
+
export { ProductionProfile } from "./ProductionProfile.js";
|
|
10
|
+
export { ProductionStep } from "./ProductionStep.js";
|
|
11
|
+
export { ProductionStepInput } from "./ProductionStepInput.js";
|
|
12
|
+
export { ProductionStepOutput } from "./ProductionStepOutput.js";
|