<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to feature-requests</title><link>https://sourceforge.net/p/limbas/feature-requests/</link><description>Recent changes to feature-requests</description><atom:link href="https://sourceforge.net/p/limbas/feature-requests/feed.rss" rel="self"/><language>en</language><lastBuildDate>Mon, 27 Feb 2006 09:47:52 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/limbas/feature-requests/feed.rss" rel="self" type="application/rss+xml"/><item><title>Field versionning</title><link>https://sourceforge.net/p/limbas/feature-requests/10/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The value of field are versionned when changed are done.&lt;br /&gt;
when a new value is assigned, a new record is made,&lt;br /&gt;
with another version number.&lt;br /&gt;
that allow to modify content for only new relation and&lt;br /&gt;
let the value of the record for previously linked records. &lt;/p&gt;
&lt;p&gt;Can be usefull for instance in Billing application,&lt;br /&gt;
when you change a price for an article, the change will&lt;br /&gt;
apply only on the new relation, but the old relation&lt;br /&gt;
keeps the old price.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 27 Feb 2006 09:47:52 -0000</pubDate><guid>https://sourceforge.netdfebbf83221e5d5959924514f4f3514cc95ae801</guid></item><item><title>Date search enhancement</title><link>https://sourceforge.net/p/limbas/feature-requests/9/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The search on a date need to be dynamic.&lt;br /&gt;
we need to specify for instance tomorrw or in one year.&lt;br /&gt;
This can be usefull especially in snapshot.&lt;/p&gt;
&lt;p&gt;for instance search:&lt;br /&gt;
#1DAY#    for tommorow&lt;br /&gt;
#-1MONTH# for one month ago&lt;br /&gt;
#1YEAR# for in one year&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Fri, 24 Feb 2006 15:53:10 -0000</pubDate><guid>https://sourceforge.netb3f9f96ef9fe1b28dd1467ebd61c41c5adec6b26</guid></item><item><title>Inherit Table</title><link>https://sourceforge.net/p/limbas/feature-requests/8/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;One table can inherit fields from an other one.&lt;br /&gt;
Then in the inherited table, in any record, the data&lt;br /&gt;
can be copy from the source table.&lt;/p&gt;
&lt;p&gt;Exemple:&lt;/p&gt;
&lt;p&gt;table1&lt;br /&gt;
field1&lt;br /&gt;
field2&lt;/p&gt;
&lt;p&gt;table2&lt;br /&gt;
field3   inherit table1.feld1&lt;br /&gt;
field4   inherit table1.feld2&lt;br /&gt;
field5&lt;/p&gt;
&lt;p&gt;data in table1&lt;br /&gt;
field1     field2&lt;br /&gt;
val11      val12&lt;br /&gt;
val21      val22&lt;br /&gt;
val31      val32&lt;/p&gt;
&lt;p&gt;when you create a new record in table2, with ajax&lt;br /&gt;
request  you have the possibility to fetch data from a&lt;br /&gt;
record in table1.&lt;/p&gt;
&lt;p&gt;for instance in the new record in table2, for the&lt;br /&gt;
field3, you start typing val, a choice with&lt;br /&gt;
val11,val21,val31 is provided. When you click on 1 of&lt;br /&gt;
those choice, field3 and field4 are filled with the&lt;br /&gt;
according value&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Fri, 24 Feb 2006 15:50:49 -0000</pubDate><guid>https://sourceforge.net613cd8a9d8da9c4e5e2ac9a38f2025d66280a84a</guid></item><item><title>Share reminder</title><link>https://sourceforge.net/p/limbas/feature-requests/7/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;It should be a possibility to share reminder with 1 or&lt;br /&gt;
more user. 2 cases:&lt;br /&gt;
- allow user Bob to view certain or all of my reminder&lt;br /&gt;
- create reminder for more than 1 user at once&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Gregory BOYER</dc:creator><pubDate>Thu, 09 Feb 2006 14:51:19 -0000</pubDate><guid>https://sourceforge.netfc1991701a50db92c5702d70c0aff7081eea6ac8</guid></item><item><title>Title for table linked 1:1</title><link>https://sourceforge.net/p/limbas/feature-requests/6/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;When we are on a 1:1 relation we do not have any&lt;br /&gt;
information about the main record that is linked to the&lt;br /&gt;
other&lt;/p&gt;
&lt;p&gt;having a title will give good informations&lt;/p&gt;
&lt;p&gt;a possibility to select the field for the title would&lt;br /&gt;
be good think&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Gregory BOYER</dc:creator><pubDate>Thu, 09 Feb 2006 14:49:46 -0000</pubDate><guid>https://sourceforge.net6c18b0efbf825ec80fbf367bb71ad9aa98dd8857</guid></item><item><title>Field name per country</title><link>https://sourceforge.net/p/limbas/feature-requests/5/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;in the table view, the table name is displayed. but in&lt;br /&gt;
the case of a multilanguage application, the field are&lt;br /&gt;
the same for all language. It should be provided a way&lt;br /&gt;
to translate thus like labels&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 24 Jan 2006 00:24:07 -0000</pubDate><guid>https://sourceforge.net64d162d8b44c63128b05d69101ff13196cc5b5ec</guid></item><item><title>non linear workflow</title><link>https://sourceforge.net/p/limbas/feature-requests/4/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Workflow are linear till now.&lt;/p&gt;
&lt;p&gt;It would be good to include some test (without using&lt;br /&gt;
the action script) to decide wher to go for next step&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Fri, 20 Jan 2006 22:23:52 -0000</pubDate><guid>https://sourceforge.net1ee17ae76bbbe1c02eaded6657886fac88c69d85</guid></item><item><title>Other Database supported</title><link>https://sourceforge.net/p/limbas/feature-requests/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Currently Limbas support only MaxDB(SAPDB) and ADABASE.&lt;/p&gt;
&lt;p&gt;Limbas needs to support also MsSQL server, Oracle and&lt;br /&gt;
others as needed&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Gregory BOYER</dc:creator><pubDate>Tue, 17 Jan 2006 23:38:04 -0000</pubDate><guid>https://sourceforge.netfa1b2390b9ede65f34cceb0ca61dadcc8d62ec17</guid></item><item><title>Search NULL and  NOT NULL</title><link>https://sourceforge.net/p/limbas/feature-requests/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Currently it is not possible to search value with NULL&lt;br /&gt;
or NOT NULL&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Thu, 12 Jan 2006 23:57:39 -0000</pubDate><guid>https://sourceforge.net6217f91c932f38281f144ed17145c3ba43006a22</guid></item><item><title>Query</title><link>https://sourceforge.net/p/limbas/feature-requests/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Possibility to use a query build from more tables with&lt;br /&gt;
a query editor&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Gregory BOYER</dc:creator><pubDate>Wed, 11 Jan 2006 23:30:35 -0000</pubDate><guid>https://sourceforge.netb7f346a923b5bf66e58d2c26d5cea47e1fe5b245</guid></item></channel></rss>