Page 2 of 3

Re: Data Sutra v4.0

PostPosted: Thu Feb 14, 2013 12:16 pm
by Harjo
Sick!! :shock: I like!! :D

Re: Data Sutra v4.0

PostPosted: Thu Feb 14, 2013 8:24 pm
by david
Harjo wrote:Sick!! :shock: I like!! :D


!!! Agreed. And I'm pointing at Troy over there.....

4.0.1 released

PostPosted: Mon Feb 18, 2013 7:46 pm
by david
Download: http://community.data-sutra.com/project ... utra/files

Trello project board: https://trello.com/b/OAoCgm50

brand new pdf viewer
- same look on all browsers
- print preview with buttons to print and open in another window
- works on tablets
- easy jump to a page and page thumbnails
- view zooming
- searching

browser compatibility additions
- firefox
- IE 10

minor features
- when google analytics present, track navigation item changes
- api for start/stop centered spinner (scopes.DS.webClockerCentered)
- UL right click to get context menu of configured actions
- placeholder property

css changes
- list views
- comboboxes in tables

fixes and performance
- various minor bug fixes
- lazy loading some client-side libraries after login

ul-right-click.png
ul-right-click.png (40.91 KiB) Viewed 20890 times

Re: Data Sutra v4.0

PostPosted: Thu Mar 21, 2013 2:25 am
by david
Small teaser for 4.0.2 release coming up in next few days. New media field controls:

media-controls.png
media-controls.png (17.34 KiB) Viewed 20850 times

4.0.2 released

PostPosted: Fri Mar 22, 2013 1:43 am
by david
Download: http://community.data-sutra.com/project ... utra/files

Trello project board: https://trello.com/b/OAoCgm50

Router v2
- url now shows down to the record level
- link directly to individual records
- google analytics tracks navigation to record level
- scheme: workspace/view/pretty-record/pk
- example: http://demo.data-sutra.com/developer/cu ... prises/141

Reporting enhancements
- report registry now takes html data and urls
- automatic converting html to our pdf previewer
- new api methods to make coding reports for the web easier
Code: Select all
scopes.DS.print
    preview (reportName,PDFByteArray)
    download (reportName,PDFByteArray)
    trigger (registry)
    utils
        convertToPDFByteArray
            fromServoyForm(formName)
            fromHTMLData(html)
            fromHTMLURL(url)
        getPDFByteArray
            fromFileSystem(location)
            fromMediaLibrary(location)

- new view created to demo/test reporting api calls. see in action: http://demo.data-sutra.com/developer/report
- new wiki page on reporting: http://community.data-sutra.com/project ... /Reporting

UI upgrades
- override servoy's default media field controls with good looking graphics
media-controls (1).png
media-controls (1).png (17.34 KiB) Viewed 20833 times

- new toolbar flipper graphics
toolbar-flipper (1).png
toolbar-flipper (1).png (12.39 KiB) Viewed 20833 times

- custom combobox look applied to comboboxes in tables

Misc functionality
- fast find has new options to search on: all text, all number, all date

Servoy 6.1.4i1
- tested and refactored for latest version of servoy: 6.1.4i1
- globals refactoring for developer builder speed
- worked with servoy on enhancements to custom api's to make them more discoverable and usable
- inline documentation hinting while code completing
- outline view shows internal api methods
- see scopes.DS.print API for examples

New requirements
- Velocity Reports plugin: https://www.servoyforge.net/projects/velocity-report
- Servoy 6.1.4i1

Re: Data Sutra v4.0

PostPosted: Mon Mar 25, 2013 7:01 pm
by david
New documentation trickling in:

1. Philosophy
2. API (started)
3. Layout manager
4. Reporting

Re: Data Sutra v4.0

PostPosted: Fri Aug 02, 2013 11:09 pm
by david
Detailed "Your first App" instructions posted.

Re: Data Sutra v4.0

PostPosted: Thu Feb 13, 2014 12:14 am
by david
In case you missed it, v4.0.5 has been posted. Links:

1. Demo server
2. Website
3. Repository

Slickgrid
This release not only has a lot of your basic bug fixes and fine tuning features (too tedious to mention), but it features Slickgrid implemented for all universal lists via our new proprietary Slickgrid component (note: this is a separate purchase) if present. This gives Data Sutra a huge web client performance boost:

1. Adaptive virtual scrolling (handle hundreds of thousands of rows with extreme responsiveness)
2. Extremely fast rendering speed
3. Full keyboard navigation

We’re also able to use the Slickgrid component to easily replace out all of Servoy’s tables/lists in all application UI’s. For a peek at the process:

Slickgrid for Servoy

Tree view
Another major item in this release is a restyled tree view. This brings tree view bean styling up to the level of our universal list styling:

treeview.png
treeview.png (139.36 KiB) Viewed 20316 times


License
Only one license now: open source (AGPL)

Available services:

1. Smart client to web client conversion and custom Servoy projects: contact us for a project quote.
2. Slickgrid component: available for free with any of our Servoy engineering services.

Re: Data Sutra v4.0

PostPosted: Thu Feb 13, 2014 7:45 pm
by david
Example application (webclient): a client using Data Sutra to track phone calls. Tech used: Asterisk VoIP open source project, Bria softphones, MySQL, and Morris charts.

morris.png
morris.png (301.08 KiB) Viewed 20274 times


morris2.png
morris2.png (300.3 KiB) Viewed 20274 times

Re: Data Sutra v4.0

PostPosted: Wed Jul 23, 2014 12:08 pm
by juan.cristobo
Can I install Data Sutra in Servoy v7.4.0?

Re: Data Sutra v4.0

PostPosted: Wed Jul 23, 2014 3:39 pm
by david
juan.cristobo wrote:Can I install Data Sutra in Servoy v7.4.0?


Servoy 6.1.6 is still our deployment target for Data Sutra. A few other people out there have played around with it in various versions of v7 but not sure if they visit the forum very often.

If you get it working we'll gladly post your changes to the repo.

Re: Data Sutra v4.0

PostPosted: Wed Jul 23, 2014 3:47 pm
by juan.cristobo
david wrote:If you get it working we'll gladly post your changes to the repo.


I installed Servoy v6.1.6 and DataSutra v4.0.2, but I can't get it working :( So I'll try with v7.4

Re: Data Sutra v4.0

PostPosted: Wed Jul 23, 2014 5:39 pm
by rafig
Hi Juan,
I got it working in 7.1 and I think I tried in 7.4 and it just needed couple of tweaks to the code, but I can't remember what I did or if I still have that install around.
Make sure you follow all the instructions and put all the plug-ins & beans etc. in the right place & edit your servoy.properties file as detailed.
It's a great framework, so do stick with it 8-)

Rafi

Re: Data Sutra v4.0

PostPosted: Wed Jul 23, 2014 6:37 pm
by david
Thanks Rafi :)

When Servoy 8 comes out we'll evaluate the new web client to see if it is worth investing in.

Re: Data Sutra v4.0

PostPosted: Fri Mar 03, 2017 12:01 pm
by juan.cristobo
Data Sutra is no longer exists? I receive a "ERR_NAME_NOT_RESOLVED" for the domain