At InterSystems, we deeply appreciate the rapid innovation enabled by open-source development. Our team acknowledges the significant impact of the community's dedication, which has been a driving force behind the evolution of software and data technology.
Application Name | Developer | Made with | Rating | Last updated | Views | Installs |
---|---|---|---|---|---|---|
demo-deploymentDeploy Demo of your InterSystems IRIS application | 5.0 (1) | 14 Sep, 2022 | ||||
![]() Community objectscriptQualityObjectScript code analysis for community projects | D | IPM | 4.0 (1) | 08 Sep, 2022 | ||
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 | ||||||
![]() webterminal-vscodeLaunch WebTerminal sessions from Server Manager in VS Code | 5.0 (2) | 03 Jul, 2022 | ||||
![]() CloudStudioA web based IDE for IRIS | S | IPM | 5.0 (2) | 07 Jun, 2022 | ||
![]() ObjectScript-Syntax-For-GitLabObjectScript highlight support for GitLab. | Docker | 5.0 (1) | 31 May, 2022 | |||
Japanese Calendar ConverterWhat's new in this version Follow Naming Convention | H | Docker IPM | 5.0 (1) | 19 Apr, 2022 | ||
![]() globals-toolAdvanced Globals viewer | Docker IPM | 3.5 (1) | 08 Apr, 2022 | |||
![]() django-irisInterSystems IRIS backend for Django | Python | 0.0 (0) | 20 Feb, 2022 | |||
LogSimple macros-driven logging system | E | Docker IPM | 4.0 (1) | 18 Feb, 2022 | ||
InterSystems Iris Drivers DistributionOfficial InterSystems JDBC, ODBC drivers and other libraries | 5.0 (1) | 31 Jan, 2022 | ||||
iris-python-examplesEmbedded Python examples with notebook support. | G | Docker Python | 5.0 (2) | 13 Dec, 2021 | ||
![]() VSCode-ObjectScriptVSCode extension for InterSystems products | 4.9 (19) | 02 Dec, 2021 | ||||
![]() isc-apptools-lockdownProgram for changing the security level of the system. | Docker IPM | 5.0 (1) | 29 Nov, 2021 | |||
![]() iris-saml-exampleInterSystems IRIS - SAML Authentication Test | Docker IPM | 5.0 (1) | 27 Nov, 2021 | |||
fhir-scraperA simple python script to copy/scrap/crawl a FHIR repository. | G | Python | 4.0 (1) | 08 Oct, 2021 | ||
Export Studio Snippets to VS CodeTools for Studio to export Studio's Code Snippets to VS Code | J | 0.0 (0) | 27 Aug, 2021 | |||
DataGripDataGrip is a multi-engine database environment targeting the specific needs of professional SQL developers. | M | 0.0 (0) | 23 Aug, 2021 | |||
![]() Caché MonitorWorks with many of your databases but is specifically optimized for unique InterSystems Caché and InterSystems IRIS features. It combines many tools with a smart sql editor to provide easy access to your databases. Caché Monitor is like a swiss knife for InterSystems Caché \ IRIS, fast and very easy | A | 0.0 (0) | 15 Aug, 2021 | |||
GitHubAPIGithub API for InterSystems IRIS | E | Docker IPM | 5.0 (1) | 29 Jun, 2021 | ||
ssl-clientadds ssl client configuration to your InterSystems IRIS server | Docker IPM | 5.0 (1) | 28 Jun, 2021 | |||
assert-objectscriptAssertJ Style assertion library for objesctscript | N | Docker IPM | 4.0 (1) | 22 Apr, 2021 | ||
findtableQuery entity class corresponding structure. | H | Docker | 5.0 (1) | 21 Apr, 2021 | ||
![]() Grafana Plugin for InterSystemsGrafana Data Source Plugin for InterSystems | Docker | 4.0 (1) | 19 Apr, 2021 | |||
InterSystems LanguageServerInterSystems Language Server which works directly with SuperPort | 0.0 (0) | 17 Apr, 2021 | ||||
![]() IntelliJ InterSystemsIntelliJ IDEA Plugin for InterSystems | 0.0 (0) | 17 Apr, 2021 | ||||
![]() IRIS_REST_DocumentationDevelopment tool for documenting REST API endpoints [INTERSYSTEM IRIS] | D | Docker | 5.0 (1) | 14 Apr, 2021 | ||
mg_phpA PHP Extension for InterSystems Caché/IRIS. | C | 0.0 (0) | 25 Mar, 2021 | |||
mg_goA GO Extension for InterSystems Caché/IRIS. | C | 0.0 (0) | 25 Mar, 2021 | |||
mg-dbxA Node.js Extension for InterSystems Caché/IRIS. The focus and rationale for this solution is high-performance NoSQL-based access to the database, though access to InterSystems SQL, Objects and Functions is also supported. | C | Python | 0.0 (0) | 25 Mar, 2021 | ||
mg_rubyA Ruby extension for InterSystems M/Caché/IRIS | C | 0.0 (0) | 25 Mar, 2021 |