Application Name | Developer | Made with | Rating | Last updated | Views | Installs |
---|---|---|---|---|---|---|
workshop-firebaseFirebase adaptor | Docker IPM | 0.0 (0) | 31 Jan, 2024 | |||
iris-rag-demoIRIS with RAG (Retrieval Augmented Generation) example | G | Docker Python AI | 0.0 (0) | 15 Dec, 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 | ||||||
![]() AoC2021-rccAn Embedded Python based view of Advent of Code | Docker IPM | 5.0 (1) | 05 Nov, 2023 | |||
![]() iris-recorder-helperThe simplest app for records transcribe to text on python | IPM AI | 4.5 (1) | 22 Sep, 2023 | |||
![]() Webinar-Leveraging-Embedded-PythonFollow along the Leveraging Embedded Python Webinar! | A | Docker Python | 4.3 (2) | 18 Sep, 2023 | ||
![]() Globals-ePy-vs-ISOSCompare writing Globals in ePy vs. ISOS/COS | Docker IPM | 5.0 (1) | 16 Sep, 2023 | |||
![]() GlobalToJSON-ePython-pureJSON Object from Global using embedded Python only | Docker Python IPM | 4.5 (1) | 16 Sep, 2023 | |||
![]() GlobalToJSON-embeddedPythonExport a Global into a JSON file and re-create using embedded Py | Docker IPM | 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-fhir-generative-aiAn experiment to use generative AI and FHIR | Docker Python IPM AI | 0.0 (0) | 16 Jul, 2023 | |||
![]() IRIS FHIR Transcribe Summarize ExportOpenAI Transcribe & Summarize. Google Docs & Sheets Integration | Docker Python IPM AI | 0.0 (0) | 06 Jul, 2023 | |||
NomenclatorFace recognition using Embedded Python and IRIS in Docker | Docker Python | 4.5 (1) | 01 Jul, 2023 | |||
![]() irissqlcliA REPL for InterSystems IRIS SQL | Docker Python | 5.0 (2) | 23 Mar, 2023 | |||
![]() iris-geo-mapApp to provide Interactive visualization of Geographic data | Docker Python IPM | 5.0 (1) | 09 Feb, 2023 | |||
ipython-iris-magic%%iris magic for IPython, can run ObjectScript command in Notebooks | G | Docker Python | 0.0 (0) | 02 Dec, 2022 | ||
![]() iris-qr-barcode-utilsRead and write QR and Barcodes using InterSystems IRIS and Python | Docker Python IPM | 5.0 (1) | 14 Nov, 2022 | |||
iris-grpc-exampleA hello world example adapted from the officials examples, presenting how to use gRPC with IRIS. | Docker Python IPM | 4.0 (1) | 02 Nov, 2022 | |||
iris-dollar-listInterpretor of $list for python | G | Python | 5.0 (1) | 28 Oct, 2022 | ||
![]() zpipPython pip extension for InterSystems Products | N | Docker IPM | 4.8 (2) | 28 Oct, 2022 | ||
formation-template-pythonFormation to learn InterSystems' interoperability framework using python | L | Docker Python | 5.0 (1) | 17 Aug, 2022 | ||
Python IRIS SQL Procedures SampleSamples of python running inside SQL InterSystems IRIS Database | Docker IPM | 5.0 (1) | 20 Jul, 2022 | |||
![]() iris-climate-changeIRIS Climate Change, Data Sciences, Plotting and Visualization | Docker Python | 5.0 (1) | 15 Jul, 2022 |