@zensoftbr/zenerpclient 1.0.0 → 1.0.2
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/LICENSE.txt +5 -0
- package/README.md +1 -0
- package/README.publish.md +1 -1
- package/dist/cjs/Client.js.map +1 -1
- package/dist/cjs/api/api.module.js +1 -3
- package/dist/cjs/api/api.module.js.map +1 -1
- package/dist/cjs/api/financial/accounting/Account.js +16 -0
- package/dist/cjs/api/financial/accounting/Account.js.map +1 -0
- package/dist/cjs/api/financial/accounting/AccountCategory.js +12 -0
- package/dist/cjs/api/financial/accounting/AccountCategory.js.map +1 -0
- package/dist/cjs/api/financial/accounting/AccountChart.js +13 -0
- package/dist/cjs/api/financial/accounting/AccountChart.js.map +1 -0
- package/dist/cjs/api/financial/accounting/AccountComplement.js +10 -0
- package/dist/cjs/api/financial/accounting/AccountComplement.js.map +1 -0
- package/dist/cjs/api/financial/accounting/AccountConversion.js +11 -0
- package/dist/cjs/api/financial/accounting/AccountConversion.js.map +1 -0
- package/dist/cjs/api/financial/accounting/AccountConversionChart.js +11 -0
- package/dist/cjs/api/financial/accounting/AccountConversionChart.js.map +1 -0
- package/dist/cjs/api/financial/accounting/AccountDefault.js +18 -0
- package/dist/cjs/api/financial/accounting/AccountDefault.js.map +1 -0
- package/dist/cjs/api/financial/accounting/AccountFiscalYear.js +17 -0
- package/dist/cjs/api/financial/accounting/AccountFiscalYear.js.map +1 -0
- package/dist/cjs/api/financial/accounting/AccountingService.js +498 -0
- package/dist/cjs/api/financial/accounting/AccountingService.js.map +1 -0
- package/dist/cjs/api/financial/accounting/ArgsAccountCategoryOpFindByCodes.js +8 -0
- package/dist/cjs/api/financial/accounting/ArgsAccountCategoryOpFindByCodes.js.map +1 -0
- package/dist/cjs/api/financial/accounting/ArgsAccountChartOpImport.js +12 -0
- package/dist/cjs/api/financial/accounting/ArgsAccountChartOpImport.js.map +1 -0
- package/dist/cjs/api/financial/accounting/ArgsAccountDefault.js +16 -0
- package/dist/cjs/api/financial/accounting/ArgsAccountDefault.js.map +1 -0
- package/dist/cjs/api/financial/accounting/ArgsAccountDefaultOpRead.js +15 -0
- package/dist/cjs/api/financial/accounting/ArgsAccountDefaultOpRead.js.map +1 -0
- package/dist/cjs/api/financial/accounting/ArgsJournalEntry.js +16 -0
- package/dist/cjs/api/financial/accounting/ArgsJournalEntry.js.map +1 -0
- package/dist/cjs/api/financial/accounting/AssetInventory.js +19 -0
- package/dist/cjs/api/financial/accounting/AssetInventory.js.map +1 -0
- package/dist/cjs/api/financial/accounting/AssetInventoryCurrent.js +19 -0
- package/dist/cjs/api/financial/accounting/AssetInventoryCurrent.js.map +1 -0
- package/dist/cjs/api/financial/accounting/AssetTag.js +11 -0
- package/dist/cjs/api/financial/accounting/AssetTag.js.map +1 -0
- package/dist/cjs/api/financial/accounting/JournalEntry.js +17 -0
- package/dist/cjs/api/financial/accounting/JournalEntry.js.map +1 -0
- package/dist/cjs/api/financial/accounting/JournalItem.js +14 -0
- package/dist/cjs/api/financial/accounting/JournalItem.js.map +1 -0
- package/dist/cjs/api/financial/accounting/LedgerItem.js +20 -0
- package/dist/cjs/api/financial/accounting/LedgerItem.js.map +1 -0
- package/dist/cjs/api/financial/accounting/LedgerItemBalance.js +12 -0
- package/dist/cjs/api/financial/accounting/LedgerItemBalance.js.map +1 -0
- package/dist/cjs/api/financial/accounting/ResultCenter.js +15 -0
- package/dist/cjs/api/financial/accounting/ResultCenter.js.map +1 -0
- package/dist/cjs/api/financial/accounting/ResultCenterChart.js +12 -0
- package/dist/cjs/api/financial/accounting/ResultCenterChart.js.map +1 -0
- package/dist/cjs/api/financial/accounting/accounting.module.js +40 -0
- package/dist/cjs/api/financial/accounting/accounting.module.js.map +1 -0
- package/dist/cjs/api/financial/financial.module.js +2 -1
- package/dist/cjs/api/financial/financial.module.js.map +1 -1
- package/dist/cjs/api/fiscal/FiscalService.js +32 -0
- package/dist/cjs/api/fiscal/FiscalService.js.map +1 -1
- package/dist/cjs/api/fiscal/fiscal.module.js +2 -1
- package/dist/cjs/api/fiscal/fiscal.module.js.map +1 -1
- package/dist/cjs/api/fiscal/taxation/Tax.js +13 -0
- package/dist/cjs/api/fiscal/taxation/Tax.js.map +1 -0
- package/dist/cjs/api/fiscal/taxation/Taxation.js +24 -0
- package/dist/cjs/api/fiscal/taxation/Taxation.js.map +1 -0
- package/dist/cjs/api/fiscal/taxation/TaxationOperation.js +14 -0
- package/dist/cjs/api/fiscal/taxation/TaxationOperation.js.map +1 -0
- package/dist/cjs/api/fiscal/taxation/TaxationRule.js +16 -0
- package/dist/cjs/api/fiscal/taxation/TaxationRule.js.map +1 -0
- package/dist/cjs/api/fiscal/taxation/TaxationService.js +163 -0
- package/dist/cjs/api/fiscal/taxation/TaxationService.js.map +1 -0
- package/dist/cjs/api/fiscal/taxation/taxation.module.js +14 -0
- package/dist/cjs/api/fiscal/taxation/taxation.module.js.map +1 -0
- package/dist/cjs/api/service/contract/ContractService.js +9 -0
- package/dist/cjs/api/service/contract/ContractService.js.map +1 -1
- package/dist/esm/Client.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/financial/accounting/Account.js +12 -0
- package/dist/esm/api/financial/accounting/Account.js.map +1 -0
- package/dist/esm/api/financial/accounting/AccountCategory.js +8 -0
- package/dist/esm/api/financial/accounting/AccountCategory.js.map +1 -0
- package/dist/esm/api/financial/accounting/AccountChart.js +9 -0
- package/dist/esm/api/financial/accounting/AccountChart.js.map +1 -0
- package/dist/esm/api/financial/accounting/AccountComplement.js +6 -0
- package/dist/esm/api/financial/accounting/AccountComplement.js.map +1 -0
- package/dist/esm/api/financial/accounting/AccountConversion.js +7 -0
- package/dist/esm/api/financial/accounting/AccountConversion.js.map +1 -0
- package/dist/esm/api/financial/accounting/AccountConversionChart.js +7 -0
- package/dist/esm/api/financial/accounting/AccountConversionChart.js.map +1 -0
- package/dist/esm/api/financial/accounting/AccountDefault.js +14 -0
- package/dist/esm/api/financial/accounting/AccountDefault.js.map +1 -0
- package/dist/esm/api/financial/accounting/AccountFiscalYear.js +13 -0
- package/dist/esm/api/financial/accounting/AccountFiscalYear.js.map +1 -0
- package/dist/esm/api/financial/accounting/AccountingService.js +494 -0
- package/dist/esm/api/financial/accounting/AccountingService.js.map +1 -0
- package/dist/esm/api/financial/accounting/ArgsAccountCategoryOpFindByCodes.js +4 -0
- package/dist/esm/api/financial/accounting/ArgsAccountCategoryOpFindByCodes.js.map +1 -0
- package/dist/esm/api/financial/accounting/ArgsAccountChartOpImport.js +8 -0
- package/dist/esm/api/financial/accounting/ArgsAccountChartOpImport.js.map +1 -0
- package/dist/esm/api/financial/accounting/ArgsAccountDefault.js +12 -0
- package/dist/esm/api/financial/accounting/ArgsAccountDefault.js.map +1 -0
- package/dist/esm/api/financial/accounting/ArgsAccountDefaultOpRead.js +11 -0
- package/dist/esm/api/financial/accounting/ArgsAccountDefaultOpRead.js.map +1 -0
- package/dist/esm/api/financial/accounting/ArgsJournalEntry.js +12 -0
- package/dist/esm/api/financial/accounting/ArgsJournalEntry.js.map +1 -0
- package/dist/esm/api/financial/accounting/AssetInventory.js +15 -0
- package/dist/esm/api/financial/accounting/AssetInventory.js.map +1 -0
- package/dist/esm/api/financial/accounting/AssetInventoryCurrent.js +15 -0
- package/dist/esm/api/financial/accounting/AssetInventoryCurrent.js.map +1 -0
- package/dist/esm/api/financial/accounting/AssetTag.js +7 -0
- package/dist/esm/api/financial/accounting/AssetTag.js.map +1 -0
- package/dist/esm/api/financial/accounting/JournalEntry.js +13 -0
- package/dist/esm/api/financial/accounting/JournalEntry.js.map +1 -0
- package/dist/esm/api/financial/accounting/JournalItem.js +10 -0
- package/dist/esm/api/financial/accounting/JournalItem.js.map +1 -0
- package/dist/esm/api/financial/accounting/LedgerItem.js +16 -0
- package/dist/esm/api/financial/accounting/LedgerItem.js.map +1 -0
- package/dist/esm/api/financial/accounting/LedgerItemBalance.js +8 -0
- package/dist/esm/api/financial/accounting/LedgerItemBalance.js.map +1 -0
- package/dist/esm/api/financial/accounting/ResultCenter.js +11 -0
- package/dist/esm/api/financial/accounting/ResultCenter.js.map +1 -0
- package/dist/esm/api/financial/accounting/ResultCenterChart.js +8 -0
- package/dist/esm/api/financial/accounting/ResultCenterChart.js.map +1 -0
- package/dist/esm/api/financial/accounting/accounting.module.js +19 -0
- package/dist/esm/api/financial/accounting/accounting.module.js.map +1 -0
- package/dist/esm/api/financial/financial.module.js +1 -0
- package/dist/esm/api/financial/financial.module.js.map +1 -1
- package/dist/esm/api/fiscal/FiscalService.js +32 -0
- package/dist/esm/api/fiscal/FiscalService.js.map +1 -1
- package/dist/esm/api/fiscal/fiscal.module.js +1 -0
- package/dist/esm/api/fiscal/fiscal.module.js.map +1 -1
- package/dist/esm/api/fiscal/taxation/Tax.js +9 -0
- package/dist/esm/api/fiscal/taxation/Tax.js.map +1 -0
- package/dist/esm/api/fiscal/taxation/Taxation.js +20 -0
- package/dist/esm/api/fiscal/taxation/Taxation.js.map +1 -0
- package/dist/esm/api/fiscal/taxation/TaxationOperation.js +10 -0
- package/dist/esm/api/fiscal/taxation/TaxationOperation.js.map +1 -0
- package/dist/esm/api/fiscal/taxation/TaxationRule.js +12 -0
- package/dist/esm/api/fiscal/taxation/TaxationRule.js.map +1 -0
- package/dist/esm/api/fiscal/taxation/TaxationService.js +159 -0
- package/dist/esm/api/fiscal/taxation/TaxationService.js.map +1 -0
- package/dist/esm/api/fiscal/taxation/taxation.module.js +6 -0
- package/dist/esm/api/fiscal/taxation/taxation.module.js.map +1 -0
- package/dist/esm/api/service/contract/ContractService.js +9 -0
- package/dist/esm/api/service/contract/ContractService.js.map +1 -1
- package/dist/iife/zenerpclient.js +2 -0
- package/dist/iife/zenerpclient.js.map +1 -0
- package/dist/types/api/api.module.d.ts +0 -2
- package/dist/types/api/financial/BillingTitle.d.ts +2 -2
- package/dist/types/api/financial/Payable.d.ts +2 -2
- package/dist/types/api/financial/Receivable.d.ts +2 -2
- package/dist/types/api/financial/Settlement.d.ts +1 -1
- package/dist/types/api/financial/SettlementBillingTitle.d.ts +2 -2
- package/dist/types/api/financial/SettlementMethod.d.ts +2 -2
- package/dist/types/api/financial/accounting/Account.d.ts +12 -0
- package/dist/types/api/financial/accounting/AccountCategory.d.ts +7 -0
- package/dist/types/api/financial/accounting/AccountChart.d.ts +8 -0
- package/dist/types/api/financial/accounting/AccountComplement.d.ts +7 -0
- package/dist/types/api/financial/accounting/AccountConversion.d.ts +8 -0
- package/dist/types/api/financial/accounting/AccountConversionChart.d.ts +7 -0
- package/dist/types/api/financial/accounting/AccountDefault.d.ts +20 -0
- package/dist/types/api/financial/accounting/AccountFiscalYear.d.ts +14 -0
- package/dist/types/api/financial/accounting/AccountingService.d.ts +93 -0
- package/dist/types/api/financial/accounting/ArgsAccountCategoryOpFindByCodes.d.ts +3 -0
- package/dist/types/api/financial/accounting/ArgsAccountChartOpImport.d.ts +7 -0
- package/dist/types/api/financial/accounting/ArgsAccountDefault.d.ts +11 -0
- package/dist/types/api/financial/accounting/ArgsAccountDefaultOpRead.d.ts +10 -0
- package/dist/types/api/financial/accounting/ArgsJournalEntry.d.ts +11 -0
- package/dist/types/api/financial/accounting/AssetInventory.d.ts +17 -0
- package/dist/types/api/financial/accounting/AssetInventoryCurrent.d.ts +17 -0
- package/dist/types/api/financial/accounting/AssetTag.d.ts +9 -0
- package/dist/types/api/financial/accounting/JournalEntry.d.ts +13 -0
- package/dist/types/api/financial/accounting/JournalItem.d.ts +12 -0
- package/dist/types/api/financial/accounting/LedgerItem.d.ts +20 -0
- package/dist/types/api/financial/accounting/LedgerItemBalance.d.ts +11 -0
- package/dist/types/api/financial/accounting/ResultCenter.d.ts +11 -0
- package/dist/types/api/financial/accounting/ResultCenterChart.d.ts +7 -0
- package/dist/types/api/financial/accounting/accounting.module.d.ts +18 -0
- package/dist/types/api/financial/financial.module.d.ts +1 -0
- package/dist/types/api/financial/treasury/AccountStatement.d.ts +1 -1
- package/dist/types/api/financial/treasury/TreasuryService.d.ts +1 -1
- package/dist/types/api/fiscal/FiscalService.d.ts +4 -0
- package/dist/types/api/fiscal/FiscalYear.d.ts +2 -2
- package/dist/types/api/fiscal/IncomingInvoice.d.ts +1 -1
- package/dist/types/api/fiscal/IncomingInvoiceItem.d.ts +5 -5
- package/dist/types/api/fiscal/Invoice.d.ts +1 -1
- package/dist/types/api/fiscal/InvoiceItem.d.ts +5 -5
- package/dist/types/api/fiscal/InvoiceItemAccounting.d.ts +2 -2
- package/dist/types/api/fiscal/InvoicePayment.d.ts +2 -2
- package/dist/types/api/fiscal/OutgoingInvoice.d.ts +1 -1
- package/dist/types/api/fiscal/OutgoingInvoiceItem.d.ts +5 -5
- package/dist/types/api/fiscal/fiscal.module.d.ts +1 -0
- package/dist/types/api/fiscal/taxation/Tax.d.ts +9 -0
- package/dist/types/api/fiscal/taxation/Taxation.d.ts +20 -0
- package/dist/types/api/fiscal/taxation/TaxationOperation.d.ts +10 -0
- package/dist/types/api/fiscal/taxation/TaxationRule.d.ts +15 -0
- package/dist/types/api/fiscal/taxation/TaxationService.d.ts +31 -0
- package/dist/types/api/fiscal/taxation/taxation.module.d.ts +5 -0
- package/dist/types/api/material/Inventory.d.ts +1 -1
- package/dist/types/api/material/InventoryAdjustment.d.ts +1 -1
- package/dist/types/api/material/InventoryCheck.d.ts +1 -1
- package/dist/types/api/material/InventoryStock.d.ts +1 -1
- package/dist/types/api/material/OutgoingListItem.d.ts +1 -1
- package/dist/types/api/material/Stock.d.ts +1 -1
- package/dist/types/api/material/StockCluster.d.ts +1 -1
- package/dist/types/api/material/StockData.d.ts +1 -1
- package/dist/types/api/material/StockTransaction.d.ts +1 -1
- package/dist/types/api/production/OperationTypeAccount.d.ts +2 -2
- package/dist/types/api/purchase/ProposalItem.d.ts +2 -2
- package/dist/types/api/purchase/PurchaseItem.d.ts +4 -4
- package/dist/types/api/purchase/PurchasePayment.d.ts +2 -2
- package/dist/types/api/sale/SaleItem.d.ts +4 -4
- package/dist/types/api/sale/SalePayment.d.ts +2 -2
- package/dist/types/api/service/contract/ContractService.d.ts +2 -0
- package/package.json +7 -3
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
export * as accounting from "./accounting/accounting.module.js";
|
|
2
1
|
export * as catalog from "./catalog/catalog.module.js";
|
|
3
2
|
export * as commercial from "./commercial/commercial.module.js";
|
|
4
3
|
export * as financial from "./financial/financial.module.js";
|
|
@@ -12,4 +11,3 @@ export * as service from "./service/service.module.js";
|
|
|
12
11
|
export * as shipping from "./shipping/shipping.module.js";
|
|
13
12
|
export * as supply from "./supply/supply.module.js";
|
|
14
13
|
export * as system from "./system/system.module.js";
|
|
15
|
-
export * as taxation from "./taxation/taxation.module.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Account } from "
|
|
2
|
-
import { AccountComplement } from "
|
|
1
|
+
import { Account } from "./accounting/Account.js";
|
|
2
|
+
import { AccountComplement } from "./accounting/AccountComplement.js";
|
|
3
3
|
import { Company } from "../catalog/company/Company.js";
|
|
4
4
|
import { Person } from "../catalog/person/Person.js";
|
|
5
5
|
import { Wallet } from "./billing/Wallet.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Account } from "
|
|
2
|
-
import { AccountComplement } from "
|
|
1
|
+
import { Account } from "./accounting/Account.js";
|
|
2
|
+
import { AccountComplement } from "./accounting/AccountComplement.js";
|
|
3
3
|
import { Company } from "../catalog/company/Company.js";
|
|
4
4
|
import { IncomingInvoice } from "../fiscal/IncomingInvoice.js";
|
|
5
5
|
import { Person } from "../catalog/person/Person.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Account } from "
|
|
2
|
-
import { AccountComplement } from "
|
|
1
|
+
import { Account } from "./accounting/Account.js";
|
|
2
|
+
import { AccountComplement } from "./accounting/AccountComplement.js";
|
|
3
3
|
import { Company } from "../catalog/company/Company.js";
|
|
4
4
|
import { OutgoingInvoice } from "../fiscal/OutgoingInvoice.js";
|
|
5
5
|
import { Person } from "../catalog/person/Person.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Company } from "../catalog/company/Company.js";
|
|
2
|
-
import { JournalEntry } from "
|
|
2
|
+
import { JournalEntry } from "./accounting/JournalEntry.js";
|
|
3
3
|
import { Person } from "../catalog/person/Person.js";
|
|
4
4
|
export declare class Settlement {
|
|
5
5
|
id: number;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Account } from "
|
|
2
|
-
import { AccountComplement } from "
|
|
1
|
+
import { Account } from "./accounting/Account.js";
|
|
2
|
+
import { AccountComplement } from "./accounting/AccountComplement.js";
|
|
3
3
|
import { BillingTitle } from "./BillingTitle.js";
|
|
4
4
|
import { Settlement } from "./Settlement.js";
|
|
5
5
|
export declare class SettlementBillingTitle {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Account } from "
|
|
2
|
-
import { AccountComplement } from "
|
|
1
|
+
import { Account } from "./accounting/Account.js";
|
|
2
|
+
import { AccountComplement } from "./accounting/AccountComplement.js";
|
|
3
3
|
import { BillingTitle } from "./BillingTitle.js";
|
|
4
4
|
import { Settlement } from "./Settlement.js";
|
|
5
5
|
export declare class SettlementMethod {
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { AccountChart } from "./AccountChart.js";
|
|
2
|
+
export declare class Account {
|
|
3
|
+
id: number;
|
|
4
|
+
accountChart: AccountChart;
|
|
5
|
+
code: string;
|
|
6
|
+
level: number;
|
|
7
|
+
type: string;
|
|
8
|
+
description: string;
|
|
9
|
+
fullDescription: string;
|
|
10
|
+
tags: string;
|
|
11
|
+
properties: Object;
|
|
12
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { Account } from "./Account.js";
|
|
2
|
+
import { AccountConversionChart } from "./AccountConversionChart.js";
|
|
3
|
+
export declare class AccountConversion {
|
|
4
|
+
id: number;
|
|
5
|
+
accountConversionChart: AccountConversionChart;
|
|
6
|
+
accountSource: Account;
|
|
7
|
+
accountDestination: Account;
|
|
8
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { Account } from "./Account.js";
|
|
2
|
+
import { AccountCategory } from "./AccountCategory.js";
|
|
3
|
+
import { AccountChart } from "./AccountChart.js";
|
|
4
|
+
import { Person } from "../../catalog/person/Person.js";
|
|
5
|
+
import { Product } from "../../catalog/product/Product.js";
|
|
6
|
+
import { Tax } from "../../fiscal/taxation/Tax.js";
|
|
7
|
+
import { Wallet } from "../billing/Wallet.js";
|
|
8
|
+
export declare class AccountDefault {
|
|
9
|
+
id: number;
|
|
10
|
+
accountChart: AccountChart;
|
|
11
|
+
accountCategory: AccountCategory;
|
|
12
|
+
person: Person;
|
|
13
|
+
product: Product;
|
|
14
|
+
tax: Tax;
|
|
15
|
+
channelCode: string;
|
|
16
|
+
wallet: Wallet;
|
|
17
|
+
account: Account;
|
|
18
|
+
tags: string;
|
|
19
|
+
properties: Object;
|
|
20
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { AccountChart } from "./AccountChart.js";
|
|
2
|
+
import { FiscalYear } from "../../fiscal/FiscalYear.js";
|
|
3
|
+
export declare class AccountFiscalYear {
|
|
4
|
+
fiscalYear: FiscalYear;
|
|
5
|
+
id: number;
|
|
6
|
+
accountChart: AccountChart;
|
|
7
|
+
code: string;
|
|
8
|
+
level: number;
|
|
9
|
+
type: string;
|
|
10
|
+
description: string;
|
|
11
|
+
fullDescription: string;
|
|
12
|
+
tags: string;
|
|
13
|
+
properties: Object;
|
|
14
|
+
}
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
import { Client } from "../../../Client.js";
|
|
2
|
+
import { Account } from "./Account.js";
|
|
3
|
+
import { AccountCategory } from "./AccountCategory.js";
|
|
4
|
+
import { AccountChart } from "./AccountChart.js";
|
|
5
|
+
import { AccountConversion } from "./AccountConversion.js";
|
|
6
|
+
import { AccountConversionChart } from "./AccountConversionChart.js";
|
|
7
|
+
import { AccountDefault } from "./AccountDefault.js";
|
|
8
|
+
import { AccountFiscalYear } from "./AccountFiscalYear.js";
|
|
9
|
+
import { AssetInventory } from "./AssetInventory.js";
|
|
10
|
+
import { AssetTag } from "./AssetTag.js";
|
|
11
|
+
import { JournalEntry } from "./JournalEntry.js";
|
|
12
|
+
import { JournalItem } from "./JournalItem.js";
|
|
13
|
+
import { LedgerItem } from "./LedgerItem.js";
|
|
14
|
+
import { LedgerItemBalance } from "./LedgerItemBalance.js";
|
|
15
|
+
import { ResultCenter } from "./ResultCenter.js";
|
|
16
|
+
import { ResultCenterChart } from "./ResultCenterChart.js";
|
|
17
|
+
export declare class AccountingService {
|
|
18
|
+
#private;
|
|
19
|
+
constructor(client: Client);
|
|
20
|
+
accountCategoryCreate(bean: AccountCategory): Promise<AccountCategory>;
|
|
21
|
+
accountCategoryDelete(id: number): Promise<void>;
|
|
22
|
+
accountCategoryRead(search: any): Promise<AccountCategory[]>;
|
|
23
|
+
accountCategoryReadById(id: number): Promise<AccountCategory>;
|
|
24
|
+
accountCategoryUpdate(bean: AccountCategory): Promise<AccountCategory>;
|
|
25
|
+
accountChartCreate(bean: AccountChart): Promise<AccountChart>;
|
|
26
|
+
accountChartDelete(id: number): Promise<void>;
|
|
27
|
+
accountChartOpClone(id: number): Promise<AccountChart>;
|
|
28
|
+
accountChartOpImport(id: number, args: any): Promise<void>;
|
|
29
|
+
accountChartOpLevelCreate(id: number, level: number, digits: number): Promise<AccountChart>;
|
|
30
|
+
accountChartOpLevelDelete(id: number, level: number): Promise<AccountChart>;
|
|
31
|
+
accountChartOpLevelUpdate(id: number, level: number, digits: number): Promise<AccountChart>;
|
|
32
|
+
accountChartOpNextShortCode(id: number): Promise<number>;
|
|
33
|
+
accountChartRead(search: any): Promise<AccountChart[]>;
|
|
34
|
+
accountChartReadById(id: number): Promise<AccountChart>;
|
|
35
|
+
accountChartUpdate(bean: AccountChart): Promise<AccountChart>;
|
|
36
|
+
accountConversionChartCreate(bean: AccountConversionChart): Promise<AccountConversionChart>;
|
|
37
|
+
accountConversionChartDelete(id: number): Promise<void>;
|
|
38
|
+
accountConversionChartRead(search: any): Promise<AccountConversionChart[]>;
|
|
39
|
+
accountConversionChartReadById(id: number): Promise<AccountConversionChart>;
|
|
40
|
+
accountConversionChartUpdate(bean: AccountConversionChart): Promise<AccountConversionChart>;
|
|
41
|
+
accountConversionCreate(bean: AccountConversion): Promise<AccountConversion>;
|
|
42
|
+
accountConversionDelete(id: number): Promise<void>;
|
|
43
|
+
accountConversionRead(search: any): Promise<AccountConversion[]>;
|
|
44
|
+
accountConversionReadById(id: number): Promise<AccountConversion>;
|
|
45
|
+
accountConversionUpdate(bean: AccountConversion): Promise<AccountConversion>;
|
|
46
|
+
accountCreate(bean: Account): Promise<Account>;
|
|
47
|
+
accountDefaultCreate(bean: AccountDefault): Promise<AccountDefault>;
|
|
48
|
+
accountDefaultDelete(id: number): Promise<void>;
|
|
49
|
+
accountDefaultOpRead(args: any): Promise<Account>;
|
|
50
|
+
accountDefaultRead(search: any): Promise<AccountDefault[]>;
|
|
51
|
+
accountDefaultReadById(id: number): Promise<AccountDefault>;
|
|
52
|
+
accountDefaultUpdate(bean: AccountDefault): Promise<AccountDefault>;
|
|
53
|
+
accountDelete(id: number): Promise<void>;
|
|
54
|
+
accountFiscalYearRead(search: any): Promise<AccountFiscalYear[]>;
|
|
55
|
+
accountRead(search: any): Promise<Account[]>;
|
|
56
|
+
accountReadById(id: number): Promise<Account>;
|
|
57
|
+
accountUpdate(bean: Account): Promise<Account>;
|
|
58
|
+
assetInventoryCurrentRead(search: any): Promise<AssetInventory[]>;
|
|
59
|
+
assetInventoryRead(search: any): Promise<AssetInventory[]>;
|
|
60
|
+
assetTagRead(search: any): Promise<AssetTag[]>;
|
|
61
|
+
assetTagReadById(id: number): Promise<AssetTag>;
|
|
62
|
+
fiscalYearOpClose(id: number): Promise<void>;
|
|
63
|
+
journalEntryCreate(bean: JournalEntry): Promise<JournalEntry>;
|
|
64
|
+
journalEntryDelete(id: number): Promise<void>;
|
|
65
|
+
journalEntryOpCreate(args: any): Promise<JournalEntry>;
|
|
66
|
+
journalEntryOpPublish(id: number): Promise<JournalEntry>;
|
|
67
|
+
journalEntryOpPublishRevert(id: number): Promise<JournalEntry>;
|
|
68
|
+
journalEntryOpUpdate(args: any): Promise<JournalEntry>;
|
|
69
|
+
journalEntryRead(search: any): Promise<JournalEntry[]>;
|
|
70
|
+
journalEntryReadById(id: number): Promise<JournalEntry>;
|
|
71
|
+
journalEntryUpdate(bean: JournalEntry): Promise<JournalEntry>;
|
|
72
|
+
journalItemCreate(bean: JournalItem): Promise<JournalItem>;
|
|
73
|
+
journalItemDelete(id: number): Promise<void>;
|
|
74
|
+
journalItemRead(search: any): Promise<JournalItem[]>;
|
|
75
|
+
journalItemReadById(id: number): Promise<JournalItem>;
|
|
76
|
+
journalItemUpdate(bean: JournalItem): Promise<JournalItem>;
|
|
77
|
+
ledgerItemBalanceRead(search: any): Promise<LedgerItemBalance[]>;
|
|
78
|
+
ledgerItemRead(search: any): Promise<LedgerItem[]>;
|
|
79
|
+
ledgerItemReadById(id: number): Promise<LedgerItem>;
|
|
80
|
+
resultCenterChartCreate(bean: ResultCenterChart): Promise<ResultCenterChart>;
|
|
81
|
+
resultCenterChartDelete(id: number): Promise<void>;
|
|
82
|
+
resultCenterChartOpLevelCreate(id: number, level: number, digits: number): Promise<ResultCenterChart>;
|
|
83
|
+
resultCenterChartOpLevelDelete(id: number, level: number): Promise<ResultCenterChart>;
|
|
84
|
+
resultCenterChartOpLevelUpdate(id: number, level: number, digits: number): Promise<ResultCenterChart>;
|
|
85
|
+
resultCenterChartRead(search: any): Promise<ResultCenterChart[]>;
|
|
86
|
+
resultCenterChartReadById(id: number): Promise<ResultCenterChart>;
|
|
87
|
+
resultCenterChartUpdate(bean: ResultCenterChart): Promise<ResultCenterChart>;
|
|
88
|
+
resultCenterCreate(bean: ResultCenter): Promise<ResultCenter>;
|
|
89
|
+
resultCenterDelete(id: number): Promise<void>;
|
|
90
|
+
resultCenterRead(search: any): Promise<ResultCenter[]>;
|
|
91
|
+
resultCenterReadById(id: number): Promise<ResultCenter>;
|
|
92
|
+
resultCenterUpdate(bean: ResultCenter): Promise<ResultCenter>;
|
|
93
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export declare class ArgsAccountDefault {
|
|
2
|
+
companyId: number;
|
|
3
|
+
warehouseId: number;
|
|
4
|
+
personId: number;
|
|
5
|
+
fiscalProfileOperationId: number;
|
|
6
|
+
fiscalProfileProductId: number;
|
|
7
|
+
productId: number;
|
|
8
|
+
taxId: number;
|
|
9
|
+
channelCode: string;
|
|
10
|
+
walletId: number;
|
|
11
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { AssetTag } from "./AssetTag.js";
|
|
2
|
+
import { ProductPacking } from "../../catalog/product/ProductPacking.js";
|
|
3
|
+
import { StockCluster } from "../../material/StockCluster.js";
|
|
4
|
+
export declare class AssetInventory {
|
|
5
|
+
id: number;
|
|
6
|
+
stockCluster: StockCluster;
|
|
7
|
+
productPacking: ProductPacking;
|
|
8
|
+
assetTag: AssetTag;
|
|
9
|
+
lotId: number;
|
|
10
|
+
transactionId: number;
|
|
11
|
+
dateTime: Date;
|
|
12
|
+
description: string;
|
|
13
|
+
quantity: number;
|
|
14
|
+
totalValue: number;
|
|
15
|
+
quantityBalance: number;
|
|
16
|
+
totalValueBalance: number;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { AssetTag } from "./AssetTag.js";
|
|
2
|
+
import { ProductPacking } from "../../catalog/product/ProductPacking.js";
|
|
3
|
+
import { StockCluster } from "../../material/StockCluster.js";
|
|
4
|
+
export declare class AssetInventoryCurrent {
|
|
5
|
+
id: number;
|
|
6
|
+
stockCluster: StockCluster;
|
|
7
|
+
productPacking: ProductPacking;
|
|
8
|
+
assetTag: AssetTag;
|
|
9
|
+
lotId: number;
|
|
10
|
+
transactionId: number;
|
|
11
|
+
dateTime: Date;
|
|
12
|
+
description: string;
|
|
13
|
+
quantity: number;
|
|
14
|
+
totalValue: number;
|
|
15
|
+
quantityBalance: number;
|
|
16
|
+
totalValueBalance: number;
|
|
17
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { Account } from "./Account.js";
|
|
2
|
+
import { AccountComplement } from "./AccountComplement.js";
|
|
3
|
+
import { FiscalProfileProduct } from "../../fiscal/FiscalProfileProduct.js";
|
|
4
|
+
export declare class AssetTag {
|
|
5
|
+
id: number;
|
|
6
|
+
fiscalProfileProduct: FiscalProfileProduct;
|
|
7
|
+
account: Account;
|
|
8
|
+
accountComplement: AccountComplement;
|
|
9
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { Company } from "../../catalog/company/Company.js";
|
|
2
|
+
export declare class JournalEntry {
|
|
3
|
+
id: number;
|
|
4
|
+
company: Company;
|
|
5
|
+
date: Date;
|
|
6
|
+
source: string;
|
|
7
|
+
description: string;
|
|
8
|
+
tags: string;
|
|
9
|
+
credits: number;
|
|
10
|
+
debits: number;
|
|
11
|
+
value: number;
|
|
12
|
+
status: string;
|
|
13
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { Account } from "./Account.js";
|
|
2
|
+
import { AccountComplement } from "./AccountComplement.js";
|
|
3
|
+
import { JournalEntry } from "./JournalEntry.js";
|
|
4
|
+
export declare class JournalItem {
|
|
5
|
+
id: number;
|
|
6
|
+
journalEntry: JournalEntry;
|
|
7
|
+
account: Account;
|
|
8
|
+
accountComplement: AccountComplement;
|
|
9
|
+
value: number;
|
|
10
|
+
sign: string;
|
|
11
|
+
description: string;
|
|
12
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { Account } from "./Account.js";
|
|
2
|
+
import { AccountComplement } from "./AccountComplement.js";
|
|
3
|
+
import { Company } from "../../catalog/company/Company.js";
|
|
4
|
+
import { FiscalYear } from "../../fiscal/FiscalYear.js";
|
|
5
|
+
import { JournalEntry } from "./JournalEntry.js";
|
|
6
|
+
export declare class LedgerItem {
|
|
7
|
+
id: number;
|
|
8
|
+
journalEntry: JournalEntry;
|
|
9
|
+
company: Company;
|
|
10
|
+
fiscalYear: FiscalYear;
|
|
11
|
+
date: Date;
|
|
12
|
+
account: Account;
|
|
13
|
+
accountComplement: AccountComplement;
|
|
14
|
+
accountCounterpart: Account;
|
|
15
|
+
value: number;
|
|
16
|
+
sign: string;
|
|
17
|
+
description: string;
|
|
18
|
+
previousBalance: number;
|
|
19
|
+
balance: number;
|
|
20
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Account } from "./Account.js";
|
|
2
|
+
import { AccountComplement } from "./AccountComplement.js";
|
|
3
|
+
import { Company } from "../../catalog/company/Company.js";
|
|
4
|
+
import { FiscalYear } from "../../fiscal/FiscalYear.js";
|
|
5
|
+
export declare class LedgerItemBalance {
|
|
6
|
+
company: Company;
|
|
7
|
+
fiscalYear: FiscalYear;
|
|
8
|
+
account: Account;
|
|
9
|
+
accountComplement: AccountComplement;
|
|
10
|
+
value: number;
|
|
11
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { ResultCenterChart } from "./ResultCenterChart.js";
|
|
2
|
+
export declare class ResultCenter {
|
|
3
|
+
id: number;
|
|
4
|
+
resultCenterChart: ResultCenterChart;
|
|
5
|
+
code: string;
|
|
6
|
+
level: number;
|
|
7
|
+
type: string;
|
|
8
|
+
description: string;
|
|
9
|
+
fullDescription: string;
|
|
10
|
+
tags: string;
|
|
11
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export { AccountingService } from "./AccountingService.js";
|
|
2
|
+
export { Account } from "./Account.js";
|
|
3
|
+
export { AccountCategory } from "./AccountCategory.js";
|
|
4
|
+
export { AccountChart } from "./AccountChart.js";
|
|
5
|
+
export { AccountComplement } from "./AccountComplement.js";
|
|
6
|
+
export { AccountConversion } from "./AccountConversion.js";
|
|
7
|
+
export { AccountConversionChart } from "./AccountConversionChart.js";
|
|
8
|
+
export { AccountDefault } from "./AccountDefault.js";
|
|
9
|
+
export { AccountFiscalYear } from "./AccountFiscalYear.js";
|
|
10
|
+
export { AssetInventory } from "./AssetInventory.js";
|
|
11
|
+
export { AssetInventoryCurrent } from "./AssetInventoryCurrent.js";
|
|
12
|
+
export { AssetTag } from "./AssetTag.js";
|
|
13
|
+
export { JournalEntry } from "./JournalEntry.js";
|
|
14
|
+
export { JournalItem } from "./JournalItem.js";
|
|
15
|
+
export { LedgerItem } from "./LedgerItem.js";
|
|
16
|
+
export { LedgerItemBalance } from "./LedgerItemBalance.js";
|
|
17
|
+
export { ResultCenter } from "./ResultCenter.js";
|
|
18
|
+
export { ResultCenterChart } from "./ResultCenterChart.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Client } from "../../../Client.js";
|
|
2
2
|
import { AccountStatement } from "./AccountStatement.js";
|
|
3
|
-
import { JournalEntry } from "
|
|
3
|
+
import { JournalEntry } from "../accounting/JournalEntry.js";
|
|
4
4
|
export declare class TreasuryService {
|
|
5
5
|
#private;
|
|
6
6
|
constructor(client: Client);
|
|
@@ -64,6 +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
|
+
incomingInvoiceOpUpdate(bean: IncomingInvoice): Promise<IncomingInvoice>;
|
|
67
68
|
incomingInvoicePaymentCreate(bean: InvoicePayment): Promise<InvoicePayment>;
|
|
68
69
|
incomingInvoicePaymentDelete(id: number): Promise<void>;
|
|
69
70
|
incomingInvoicePaymentRead(search: any): Promise<InvoicePayment[]>;
|
|
@@ -75,6 +76,8 @@ export declare class FiscalService {
|
|
|
75
76
|
invoiceItemAccountingCreate(bean: InvoiceItemAccounting): Promise<InvoiceItemAccounting>;
|
|
76
77
|
invoiceItemAccountingDelete(id: number): Promise<void>;
|
|
77
78
|
invoiceItemAccountingRead(search: any): Promise<InvoiceItemAccounting[]>;
|
|
79
|
+
invoiceItemAccountingReadById(id: number): Promise<InvoiceItemAccounting>;
|
|
80
|
+
invoiceItemAccountingUpdate(bean: InvoiceItemAccounting): Promise<InvoiceItemAccounting>;
|
|
78
81
|
invoiceReferenceCreate(bean: InvoiceReference): Promise<InvoiceReference>;
|
|
79
82
|
invoiceReferenceDelete(id: number): Promise<void>;
|
|
80
83
|
invoiceReferenceRead(search: any): Promise<InvoiceReference[]>;
|
|
@@ -102,6 +105,7 @@ export declare class FiscalService {
|
|
|
102
105
|
outgoingInvoiceOpPrepare(id: number): Promise<OutgoingInvoice>;
|
|
103
106
|
outgoingInvoiceOpPrepareRevert(id: number): Promise<OutgoingInvoice>;
|
|
104
107
|
outgoingInvoiceOpReturn(id: number, args: any): Promise<IncomingInvoice>;
|
|
108
|
+
outgoingInvoiceOpUpdate(bean: OutgoingInvoice): Promise<OutgoingInvoice>;
|
|
105
109
|
outgoingInvoicePaymentCreate(bean: InvoicePayment): Promise<InvoicePayment>;
|
|
106
110
|
outgoingInvoicePaymentDelete(id: number): Promise<void>;
|
|
107
111
|
outgoingInvoicePaymentRead(search: any): Promise<InvoicePayment[]>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { AccountChart } from "../accounting/AccountChart.js";
|
|
1
|
+
import { AccountChart } from "../financial/accounting/AccountChart.js";
|
|
2
2
|
import { Company } from "../catalog/company/Company.js";
|
|
3
|
-
import { ResultCenterChart } from "../accounting/ResultCenterChart.js";
|
|
3
|
+
import { ResultCenterChart } from "../financial/accounting/ResultCenterChart.js";
|
|
4
4
|
export declare class FiscalYear {
|
|
5
5
|
id: number;
|
|
6
6
|
company: Company;
|
|
@@ -3,7 +3,7 @@ import { FiscalProfileOperation } from "./FiscalProfileOperation.js";
|
|
|
3
3
|
import { FiscalProfilePerson } from "./FiscalProfilePerson.js";
|
|
4
4
|
import { IncomingList } from "../material/IncomingList.js";
|
|
5
5
|
import { InvoiceSeries } from "./InvoiceSeries.js";
|
|
6
|
-
import { JournalEntry } from "../accounting/JournalEntry.js";
|
|
6
|
+
import { JournalEntry } from "../financial/accounting/JournalEntry.js";
|
|
7
7
|
import { Person } from "../catalog/person/Person.js";
|
|
8
8
|
import { PersonAddress } from "../catalog/person/PersonAddress.js";
|
|
9
9
|
import { Workflow } from "../system/workflow/Workflow.js";
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { Account } from "../accounting/Account.js";
|
|
2
|
-
import { AccountComplement } from "../accounting/AccountComplement.js";
|
|
3
|
-
import { AssetTag } from "../accounting/AssetTag.js";
|
|
1
|
+
import { Account } from "../financial/accounting/Account.js";
|
|
2
|
+
import { AccountComplement } from "../financial/accounting/AccountComplement.js";
|
|
3
|
+
import { AssetTag } from "../financial/accounting/AssetTag.js";
|
|
4
4
|
import { IncomingInvoice } from "./IncomingInvoice.js";
|
|
5
5
|
import { IncomingRequest } from "../material/IncomingRequest.js";
|
|
6
6
|
import { ProductPacking } from "../catalog/product/ProductPacking.js";
|
|
7
|
-
import { TaxationOperation } from "
|
|
8
|
-
import { TaxationRule } from "
|
|
7
|
+
import { TaxationOperation } from "./taxation/TaxationOperation.js";
|
|
8
|
+
import { TaxationRule } from "./taxation/TaxationRule.js";
|
|
9
9
|
import { Unit } from "../catalog/product/Unit.js";
|
|
10
10
|
export declare class IncomingInvoiceItem {
|
|
11
11
|
incomingInvoice: IncomingInvoice;
|
|
@@ -2,7 +2,7 @@ import { Company } from "../catalog/company/Company.js";
|
|
|
2
2
|
import { FiscalProfileOperation } from "./FiscalProfileOperation.js";
|
|
3
3
|
import { FiscalProfilePerson } from "./FiscalProfilePerson.js";
|
|
4
4
|
import { InvoiceSeries } from "./InvoiceSeries.js";
|
|
5
|
-
import { JournalEntry } from "../accounting/JournalEntry.js";
|
|
5
|
+
import { JournalEntry } from "../financial/accounting/JournalEntry.js";
|
|
6
6
|
import { Person } from "../catalog/person/Person.js";
|
|
7
7
|
import { PersonAddress } from "../catalog/person/PersonAddress.js";
|
|
8
8
|
import { Workflow } from "../system/workflow/Workflow.js";
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { Account } from "../accounting/Account.js";
|
|
2
|
-
import { AccountComplement } from "../accounting/AccountComplement.js";
|
|
3
|
-
import { AssetTag } from "../accounting/AssetTag.js";
|
|
1
|
+
import { Account } from "../financial/accounting/Account.js";
|
|
2
|
+
import { AccountComplement } from "../financial/accounting/AccountComplement.js";
|
|
3
|
+
import { AssetTag } from "../financial/accounting/AssetTag.js";
|
|
4
4
|
import { ProductPacking } from "../catalog/product/ProductPacking.js";
|
|
5
|
-
import { TaxationOperation } from "
|
|
6
|
-
import { TaxationRule } from "
|
|
5
|
+
import { TaxationOperation } from "./taxation/TaxationOperation.js";
|
|
6
|
+
import { TaxationRule } from "./taxation/TaxationRule.js";
|
|
7
7
|
import { Unit } from "../catalog/product/Unit.js";
|
|
8
8
|
export declare class InvoiceItem {
|
|
9
9
|
OTHER_VALUES_FREIGHT: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Account } from "../accounting/Account.js";
|
|
2
|
-
import { AccountComplement } from "../accounting/AccountComplement.js";
|
|
1
|
+
import { Account } from "../financial/accounting/Account.js";
|
|
2
|
+
import { AccountComplement } from "../financial/accounting/AccountComplement.js";
|
|
3
3
|
import { InvoiceItem } from "./InvoiceItem.js";
|
|
4
4
|
export declare class InvoiceItemAccounting {
|
|
5
5
|
id: number;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Account } from "../accounting/Account.js";
|
|
2
|
-
import { AccountComplement } from "../accounting/AccountComplement.js";
|
|
1
|
+
import { Account } from "../financial/accounting/Account.js";
|
|
2
|
+
import { AccountComplement } from "../financial/accounting/AccountComplement.js";
|
|
3
3
|
import { Invoice } from "./Invoice.js";
|
|
4
4
|
export declare class InvoicePayment {
|
|
5
5
|
id: number;
|
|
@@ -2,7 +2,7 @@ import { Company } from "../catalog/company/Company.js";
|
|
|
2
2
|
import { FiscalProfileOperation } from "./FiscalProfileOperation.js";
|
|
3
3
|
import { FiscalProfilePerson } from "./FiscalProfilePerson.js";
|
|
4
4
|
import { InvoiceSeries } from "./InvoiceSeries.js";
|
|
5
|
-
import { JournalEntry } from "../accounting/JournalEntry.js";
|
|
5
|
+
import { JournalEntry } from "../financial/accounting/JournalEntry.js";
|
|
6
6
|
import { OutgoingList } from "../material/OutgoingList.js";
|
|
7
7
|
import { Person } from "../catalog/person/Person.js";
|
|
8
8
|
import { PersonAddress } from "../catalog/person/PersonAddress.js";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { Account } from "../accounting/Account.js";
|
|
2
|
-
import { AccountComplement } from "../accounting/AccountComplement.js";
|
|
3
|
-
import { AssetTag } from "../accounting/AssetTag.js";
|
|
1
|
+
import { Account } from "../financial/accounting/Account.js";
|
|
2
|
+
import { AccountComplement } from "../financial/accounting/AccountComplement.js";
|
|
3
|
+
import { AssetTag } from "../financial/accounting/AssetTag.js";
|
|
4
4
|
import { OutgoingInvoice } from "./OutgoingInvoice.js";
|
|
5
5
|
import { ProductPacking } from "../catalog/product/ProductPacking.js";
|
|
6
|
-
import { TaxationOperation } from "
|
|
7
|
-
import { TaxationRule } from "
|
|
6
|
+
import { TaxationOperation } from "./taxation/TaxationOperation.js";
|
|
7
|
+
import { TaxationRule } from "./taxation/TaxationRule.js";
|
|
8
8
|
import { Unit } from "../catalog/product/Unit.js";
|
|
9
9
|
export declare class OutgoingInvoiceItem {
|
|
10
10
|
outgoingInvoice: OutgoingInvoice;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export * as br from "./br/br.module.js";
|
|
2
|
+
export * as taxation from "./taxation/taxation.module.js";
|
|
2
3
|
export { FiscalService } from "./FiscalService.js";
|
|
3
4
|
export { FiscalProfileOperation } from "./FiscalProfileOperation.js";
|
|
4
5
|
export { FiscalProfilePerson } from "./FiscalProfilePerson.js";
|