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
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
/****************************************************************/
|
|
2
|
+
/* */
|
|
3
|
+
/* This is an Auto-Generated File */
|
|
4
|
+
/* Made By */
|
|
5
|
+
/* Namirasoft SDK Generator NPM Package */
|
|
6
|
+
/* */
|
|
7
|
+
/****************************************************************/
|
|
8
|
+
/****************************************************************/
|
|
9
|
+
/* */
|
|
10
|
+
/* Please do not make any change to this file */
|
|
11
|
+
/* If any change is required, ns-sdkg command must be used */
|
|
12
|
+
/* */
|
|
13
|
+
/****************************************************************/
|
|
14
|
+
/****************************************************************/
|
|
15
|
+
/* */
|
|
16
|
+
/* Namira Software Corporation */
|
|
17
|
+
/* https://namirasoft.com */
|
|
18
|
+
/* */
|
|
19
|
+
/****************************************************************/
|
|
20
|
+
|
|
21
|
+
import { AccountMetaTable } from "./AccountMetaTable";
|
|
22
|
+
import { AccountPartyTypeMetaTable } from "./AccountPartyTypeMetaTable";
|
|
23
|
+
import { BranchMetaTable } from "./BranchMetaTable";
|
|
24
|
+
import { CompanyMetaTable } from "./CompanyMetaTable";
|
|
25
|
+
import { CurrencyExchangeMetaTable } from "./CurrencyExchangeMetaTable";
|
|
26
|
+
import { CurrencyMetaTable } from "./CurrencyMetaTable";
|
|
27
|
+
import { EnvService } from "namirasoft-core";
|
|
28
|
+
import { FiscalYearMetaTable } from "./FiscalYearMetaTable";
|
|
29
|
+
import { JournalEntryLineMetaTable } from "./JournalEntryLineMetaTable";
|
|
30
|
+
import { JournalEntryMetaTable } from "./JournalEntryMetaTable";
|
|
31
|
+
import { NSBaseMetaDatabase } from "namirasoft-site";
|
|
32
|
+
import { NamirasoftErpServer } from "../NamirasoftErpServer";
|
|
33
|
+
import { PartyMetaTable } from "./PartyMetaTable";
|
|
34
|
+
import { PartyTypeMetaTable } from "./PartyTypeMetaTable";
|
|
35
|
+
import { TokenManager } from "namirasoft-account";
|
|
36
|
+
|
|
37
|
+
export class NamirasoftErpMetaDatabase extends NSBaseMetaDatabase<NamirasoftErpServer>
|
|
38
|
+
{
|
|
39
|
+
private token_manager?: TokenManager;
|
|
40
|
+
private onError?: (error: Error) => void;
|
|
41
|
+
public override tables: {
|
|
42
|
+
currency: CurrencyMetaTable,
|
|
43
|
+
currency_exchange: CurrencyExchangeMetaTable,
|
|
44
|
+
company: CompanyMetaTable,
|
|
45
|
+
branch: BranchMetaTable,
|
|
46
|
+
fiscal_year: FiscalYearMetaTable,
|
|
47
|
+
account: AccountMetaTable,
|
|
48
|
+
party_type: PartyTypeMetaTable,
|
|
49
|
+
account_party_type: AccountPartyTypeMetaTable,
|
|
50
|
+
party: PartyMetaTable,
|
|
51
|
+
journal_entry: JournalEntryMetaTable,
|
|
52
|
+
journal_entry_line: JournalEntryLineMetaTable,
|
|
53
|
+
};
|
|
54
|
+
constructor(token_manager?: TokenManager, onError?: (error: Error) => void)
|
|
55
|
+
{
|
|
56
|
+
super({ id: "prd-004bd13e48364979", name: "Namirasoft Infra", headline: "Keep your infrastructure running smoothly", description: "Namirasoft Infra continuously tracks your systems, collecting key operational data in real time. This information is then organized and delivered in a structured way to Namirasoft Expert, enabling intelligent monitoring, root cause analysis, and automated remediation.", logo: "https://static.namirasoft.com/image/namirasoft/infra/logo/base.png", link: "" });
|
|
57
|
+
this.token_manager = token_manager;
|
|
58
|
+
this.onError = onError;
|
|
59
|
+
this.tables = {
|
|
60
|
+
currency: new CurrencyMetaTable(this),
|
|
61
|
+
currency_exchange: new CurrencyExchangeMetaTable(this),
|
|
62
|
+
company: new CompanyMetaTable(this),
|
|
63
|
+
branch: new BranchMetaTable(this),
|
|
64
|
+
fiscal_year: new FiscalYearMetaTable(this),
|
|
65
|
+
account: new AccountMetaTable(this),
|
|
66
|
+
party_type: new PartyTypeMetaTable(this),
|
|
67
|
+
account_party_type: new AccountPartyTypeMetaTable(this),
|
|
68
|
+
party: new PartyMetaTable(this),
|
|
69
|
+
journal_entry: new JournalEntryMetaTable(this),
|
|
70
|
+
journal_entry_line: new JournalEntryLineMetaTable(this),
|
|
71
|
+
};
|
|
72
|
+
}
|
|
73
|
+
override getServer(): NamirasoftErpServer
|
|
74
|
+
{
|
|
75
|
+
if (!this.token_manager || !this.onError)
|
|
76
|
+
throw new Error("Arguments of NamirasoftErpMetaDatabase (token_manager, onError) are required for server operations.")
|
|
77
|
+
let NAME = NSBaseMetaDatabase.getServerBaseURL(this.product.name);
|
|
78
|
+
let BASE_URL = new EnvService(NAME, true).getString();
|
|
79
|
+
return new NamirasoftErpServer(BASE_URL, this.token_manager, this.onError);
|
|
80
|
+
}
|
|
81
|
+
};
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
/****************************************************************/
|
|
2
|
+
/* */
|
|
3
|
+
/* This is an Auto-Generated File */
|
|
4
|
+
/* Made By */
|
|
5
|
+
/* Namirasoft SDK Generator NPM Package */
|
|
6
|
+
/* */
|
|
7
|
+
/****************************************************************/
|
|
8
|
+
/****************************************************************/
|
|
9
|
+
/* */
|
|
10
|
+
/* Please do not make any change to this file */
|
|
11
|
+
/* If any change is required, ns-sdkg command must be used */
|
|
12
|
+
/* */
|
|
13
|
+
/****************************************************************/
|
|
14
|
+
/****************************************************************/
|
|
15
|
+
/* */
|
|
16
|
+
/* Namira Software Corporation */
|
|
17
|
+
/* https://namirasoft.com */
|
|
18
|
+
/* */
|
|
19
|
+
/****************************************************************/
|
|
20
|
+
|
|
21
|
+
import { BaseUUID, BaseMetaColumn } from "namirasoft-core";
|
|
22
|
+
import { FilterItem, SortItem } from "namirasoft-core";
|
|
23
|
+
import { NSBaseMetaDatabase, NSBaseMetaTable } from "namirasoft-site";
|
|
24
|
+
import { NamirasoftErpServer } from "../NamirasoftErpServer";
|
|
25
|
+
import { PartyRow } from "../row/PartyRow";
|
|
26
|
+
|
|
27
|
+
export class PartyMetaTable extends NSBaseMetaTable<NamirasoftErpServer, PartyRow>
|
|
28
|
+
{
|
|
29
|
+
public override columns: {
|
|
30
|
+
id: BaseMetaColumn;
|
|
31
|
+
user_id: BaseMetaColumn;
|
|
32
|
+
company_id: BaseMetaColumn;
|
|
33
|
+
branch_id: BaseMetaColumn;
|
|
34
|
+
party_type_id: BaseMetaColumn;
|
|
35
|
+
name: BaseMetaColumn;
|
|
36
|
+
description: BaseMetaColumn;
|
|
37
|
+
enabled: BaseMetaColumn;
|
|
38
|
+
created_at: BaseMetaColumn;
|
|
39
|
+
updated_at: BaseMetaColumn;
|
|
40
|
+
}
|
|
41
|
+
constructor(database: NSBaseMetaDatabase<NamirasoftErpServer>)
|
|
42
|
+
{
|
|
43
|
+
super(database, "party", "Party", new BaseUUID("erp-prt"));
|
|
44
|
+
this.columns = {
|
|
45
|
+
id: new BaseMetaColumn(this, "id", "ID", "String", true),
|
|
46
|
+
user_id: new BaseMetaColumn(this, "user_id", "User ID", "String", true),
|
|
47
|
+
company_id: new BaseMetaColumn(this, "company_id", "Company ID", "String", true),
|
|
48
|
+
branch_id: new BaseMetaColumn(this, "branch_id", "Branch ID", "String", false),
|
|
49
|
+
party_type_id: new BaseMetaColumn(this, "party_type_id", "Party Type ID", "String", true),
|
|
50
|
+
name: new BaseMetaColumn(this, "name", "Name", "String", true),
|
|
51
|
+
description: new BaseMetaColumn(this, "description", "Description", "String", false),
|
|
52
|
+
enabled: new BaseMetaColumn(this, "enabled", "Enabled", "Boolean", true),
|
|
53
|
+
created_at: new BaseMetaColumn(this, "created_at", "Created At", "DateTime", true),
|
|
54
|
+
updated_at: new BaseMetaColumn(this, "updated_at", "Updated At", "DateTime", true),
|
|
55
|
+
};
|
|
56
|
+
this.back_end.get = async (id: string) =>
|
|
57
|
+
{
|
|
58
|
+
let server = this.database.getServer();
|
|
59
|
+
return await server.party.Get(id);
|
|
60
|
+
};
|
|
61
|
+
this.back_end.list = async (filters: FilterItem[] | null, page: (number | null), size: (number | null), sorts: SortItem[]) =>
|
|
62
|
+
{
|
|
63
|
+
let server = this.database.getServer();
|
|
64
|
+
return await server.party.List(filters, page, size, sorts);
|
|
65
|
+
};
|
|
66
|
+
}
|
|
67
|
+
};
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
/****************************************************************/
|
|
2
|
+
/* */
|
|
3
|
+
/* This is an Auto-Generated File */
|
|
4
|
+
/* Made By */
|
|
5
|
+
/* Namirasoft SDK Generator NPM Package */
|
|
6
|
+
/* */
|
|
7
|
+
/****************************************************************/
|
|
8
|
+
/****************************************************************/
|
|
9
|
+
/* */
|
|
10
|
+
/* Please do not make any change to this file */
|
|
11
|
+
/* If any change is required, ns-sdkg command must be used */
|
|
12
|
+
/* */
|
|
13
|
+
/****************************************************************/
|
|
14
|
+
/****************************************************************/
|
|
15
|
+
/* */
|
|
16
|
+
/* Namira Software Corporation */
|
|
17
|
+
/* https://namirasoft.com */
|
|
18
|
+
/* */
|
|
19
|
+
/****************************************************************/
|
|
20
|
+
|
|
21
|
+
import { BaseUUID, BaseMetaColumn } from "namirasoft-core";
|
|
22
|
+
import { FilterItem, SortItem } from "namirasoft-core";
|
|
23
|
+
import { NSBaseMetaDatabase, NSBaseMetaTable } from "namirasoft-site";
|
|
24
|
+
import { NamirasoftErpServer } from "../NamirasoftErpServer";
|
|
25
|
+
import { PartyTypeRow } from "../row/PartyTypeRow";
|
|
26
|
+
|
|
27
|
+
export class PartyTypeMetaTable extends NSBaseMetaTable<NamirasoftErpServer, PartyTypeRow>
|
|
28
|
+
{
|
|
29
|
+
public override columns: {
|
|
30
|
+
id: BaseMetaColumn;
|
|
31
|
+
user_id: BaseMetaColumn;
|
|
32
|
+
company_id: BaseMetaColumn;
|
|
33
|
+
branch_id: BaseMetaColumn;
|
|
34
|
+
name: BaseMetaColumn;
|
|
35
|
+
description: BaseMetaColumn;
|
|
36
|
+
enabled: BaseMetaColumn;
|
|
37
|
+
created_at: BaseMetaColumn;
|
|
38
|
+
updated_at: BaseMetaColumn;
|
|
39
|
+
}
|
|
40
|
+
constructor(database: NSBaseMetaDatabase<NamirasoftErpServer>)
|
|
41
|
+
{
|
|
42
|
+
super(database, "party_type", "Party Type", new BaseUUID("erp-pty"));
|
|
43
|
+
this.columns = {
|
|
44
|
+
id: new BaseMetaColumn(this, "id", "ID", "String", true),
|
|
45
|
+
user_id: new BaseMetaColumn(this, "user_id", "User ID", "String", true),
|
|
46
|
+
company_id: new BaseMetaColumn(this, "company_id", "Company ID", "String", true),
|
|
47
|
+
branch_id: new BaseMetaColumn(this, "branch_id", "Branch ID", "String", false),
|
|
48
|
+
name: new BaseMetaColumn(this, "name", "Name", "String", true),
|
|
49
|
+
description: new BaseMetaColumn(this, "description", "Description", "String", false),
|
|
50
|
+
enabled: new BaseMetaColumn(this, "enabled", "Enabled", "Boolean", true),
|
|
51
|
+
created_at: new BaseMetaColumn(this, "created_at", "Created At", "DateTime", true),
|
|
52
|
+
updated_at: new BaseMetaColumn(this, "updated_at", "Updated At", "DateTime", true),
|
|
53
|
+
};
|
|
54
|
+
this.back_end.get = async (id: string) =>
|
|
55
|
+
{
|
|
56
|
+
let server = this.database.getServer();
|
|
57
|
+
return await server.party_type.Get(id);
|
|
58
|
+
};
|
|
59
|
+
this.back_end.list = async (filters: FilterItem[] | null, page: (number | null), size: (number | null), sorts: SortItem[]) =>
|
|
60
|
+
{
|
|
61
|
+
let server = this.database.getServer();
|
|
62
|
+
return await server.party_type.List(filters, page, size, sorts);
|
|
63
|
+
};
|
|
64
|
+
}
|
|
65
|
+
};
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/****************************************************************/
|
|
2
|
+
/* */
|
|
3
|
+
/* This is an Auto-Generated File */
|
|
4
|
+
/* Made By */
|
|
5
|
+
/* Namirasoft SDK Generator NPM Package */
|
|
6
|
+
/* */
|
|
7
|
+
/****************************************************************/
|
|
8
|
+
/****************************************************************/
|
|
9
|
+
/* */
|
|
10
|
+
/* Please do not make any change to this file */
|
|
11
|
+
/* If any change is required, ns-sdkg command must be used */
|
|
12
|
+
/* */
|
|
13
|
+
/****************************************************************/
|
|
14
|
+
/****************************************************************/
|
|
15
|
+
/* */
|
|
16
|
+
/* Namira Software Corporation */
|
|
17
|
+
/* https://namirasoft.com */
|
|
18
|
+
/* */
|
|
19
|
+
/****************************************************************/
|
|
20
|
+
|
|
21
|
+
import { AccountType } from "../enum/AccountType";
|
|
22
|
+
|
|
23
|
+
export type AccountInputRow =
|
|
24
|
+
{
|
|
25
|
+
company_id: string;
|
|
26
|
+
branch_id: (string | null);
|
|
27
|
+
code: string;
|
|
28
|
+
name: string;
|
|
29
|
+
is_group: boolean;
|
|
30
|
+
type: AccountType;
|
|
31
|
+
description: (string | null);
|
|
32
|
+
enabled: boolean;
|
|
33
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/****************************************************************/
|
|
2
|
+
/* */
|
|
3
|
+
/* This is an Auto-Generated File */
|
|
4
|
+
/* Made By */
|
|
5
|
+
/* Namirasoft SDK Generator NPM Package */
|
|
6
|
+
/* */
|
|
7
|
+
/****************************************************************/
|
|
8
|
+
/****************************************************************/
|
|
9
|
+
/* */
|
|
10
|
+
/* Please do not make any change to this file */
|
|
11
|
+
/* If any change is required, ns-sdkg command must be used */
|
|
12
|
+
/* */
|
|
13
|
+
/****************************************************************/
|
|
14
|
+
/****************************************************************/
|
|
15
|
+
/* */
|
|
16
|
+
/* Namira Software Corporation */
|
|
17
|
+
/* https://namirasoft.com */
|
|
18
|
+
/* */
|
|
19
|
+
/****************************************************************/
|
|
20
|
+
|
|
21
|
+
export type AccountPartyTypeRow =
|
|
22
|
+
{
|
|
23
|
+
id: string;
|
|
24
|
+
account_id: string;
|
|
25
|
+
party_type_id: string;
|
|
26
|
+
created_at: Date;
|
|
27
|
+
updated_at: Date;
|
|
28
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/****************************************************************/
|
|
2
|
+
/* */
|
|
3
|
+
/* This is an Auto-Generated File */
|
|
4
|
+
/* Made By */
|
|
5
|
+
/* Namirasoft SDK Generator NPM Package */
|
|
6
|
+
/* */
|
|
7
|
+
/****************************************************************/
|
|
8
|
+
/****************************************************************/
|
|
9
|
+
/* */
|
|
10
|
+
/* Please do not make any change to this file */
|
|
11
|
+
/* If any change is required, ns-sdkg command must be used */
|
|
12
|
+
/* */
|
|
13
|
+
/****************************************************************/
|
|
14
|
+
/****************************************************************/
|
|
15
|
+
/* */
|
|
16
|
+
/* Namira Software Corporation */
|
|
17
|
+
/* https://namirasoft.com */
|
|
18
|
+
/* */
|
|
19
|
+
/****************************************************************/
|
|
20
|
+
|
|
21
|
+
import { AccountType } from "../enum/AccountType";
|
|
22
|
+
|
|
23
|
+
export type AccountRow =
|
|
24
|
+
{
|
|
25
|
+
id: string;
|
|
26
|
+
user_id: string;
|
|
27
|
+
company_id: string;
|
|
28
|
+
branch_id: (string | null);
|
|
29
|
+
code: string;
|
|
30
|
+
name: string;
|
|
31
|
+
is_group: boolean;
|
|
32
|
+
type: AccountType;
|
|
33
|
+
description: (string | null);
|
|
34
|
+
enabled: boolean;
|
|
35
|
+
created_at: Date;
|
|
36
|
+
updated_at: Date;
|
|
37
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/****************************************************************/
|
|
2
|
+
/* */
|
|
3
|
+
/* This is an Auto-Generated File */
|
|
4
|
+
/* Made By */
|
|
5
|
+
/* Namirasoft SDK Generator NPM Package */
|
|
6
|
+
/* */
|
|
7
|
+
/****************************************************************/
|
|
8
|
+
/****************************************************************/
|
|
9
|
+
/* */
|
|
10
|
+
/* Please do not make any change to this file */
|
|
11
|
+
/* If any change is required, ns-sdkg command must be used */
|
|
12
|
+
/* */
|
|
13
|
+
/****************************************************************/
|
|
14
|
+
/****************************************************************/
|
|
15
|
+
/* */
|
|
16
|
+
/* Namira Software Corporation */
|
|
17
|
+
/* https://namirasoft.com */
|
|
18
|
+
/* */
|
|
19
|
+
/****************************************************************/
|
|
20
|
+
|
|
21
|
+
export type BranchInputRow =
|
|
22
|
+
{
|
|
23
|
+
company_id: string;
|
|
24
|
+
default_currency_id: string;
|
|
25
|
+
name: string;
|
|
26
|
+
country: (string | null);
|
|
27
|
+
description: (string | null);
|
|
28
|
+
enabled: boolean;
|
|
29
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/****************************************************************/
|
|
2
|
+
/* */
|
|
3
|
+
/* This is an Auto-Generated File */
|
|
4
|
+
/* Made By */
|
|
5
|
+
/* Namirasoft SDK Generator NPM Package */
|
|
6
|
+
/* */
|
|
7
|
+
/****************************************************************/
|
|
8
|
+
/****************************************************************/
|
|
9
|
+
/* */
|
|
10
|
+
/* Please do not make any change to this file */
|
|
11
|
+
/* If any change is required, ns-sdkg command must be used */
|
|
12
|
+
/* */
|
|
13
|
+
/****************************************************************/
|
|
14
|
+
/****************************************************************/
|
|
15
|
+
/* */
|
|
16
|
+
/* Namira Software Corporation */
|
|
17
|
+
/* https://namirasoft.com */
|
|
18
|
+
/* */
|
|
19
|
+
/****************************************************************/
|
|
20
|
+
|
|
21
|
+
export type BranchRow =
|
|
22
|
+
{
|
|
23
|
+
id: string;
|
|
24
|
+
user_id: string;
|
|
25
|
+
company_id: string;
|
|
26
|
+
default_currency_id: string;
|
|
27
|
+
name: string;
|
|
28
|
+
country: (string | null);
|
|
29
|
+
description: (string | null);
|
|
30
|
+
enabled: boolean;
|
|
31
|
+
created_at: Date;
|
|
32
|
+
updated_at: Date;
|
|
33
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/****************************************************************/
|
|
2
|
+
/* */
|
|
3
|
+
/* This is an Auto-Generated File */
|
|
4
|
+
/* Made By */
|
|
5
|
+
/* Namirasoft SDK Generator NPM Package */
|
|
6
|
+
/* */
|
|
7
|
+
/****************************************************************/
|
|
8
|
+
/****************************************************************/
|
|
9
|
+
/* */
|
|
10
|
+
/* Please do not make any change to this file */
|
|
11
|
+
/* If any change is required, ns-sdkg command must be used */
|
|
12
|
+
/* */
|
|
13
|
+
/****************************************************************/
|
|
14
|
+
/****************************************************************/
|
|
15
|
+
/* */
|
|
16
|
+
/* Namira Software Corporation */
|
|
17
|
+
/* https://namirasoft.com */
|
|
18
|
+
/* */
|
|
19
|
+
/****************************************************************/
|
|
20
|
+
|
|
21
|
+
export type CompanyInputRow =
|
|
22
|
+
{
|
|
23
|
+
name: string;
|
|
24
|
+
description: (string | null);
|
|
25
|
+
enabled: boolean;
|
|
26
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/****************************************************************/
|
|
2
|
+
/* */
|
|
3
|
+
/* This is an Auto-Generated File */
|
|
4
|
+
/* Made By */
|
|
5
|
+
/* Namirasoft SDK Generator NPM Package */
|
|
6
|
+
/* */
|
|
7
|
+
/****************************************************************/
|
|
8
|
+
/****************************************************************/
|
|
9
|
+
/* */
|
|
10
|
+
/* Please do not make any change to this file */
|
|
11
|
+
/* If any change is required, ns-sdkg command must be used */
|
|
12
|
+
/* */
|
|
13
|
+
/****************************************************************/
|
|
14
|
+
/****************************************************************/
|
|
15
|
+
/* */
|
|
16
|
+
/* Namira Software Corporation */
|
|
17
|
+
/* https://namirasoft.com */
|
|
18
|
+
/* */
|
|
19
|
+
/****************************************************************/
|
|
20
|
+
|
|
21
|
+
export type CompanyRow =
|
|
22
|
+
{
|
|
23
|
+
id: string;
|
|
24
|
+
user_id: string;
|
|
25
|
+
name: string;
|
|
26
|
+
description: (string | null);
|
|
27
|
+
enabled: boolean;
|
|
28
|
+
created_at: Date;
|
|
29
|
+
updated_at: Date;
|
|
30
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/****************************************************************/
|
|
2
|
+
/* */
|
|
3
|
+
/* This is an Auto-Generated File */
|
|
4
|
+
/* Made By */
|
|
5
|
+
/* Namirasoft SDK Generator NPM Package */
|
|
6
|
+
/* */
|
|
7
|
+
/****************************************************************/
|
|
8
|
+
/****************************************************************/
|
|
9
|
+
/* */
|
|
10
|
+
/* Please do not make any change to this file */
|
|
11
|
+
/* If any change is required, ns-sdkg command must be used */
|
|
12
|
+
/* */
|
|
13
|
+
/****************************************************************/
|
|
14
|
+
/****************************************************************/
|
|
15
|
+
/* */
|
|
16
|
+
/* Namira Software Corporation */
|
|
17
|
+
/* https://namirasoft.com */
|
|
18
|
+
/* */
|
|
19
|
+
/****************************************************************/
|
|
20
|
+
|
|
21
|
+
export type CurrencyExchangeInputRow =
|
|
22
|
+
{
|
|
23
|
+
date_time: Date;
|
|
24
|
+
from_currency_id: string;
|
|
25
|
+
to_currency_id: string;
|
|
26
|
+
rate: number;
|
|
27
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/****************************************************************/
|
|
2
|
+
/* */
|
|
3
|
+
/* This is an Auto-Generated File */
|
|
4
|
+
/* Made By */
|
|
5
|
+
/* Namirasoft SDK Generator NPM Package */
|
|
6
|
+
/* */
|
|
7
|
+
/****************************************************************/
|
|
8
|
+
/****************************************************************/
|
|
9
|
+
/* */
|
|
10
|
+
/* Please do not make any change to this file */
|
|
11
|
+
/* If any change is required, ns-sdkg command must be used */
|
|
12
|
+
/* */
|
|
13
|
+
/****************************************************************/
|
|
14
|
+
/****************************************************************/
|
|
15
|
+
/* */
|
|
16
|
+
/* Namira Software Corporation */
|
|
17
|
+
/* https://namirasoft.com */
|
|
18
|
+
/* */
|
|
19
|
+
/****************************************************************/
|
|
20
|
+
|
|
21
|
+
export type CurrencyExchangeRow =
|
|
22
|
+
{
|
|
23
|
+
id: string;
|
|
24
|
+
user_id: string;
|
|
25
|
+
date_time: Date;
|
|
26
|
+
from_currency_id: string;
|
|
27
|
+
to_currency_id: string;
|
|
28
|
+
rate: number;
|
|
29
|
+
created_at: Date;
|
|
30
|
+
updated_at: Date;
|
|
31
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/****************************************************************/
|
|
2
|
+
/* */
|
|
3
|
+
/* This is an Auto-Generated File */
|
|
4
|
+
/* Made By */
|
|
5
|
+
/* Namirasoft SDK Generator NPM Package */
|
|
6
|
+
/* */
|
|
7
|
+
/****************************************************************/
|
|
8
|
+
/****************************************************************/
|
|
9
|
+
/* */
|
|
10
|
+
/* Please do not make any change to this file */
|
|
11
|
+
/* If any change is required, ns-sdkg command must be used */
|
|
12
|
+
/* */
|
|
13
|
+
/****************************************************************/
|
|
14
|
+
/****************************************************************/
|
|
15
|
+
/* */
|
|
16
|
+
/* Namira Software Corporation */
|
|
17
|
+
/* https://namirasoft.com */
|
|
18
|
+
/* */
|
|
19
|
+
/****************************************************************/
|
|
20
|
+
|
|
21
|
+
export type CurrencyInputRow =
|
|
22
|
+
{
|
|
23
|
+
name: string;
|
|
24
|
+
fraction_name: string;
|
|
25
|
+
fraction_value: number;
|
|
26
|
+
symbol: string;
|
|
27
|
+
description: (string | null);
|
|
28
|
+
enabled: boolean;
|
|
29
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/****************************************************************/
|
|
2
|
+
/* */
|
|
3
|
+
/* This is an Auto-Generated File */
|
|
4
|
+
/* Made By */
|
|
5
|
+
/* Namirasoft SDK Generator NPM Package */
|
|
6
|
+
/* */
|
|
7
|
+
/****************************************************************/
|
|
8
|
+
/****************************************************************/
|
|
9
|
+
/* */
|
|
10
|
+
/* Please do not make any change to this file */
|
|
11
|
+
/* If any change is required, ns-sdkg command must be used */
|
|
12
|
+
/* */
|
|
13
|
+
/****************************************************************/
|
|
14
|
+
/****************************************************************/
|
|
15
|
+
/* */
|
|
16
|
+
/* Namira Software Corporation */
|
|
17
|
+
/* https://namirasoft.com */
|
|
18
|
+
/* */
|
|
19
|
+
/****************************************************************/
|
|
20
|
+
|
|
21
|
+
export type CurrencyRow =
|
|
22
|
+
{
|
|
23
|
+
id: string;
|
|
24
|
+
user_id: string;
|
|
25
|
+
name: string;
|
|
26
|
+
fraction_name: string;
|
|
27
|
+
fraction_value: number;
|
|
28
|
+
symbol: string;
|
|
29
|
+
description: (string | null);
|
|
30
|
+
enabled: boolean;
|
|
31
|
+
created_at: Date;
|
|
32
|
+
updated_at: Date;
|
|
33
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/****************************************************************/
|
|
2
|
+
/* */
|
|
3
|
+
/* This is an Auto-Generated File */
|
|
4
|
+
/* Made By */
|
|
5
|
+
/* Namirasoft SDK Generator NPM Package */
|
|
6
|
+
/* */
|
|
7
|
+
/****************************************************************/
|
|
8
|
+
/****************************************************************/
|
|
9
|
+
/* */
|
|
10
|
+
/* Please do not make any change to this file */
|
|
11
|
+
/* If any change is required, ns-sdkg command must be used */
|
|
12
|
+
/* */
|
|
13
|
+
/****************************************************************/
|
|
14
|
+
/****************************************************************/
|
|
15
|
+
/* */
|
|
16
|
+
/* Namira Software Corporation */
|
|
17
|
+
/* https://namirasoft.com */
|
|
18
|
+
/* */
|
|
19
|
+
/****************************************************************/
|
|
20
|
+
|
|
21
|
+
export type FiscalYearInputRow =
|
|
22
|
+
{
|
|
23
|
+
company_id: string;
|
|
24
|
+
name: string;
|
|
25
|
+
date_start: string;
|
|
26
|
+
date_end: string;
|
|
27
|
+
description: (string | null);
|
|
28
|
+
enabled: boolean;
|
|
29
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/****************************************************************/
|
|
2
|
+
/* */
|
|
3
|
+
/* This is an Auto-Generated File */
|
|
4
|
+
/* Made By */
|
|
5
|
+
/* Namirasoft SDK Generator NPM Package */
|
|
6
|
+
/* */
|
|
7
|
+
/****************************************************************/
|
|
8
|
+
/****************************************************************/
|
|
9
|
+
/* */
|
|
10
|
+
/* Please do not make any change to this file */
|
|
11
|
+
/* If any change is required, ns-sdkg command must be used */
|
|
12
|
+
/* */
|
|
13
|
+
/****************************************************************/
|
|
14
|
+
/****************************************************************/
|
|
15
|
+
/* */
|
|
16
|
+
/* Namira Software Corporation */
|
|
17
|
+
/* https://namirasoft.com */
|
|
18
|
+
/* */
|
|
19
|
+
/****************************************************************/
|
|
20
|
+
|
|
21
|
+
export type FiscalYearRow =
|
|
22
|
+
{
|
|
23
|
+
id: string;
|
|
24
|
+
user_id: string;
|
|
25
|
+
company_id: string;
|
|
26
|
+
name: string;
|
|
27
|
+
date_start: string;
|
|
28
|
+
date_end: string;
|
|
29
|
+
description: (string | null);
|
|
30
|
+
enabled: boolean;
|
|
31
|
+
created_at: Date;
|
|
32
|
+
updated_at: Date;
|
|
33
|
+
}
|