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 |
---|---|---|---|---|---|---|
iris-watched-statusStatus that automatically detects and handles errors. | D | IPM | 0.0 (0) | 05 Mar, 2025 | ||
X-rAI-iris-healthInterSystems IRIS for Health Data Analytics with Explainable AI | R | Python AI ML ML | 0.0 (0) | 05 Mar, 2025 | ||
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 | ||||||
intersystems-objectscript-class-diagram-viewPowerful class diagram view for objectscript | 0.0 (0) | 02 Mar, 2025 | ||||
![]() SQL DATA LENSFast database sql tool with special features for IRIS & Caché | A | 5.0 (1) | 23 Feb, 2025 | |||
![]() Mimic-SQL-Host-VariablesAllow SQL Host Variables outside embedded SQL | Docker IPM | 5.0 (1) | 03 Feb, 2025 | |||
DeepSeeWebRenderer for DeepSee Dashboards in Browser with MDX2JSON as a Serverside and JS web-client | Docker IPM | 4.5 (2) | 27 Jan, 2025 | |||
GPGGPG Interoperability Adapter for InterSystems IRIS. | E | Python | 0.0 (0) | 10 Dec, 2024 | ||
![]() AoC2024_test2 test data sets for AOC2024 | 0.0 (0) | 04 Dec, 2024 | ||||
![]() function-ISJSONA function to check if string is JSON object | Docker IPM | 4.0 (1) | 26 Nov, 2024 | |||
![]() SPOOL-demoDemo Code using SPOOL | Docker IPM | 4.5 (1) | 26 Nov, 2024 | |||
![]() CPIPEExample of using CPIPE programmatically | Docker | 5.0 (2) | 26 Nov, 2024 | |||
![]() ObjectScript-Over-ODBCAllow running ObjectScript and especially Global copy over ODBC | Docker IPM | 4.5 (1) | 26 Nov, 2024 | |||
![]() Global-dump-to-SQLShow Global by SQL SELECT | Docker IPM | 5.0 (1) | 26 Nov, 2024 | |||
![]() Server Manager for VS CodeVS Code extension to manage connections to InterSystems servers. | 4.8 (6) | 15 Nov, 2024 | ||||
![]() InterSystems Testing Manager for VS CodeIntegrate the %UnitTest framework with VS Code | 4.5 (2) | 15 Nov, 2024 | ||||
![]() irisChatGPTApplication uses LangChain framework which is built around LLMs | Docker Python IPM AI | 4.0 (1) | 12 Nov, 2024 | |||
![]() Data_APP_SecurityOAuth Authentication, Authorization & Auditing basics | Docker IPM | 5.0 (1) | 12 Nov, 2024 | |||
![]() irisGoogleChatSend messages powered by AI to Google Chat | D | Docker AI | 3.5 (1) | 12 Nov, 2024 | ||
![]() LabResultsVerification-hl7HL7 App to update reference range and find critical results | Docker IPM | 5.0 (1) | 12 Nov, 2024 | |||
![]() Test Coverage ToolRun your typical ObjectScript %UnitTest tests and see which lines of your code are executed. Includes Cobertura-style reporting for use in continuous integration tools. | Python IPM | 5.0 (2) | 04 Nov, 2024 | |||
![]() character-slice-indexIndexing text by characters | Docker IPM | 5.0 (1) | 27 Oct, 2024 | |||
![]() Light-weight-EXCEL-downloadLight weight Excel export over CSP | Docker IPM | 5.0 (1) | 15 Oct, 2024 | |||
![]() IRIS-MQTT for ManufacturingFirst-ever IRIS-integrated MQTT Broker - no middleware needed! | A | 0.0 (0) | 08 Oct, 2024 | |||
![]() IRIS MQTT for HealthFirst-ever IRIS-integrated MQTT Broker - no middleware needed! | A | 0.0 (0) | 04 Oct, 2024 | |||
![]() DX Jetpack for VS CodeA VS Code extension pack to boost your Developer eXperience | 5.0 (1) | 27 Sep, 2024 | ||||
![]() iris-dev-codeinspectorValidates packages and classes, returning a report with issues. | Docker IPM | 4.0 (1) | 25 Sep, 2024 | |||
![]() apptools-adminThis solution can be installed in earlier versions of Caché and Ensemble (tested 2016.1+). This can be done by importing xml. | Docker IPM | 5.0 (1) | 24 Sep, 2024 | |||
![]() BridgeWorks WebReportsWeb based reporting and dashboard platform | 0.0 (0) | 26 Aug, 2024 | ||||
![]() BridgeWorks VDMBridgeWorks VDM is an ad hoc reporting and graphical SQL query application. | 0.0 (0) | 26 Aug, 2024 | ||||
![]() DeltanjiComprehensive source control running natively inside InterSystems environments. | 5.0 (1) | 09 Aug, 2024 |