Application Name | Developer | Made with | Rating | Last updated | Views | Installs |
---|---|---|---|---|---|---|
SharePoint Online SPO REST APISharepoint API template | M | 0.0 (0) | 13 Dec, 2024 | |||
isc-restBuild REST APIs rapidly, securely, and sustainably | IPM | 4.8 (2) | 05 Dec, 2024 | |||
InterSystems Ideas Waiting to be ImplementedProgrammatic reportsThe report creation is a tedious and non-productive task. You need an IDE, create a connection, create a SQL query, define report bands, drag-and-drop/design report columns, fields, labels, summarizations, margins, charts and prepare perfect pixel reports for print. To create a tradicional report the effort takes 4 to 12 hours. The idea is to define reports using object script instructions. With some minutes and with writing a few object script lines you can get a report equivalent to a tradicional report, with the benefit to create dynamic content for the reports (productivity). The idea includes yet the feature to allows to the developer set print restrictions for the PDF report generated (reduce carbon emission, not allowing print, only read). Benefits of this idea: 1 - Productivity - develop a report in minutes not in hours 2 - Reduce carbon emission - is possible restrict the PDF print 3 - Create dynamic reports using ObjectScript 4 - No need to install a report server, saving processor and memory resources (decreasing emissions) To create a report using source code, see this sample with Java, but could be in ObjectScript too: TextColumnBuilder<String> itemColumn = col.column("Item", "item", type.stringType()); TextColumnBuilder<Date> orderDateColumn = col.column("Order date", "orderdate", type.dateType()); TextColumnBuilder<Integer> quantityColumn = col.column("Quantity", "quantity", type.integerType()).setFixedWidth(50); TextColumnBuilder<BigDecimal> unitPriceColumn = col.column("Unit price", "unitprice", type.bigDecimalType()); ColumnTitleGroupBuilder titleGroup2 = grid.titleGroup("Group 2", quantityColumn, unitPriceColumn); ColumnTitleGroupBuilder titleGroup1 = grid.titleGroup("Group 1", orderDateColumn, titleGroup2).setTitleFixedWidth(450); report() .setTemplate(Templates.reportTemplate) .columnGrid(itemColumn, titleGroup1) .columns(itemColumn, orderDateColumn, quantityColumn, unitPriceColumn) .title(Templates.createTitleComponent("ColumnTitleGroup")) .pageFooter(Templates.footerComponent) .setDataSource(createDataSource()) .setSecurityRule(PrintRule.READ_ONLY) //if you want restrict print .printPDF(); Y 5Votes3Comments | ||||||
IOP REST Client FrameworkFramework for creating REST API clients in python with IOP | A | Docker Python IPM | 4.5 (1) | 25 Sep, 2024 | ||
isc-perf-uiSimple REST APIs and Angular UI for the line-by-line monitor | Python IPM | 4.0 (1) | 16 Aug, 2024 | |||
MDX2JSONRESTful web api for MDX to JSON transformation (plus JSONP and XML/A) for InterSystems Caché. Also provides information about DeepSee objects. | E | IPM | 4.5 (2) | 12 Jul, 2024 | ||
iris-fastapi-templateIris python first experience with fastapi | G | Docker Python | 3.5 (1) | 25 Jun, 2024 | ||
iris-flask-templateIris python first experience flask template | G | Docker Python | 3.5 (1) | 25 Jun, 2024 | ||
EnsembleWorkflowRestful web API for InterSystems Ensemble / InterSystems IRIS Workflow | E | Docker IPM | 4.3 (2) | 08 Feb, 2024 | ||
WidgetsDirectorA sample IRIS Backend app to implement a REST API for a helpdesk | C | Docker IPM | 3.8 (3) | 23 Jan, 2024 | ||
OpenAPI-SuiteSet of tools for ObjectScript code generation from Swagger 3.0 | Docker IPM | 5.0 (4) | 24 Oct, 2023 | |||
Open API Client GenIRIS Interoperability Production generator from Swagger 2.0 specification. | Docker IPM | 5.0 (2) | 28 Sep, 2023 | |||
openapi-server-genIRIS server-side REST class generator from OpenAPI specification | Docker IPM | 5.0 (1) | 27 Sep, 2023 | |||
![]() IRIS FHIR Transcribe Summarize ExportOpenAI Transcribe & Summarize. Google Docs & Sheets Integration | Docker Python IPM AI | 0.0 (0) | 06 Jul, 2023 | |||
![]() Interopway RESTRepositório com conjunto de classes para auxiliar no desenvolvimento de integrações que consomem serviços REST | IPM | 3.3 (2) | 28 May, 2023 | |||
iris-rest-api-templateThe simplest template with REST CRUD for InterSystems IRIS | Docker IPM | 5.0 (2) | 22 May, 2023 | |||
csvgen-uiAn angular frontend for Csvgen app. | G | Docker IPM | 5.0 (4) | 29 Nov, 2022 | ||
interoperability-testUnit Test Interoperability production interface | O | Docker IPM | 5.0 (1) | 15 Sep, 2022 | ||
CoffeeCo Full Stack TutorialIRIS Coffee Company tutorial | R | Python | 3.0 (1) | 12 Aug, 2022 | ||
interoperability-managerRemove a Production Item with two clicks | O | Docker IPM | 5.0 (1) | 10 Jul, 2022 | ||
FIT REST Operation FrameworkAn IRIS Interoperability REST Operation Framework | Docker IPM | 4.5 (1) | 06 Jun, 2022 | |||
https-rest-apiRest API with Apache2 Web server | O | Docker | 0.0 (0) | 01 Dec, 2021 | ||
![]() IRIS MiddlewaresSpecify your middlewares. security treatments on all requests. | D | Docker | 0.0 (0) | 28 Nov, 2021 | ||
secured-rest-apiBasic authentication and authorisation via REST API in IRIS | Docker IPM | 5.0 (1) | 15 Nov, 2021 | |||
sql-rest-apiSimple REST API web app which accepts SQL and returns the result in JSON | Docker IPM | 5.0 (1) | 07 Nov, 2021 | |||
movieSample App to IRIS API Patterns | Docker IPM | 4.0 (1) | 03 Aug, 2021 | |||
irisdemo-demo-restsqlSimple demo of IRIS exposing REST APIs created based on Swagger that have a SQL database as the backend. | A | Docker | 4.3 (2) | 04 May, 2021 | ||
![]() iris-rad-studioIRIS RAD Studio it's a low-code solution that came to make the developer's life easier; Allowing everyone to create their CRUD based on a simple class definition or even a CSV file. | Docker IPM | 3.5 (1) | 15 Apr, 2021 | |||
iris-rad-studio-samplesSamples for IRIS RAD Studio | Docker IPM | 4.5 (1) | 14 Apr, 2021 | |||
RESTFormsRADForms adapter for InterSystems IRIS RAD Studio | Docker IPM | 3.0 (1) | 12 Apr, 2021 | |||
Airplane React, Material UI, and REST APIDevelopment of a System using React, Material UI and REST API IRIS. | F | Docker | 3.0 (1) | 16 Mar, 2021 |