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 |
---|---|---|---|---|---|---|
![]() SUDOKU-esSudoku demo in Spanish | Docker | 5.0 (1) | 16 Sep, 2023 | |||
![]() Multi-Line-Command-EditorTerminal Multi-Line Input + Editor | Docker IPM | 5.0 (1) | 16 Sep, 2023 | |||
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 | ||||||
![]() WSockClientMicroSVDocker based WebSocket Client as Micro Service | Docker | 5.0 (1) | 16 Sep, 2023 | |||
![]() native-api-command-line-py-clientPython Client for NativeAPI CommandLine Extension | Docker Python IPM | 4.8 (2) | 13 Sep, 2023 | |||
![]() IRIS-FlaskBlogRealworld Application using Flask, SQLAlchemy, and InterSystems IRIS | Docker Python | 5.0 (1) | 06 Sep, 2023 | |||
System-Task-RESTSystem task details via REST | Docker IPM | 4.0 (1) | 24 Aug, 2023 | |||
web-timing-loggerHttp request logger and web measure metrics. | Docker IPM | 5.0 (1) | 22 Aug, 2023 | |||
![]() CSP-Global-DownloadDownload Global as XML using CSP | Docker IPM | 4.2 (3) | 17 Aug, 2023 | |||
![]() native-api-command-line-extensionObjectScript Commad Extension for IRIS NativeAPI | Docker IPM | 5.0 (1) | 14 Aug, 2023 | |||
![]() native-api-global-view-and-copyGlobal View + Copy using Native API | Docker IPM | 5.0 (1) | 13 Aug, 2023 | |||
![]() native-api-command-line-clientObjectScript client for IRIS NativeAPI | Docker IPM | 5.0 (1) | 12 Aug, 2023 | |||
![]() sscpFile Transfer over the InterSystems IRIS SuperServer | Docker IPM | 4.5 (2) | 28 Jul, 2023 | |||
iris-fhir-generative-aiAn experiment to use generative AI and FHIR | Docker Python IPM AI | 0.0 (0) | 16 Jul, 2023 | |||
![]() FHIR - AI and OpenAPI ChainCall any FHIR API with natural language input. OpenAI. LangChain | Docker Python IPM AI | 0.0 (0) | 07 Jul, 2023 | |||
![]() Tutorial-QUERYShow a use case of %QUERY | Docker | 5.0 (1) | 07 Jul, 2023 | |||
![]() IRIS FHIR Transcribe Summarize ExportOpenAI Transcribe & Summarize. Google Docs & Sheets Integration | Docker Python IPM AI | 0.0 (0) | 06 Jul, 2023 | |||
![]() IntegratedMLandDashboardSampleA simple example of generating machine learning prediction data | IPM ML ML | 0.0 (0) | 06 Jul, 2023 | |||
interoperability_GPTdemonstrates how to use the GPT chat with Intersystems IRIS | D | Docker Python AI | 0.0 (0) | 02 Jul, 2023 | ||
fhir-chatGPTA Virtual Healthcare chat Assistant | D | Docker IPM AI | 0.0 (0) | 01 Jul, 2023 | ||
iris-user-managerTool to help deploy IRIS apps with User accounts | O | Docker | 4.5 (1) | 01 Jul, 2023 | ||
production-settingsModule to change InterSystems Interoperability Production settings | Docker IPM | 5.0 (1) | 20 Jun, 2023 | |||
![]() appmsw-warm-homeExample for creating a user interface for a smart home | Docker Python IPM | 5.0 (1) | 18 Jun, 2023 | |||
![]() oex-mappingcollect OEX structure data | Docker IPM | 5.0 (1) | 13 Jun, 2023 | |||
![]() ChatGPT Telegram BotTalk to Chat GPT via Telegram! | Docker IPM AI | 0.0 (0) | 12 Jun, 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 | |||
csvgen-pythonEmbedded python app creates table and loads data from CSV | Docker Python IPM | 5.0 (1) | 16 May, 2023 | |||
csvgenmodule to generate and import csv data using InterSystems ObjectScript | Docker IPM | 5.0 (4) | 16 May, 2023 | |||
![]() Interopway XDBCSimple way to implement XDBC Interoperability. | IPM | 4.0 (1) | 26 Apr, 2023 | |||
![]() covid-19 analyticsanalytics for covid-19 | Docker IPM | 5.0 (2) | 30 Mar, 2023 | |||
![]() Google IRIS LoginAdd Sign-in with Google into Management Portal | Docker IPM | 5.0 (1) | 28 Mar, 2023 |