namirasoft-erp 1.4.0
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/NamirasoftErpServer.d.ts +35 -0
- package/dist/NamirasoftErpServer.js +42 -0
- package/dist/NamirasoftErpServer.js.map +1 -0
- package/dist/NamirasoftErpServerAccountPartyType.d.ts +14 -0
- package/dist/NamirasoftErpServerAccountPartyType.js +41 -0
- package/dist/NamirasoftErpServerAccountPartyType.js.map +1 -0
- package/dist/NamirasoftErpServerBase.d.ts +5 -0
- package/dist/NamirasoftErpServerBase.js +11 -0
- package/dist/NamirasoftErpServerBase.js.map +1 -0
- package/dist/NamirasoftErpServerBranch.d.ts +18 -0
- package/dist/NamirasoftErpServerBranch.js +64 -0
- package/dist/NamirasoftErpServerBranch.js.map +1 -0
- package/dist/NamirasoftErpServerCompany.d.ts +18 -0
- package/dist/NamirasoftErpServerCompany.js +64 -0
- package/dist/NamirasoftErpServerCompany.js.map +1 -0
- package/dist/NamirasoftErpServerCurrency.d.ts +18 -0
- package/dist/NamirasoftErpServerCurrency.js +64 -0
- package/dist/NamirasoftErpServerCurrency.js.map +1 -0
- package/dist/NamirasoftErpServerCurrencyExchange.d.ts +18 -0
- package/dist/NamirasoftErpServerCurrencyExchange.js +64 -0
- package/dist/NamirasoftErpServerCurrencyExchange.js.map +1 -0
- package/dist/NamirasoftErpServerERPAccount.d.ts +18 -0
- package/dist/NamirasoftErpServerERPAccount.js +64 -0
- package/dist/NamirasoftErpServerERPAccount.js.map +1 -0
- package/dist/NamirasoftErpServerFiscalYear.d.ts +18 -0
- package/dist/NamirasoftErpServerFiscalYear.js +64 -0
- package/dist/NamirasoftErpServerFiscalYear.js.map +1 -0
- package/dist/NamirasoftErpServerHealth.d.ts +8 -0
- package/dist/NamirasoftErpServerHealth.js +35 -0
- package/dist/NamirasoftErpServerHealth.js.map +1 -0
- package/dist/NamirasoftErpServerHealthz.d.ts +7 -0
- package/dist/NamirasoftErpServerHealthz.js +28 -0
- package/dist/NamirasoftErpServerHealthz.js.map +1 -0
- package/dist/NamirasoftErpServerJournalEntry.d.ts +18 -0
- package/dist/NamirasoftErpServerJournalEntry.js +64 -0
- package/dist/NamirasoftErpServerJournalEntry.js.map +1 -0
- package/dist/NamirasoftErpServerJournalEntryLine.d.ts +14 -0
- package/dist/NamirasoftErpServerJournalEntryLine.js +41 -0
- package/dist/NamirasoftErpServerJournalEntryLine.js.map +1 -0
- package/dist/NamirasoftErpServerMetrics.d.ts +7 -0
- package/dist/NamirasoftErpServerMetrics.js +28 -0
- package/dist/NamirasoftErpServerMetrics.js.map +1 -0
- package/dist/NamirasoftErpServerParty.d.ts +18 -0
- package/dist/NamirasoftErpServerParty.js +64 -0
- package/dist/NamirasoftErpServerParty.js.map +1 -0
- package/dist/NamirasoftErpServerPartyType.d.ts +18 -0
- package/dist/NamirasoftErpServerPartyType.js +64 -0
- package/dist/NamirasoftErpServerPartyType.js.map +1 -0
- package/dist/NamirasoftErpServerValue.d.ts +7 -0
- package/dist/NamirasoftErpServerValue.js +29 -0
- package/dist/NamirasoftErpServerValue.js.map +1 -0
- package/dist/command/AccountPartyTypeCommand.d.ts +4 -0
- package/dist/command/AccountPartyTypeCommand.js +17 -0
- package/dist/command/AccountPartyTypeCommand.js.map +1 -0
- package/dist/command/AccountPartyTypeGetCommand.d.ts +5 -0
- package/dist/command/AccountPartyTypeGetCommand.js +38 -0
- package/dist/command/AccountPartyTypeGetCommand.js.map +1 -0
- package/dist/command/AccountPartyTypeListCommand.d.ts +5 -0
- package/dist/command/AccountPartyTypeListCommand.js +38 -0
- package/dist/command/AccountPartyTypeListCommand.js.map +1 -0
- package/dist/command/BranchCommand.d.ts +4 -0
- package/dist/command/BranchCommand.js +23 -0
- package/dist/command/BranchCommand.js.map +1 -0
- package/dist/command/BranchCreateCommand.d.ts +5 -0
- package/dist/command/BranchCreateCommand.js +94 -0
- package/dist/command/BranchCreateCommand.js.map +1 -0
- package/dist/command/BranchDeleteCommand.d.ts +5 -0
- package/dist/command/BranchDeleteCommand.js +38 -0
- package/dist/command/BranchDeleteCommand.js.map +1 -0
- package/dist/command/BranchGetCommand.d.ts +5 -0
- package/dist/command/BranchGetCommand.js +38 -0
- package/dist/command/BranchGetCommand.js.map +1 -0
- package/dist/command/BranchListCommand.d.ts +5 -0
- package/dist/command/BranchListCommand.js +38 -0
- package/dist/command/BranchListCommand.js.map +1 -0
- package/dist/command/BranchUpdateCommand.d.ts +5 -0
- package/dist/command/BranchUpdateCommand.js +94 -0
- package/dist/command/BranchUpdateCommand.js.map +1 -0
- package/dist/command/CompanyCommand.d.ts +4 -0
- package/dist/command/CompanyCommand.js +23 -0
- package/dist/command/CompanyCommand.js.map +1 -0
- package/dist/command/CompanyCreateCommand.d.ts +5 -0
- package/dist/command/CompanyCreateCommand.js +67 -0
- package/dist/command/CompanyCreateCommand.js.map +1 -0
- package/dist/command/CompanyDeleteCommand.d.ts +5 -0
- package/dist/command/CompanyDeleteCommand.js +38 -0
- package/dist/command/CompanyDeleteCommand.js.map +1 -0
- package/dist/command/CompanyGetCommand.d.ts +5 -0
- package/dist/command/CompanyGetCommand.js +38 -0
- package/dist/command/CompanyGetCommand.js.map +1 -0
- package/dist/command/CompanyListCommand.d.ts +5 -0
- package/dist/command/CompanyListCommand.js +38 -0
- package/dist/command/CompanyListCommand.js.map +1 -0
- package/dist/command/CompanyUpdateCommand.d.ts +5 -0
- package/dist/command/CompanyUpdateCommand.js +67 -0
- package/dist/command/CompanyUpdateCommand.js.map +1 -0
- package/dist/command/CurrencyCommand.d.ts +4 -0
- package/dist/command/CurrencyCommand.js +23 -0
- package/dist/command/CurrencyCommand.js.map +1 -0
- package/dist/command/CurrencyCreateCommand.d.ts +5 -0
- package/dist/command/CurrencyCreateCommand.js +94 -0
- package/dist/command/CurrencyCreateCommand.js.map +1 -0
- package/dist/command/CurrencyDeleteCommand.d.ts +5 -0
- package/dist/command/CurrencyDeleteCommand.js +38 -0
- package/dist/command/CurrencyDeleteCommand.js.map +1 -0
- package/dist/command/CurrencyExchangeCommand.d.ts +4 -0
- package/dist/command/CurrencyExchangeCommand.js +23 -0
- package/dist/command/CurrencyExchangeCommand.js.map +1 -0
- package/dist/command/CurrencyExchangeCreateCommand.d.ts +5 -0
- package/dist/command/CurrencyExchangeCreateCommand.js +76 -0
- package/dist/command/CurrencyExchangeCreateCommand.js.map +1 -0
- package/dist/command/CurrencyExchangeDeleteCommand.d.ts +5 -0
- package/dist/command/CurrencyExchangeDeleteCommand.js +38 -0
- package/dist/command/CurrencyExchangeDeleteCommand.js.map +1 -0
- package/dist/command/CurrencyExchangeGetCommand.d.ts +5 -0
- package/dist/command/CurrencyExchangeGetCommand.js +38 -0
- package/dist/command/CurrencyExchangeGetCommand.js.map +1 -0
- package/dist/command/CurrencyExchangeListCommand.d.ts +5 -0
- package/dist/command/CurrencyExchangeListCommand.js +38 -0
- package/dist/command/CurrencyExchangeListCommand.js.map +1 -0
- package/dist/command/CurrencyExchangeUpdateCommand.d.ts +5 -0
- package/dist/command/CurrencyExchangeUpdateCommand.js +76 -0
- package/dist/command/CurrencyExchangeUpdateCommand.js.map +1 -0
- package/dist/command/CurrencyGetCommand.d.ts +5 -0
- package/dist/command/CurrencyGetCommand.js +38 -0
- package/dist/command/CurrencyGetCommand.js.map +1 -0
- package/dist/command/CurrencyListCommand.d.ts +5 -0
- package/dist/command/CurrencyListCommand.js +38 -0
- package/dist/command/CurrencyListCommand.js.map +1 -0
- package/dist/command/CurrencyUpdateCommand.d.ts +5 -0
- package/dist/command/CurrencyUpdateCommand.js +94 -0
- package/dist/command/CurrencyUpdateCommand.js.map +1 -0
- package/dist/command/ERPAccountCommand.d.ts +4 -0
- package/dist/command/ERPAccountCommand.js +23 -0
- package/dist/command/ERPAccountCommand.js.map +1 -0
- package/dist/command/ERPAccountCreateCommand.d.ts +5 -0
- package/dist/command/ERPAccountCreateCommand.js +112 -0
- package/dist/command/ERPAccountCreateCommand.js.map +1 -0
- package/dist/command/ERPAccountDeleteCommand.d.ts +5 -0
- package/dist/command/ERPAccountDeleteCommand.js +38 -0
- package/dist/command/ERPAccountDeleteCommand.js.map +1 -0
- package/dist/command/ERPAccountGetCommand.d.ts +5 -0
- package/dist/command/ERPAccountGetCommand.js +38 -0
- package/dist/command/ERPAccountGetCommand.js.map +1 -0
- package/dist/command/ERPAccountListCommand.d.ts +5 -0
- package/dist/command/ERPAccountListCommand.js +38 -0
- package/dist/command/ERPAccountListCommand.js.map +1 -0
- package/dist/command/ERPAccountUpdateCommand.d.ts +5 -0
- package/dist/command/ERPAccountUpdateCommand.js +112 -0
- package/dist/command/ERPAccountUpdateCommand.js.map +1 -0
- package/dist/command/FiscalYearCommand.d.ts +4 -0
- package/dist/command/FiscalYearCommand.js +23 -0
- package/dist/command/FiscalYearCommand.js.map +1 -0
- package/dist/command/FiscalYearCreateCommand.d.ts +5 -0
- package/dist/command/FiscalYearCreateCommand.js +94 -0
- package/dist/command/FiscalYearCreateCommand.js.map +1 -0
- package/dist/command/FiscalYearDeleteCommand.d.ts +5 -0
- package/dist/command/FiscalYearDeleteCommand.js +38 -0
- package/dist/command/FiscalYearDeleteCommand.js.map +1 -0
- package/dist/command/FiscalYearGetCommand.d.ts +5 -0
- package/dist/command/FiscalYearGetCommand.js +38 -0
- package/dist/command/FiscalYearGetCommand.js.map +1 -0
- package/dist/command/FiscalYearListCommand.d.ts +5 -0
- package/dist/command/FiscalYearListCommand.js +38 -0
- package/dist/command/FiscalYearListCommand.js.map +1 -0
- package/dist/command/FiscalYearUpdateCommand.d.ts +5 -0
- package/dist/command/FiscalYearUpdateCommand.js +94 -0
- package/dist/command/FiscalYearUpdateCommand.js.map +1 -0
- package/dist/command/HealthCommand.d.ts +4 -0
- package/dist/command/HealthCommand.js +17 -0
- package/dist/command/HealthCommand.js.map +1 -0
- package/dist/command/HealthLivenessCommand.d.ts +5 -0
- package/dist/command/HealthLivenessCommand.js +38 -0
- package/dist/command/HealthLivenessCommand.js.map +1 -0
- package/dist/command/HealthReadinessCommand.d.ts +5 -0
- package/dist/command/HealthReadinessCommand.js +38 -0
- package/dist/command/HealthReadinessCommand.js.map +1 -0
- package/dist/command/HealthzCommand.d.ts +4 -0
- package/dist/command/HealthzCommand.js +15 -0
- package/dist/command/HealthzCommand.js.map +1 -0
- package/dist/command/HealthzGetCommand.d.ts +5 -0
- package/dist/command/HealthzGetCommand.js +38 -0
- package/dist/command/HealthzGetCommand.js.map +1 -0
- package/dist/command/JournalEntryCommand.d.ts +4 -0
- package/dist/command/JournalEntryCommand.js +23 -0
- package/dist/command/JournalEntryCommand.js.map +1 -0
- package/dist/command/JournalEntryCreateCommand.d.ts +5 -0
- package/dist/command/JournalEntryCreateCommand.js +121 -0
- package/dist/command/JournalEntryCreateCommand.js.map +1 -0
- package/dist/command/JournalEntryDeleteCommand.d.ts +5 -0
- package/dist/command/JournalEntryDeleteCommand.js +38 -0
- package/dist/command/JournalEntryDeleteCommand.js.map +1 -0
- package/dist/command/JournalEntryGetCommand.d.ts +5 -0
- package/dist/command/JournalEntryGetCommand.js +38 -0
- package/dist/command/JournalEntryGetCommand.js.map +1 -0
- package/dist/command/JournalEntryLineCommand.d.ts +4 -0
- package/dist/command/JournalEntryLineCommand.js +17 -0
- package/dist/command/JournalEntryLineCommand.js.map +1 -0
- package/dist/command/JournalEntryLineGetCommand.d.ts +5 -0
- package/dist/command/JournalEntryLineGetCommand.js +38 -0
- package/dist/command/JournalEntryLineGetCommand.js.map +1 -0
- package/dist/command/JournalEntryLineListCommand.d.ts +5 -0
- package/dist/command/JournalEntryLineListCommand.js +38 -0
- package/dist/command/JournalEntryLineListCommand.js.map +1 -0
- package/dist/command/JournalEntryListCommand.d.ts +5 -0
- package/dist/command/JournalEntryListCommand.js +38 -0
- package/dist/command/JournalEntryListCommand.js.map +1 -0
- package/dist/command/JournalEntryUpdateCommand.d.ts +5 -0
- package/dist/command/JournalEntryUpdateCommand.js +121 -0
- package/dist/command/JournalEntryUpdateCommand.js.map +1 -0
- package/dist/command/MetricsCommand.d.ts +4 -0
- package/dist/command/MetricsCommand.js +15 -0
- package/dist/command/MetricsCommand.js.map +1 -0
- package/dist/command/MetricsGetCommand.d.ts +5 -0
- package/dist/command/MetricsGetCommand.js +38 -0
- package/dist/command/MetricsGetCommand.js.map +1 -0
- package/dist/command/PartyCommand.d.ts +4 -0
- package/dist/command/PartyCommand.js +23 -0
- package/dist/command/PartyCommand.js.map +1 -0
- package/dist/command/PartyCreateCommand.d.ts +5 -0
- package/dist/command/PartyCreateCommand.js +94 -0
- package/dist/command/PartyCreateCommand.js.map +1 -0
- package/dist/command/PartyDeleteCommand.d.ts +5 -0
- package/dist/command/PartyDeleteCommand.js +38 -0
- package/dist/command/PartyDeleteCommand.js.map +1 -0
- package/dist/command/PartyGetCommand.d.ts +5 -0
- package/dist/command/PartyGetCommand.js +38 -0
- package/dist/command/PartyGetCommand.js.map +1 -0
- package/dist/command/PartyListCommand.d.ts +5 -0
- package/dist/command/PartyListCommand.js +38 -0
- package/dist/command/PartyListCommand.js.map +1 -0
- package/dist/command/PartyTypeCommand.d.ts +4 -0
- package/dist/command/PartyTypeCommand.js +23 -0
- package/dist/command/PartyTypeCommand.js.map +1 -0
- package/dist/command/PartyTypeCreateCommand.d.ts +5 -0
- package/dist/command/PartyTypeCreateCommand.js +85 -0
- package/dist/command/PartyTypeCreateCommand.js.map +1 -0
- package/dist/command/PartyTypeDeleteCommand.d.ts +5 -0
- package/dist/command/PartyTypeDeleteCommand.js +38 -0
- package/dist/command/PartyTypeDeleteCommand.js.map +1 -0
- package/dist/command/PartyTypeGetCommand.d.ts +5 -0
- package/dist/command/PartyTypeGetCommand.js +38 -0
- package/dist/command/PartyTypeGetCommand.js.map +1 -0
- package/dist/command/PartyTypeListCommand.d.ts +5 -0
- package/dist/command/PartyTypeListCommand.js +38 -0
- package/dist/command/PartyTypeListCommand.js.map +1 -0
- package/dist/command/PartyTypeUpdateCommand.d.ts +5 -0
- package/dist/command/PartyTypeUpdateCommand.js +85 -0
- package/dist/command/PartyTypeUpdateCommand.js.map +1 -0
- package/dist/command/PartyUpdateCommand.d.ts +5 -0
- package/dist/command/PartyUpdateCommand.js +94 -0
- package/dist/command/PartyUpdateCommand.js.map +1 -0
- package/dist/command/ValueCommand.d.ts +4 -0
- package/dist/command/ValueCommand.js +15 -0
- package/dist/command/ValueCommand.js.map +1 -0
- package/dist/command/ValueListCommand.d.ts +5 -0
- package/dist/command/ValueListCommand.js +38 -0
- package/dist/command/ValueListCommand.js.map +1 -0
- package/dist/command/cli.d.ts +2 -0
- package/dist/command/cli.js +42 -0
- package/dist/command/cli.js.map +1 -0
- package/dist/enum/AccountType.d.ts +7 -0
- package/dist/enum/AccountType.js +12 -0
- package/dist/enum/AccountType.js.map +1 -0
- package/dist/index.d.ts +119 -0
- package/dist/index.js +136 -0
- package/dist/index.js.map +1 -0
- package/dist/meta/AccountMetaTable.d.ts +21 -0
- package/dist/meta/AccountMetaTable.js +31 -0
- package/dist/meta/AccountMetaTable.js.map +1 -0
- package/dist/meta/AccountPartyTypeMetaTable.d.ts +14 -0
- package/dist/meta/AccountPartyTypeMetaTable.js +39 -0
- package/dist/meta/AccountPartyTypeMetaTable.js.map +1 -0
- package/dist/meta/BranchMetaTable.d.ts +19 -0
- package/dist/meta/BranchMetaTable.js +42 -0
- package/dist/meta/BranchMetaTable.js.map +1 -0
- package/dist/meta/CompanyMetaTable.d.ts +16 -0
- package/dist/meta/CompanyMetaTable.js +39 -0
- package/dist/meta/CompanyMetaTable.js.map +1 -0
- package/dist/meta/CurrencyExchangeMetaTable.d.ts +17 -0
- package/dist/meta/CurrencyExchangeMetaTable.js +40 -0
- package/dist/meta/CurrencyExchangeMetaTable.js.map +1 -0
- package/dist/meta/CurrencyMetaTable.d.ts +19 -0
- package/dist/meta/CurrencyMetaTable.js +42 -0
- package/dist/meta/CurrencyMetaTable.js.map +1 -0
- package/dist/meta/FiscalYearMetaTable.d.ts +19 -0
- package/dist/meta/FiscalYearMetaTable.js +42 -0
- package/dist/meta/FiscalYearMetaTable.js.map +1 -0
- package/dist/meta/JournalEntryLineMetaTable.d.ts +19 -0
- package/dist/meta/JournalEntryLineMetaTable.js +44 -0
- package/dist/meta/JournalEntryLineMetaTable.js.map +1 -0
- package/dist/meta/JournalEntryMetaTable.d.ts +22 -0
- package/dist/meta/JournalEntryMetaTable.js +45 -0
- package/dist/meta/JournalEntryMetaTable.js.map +1 -0
- package/dist/meta/NamirasoftErpMetaDatabase.d.ts +33 -0
- package/dist/meta/NamirasoftErpMetaDatabase.js +47 -0
- package/dist/meta/NamirasoftErpMetaDatabase.js.map +1 -0
- package/dist/meta/PartyMetaTable.d.ts +19 -0
- package/dist/meta/PartyMetaTable.js +42 -0
- package/dist/meta/PartyMetaTable.js.map +1 -0
- package/dist/meta/PartyTypeMetaTable.d.ts +18 -0
- package/dist/meta/PartyTypeMetaTable.js +41 -0
- package/dist/meta/PartyTypeMetaTable.js.map +1 -0
- package/dist/row/AccountInputRow.d.ts +11 -0
- package/dist/row/AccountInputRow.js +3 -0
- package/dist/row/AccountInputRow.js.map +1 -0
- package/dist/row/AccountPartyTypeRow.d.ts +7 -0
- package/dist/row/AccountPartyTypeRow.js +3 -0
- package/dist/row/AccountPartyTypeRow.js.map +1 -0
- package/dist/row/AccountRow.d.ts +15 -0
- package/dist/row/AccountRow.js +3 -0
- package/dist/row/AccountRow.js.map +1 -0
- package/dist/row/BranchInputRow.d.ts +8 -0
- package/dist/row/BranchInputRow.js +3 -0
- package/dist/row/BranchInputRow.js.map +1 -0
- package/dist/row/BranchRow.d.ts +12 -0
- package/dist/row/BranchRow.js +3 -0
- package/dist/row/BranchRow.js.map +1 -0
- package/dist/row/CompanyInputRow.d.ts +5 -0
- package/dist/row/CompanyInputRow.js +3 -0
- package/dist/row/CompanyInputRow.js.map +1 -0
- package/dist/row/CompanyRow.d.ts +9 -0
- package/dist/row/CompanyRow.js +3 -0
- package/dist/row/CompanyRow.js.map +1 -0
- package/dist/row/CurrencyExchangeInputRow.d.ts +6 -0
- package/dist/row/CurrencyExchangeInputRow.js +3 -0
- package/dist/row/CurrencyExchangeInputRow.js.map +1 -0
- package/dist/row/CurrencyExchangeRow.d.ts +10 -0
- package/dist/row/CurrencyExchangeRow.js +3 -0
- package/dist/row/CurrencyExchangeRow.js.map +1 -0
- package/dist/row/CurrencyInputRow.d.ts +8 -0
- package/dist/row/CurrencyInputRow.js +3 -0
- package/dist/row/CurrencyInputRow.js.map +1 -0
- package/dist/row/CurrencyRow.d.ts +12 -0
- package/dist/row/CurrencyRow.js +3 -0
- package/dist/row/CurrencyRow.js.map +1 -0
- package/dist/row/FiscalYearInputRow.d.ts +8 -0
- package/dist/row/FiscalYearInputRow.js +3 -0
- package/dist/row/FiscalYearInputRow.js.map +1 -0
- package/dist/row/FiscalYearRow.d.ts +12 -0
- package/dist/row/FiscalYearRow.js +3 -0
- package/dist/row/FiscalYearRow.js.map +1 -0
- package/dist/row/JournalEntryInputRow.d.ts +11 -0
- package/dist/row/JournalEntryInputRow.js +3 -0
- package/dist/row/JournalEntryInputRow.js.map +1 -0
- package/dist/row/JournalEntryLineRow.d.ts +12 -0
- package/dist/row/JournalEntryLineRow.js +3 -0
- package/dist/row/JournalEntryLineRow.js.map +1 -0
- package/dist/row/JournalEntryRow.d.ts +15 -0
- package/dist/row/JournalEntryRow.js +3 -0
- package/dist/row/JournalEntryRow.js.map +1 -0
- package/dist/row/PartyInputRow.d.ts +8 -0
- package/dist/row/PartyInputRow.js +3 -0
- package/dist/row/PartyInputRow.js.map +1 -0
- package/dist/row/PartyRow.d.ts +12 -0
- package/dist/row/PartyRow.js +3 -0
- package/dist/row/PartyRow.js.map +1 -0
- package/dist/row/PartyTypeInputRow.d.ts +7 -0
- package/dist/row/PartyTypeInputRow.js +3 -0
- package/dist/row/PartyTypeInputRow.js.map +1 -0
- package/dist/row/PartyTypeRow.d.ts +11 -0
- package/dist/row/PartyTypeRow.js +3 -0
- package/dist/row/PartyTypeRow.js.map +1 -0
- package/logo.png +0 -0
- package/package.json +28 -0
- package/src/NamirasoftErpServer.ts +75 -0
- package/src/NamirasoftErpServerAccountPartyType.ts +50 -0
- package/src/NamirasoftErpServerBase.ts +30 -0
- package/src/NamirasoftErpServerBranch.ts +71 -0
- package/src/NamirasoftErpServerCompany.ts +71 -0
- package/src/NamirasoftErpServerCurrency.ts +71 -0
- package/src/NamirasoftErpServerCurrencyExchange.ts +71 -0
- package/src/NamirasoftErpServerERPAccount.ts +71 -0
- package/src/NamirasoftErpServerFiscalYear.ts +71 -0
- package/src/NamirasoftErpServerHealth.ts +43 -0
- package/src/NamirasoftErpServerHealthz.ts +37 -0
- package/src/NamirasoftErpServerJournalEntry.ts +71 -0
- package/src/NamirasoftErpServerJournalEntryLine.ts +50 -0
- package/src/NamirasoftErpServerMetrics.ts +37 -0
- package/src/NamirasoftErpServerParty.ts +71 -0
- package/src/NamirasoftErpServerPartyType.ts +71 -0
- package/src/NamirasoftErpServerValue.ts +38 -0
- package/src/command/AccountPartyTypeCommand.ts +34 -0
- package/src/command/AccountPartyTypeGetCommand.ts +45 -0
- package/src/command/AccountPartyTypeListCommand.ts +45 -0
- package/src/command/BranchCommand.ts +40 -0
- package/src/command/BranchCreateCommand.ts +101 -0
- package/src/command/BranchDeleteCommand.ts +45 -0
- package/src/command/BranchGetCommand.ts +45 -0
- package/src/command/BranchListCommand.ts +45 -0
- package/src/command/BranchUpdateCommand.ts +101 -0
- package/src/command/CompanyCommand.ts +40 -0
- package/src/command/CompanyCreateCommand.ts +74 -0
- package/src/command/CompanyDeleteCommand.ts +45 -0
- package/src/command/CompanyGetCommand.ts +45 -0
- package/src/command/CompanyListCommand.ts +45 -0
- package/src/command/CompanyUpdateCommand.ts +74 -0
- package/src/command/CurrencyCommand.ts +40 -0
- package/src/command/CurrencyCreateCommand.ts +101 -0
- package/src/command/CurrencyDeleteCommand.ts +45 -0
- package/src/command/CurrencyExchangeCommand.ts +40 -0
- package/src/command/CurrencyExchangeCreateCommand.ts +83 -0
- package/src/command/CurrencyExchangeDeleteCommand.ts +45 -0
- package/src/command/CurrencyExchangeGetCommand.ts +45 -0
- package/src/command/CurrencyExchangeListCommand.ts +45 -0
- package/src/command/CurrencyExchangeUpdateCommand.ts +83 -0
- package/src/command/CurrencyGetCommand.ts +45 -0
- package/src/command/CurrencyListCommand.ts +45 -0
- package/src/command/CurrencyUpdateCommand.ts +101 -0
- package/src/command/ERPAccountCommand.ts +40 -0
- package/src/command/ERPAccountCreateCommand.ts +119 -0
- package/src/command/ERPAccountDeleteCommand.ts +45 -0
- package/src/command/ERPAccountGetCommand.ts +45 -0
- package/src/command/ERPAccountListCommand.ts +45 -0
- package/src/command/ERPAccountUpdateCommand.ts +119 -0
- package/src/command/FiscalYearCommand.ts +40 -0
- package/src/command/FiscalYearCreateCommand.ts +101 -0
- package/src/command/FiscalYearDeleteCommand.ts +45 -0
- package/src/command/FiscalYearGetCommand.ts +45 -0
- package/src/command/FiscalYearListCommand.ts +45 -0
- package/src/command/FiscalYearUpdateCommand.ts +101 -0
- package/src/command/HealthCommand.ts +34 -0
- package/src/command/HealthLivenessCommand.ts +45 -0
- package/src/command/HealthReadinessCommand.ts +45 -0
- package/src/command/HealthzCommand.ts +32 -0
- package/src/command/HealthzGetCommand.ts +45 -0
- package/src/command/JournalEntryCommand.ts +40 -0
- package/src/command/JournalEntryCreateCommand.ts +128 -0
- package/src/command/JournalEntryDeleteCommand.ts +45 -0
- package/src/command/JournalEntryGetCommand.ts +45 -0
- package/src/command/JournalEntryLineCommand.ts +34 -0
- package/src/command/JournalEntryLineGetCommand.ts +45 -0
- package/src/command/JournalEntryLineListCommand.ts +45 -0
- package/src/command/JournalEntryListCommand.ts +45 -0
- package/src/command/JournalEntryUpdateCommand.ts +128 -0
- package/src/command/MetricsCommand.ts +32 -0
- package/src/command/MetricsGetCommand.ts +45 -0
- package/src/command/PartyCommand.ts +40 -0
- package/src/command/PartyCreateCommand.ts +101 -0
- package/src/command/PartyDeleteCommand.ts +45 -0
- package/src/command/PartyGetCommand.ts +45 -0
- package/src/command/PartyListCommand.ts +45 -0
- package/src/command/PartyTypeCommand.ts +40 -0
- package/src/command/PartyTypeCreateCommand.ts +92 -0
- package/src/command/PartyTypeDeleteCommand.ts +45 -0
- package/src/command/PartyTypeGetCommand.ts +45 -0
- package/src/command/PartyTypeListCommand.ts +45 -0
- package/src/command/PartyTypeUpdateCommand.ts +92 -0
- package/src/command/PartyUpdateCommand.ts +101 -0
- package/src/command/ValueCommand.ts +32 -0
- package/src/command/ValueListCommand.ts +45 -0
- package/src/command/cli.ts +61 -0
- package/src/enum/AccountType.ts +28 -0
- package/src/index.ts +139 -0
- package/src/meta/AccountMetaTable.ts +64 -0
- package/src/meta/AccountPartyTypeMetaTable.ts +59 -0
- package/src/meta/BranchMetaTable.ts +67 -0
- package/src/meta/CompanyMetaTable.ts +61 -0
- package/src/meta/CurrencyExchangeMetaTable.ts +63 -0
- package/src/meta/CurrencyMetaTable.ts +67 -0
- package/src/meta/FiscalYearMetaTable.ts +67 -0
- package/src/meta/JournalEntryLineMetaTable.ts +69 -0
- package/src/meta/JournalEntryMetaTable.ts +73 -0
- package/src/meta/NamirasoftErpMetaDatabase.ts +81 -0
- package/src/meta/PartyMetaTable.ts +67 -0
- package/src/meta/PartyTypeMetaTable.ts +65 -0
- package/src/row/AccountInputRow.ts +33 -0
- package/src/row/AccountPartyTypeRow.ts +28 -0
- package/src/row/AccountRow.ts +37 -0
- package/src/row/BranchInputRow.ts +29 -0
- package/src/row/BranchRow.ts +33 -0
- package/src/row/CompanyInputRow.ts +26 -0
- package/src/row/CompanyRow.ts +30 -0
- package/src/row/CurrencyExchangeInputRow.ts +27 -0
- package/src/row/CurrencyExchangeRow.ts +31 -0
- package/src/row/CurrencyInputRow.ts +29 -0
- package/src/row/CurrencyRow.ts +33 -0
- package/src/row/FiscalYearInputRow.ts +29 -0
- package/src/row/FiscalYearRow.ts +33 -0
- package/src/row/JournalEntryInputRow.ts +32 -0
- package/src/row/JournalEntryLineRow.ts +33 -0
- package/src/row/JournalEntryRow.ts +36 -0
- package/src/row/PartyInputRow.ts +29 -0
- package/src/row/PartyRow.ts +33 -0
- package/src/row/PartyTypeInputRow.ts +28 -0
- package/src/row/PartyTypeRow.ts +32 -0
- package/tsconfig.json +45 -0
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
export * from "./NamirasoftErpServer";
|
|
2
|
+
export * from "./NamirasoftErpServerAccountPartyType";
|
|
3
|
+
export * from "./NamirasoftErpServerBase";
|
|
4
|
+
export * from "./NamirasoftErpServerBranch";
|
|
5
|
+
export * from "./NamirasoftErpServerCompany";
|
|
6
|
+
export * from "./NamirasoftErpServerCurrency";
|
|
7
|
+
export * from "./NamirasoftErpServerCurrencyExchange";
|
|
8
|
+
export * from "./NamirasoftErpServerERPAccount";
|
|
9
|
+
export * from "./NamirasoftErpServerFiscalYear";
|
|
10
|
+
export * from "./NamirasoftErpServerHealth";
|
|
11
|
+
export * from "./NamirasoftErpServerHealthz";
|
|
12
|
+
export * from "./NamirasoftErpServerJournalEntry";
|
|
13
|
+
export * from "./NamirasoftErpServerJournalEntryLine";
|
|
14
|
+
export * from "./NamirasoftErpServerMetrics";
|
|
15
|
+
export * from "./NamirasoftErpServerParty";
|
|
16
|
+
export * from "./NamirasoftErpServerPartyType";
|
|
17
|
+
export * from "./NamirasoftErpServerValue";
|
|
18
|
+
export * from "./command/AccountPartyTypeCommand";
|
|
19
|
+
export * from "./command/AccountPartyTypeGetCommand";
|
|
20
|
+
export * from "./command/AccountPartyTypeListCommand";
|
|
21
|
+
export * from "./command/BranchCommand";
|
|
22
|
+
export * from "./command/BranchCreateCommand";
|
|
23
|
+
export * from "./command/BranchDeleteCommand";
|
|
24
|
+
export * from "./command/BranchGetCommand";
|
|
25
|
+
export * from "./command/BranchListCommand";
|
|
26
|
+
export * from "./command/BranchUpdateCommand";
|
|
27
|
+
export * from "./command/CompanyCommand";
|
|
28
|
+
export * from "./command/CompanyCreateCommand";
|
|
29
|
+
export * from "./command/CompanyDeleteCommand";
|
|
30
|
+
export * from "./command/CompanyGetCommand";
|
|
31
|
+
export * from "./command/CompanyListCommand";
|
|
32
|
+
export * from "./command/CompanyUpdateCommand";
|
|
33
|
+
export * from "./command/CurrencyCommand";
|
|
34
|
+
export * from "./command/CurrencyCreateCommand";
|
|
35
|
+
export * from "./command/CurrencyDeleteCommand";
|
|
36
|
+
export * from "./command/CurrencyExchangeCommand";
|
|
37
|
+
export * from "./command/CurrencyExchangeCreateCommand";
|
|
38
|
+
export * from "./command/CurrencyExchangeDeleteCommand";
|
|
39
|
+
export * from "./command/CurrencyExchangeGetCommand";
|
|
40
|
+
export * from "./command/CurrencyExchangeListCommand";
|
|
41
|
+
export * from "./command/CurrencyExchangeUpdateCommand";
|
|
42
|
+
export * from "./command/CurrencyGetCommand";
|
|
43
|
+
export * from "./command/CurrencyListCommand";
|
|
44
|
+
export * from "./command/CurrencyUpdateCommand";
|
|
45
|
+
export * from "./command/ERPAccountCommand";
|
|
46
|
+
export * from "./command/ERPAccountCreateCommand";
|
|
47
|
+
export * from "./command/ERPAccountDeleteCommand";
|
|
48
|
+
export * from "./command/ERPAccountGetCommand";
|
|
49
|
+
export * from "./command/ERPAccountListCommand";
|
|
50
|
+
export * from "./command/ERPAccountUpdateCommand";
|
|
51
|
+
export * from "./command/FiscalYearCommand";
|
|
52
|
+
export * from "./command/FiscalYearCreateCommand";
|
|
53
|
+
export * from "./command/FiscalYearDeleteCommand";
|
|
54
|
+
export * from "./command/FiscalYearGetCommand";
|
|
55
|
+
export * from "./command/FiscalYearListCommand";
|
|
56
|
+
export * from "./command/FiscalYearUpdateCommand";
|
|
57
|
+
export * from "./command/HealthCommand";
|
|
58
|
+
export * from "./command/HealthLivenessCommand";
|
|
59
|
+
export * from "./command/HealthReadinessCommand";
|
|
60
|
+
export * from "./command/HealthzCommand";
|
|
61
|
+
export * from "./command/HealthzGetCommand";
|
|
62
|
+
export * from "./command/JournalEntryCommand";
|
|
63
|
+
export * from "./command/JournalEntryCreateCommand";
|
|
64
|
+
export * from "./command/JournalEntryDeleteCommand";
|
|
65
|
+
export * from "./command/JournalEntryGetCommand";
|
|
66
|
+
export * from "./command/JournalEntryLineCommand";
|
|
67
|
+
export * from "./command/JournalEntryLineGetCommand";
|
|
68
|
+
export * from "./command/JournalEntryLineListCommand";
|
|
69
|
+
export * from "./command/JournalEntryListCommand";
|
|
70
|
+
export * from "./command/JournalEntryUpdateCommand";
|
|
71
|
+
export * from "./command/MetricsCommand";
|
|
72
|
+
export * from "./command/MetricsGetCommand";
|
|
73
|
+
export * from "./command/PartyCommand";
|
|
74
|
+
export * from "./command/PartyCreateCommand";
|
|
75
|
+
export * from "./command/PartyDeleteCommand";
|
|
76
|
+
export * from "./command/PartyGetCommand";
|
|
77
|
+
export * from "./command/PartyListCommand";
|
|
78
|
+
export * from "./command/PartyTypeCommand";
|
|
79
|
+
export * from "./command/PartyTypeCreateCommand";
|
|
80
|
+
export * from "./command/PartyTypeDeleteCommand";
|
|
81
|
+
export * from "./command/PartyTypeGetCommand";
|
|
82
|
+
export * from "./command/PartyTypeListCommand";
|
|
83
|
+
export * from "./command/PartyTypeUpdateCommand";
|
|
84
|
+
export * from "./command/PartyUpdateCommand";
|
|
85
|
+
export * from "./command/ValueCommand";
|
|
86
|
+
export * from "./command/ValueListCommand";
|
|
87
|
+
export * from "./enum/AccountType";
|
|
88
|
+
export * from "./meta/AccountMetaTable";
|
|
89
|
+
export * from "./meta/AccountPartyTypeMetaTable";
|
|
90
|
+
export * from "./meta/BranchMetaTable";
|
|
91
|
+
export * from "./meta/CompanyMetaTable";
|
|
92
|
+
export * from "./meta/CurrencyExchangeMetaTable";
|
|
93
|
+
export * from "./meta/CurrencyMetaTable";
|
|
94
|
+
export * from "./meta/FiscalYearMetaTable";
|
|
95
|
+
export * from "./meta/JournalEntryLineMetaTable";
|
|
96
|
+
export * from "./meta/JournalEntryMetaTable";
|
|
97
|
+
export * from "./meta/NamirasoftErpMetaDatabase";
|
|
98
|
+
export * from "./meta/PartyMetaTable";
|
|
99
|
+
export * from "./meta/PartyTypeMetaTable";
|
|
100
|
+
export * from "./row/AccountInputRow";
|
|
101
|
+
export * from "./row/AccountPartyTypeRow";
|
|
102
|
+
export * from "./row/AccountRow";
|
|
103
|
+
export * from "./row/BranchInputRow";
|
|
104
|
+
export * from "./row/BranchRow";
|
|
105
|
+
export * from "./row/CompanyInputRow";
|
|
106
|
+
export * from "./row/CompanyRow";
|
|
107
|
+
export * from "./row/CurrencyExchangeInputRow";
|
|
108
|
+
export * from "./row/CurrencyExchangeRow";
|
|
109
|
+
export * from "./row/CurrencyInputRow";
|
|
110
|
+
export * from "./row/CurrencyRow";
|
|
111
|
+
export * from "./row/FiscalYearInputRow";
|
|
112
|
+
export * from "./row/FiscalYearRow";
|
|
113
|
+
export * from "./row/JournalEntryInputRow";
|
|
114
|
+
export * from "./row/JournalEntryLineRow";
|
|
115
|
+
export * from "./row/JournalEntryRow";
|
|
116
|
+
export * from "./row/PartyInputRow";
|
|
117
|
+
export * from "./row/PartyRow";
|
|
118
|
+
export * from "./row/PartyTypeInputRow";
|
|
119
|
+
export * from "./row/PartyTypeRow";
|
package/dist/index.js
ADDED
|
@@ -0,0 +1,136 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./NamirasoftErpServer"), exports);
|
|
18
|
+
__exportStar(require("./NamirasoftErpServerAccountPartyType"), exports);
|
|
19
|
+
__exportStar(require("./NamirasoftErpServerBase"), exports);
|
|
20
|
+
__exportStar(require("./NamirasoftErpServerBranch"), exports);
|
|
21
|
+
__exportStar(require("./NamirasoftErpServerCompany"), exports);
|
|
22
|
+
__exportStar(require("./NamirasoftErpServerCurrency"), exports);
|
|
23
|
+
__exportStar(require("./NamirasoftErpServerCurrencyExchange"), exports);
|
|
24
|
+
__exportStar(require("./NamirasoftErpServerERPAccount"), exports);
|
|
25
|
+
__exportStar(require("./NamirasoftErpServerFiscalYear"), exports);
|
|
26
|
+
__exportStar(require("./NamirasoftErpServerHealth"), exports);
|
|
27
|
+
__exportStar(require("./NamirasoftErpServerHealthz"), exports);
|
|
28
|
+
__exportStar(require("./NamirasoftErpServerJournalEntry"), exports);
|
|
29
|
+
__exportStar(require("./NamirasoftErpServerJournalEntryLine"), exports);
|
|
30
|
+
__exportStar(require("./NamirasoftErpServerMetrics"), exports);
|
|
31
|
+
__exportStar(require("./NamirasoftErpServerParty"), exports);
|
|
32
|
+
__exportStar(require("./NamirasoftErpServerPartyType"), exports);
|
|
33
|
+
__exportStar(require("./NamirasoftErpServerValue"), exports);
|
|
34
|
+
__exportStar(require("./command/AccountPartyTypeCommand"), exports);
|
|
35
|
+
__exportStar(require("./command/AccountPartyTypeGetCommand"), exports);
|
|
36
|
+
__exportStar(require("./command/AccountPartyTypeListCommand"), exports);
|
|
37
|
+
__exportStar(require("./command/BranchCommand"), exports);
|
|
38
|
+
__exportStar(require("./command/BranchCreateCommand"), exports);
|
|
39
|
+
__exportStar(require("./command/BranchDeleteCommand"), exports);
|
|
40
|
+
__exportStar(require("./command/BranchGetCommand"), exports);
|
|
41
|
+
__exportStar(require("./command/BranchListCommand"), exports);
|
|
42
|
+
__exportStar(require("./command/BranchUpdateCommand"), exports);
|
|
43
|
+
__exportStar(require("./command/CompanyCommand"), exports);
|
|
44
|
+
__exportStar(require("./command/CompanyCreateCommand"), exports);
|
|
45
|
+
__exportStar(require("./command/CompanyDeleteCommand"), exports);
|
|
46
|
+
__exportStar(require("./command/CompanyGetCommand"), exports);
|
|
47
|
+
__exportStar(require("./command/CompanyListCommand"), exports);
|
|
48
|
+
__exportStar(require("./command/CompanyUpdateCommand"), exports);
|
|
49
|
+
__exportStar(require("./command/CurrencyCommand"), exports);
|
|
50
|
+
__exportStar(require("./command/CurrencyCreateCommand"), exports);
|
|
51
|
+
__exportStar(require("./command/CurrencyDeleteCommand"), exports);
|
|
52
|
+
__exportStar(require("./command/CurrencyExchangeCommand"), exports);
|
|
53
|
+
__exportStar(require("./command/CurrencyExchangeCreateCommand"), exports);
|
|
54
|
+
__exportStar(require("./command/CurrencyExchangeDeleteCommand"), exports);
|
|
55
|
+
__exportStar(require("./command/CurrencyExchangeGetCommand"), exports);
|
|
56
|
+
__exportStar(require("./command/CurrencyExchangeListCommand"), exports);
|
|
57
|
+
__exportStar(require("./command/CurrencyExchangeUpdateCommand"), exports);
|
|
58
|
+
__exportStar(require("./command/CurrencyGetCommand"), exports);
|
|
59
|
+
__exportStar(require("./command/CurrencyListCommand"), exports);
|
|
60
|
+
__exportStar(require("./command/CurrencyUpdateCommand"), exports);
|
|
61
|
+
__exportStar(require("./command/ERPAccountCommand"), exports);
|
|
62
|
+
__exportStar(require("./command/ERPAccountCreateCommand"), exports);
|
|
63
|
+
__exportStar(require("./command/ERPAccountDeleteCommand"), exports);
|
|
64
|
+
__exportStar(require("./command/ERPAccountGetCommand"), exports);
|
|
65
|
+
__exportStar(require("./command/ERPAccountListCommand"), exports);
|
|
66
|
+
__exportStar(require("./command/ERPAccountUpdateCommand"), exports);
|
|
67
|
+
__exportStar(require("./command/FiscalYearCommand"), exports);
|
|
68
|
+
__exportStar(require("./command/FiscalYearCreateCommand"), exports);
|
|
69
|
+
__exportStar(require("./command/FiscalYearDeleteCommand"), exports);
|
|
70
|
+
__exportStar(require("./command/FiscalYearGetCommand"), exports);
|
|
71
|
+
__exportStar(require("./command/FiscalYearListCommand"), exports);
|
|
72
|
+
__exportStar(require("./command/FiscalYearUpdateCommand"), exports);
|
|
73
|
+
__exportStar(require("./command/HealthCommand"), exports);
|
|
74
|
+
__exportStar(require("./command/HealthLivenessCommand"), exports);
|
|
75
|
+
__exportStar(require("./command/HealthReadinessCommand"), exports);
|
|
76
|
+
__exportStar(require("./command/HealthzCommand"), exports);
|
|
77
|
+
__exportStar(require("./command/HealthzGetCommand"), exports);
|
|
78
|
+
__exportStar(require("./command/JournalEntryCommand"), exports);
|
|
79
|
+
__exportStar(require("./command/JournalEntryCreateCommand"), exports);
|
|
80
|
+
__exportStar(require("./command/JournalEntryDeleteCommand"), exports);
|
|
81
|
+
__exportStar(require("./command/JournalEntryGetCommand"), exports);
|
|
82
|
+
__exportStar(require("./command/JournalEntryLineCommand"), exports);
|
|
83
|
+
__exportStar(require("./command/JournalEntryLineGetCommand"), exports);
|
|
84
|
+
__exportStar(require("./command/JournalEntryLineListCommand"), exports);
|
|
85
|
+
__exportStar(require("./command/JournalEntryListCommand"), exports);
|
|
86
|
+
__exportStar(require("./command/JournalEntryUpdateCommand"), exports);
|
|
87
|
+
__exportStar(require("./command/MetricsCommand"), exports);
|
|
88
|
+
__exportStar(require("./command/MetricsGetCommand"), exports);
|
|
89
|
+
__exportStar(require("./command/PartyCommand"), exports);
|
|
90
|
+
__exportStar(require("./command/PartyCreateCommand"), exports);
|
|
91
|
+
__exportStar(require("./command/PartyDeleteCommand"), exports);
|
|
92
|
+
__exportStar(require("./command/PartyGetCommand"), exports);
|
|
93
|
+
__exportStar(require("./command/PartyListCommand"), exports);
|
|
94
|
+
__exportStar(require("./command/PartyTypeCommand"), exports);
|
|
95
|
+
__exportStar(require("./command/PartyTypeCreateCommand"), exports);
|
|
96
|
+
__exportStar(require("./command/PartyTypeDeleteCommand"), exports);
|
|
97
|
+
__exportStar(require("./command/PartyTypeGetCommand"), exports);
|
|
98
|
+
__exportStar(require("./command/PartyTypeListCommand"), exports);
|
|
99
|
+
__exportStar(require("./command/PartyTypeUpdateCommand"), exports);
|
|
100
|
+
__exportStar(require("./command/PartyUpdateCommand"), exports);
|
|
101
|
+
__exportStar(require("./command/ValueCommand"), exports);
|
|
102
|
+
__exportStar(require("./command/ValueListCommand"), exports);
|
|
103
|
+
__exportStar(require("./enum/AccountType"), exports);
|
|
104
|
+
__exportStar(require("./meta/AccountMetaTable"), exports);
|
|
105
|
+
__exportStar(require("./meta/AccountPartyTypeMetaTable"), exports);
|
|
106
|
+
__exportStar(require("./meta/BranchMetaTable"), exports);
|
|
107
|
+
__exportStar(require("./meta/CompanyMetaTable"), exports);
|
|
108
|
+
__exportStar(require("./meta/CurrencyExchangeMetaTable"), exports);
|
|
109
|
+
__exportStar(require("./meta/CurrencyMetaTable"), exports);
|
|
110
|
+
__exportStar(require("./meta/FiscalYearMetaTable"), exports);
|
|
111
|
+
__exportStar(require("./meta/JournalEntryLineMetaTable"), exports);
|
|
112
|
+
__exportStar(require("./meta/JournalEntryMetaTable"), exports);
|
|
113
|
+
__exportStar(require("./meta/NamirasoftErpMetaDatabase"), exports);
|
|
114
|
+
__exportStar(require("./meta/PartyMetaTable"), exports);
|
|
115
|
+
__exportStar(require("./meta/PartyTypeMetaTable"), exports);
|
|
116
|
+
__exportStar(require("./row/AccountInputRow"), exports);
|
|
117
|
+
__exportStar(require("./row/AccountPartyTypeRow"), exports);
|
|
118
|
+
__exportStar(require("./row/AccountRow"), exports);
|
|
119
|
+
__exportStar(require("./row/BranchInputRow"), exports);
|
|
120
|
+
__exportStar(require("./row/BranchRow"), exports);
|
|
121
|
+
__exportStar(require("./row/CompanyInputRow"), exports);
|
|
122
|
+
__exportStar(require("./row/CompanyRow"), exports);
|
|
123
|
+
__exportStar(require("./row/CurrencyExchangeInputRow"), exports);
|
|
124
|
+
__exportStar(require("./row/CurrencyExchangeRow"), exports);
|
|
125
|
+
__exportStar(require("./row/CurrencyInputRow"), exports);
|
|
126
|
+
__exportStar(require("./row/CurrencyRow"), exports);
|
|
127
|
+
__exportStar(require("./row/FiscalYearInputRow"), exports);
|
|
128
|
+
__exportStar(require("./row/FiscalYearRow"), exports);
|
|
129
|
+
__exportStar(require("./row/JournalEntryInputRow"), exports);
|
|
130
|
+
__exportStar(require("./row/JournalEntryLineRow"), exports);
|
|
131
|
+
__exportStar(require("./row/JournalEntryRow"), exports);
|
|
132
|
+
__exportStar(require("./row/PartyInputRow"), exports);
|
|
133
|
+
__exportStar(require("./row/PartyRow"), exports);
|
|
134
|
+
__exportStar(require("./row/PartyTypeInputRow"), exports);
|
|
135
|
+
__exportStar(require("./row/PartyTypeRow"), exports);
|
|
136
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAoBA,wDAAsC;AACtC,wEAAsD;AACtD,4DAA0C;AAC1C,8DAA4C;AAC5C,+DAA6C;AAC7C,gEAA8C;AAC9C,wEAAsD;AACtD,kEAAgD;AAChD,kEAAgD;AAChD,8DAA4C;AAC5C,+DAA6C;AAC7C,oEAAkD;AAClD,wEAAsD;AACtD,+DAA6C;AAC7C,6DAA2C;AAC3C,iEAA+C;AAC/C,6DAA2C;AAC3C,oEAAkD;AAClD,uEAAqD;AACrD,wEAAsD;AACtD,0DAAwC;AACxC,gEAA8C;AAC9C,gEAA8C;AAC9C,6DAA2C;AAC3C,8DAA4C;AAC5C,gEAA8C;AAC9C,2DAAyC;AACzC,iEAA+C;AAC/C,iEAA+C;AAC/C,8DAA4C;AAC5C,+DAA6C;AAC7C,iEAA+C;AAC/C,4DAA0C;AAC1C,kEAAgD;AAChD,kEAAgD;AAChD,oEAAkD;AAClD,0EAAwD;AACxD,0EAAwD;AACxD,uEAAqD;AACrD,wEAAsD;AACtD,0EAAwD;AACxD,+DAA6C;AAC7C,gEAA8C;AAC9C,kEAAgD;AAChD,8DAA4C;AAC5C,oEAAkD;AAClD,oEAAkD;AAClD,iEAA+C;AAC/C,kEAAgD;AAChD,oEAAkD;AAClD,8DAA4C;AAC5C,oEAAkD;AAClD,oEAAkD;AAClD,iEAA+C;AAC/C,kEAAgD;AAChD,oEAAkD;AAClD,0DAAwC;AACxC,kEAAgD;AAChD,mEAAiD;AACjD,2DAAyC;AACzC,8DAA4C;AAC5C,gEAA8C;AAC9C,sEAAoD;AACpD,sEAAoD;AACpD,mEAAiD;AACjD,oEAAkD;AAClD,uEAAqD;AACrD,wEAAsD;AACtD,oEAAkD;AAClD,sEAAoD;AACpD,2DAAyC;AACzC,8DAA4C;AAC5C,yDAAuC;AACvC,+DAA6C;AAC7C,+DAA6C;AAC7C,4DAA0C;AAC1C,6DAA2C;AAC3C,6DAA2C;AAC3C,mEAAiD;AACjD,mEAAiD;AACjD,gEAA8C;AAC9C,iEAA+C;AAC/C,mEAAiD;AACjD,+DAA6C;AAC7C,yDAAuC;AACvC,6DAA2C;AAC3C,qDAAmC;AACnC,0DAAwC;AACxC,mEAAiD;AACjD,yDAAuC;AACvC,0DAAwC;AACxC,mEAAiD;AACjD,2DAAyC;AACzC,6DAA2C;AAC3C,mEAAiD;AACjD,+DAA6C;AAC7C,mEAAiD;AACjD,wDAAsC;AACtC,4DAA0C;AAC1C,wDAAsC;AACtC,4DAA0C;AAC1C,mDAAiC;AACjC,uDAAqC;AACrC,kDAAgC;AAChC,wDAAsC;AACtC,mDAAiC;AACjC,iEAA+C;AAC/C,4DAA0C;AAC1C,yDAAuC;AACvC,oDAAkC;AAClC,2DAAyC;AACzC,sDAAoC;AACpC,6DAA2C;AAC3C,4DAA0C;AAC1C,wDAAsC;AACtC,sDAAoC;AACpC,iDAA+B;AAC/B,0DAAwC;AACxC,qDAAmC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { AccountRow } from "../row/AccountRow";
|
|
2
|
+
import { BaseMetaColumn } from "namirasoft-core";
|
|
3
|
+
import { NSBaseMetaDatabase, NSBaseMetaTable } from "namirasoft-site";
|
|
4
|
+
import { NamirasoftErpServer } from "../NamirasoftErpServer";
|
|
5
|
+
export declare class AccountMetaTable extends NSBaseMetaTable<NamirasoftErpServer, AccountRow> {
|
|
6
|
+
columns: {
|
|
7
|
+
id: BaseMetaColumn;
|
|
8
|
+
user_id: BaseMetaColumn;
|
|
9
|
+
company_id: BaseMetaColumn;
|
|
10
|
+
branch_id: BaseMetaColumn;
|
|
11
|
+
code: BaseMetaColumn;
|
|
12
|
+
name: BaseMetaColumn;
|
|
13
|
+
is_group: BaseMetaColumn;
|
|
14
|
+
type: BaseMetaColumn;
|
|
15
|
+
description: BaseMetaColumn;
|
|
16
|
+
enabled: BaseMetaColumn;
|
|
17
|
+
created_at: BaseMetaColumn;
|
|
18
|
+
updated_at: BaseMetaColumn;
|
|
19
|
+
};
|
|
20
|
+
constructor(database: NSBaseMetaDatabase<NamirasoftErpServer>);
|
|
21
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AccountMetaTable = void 0;
|
|
4
|
+
const namirasoft_core_1 = require("namirasoft-core");
|
|
5
|
+
const namirasoft_site_1 = require("namirasoft-site");
|
|
6
|
+
class AccountMetaTable extends namirasoft_site_1.NSBaseMetaTable {
|
|
7
|
+
constructor(database) {
|
|
8
|
+
super(database, "account", "Account", new namirasoft_core_1.BaseUUID("erp-acc"));
|
|
9
|
+
this.columns = {
|
|
10
|
+
id: new namirasoft_core_1.BaseMetaColumn(this, "id", "ID", "String", true),
|
|
11
|
+
user_id: new namirasoft_core_1.BaseMetaColumn(this, "user_id", "User ID", "String", true),
|
|
12
|
+
company_id: new namirasoft_core_1.BaseMetaColumn(this, "company_id", "Company ID", "String", true),
|
|
13
|
+
branch_id: new namirasoft_core_1.BaseMetaColumn(this, "branch_id", "Branch ID", "String", false),
|
|
14
|
+
code: new namirasoft_core_1.BaseMetaColumn(this, "code", "Code", "String", true),
|
|
15
|
+
name: new namirasoft_core_1.BaseMetaColumn(this, "name", "Name", "String", true),
|
|
16
|
+
is_group: new namirasoft_core_1.BaseMetaColumn(this, "is_group", "Is Group", "Boolean", true),
|
|
17
|
+
type: new namirasoft_core_1.BaseMetaColumn(this, "type", "Type", "Enum", true),
|
|
18
|
+
description: new namirasoft_core_1.BaseMetaColumn(this, "description", "Description", "String", false),
|
|
19
|
+
enabled: new namirasoft_core_1.BaseMetaColumn(this, "enabled", "Enabled", "Boolean", true),
|
|
20
|
+
created_at: new namirasoft_core_1.BaseMetaColumn(this, "created_at", "Created At", "DateTime", true),
|
|
21
|
+
updated_at: new namirasoft_core_1.BaseMetaColumn(this, "updated_at", "Updated At", "DateTime", true),
|
|
22
|
+
};
|
|
23
|
+
this.front_end.getListLink = () => "";
|
|
24
|
+
this.front_end.getViewLink = () => "";
|
|
25
|
+
this.front_end.getNewLink = () => "";
|
|
26
|
+
this.front_end.getUpdateLink = () => "";
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
exports.AccountMetaTable = AccountMetaTable;
|
|
30
|
+
;
|
|
31
|
+
//# sourceMappingURL=AccountMetaTable.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AccountMetaTable.js","sourceRoot":"","sources":["../../src/meta/AccountMetaTable.ts"],"names":[],"mappings":";;;AAqBA,qDAA2D;AAC3D,qDAAsE;AAGtE,MAAa,gBAAiB,SAAQ,iCAAgD;IAgBlF,YAAY,QAAiD;QAEzD,KAAK,CAAC,QAAQ,EAAE,SAAS,EAAE,SAAS,EAAE,IAAI,0BAAQ,CAAC,SAAS,CAAC,CAAC,CAAC;QAC/D,IAAI,CAAC,OAAO,GAAG;YACX,EAAE,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,CAAC;YACxD,OAAO,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,SAAS,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,CAAC;YACvE,UAAU,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,YAAY,EAAE,YAAY,EAAE,QAAQ,EAAE,IAAI,CAAC;YAChF,SAAS,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,WAAW,EAAE,WAAW,EAAE,QAAQ,EAAE,KAAK,CAAC;YAC9E,IAAI,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,CAAC;YAC9D,IAAI,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,CAAC;YAC9D,QAAQ,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,UAAU,EAAE,UAAU,EAAE,SAAS,EAAE,IAAI,CAAC;YAC3E,IAAI,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,IAAI,CAAC;YAC5D,WAAW,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,aAAa,EAAE,aAAa,EAAE,QAAQ,EAAE,KAAK,CAAC;YACpF,OAAO,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,SAAS,EAAE,SAAS,EAAE,SAAS,EAAE,IAAI,CAAC;YACxE,UAAU,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,YAAY,EAAE,YAAY,EAAE,UAAU,EAAE,IAAI,CAAC;YAClF,UAAU,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,YAAY,EAAE,YAAY,EAAE,UAAU,EAAE,IAAI,CAAC;SACrF,CAAC;QACF,IAAI,CAAC,SAAS,CAAC,WAAW,GAAG,GAAG,EAAE,CAAC,EAAE,CAAC;QACtC,IAAI,CAAC,SAAS,CAAC,WAAW,GAAG,GAAG,EAAE,CAAC,EAAE,CAAC;QACtC,IAAI,CAAC,SAAS,CAAC,UAAU,GAAG,GAAG,EAAE,CAAC,EAAE,CAAC;QACrC,IAAI,CAAC,SAAS,CAAC,aAAa,GAAG,GAAG,EAAE,CAAC,EAAE,CAAC;IAC5C,CAAC;CACJ;AAtCD,4CAsCC;AAAA,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { AccountPartyTypeRow } from "../row/AccountPartyTypeRow";
|
|
2
|
+
import { BaseMetaColumn } from "namirasoft-core";
|
|
3
|
+
import { NSBaseMetaDatabase, NSBaseMetaTable } from "namirasoft-site";
|
|
4
|
+
import { NamirasoftErpServer } from "../NamirasoftErpServer";
|
|
5
|
+
export declare class AccountPartyTypeMetaTable extends NSBaseMetaTable<NamirasoftErpServer, AccountPartyTypeRow> {
|
|
6
|
+
columns: {
|
|
7
|
+
id: BaseMetaColumn;
|
|
8
|
+
account_id: BaseMetaColumn;
|
|
9
|
+
party_type_id: BaseMetaColumn;
|
|
10
|
+
created_at: BaseMetaColumn;
|
|
11
|
+
updated_at: BaseMetaColumn;
|
|
12
|
+
};
|
|
13
|
+
constructor(database: NSBaseMetaDatabase<NamirasoftErpServer>);
|
|
14
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
3
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
4
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
5
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
6
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
7
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
8
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
9
|
+
});
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.AccountPartyTypeMetaTable = void 0;
|
|
13
|
+
const namirasoft_core_1 = require("namirasoft-core");
|
|
14
|
+
const namirasoft_site_1 = require("namirasoft-site");
|
|
15
|
+
class AccountPartyTypeMetaTable extends namirasoft_site_1.NSBaseMetaTable {
|
|
16
|
+
constructor(database) {
|
|
17
|
+
super(database, "account_party_type", "Account Party Type", new namirasoft_core_1.BaseUUID("erp-apt"));
|
|
18
|
+
this.columns = {
|
|
19
|
+
id: new namirasoft_core_1.BaseMetaColumn(this, "id", "ID", "String", true),
|
|
20
|
+
account_id: new namirasoft_core_1.BaseMetaColumn(this, "account_id", "Account ID", "String", true),
|
|
21
|
+
party_type_id: new namirasoft_core_1.BaseMetaColumn(this, "party_type_id", "Party Type ID", "String", true),
|
|
22
|
+
created_at: new namirasoft_core_1.BaseMetaColumn(this, "created_at", "Created At", "DateTime", true),
|
|
23
|
+
updated_at: new namirasoft_core_1.BaseMetaColumn(this, "updated_at", "Updated At", "DateTime", true),
|
|
24
|
+
};
|
|
25
|
+
this.back_end.get = (id) => __awaiter(this, void 0, void 0, function* () {
|
|
26
|
+
let server = this.database.getServer();
|
|
27
|
+
return yield server.account_party_type.Get(id);
|
|
28
|
+
});
|
|
29
|
+
this.back_end.list = (filters, page, size, sorts) => __awaiter(this, void 0, void 0, function* () {
|
|
30
|
+
let server = this.database.getServer();
|
|
31
|
+
return yield server.account_party_type.List(filters, page, size, sorts);
|
|
32
|
+
});
|
|
33
|
+
this.front_end.getNewLink = () => "";
|
|
34
|
+
this.front_end.getUpdateLink = () => "";
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
exports.AccountPartyTypeMetaTable = AccountPartyTypeMetaTable;
|
|
38
|
+
;
|
|
39
|
+
//# sourceMappingURL=AccountPartyTypeMetaTable.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AccountPartyTypeMetaTable.js","sourceRoot":"","sources":["../../src/meta/AccountPartyTypeMetaTable.ts"],"names":[],"mappings":";;;;;;;;;;;;AAqBA,qDAA2D;AAE3D,qDAAsE;AAGtE,MAAa,yBAA0B,SAAQ,iCAAyD;IASpG,YAAY,QAAiD;QAEzD,KAAK,CAAC,QAAQ,EAAE,oBAAoB,EAAE,oBAAoB,EAAE,IAAI,0BAAQ,CAAC,SAAS,CAAC,CAAC,CAAC;QACrF,IAAI,CAAC,OAAO,GAAG;YACX,EAAE,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,CAAC;YACxD,UAAU,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,YAAY,EAAE,YAAY,EAAE,QAAQ,EAAE,IAAI,CAAC;YAChF,aAAa,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,eAAe,EAAE,eAAe,EAAE,QAAQ,EAAE,IAAI,CAAC;YACzF,UAAU,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,YAAY,EAAE,YAAY,EAAE,UAAU,EAAE,IAAI,CAAC;YAClF,UAAU,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,YAAY,EAAE,YAAY,EAAE,UAAU,EAAE,IAAI,CAAC;SACrF,CAAC;QACF,IAAI,CAAC,QAAQ,CAAC,GAAG,GAAG,CAAO,EAAU,EAAE,EAAE;YAErC,IAAI,MAAM,GAAG,IAAI,CAAC,QAAQ,CAAC,SAAS,EAAE,CAAC;YACvC,OAAO,MAAM,MAAM,CAAC,kBAAkB,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC;QACnD,CAAC,CAAA,CAAC;QACF,IAAI,CAAC,QAAQ,CAAC,IAAI,GAAG,CAAO,OAA4B,EAAE,IAAqB,EAAE,IAAqB,EAAE,KAAiB,EAAE,EAAE;YAEzH,IAAI,MAAM,GAAG,IAAI,CAAC,QAAQ,CAAC,SAAS,EAAE,CAAC;YACvC,OAAO,MAAM,MAAM,CAAC,kBAAkB,CAAC,IAAI,CAAC,OAAO,EAAE,IAAI,EAAE,IAAI,EAAE,KAAK,CAAC,CAAC;QAC5E,CAAC,CAAA,CAAC;QACF,IAAI,CAAC,SAAS,CAAC,UAAU,GAAG,GAAG,EAAE,CAAC,EAAE,CAAC;QACrC,IAAI,CAAC,SAAS,CAAC,aAAa,GAAG,GAAG,EAAE,CAAC,EAAE,CAAC;IAC5C,CAAC;CACJ;AAhCD,8DAgCC;AAAA,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { BaseMetaColumn } from "namirasoft-core";
|
|
2
|
+
import { BranchRow } from "../row/BranchRow";
|
|
3
|
+
import { NSBaseMetaDatabase, NSBaseMetaTable } from "namirasoft-site";
|
|
4
|
+
import { NamirasoftErpServer } from "../NamirasoftErpServer";
|
|
5
|
+
export declare class BranchMetaTable extends NSBaseMetaTable<NamirasoftErpServer, BranchRow> {
|
|
6
|
+
columns: {
|
|
7
|
+
id: BaseMetaColumn;
|
|
8
|
+
user_id: BaseMetaColumn;
|
|
9
|
+
company_id: BaseMetaColumn;
|
|
10
|
+
default_currency_id: BaseMetaColumn;
|
|
11
|
+
name: BaseMetaColumn;
|
|
12
|
+
country: BaseMetaColumn;
|
|
13
|
+
description: BaseMetaColumn;
|
|
14
|
+
enabled: BaseMetaColumn;
|
|
15
|
+
created_at: BaseMetaColumn;
|
|
16
|
+
updated_at: BaseMetaColumn;
|
|
17
|
+
};
|
|
18
|
+
constructor(database: NSBaseMetaDatabase<NamirasoftErpServer>);
|
|
19
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
3
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
4
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
5
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
6
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
7
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
8
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
9
|
+
});
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.BranchMetaTable = void 0;
|
|
13
|
+
const namirasoft_core_1 = require("namirasoft-core");
|
|
14
|
+
const namirasoft_site_1 = require("namirasoft-site");
|
|
15
|
+
class BranchMetaTable extends namirasoft_site_1.NSBaseMetaTable {
|
|
16
|
+
constructor(database) {
|
|
17
|
+
super(database, "branch", "Branch", new namirasoft_core_1.BaseUUID("erp-brn"));
|
|
18
|
+
this.columns = {
|
|
19
|
+
id: new namirasoft_core_1.BaseMetaColumn(this, "id", "ID", "String", true),
|
|
20
|
+
user_id: new namirasoft_core_1.BaseMetaColumn(this, "user_id", "User ID", "String", true),
|
|
21
|
+
company_id: new namirasoft_core_1.BaseMetaColumn(this, "company_id", "Company ID", "String", true),
|
|
22
|
+
default_currency_id: new namirasoft_core_1.BaseMetaColumn(this, "default_currency_id", "Default Currency ID", "String", true),
|
|
23
|
+
name: new namirasoft_core_1.BaseMetaColumn(this, "name", "Name", "String", true),
|
|
24
|
+
country: new namirasoft_core_1.BaseMetaColumn(this, "country", "Country", "String", false),
|
|
25
|
+
description: new namirasoft_core_1.BaseMetaColumn(this, "description", "Description", "String", false),
|
|
26
|
+
enabled: new namirasoft_core_1.BaseMetaColumn(this, "enabled", "Enabled", "Boolean", true),
|
|
27
|
+
created_at: new namirasoft_core_1.BaseMetaColumn(this, "created_at", "Created At", "DateTime", true),
|
|
28
|
+
updated_at: new namirasoft_core_1.BaseMetaColumn(this, "updated_at", "Updated At", "DateTime", true),
|
|
29
|
+
};
|
|
30
|
+
this.back_end.get = (id) => __awaiter(this, void 0, void 0, function* () {
|
|
31
|
+
let server = this.database.getServer();
|
|
32
|
+
return yield server.branch.Get(id);
|
|
33
|
+
});
|
|
34
|
+
this.back_end.list = (filters, page, size, sorts) => __awaiter(this, void 0, void 0, function* () {
|
|
35
|
+
let server = this.database.getServer();
|
|
36
|
+
return yield server.branch.List(filters, page, size, sorts);
|
|
37
|
+
});
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
exports.BranchMetaTable = BranchMetaTable;
|
|
41
|
+
;
|
|
42
|
+
//# sourceMappingURL=BranchMetaTable.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BranchMetaTable.js","sourceRoot":"","sources":["../../src/meta/BranchMetaTable.ts"],"names":[],"mappings":";;;;;;;;;;;;AAoBA,qDAA2D;AAG3D,qDAAsE;AAGtE,MAAa,eAAgB,SAAQ,iCAA+C;IAchF,YAAY,QAAiD;QAEzD,KAAK,CAAC,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,IAAI,0BAAQ,CAAC,SAAS,CAAC,CAAC,CAAC;QAC7D,IAAI,CAAC,OAAO,GAAG;YACX,EAAE,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,CAAC;YACxD,OAAO,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,SAAS,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,CAAC;YACvE,UAAU,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,YAAY,EAAE,YAAY,EAAE,QAAQ,EAAE,IAAI,CAAC;YAChF,mBAAmB,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,qBAAqB,EAAE,qBAAqB,EAAE,QAAQ,EAAE,IAAI,CAAC;YAC3G,IAAI,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,CAAC;YAC9D,OAAO,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,SAAS,EAAE,SAAS,EAAE,QAAQ,EAAE,KAAK,CAAC;YACxE,WAAW,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,aAAa,EAAE,aAAa,EAAE,QAAQ,EAAE,KAAK,CAAC;YACpF,OAAO,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,SAAS,EAAE,SAAS,EAAE,SAAS,EAAE,IAAI,CAAC;YACxE,UAAU,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,YAAY,EAAE,YAAY,EAAE,UAAU,EAAE,IAAI,CAAC;YAClF,UAAU,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,YAAY,EAAE,YAAY,EAAE,UAAU,EAAE,IAAI,CAAC;SACrF,CAAC;QACF,IAAI,CAAC,QAAQ,CAAC,GAAG,GAAG,CAAO,EAAU,EAAE,EAAE;YAErC,IAAI,MAAM,GAAG,IAAI,CAAC,QAAQ,CAAC,SAAS,EAAE,CAAC;YACvC,OAAO,MAAM,MAAM,CAAC,MAAM,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC;QACvC,CAAC,CAAA,CAAC;QACF,IAAI,CAAC,QAAQ,CAAC,IAAI,GAAG,CAAO,OAA4B,EAAE,IAAqB,EAAE,IAAqB,EAAE,KAAiB,EAAE,EAAE;YAEzH,IAAI,MAAM,GAAG,IAAI,CAAC,QAAQ,CAAC,SAAS,EAAE,CAAC;YACvC,OAAO,MAAM,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,EAAE,IAAI,EAAE,IAAI,EAAE,KAAK,CAAC,CAAC;QAChE,CAAC,CAAA,CAAC;IACN,CAAC;CACJ;AAxCD,0CAwCC;AAAA,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { BaseMetaColumn } from "namirasoft-core";
|
|
2
|
+
import { CompanyRow } from "../row/CompanyRow";
|
|
3
|
+
import { NSBaseMetaDatabase, NSBaseMetaTable } from "namirasoft-site";
|
|
4
|
+
import { NamirasoftErpServer } from "../NamirasoftErpServer";
|
|
5
|
+
export declare class CompanyMetaTable extends NSBaseMetaTable<NamirasoftErpServer, CompanyRow> {
|
|
6
|
+
columns: {
|
|
7
|
+
id: BaseMetaColumn;
|
|
8
|
+
user_id: BaseMetaColumn;
|
|
9
|
+
name: BaseMetaColumn;
|
|
10
|
+
description: BaseMetaColumn;
|
|
11
|
+
enabled: BaseMetaColumn;
|
|
12
|
+
created_at: BaseMetaColumn;
|
|
13
|
+
updated_at: BaseMetaColumn;
|
|
14
|
+
};
|
|
15
|
+
constructor(database: NSBaseMetaDatabase<NamirasoftErpServer>);
|
|
16
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
3
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
4
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
5
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
6
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
7
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
8
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
9
|
+
});
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.CompanyMetaTable = void 0;
|
|
13
|
+
const namirasoft_core_1 = require("namirasoft-core");
|
|
14
|
+
const namirasoft_site_1 = require("namirasoft-site");
|
|
15
|
+
class CompanyMetaTable extends namirasoft_site_1.NSBaseMetaTable {
|
|
16
|
+
constructor(database) {
|
|
17
|
+
super(database, "company", "Company", new namirasoft_core_1.BaseUUID("erp-cmp"));
|
|
18
|
+
this.columns = {
|
|
19
|
+
id: new namirasoft_core_1.BaseMetaColumn(this, "id", "ID", "String", true),
|
|
20
|
+
user_id: new namirasoft_core_1.BaseMetaColumn(this, "user_id", "User ID", "String", true),
|
|
21
|
+
name: new namirasoft_core_1.BaseMetaColumn(this, "name", "Name", "String", true),
|
|
22
|
+
description: new namirasoft_core_1.BaseMetaColumn(this, "description", "Description", "String", false),
|
|
23
|
+
enabled: new namirasoft_core_1.BaseMetaColumn(this, "enabled", "Enabled", "Boolean", true),
|
|
24
|
+
created_at: new namirasoft_core_1.BaseMetaColumn(this, "created_at", "Created At", "DateTime", true),
|
|
25
|
+
updated_at: new namirasoft_core_1.BaseMetaColumn(this, "updated_at", "Updated At", "DateTime", true),
|
|
26
|
+
};
|
|
27
|
+
this.back_end.get = (id) => __awaiter(this, void 0, void 0, function* () {
|
|
28
|
+
let server = this.database.getServer();
|
|
29
|
+
return yield server.company.Get(id);
|
|
30
|
+
});
|
|
31
|
+
this.back_end.list = (filters, page, size, sorts) => __awaiter(this, void 0, void 0, function* () {
|
|
32
|
+
let server = this.database.getServer();
|
|
33
|
+
return yield server.company.List(filters, page, size, sorts);
|
|
34
|
+
});
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
exports.CompanyMetaTable = CompanyMetaTable;
|
|
38
|
+
;
|
|
39
|
+
//# sourceMappingURL=CompanyMetaTable.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CompanyMetaTable.js","sourceRoot":"","sources":["../../src/meta/CompanyMetaTable.ts"],"names":[],"mappings":";;;;;;;;;;;;AAoBA,qDAA2D;AAG3D,qDAAsE;AAGtE,MAAa,gBAAiB,SAAQ,iCAAgD;IAWlF,YAAY,QAAiD;QAEzD,KAAK,CAAC,QAAQ,EAAE,SAAS,EAAE,SAAS,EAAE,IAAI,0BAAQ,CAAC,SAAS,CAAC,CAAC,CAAC;QAC/D,IAAI,CAAC,OAAO,GAAG;YACX,EAAE,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,CAAC;YACxD,OAAO,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,SAAS,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,CAAC;YACvE,IAAI,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,CAAC;YAC9D,WAAW,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,aAAa,EAAE,aAAa,EAAE,QAAQ,EAAE,KAAK,CAAC;YACpF,OAAO,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,SAAS,EAAE,SAAS,EAAE,SAAS,EAAE,IAAI,CAAC;YACxE,UAAU,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,YAAY,EAAE,YAAY,EAAE,UAAU,EAAE,IAAI,CAAC;YAClF,UAAU,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,YAAY,EAAE,YAAY,EAAE,UAAU,EAAE,IAAI,CAAC;SACrF,CAAC;QACF,IAAI,CAAC,QAAQ,CAAC,GAAG,GAAG,CAAO,EAAU,EAAE,EAAE;YAErC,IAAI,MAAM,GAAG,IAAI,CAAC,QAAQ,CAAC,SAAS,EAAE,CAAC;YACvC,OAAO,MAAM,MAAM,CAAC,OAAO,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC;QACxC,CAAC,CAAA,CAAC;QACF,IAAI,CAAC,QAAQ,CAAC,IAAI,GAAG,CAAO,OAA4B,EAAE,IAAqB,EAAE,IAAqB,EAAE,KAAiB,EAAE,EAAE;YAEzH,IAAI,MAAM,GAAG,IAAI,CAAC,QAAQ,CAAC,SAAS,EAAE,CAAC;YACvC,OAAO,MAAM,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,OAAO,EAAE,IAAI,EAAE,IAAI,EAAE,KAAK,CAAC,CAAC;QACjE,CAAC,CAAA,CAAC;IACN,CAAC;CACJ;AAlCD,4CAkCC;AAAA,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { BaseMetaColumn } from "namirasoft-core";
|
|
2
|
+
import { CurrencyExchangeRow } from "../row/CurrencyExchangeRow";
|
|
3
|
+
import { NSBaseMetaDatabase, NSBaseMetaTable } from "namirasoft-site";
|
|
4
|
+
import { NamirasoftErpServer } from "../NamirasoftErpServer";
|
|
5
|
+
export declare class CurrencyExchangeMetaTable extends NSBaseMetaTable<NamirasoftErpServer, CurrencyExchangeRow> {
|
|
6
|
+
columns: {
|
|
7
|
+
id: BaseMetaColumn;
|
|
8
|
+
user_id: BaseMetaColumn;
|
|
9
|
+
date_time: BaseMetaColumn;
|
|
10
|
+
from_currency_id: BaseMetaColumn;
|
|
11
|
+
to_currency_id: BaseMetaColumn;
|
|
12
|
+
rate: BaseMetaColumn;
|
|
13
|
+
created_at: BaseMetaColumn;
|
|
14
|
+
updated_at: BaseMetaColumn;
|
|
15
|
+
};
|
|
16
|
+
constructor(database: NSBaseMetaDatabase<NamirasoftErpServer>);
|
|
17
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
3
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
4
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
5
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
6
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
7
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
8
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
9
|
+
});
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.CurrencyExchangeMetaTable = void 0;
|
|
13
|
+
const namirasoft_core_1 = require("namirasoft-core");
|
|
14
|
+
const namirasoft_site_1 = require("namirasoft-site");
|
|
15
|
+
class CurrencyExchangeMetaTable extends namirasoft_site_1.NSBaseMetaTable {
|
|
16
|
+
constructor(database) {
|
|
17
|
+
super(database, "currency_exchange", "Currency Exchange", new namirasoft_core_1.BaseUUID("erp-cxg"));
|
|
18
|
+
this.columns = {
|
|
19
|
+
id: new namirasoft_core_1.BaseMetaColumn(this, "id", "ID", "String", true),
|
|
20
|
+
user_id: new namirasoft_core_1.BaseMetaColumn(this, "user_id", "User ID", "String", true),
|
|
21
|
+
date_time: new namirasoft_core_1.BaseMetaColumn(this, "date_time", "Date Time", "DateTime", true),
|
|
22
|
+
from_currency_id: new namirasoft_core_1.BaseMetaColumn(this, "from_currency_id", "From Currency ID", "String", true),
|
|
23
|
+
to_currency_id: new namirasoft_core_1.BaseMetaColumn(this, "to_currency_id", "To Currency ID", "String", true),
|
|
24
|
+
rate: new namirasoft_core_1.BaseMetaColumn(this, "rate", "Rate", "Decimal", true),
|
|
25
|
+
created_at: new namirasoft_core_1.BaseMetaColumn(this, "created_at", "Created At", "DateTime", true),
|
|
26
|
+
updated_at: new namirasoft_core_1.BaseMetaColumn(this, "updated_at", "Updated At", "DateTime", true),
|
|
27
|
+
};
|
|
28
|
+
this.back_end.get = (id) => __awaiter(this, void 0, void 0, function* () {
|
|
29
|
+
let server = this.database.getServer();
|
|
30
|
+
return yield server.currency_exchange.Get(id);
|
|
31
|
+
});
|
|
32
|
+
this.back_end.list = (filters, page, size, sorts) => __awaiter(this, void 0, void 0, function* () {
|
|
33
|
+
let server = this.database.getServer();
|
|
34
|
+
return yield server.currency_exchange.List(filters, page, size, sorts);
|
|
35
|
+
});
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
exports.CurrencyExchangeMetaTable = CurrencyExchangeMetaTable;
|
|
39
|
+
;
|
|
40
|
+
//# sourceMappingURL=CurrencyExchangeMetaTable.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CurrencyExchangeMetaTable.js","sourceRoot":"","sources":["../../src/meta/CurrencyExchangeMetaTable.ts"],"names":[],"mappings":";;;;;;;;;;;;AAoBA,qDAA2D;AAG3D,qDAAsE;AAGtE,MAAa,yBAA0B,SAAQ,iCAAyD;IAYpG,YAAY,QAAiD;QAEzD,KAAK,CAAC,QAAQ,EAAE,mBAAmB,EAAE,mBAAmB,EAAE,IAAI,0BAAQ,CAAC,SAAS,CAAC,CAAC,CAAC;QACnF,IAAI,CAAC,OAAO,GAAG;YACX,EAAE,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,CAAC;YACxD,OAAO,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,SAAS,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,CAAC;YACvE,SAAS,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,WAAW,EAAE,WAAW,EAAE,UAAU,EAAE,IAAI,CAAC;YAC/E,gBAAgB,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,QAAQ,EAAE,IAAI,CAAC;YAClG,cAAc,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,QAAQ,EAAE,IAAI,CAAC;YAC5F,IAAI,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,SAAS,EAAE,IAAI,CAAC;YAC/D,UAAU,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,YAAY,EAAE,YAAY,EAAE,UAAU,EAAE,IAAI,CAAC;YAClF,UAAU,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,YAAY,EAAE,YAAY,EAAE,UAAU,EAAE,IAAI,CAAC;SACrF,CAAC;QACF,IAAI,CAAC,QAAQ,CAAC,GAAG,GAAG,CAAO,EAAU,EAAE,EAAE;YAErC,IAAI,MAAM,GAAG,IAAI,CAAC,QAAQ,CAAC,SAAS,EAAE,CAAC;YACvC,OAAO,MAAM,MAAM,CAAC,iBAAiB,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC;QAClD,CAAC,CAAA,CAAC;QACF,IAAI,CAAC,QAAQ,CAAC,IAAI,GAAG,CAAO,OAA4B,EAAE,IAAqB,EAAE,IAAqB,EAAE,KAAiB,EAAE,EAAE;YAEzH,IAAI,MAAM,GAAG,IAAI,CAAC,QAAQ,CAAC,SAAS,EAAE,CAAC;YACvC,OAAO,MAAM,MAAM,CAAC,iBAAiB,CAAC,IAAI,CAAC,OAAO,EAAE,IAAI,EAAE,IAAI,EAAE,KAAK,CAAC,CAAC;QAC3E,CAAC,CAAA,CAAC;IACN,CAAC;CACJ;AApCD,8DAoCC;AAAA,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { BaseMetaColumn } from "namirasoft-core";
|
|
2
|
+
import { CurrencyRow } from "../row/CurrencyRow";
|
|
3
|
+
import { NSBaseMetaDatabase, NSBaseMetaTable } from "namirasoft-site";
|
|
4
|
+
import { NamirasoftErpServer } from "../NamirasoftErpServer";
|
|
5
|
+
export declare class CurrencyMetaTable extends NSBaseMetaTable<NamirasoftErpServer, CurrencyRow> {
|
|
6
|
+
columns: {
|
|
7
|
+
id: BaseMetaColumn;
|
|
8
|
+
user_id: BaseMetaColumn;
|
|
9
|
+
name: BaseMetaColumn;
|
|
10
|
+
fraction_name: BaseMetaColumn;
|
|
11
|
+
fraction_value: BaseMetaColumn;
|
|
12
|
+
symbol: BaseMetaColumn;
|
|
13
|
+
description: BaseMetaColumn;
|
|
14
|
+
enabled: BaseMetaColumn;
|
|
15
|
+
created_at: BaseMetaColumn;
|
|
16
|
+
updated_at: BaseMetaColumn;
|
|
17
|
+
};
|
|
18
|
+
constructor(database: NSBaseMetaDatabase<NamirasoftErpServer>);
|
|
19
|
+
}
|