From Fedora Project Wiki
(Created page with '= Tryton = == Summary == <!-- A sentence or two summarizing what this feature is and what it will do. This information is used for the overall feature summary page for each rel...')
 
(moved to FeatureAcceptedF15)
 
(19 intermediate revisions by 2 users not shown)
Line 3: Line 3:
== Summary ==
== Summary ==
<!-- A sentence or two summarizing what this feature is and what it will do.  This information is used for the overall feature summary page for each release. -->
<!-- A sentence or two summarizing what this feature is and what it will do.  This information is used for the overall feature summary page for each release. -->
Add the [http://www.tryton.org Tryton] application framework with all upstream application modules into Fedora. This includes client, server and the standalone application that hides the client and server for the user.


== Owner ==
== Owner ==
Line 10: Line 12:
== Current status ==
== Current status ==
* Targeted release: [[Releases/15 | Fedora 15 ]]  
* Targeted release: [[Releases/15 | Fedora 15 ]]  
* Last updated: 2010/11/18
* Last updated: 2011/01/31
* Percentage of completion: 50% if there will be a way to import the ~50 application modules in a batch
* Percentage of completion: 100% - all required packages are in Rawhide and also in EPEL-6


== Detailed Description ==
== Detailed Description ==
<!-- Expand on the summary, if appropriate.  A couple sentences suffices to explain the goal, but the more details you can provide the better. -->
<!-- Expand on the summary, if appropriate.  A couple sentences suffices to explain the goal, but the more details you can provide the better. -->
Tryton is a three-tiers high-level general purpose application platform under the license GPL-3 written in Python and using PostgreSQL, MySQL or SQLite as database engine.
It is the core base of a complete business solution providing modularity, scalability and security.
The core of Tryton (also called Tryton kernel) provides all the necessary functionalities for a complete application framework: data persistence, extensive modularity, users management (authentication, fine grained control for data access, handling of concurrent access of resources), workflow and report engines, web services and internationalisation. Thus constituting a complete application platform which can be used for any relevant purpose.
Base Modules
Currently, the main modules available for Tryton cover the following fields of activity:
* Accounting
* Invoicing
* Sale Management
* Purchase Management
* Analytic Accounting
* Inventory Management
They establish a sane base and an easy to use abstraction of some of the key concepts for every business customisation.
(text copied from http://www.tryton.org)


== Benefit to Fedora ==
== Benefit to Fedora ==
<!-- What is the benefit to the platform?  If this is a major capability update, what has changed?  If this is a new feature, what capabilities does it bring? Why will Fedora become a better distribution or project because of this feature?-->
<!-- What is the benefit to the platform?  If this is a major capability update, what has changed?  If this is a new feature, what capabilities does it bring? Why will Fedora become a better distribution or project because of this feature?-->
The benefit is to show that Fedora is ready for deployments in the real world where economics values are produced, eg. in small and medium businesses.


== Scope ==
== Scope ==
<!-- What work do the developers have to accomplish to complete the feature in time for release?  Is it a large change affecting many parts of the distribution or is it a very isolated change? What are those changes?-->
The client and server are already in, what needs to be done is to pass the application modules and the standalone application through the review process.


== How To Test ==
== How To Test ==
Line 36: Line 59:
3. What are the expected results of those actions?
3. What are the expected results of those actions?
-->
-->
1. The standalone application (neso) should just work, no setup needed.
2. The client can work when connect to the demo system (demo.tryton.org)
3. The server ...


== User Experience ==
== User Experience ==
<!-- If this feature is noticeable by its target audience, how will their experiences change as a result?  Describe what they will see or notice. -->
<!-- If this feature is noticeable by its target audience, how will their experiences change as a result?  Describe what they will see or notice. -->
Users can start to manage their business with Fedora based infrastructure.


== Dependencies ==
== Dependencies ==
<!-- What other packages (RPMs) depend on this package?  Are there changes outside the developers' control on which completion of this feature depends?  In other words, completion of another feature owned by someone else and might cause you to not be able to finish on time or that you would need to coordinate?  Other upstream projects like the kernel (if this is not a kernel feature)? -->
No dependencies outside the scope of this feature.


== Contingency Plan ==
== Contingency Plan ==
<!-- If you cannot complete your feature by the final development freeze, what is the backup plan?  This might be as simple as "None necessary, revert to previous release behaviour."  Or it might not.  If you feature is not completed in time we want to assure others that other parts of Fedora will not be in jeopardy. -->
None necessary, this is an independent feature.


== Documentation ==
== Documentation ==
<!-- Is there upstream documentation on this feature, or notes you have written yourself?  Link to that material here so other interested developers can get involved. -->
<!-- Is there upstream documentation on this feature, or notes you have written yourself?  Link to that material here so other interested developers can get involved. -->
*
* http://www.tryton.org/documentation.html


== Release Notes ==
== Release Notes ==
<!-- The Fedora Release Notes inform end-users about what is new in the release.  Examples of past release notes are here: http://docs.fedoraproject.org/release-notes/ -->
<!-- The Fedora Release Notes inform end-users about what is new in the release.  Examples of past release notes are here: http://docs.fedoraproject.org/release-notes/ -->
<!-- The release notes also help users know how to deal with platform changes such as ABIs/APIs, configuration or data file formats, or upgrade concerns.  If there are any such changes involved in this feature, indicate them here.  You can also link to upstream documentation if it satisfies this need.  This information forms the basis of the release notes edited by the documentation team and shipped with the release. -->
<!-- The release notes also help users know how to deal with platform changes such as ABIs/APIs, configuration or data file formats, or upgrade concerns.  If there are any such changes involved in this feature, indicate them here.  You can also link to upstream documentation if it satisfies this need.  This information forms the basis of the release notes edited by the documentation team and shipped with the release. -->
*
* Tryton, a three-tiers general purpose application platform and basis for a ERP system, is available in Fedora 15


== Comments and Discussion ==
== Comments and Discussion ==
Line 59: Line 88:




[[Category:FeaturePageIncomplete]]
[[Category:FeatureAcceptedF15]]
<!-- When your feature page is completed and ready for review -->
<!-- When your feature page is completed and ready for review -->
<!-- remove Category:FeaturePageIncomplete and change it to Category:FeatureReadyForWrangler -->
<!-- remove Category:FeaturePageIncomplete and change it to Category:FeatureReadyForWrangler -->
<!-- After review, the feature wrangler will move your page to Category:FeatureReadyForFesco... if it still needs more work it will move back to Category:FeaturePageIncomplete-->
<!-- After review, the feature wrangler will move your page to Category:FeatureReadyForFesco... if it still needs more work it will move back to Category:FeaturePageIncomplete-->
<!-- A pretty picture of the page category usage is at: https://fedoraproject.org/wiki/Features/Policy/Process -->
<!-- A pretty picture of the page category usage is at: https://fedoraproject.org/wiki/Features/Policy/Process -->

Latest revision as of 17:09, 7 February 2011

Tryton

Summary

Add the Tryton application framework with all upstream application modules into Fedora. This includes client, server and the standalone application that hides the client and server for the user.

Owner

Current status

  • Targeted release: Fedora 15
  • Last updated: 2011/01/31
  • Percentage of completion: 100% - all required packages are in Rawhide and also in EPEL-6

Detailed Description

Tryton is a three-tiers high-level general purpose application platform under the license GPL-3 written in Python and using PostgreSQL, MySQL or SQLite as database engine.

It is the core base of a complete business solution providing modularity, scalability and security.

The core of Tryton (also called Tryton kernel) provides all the necessary functionalities for a complete application framework: data persistence, extensive modularity, users management (authentication, fine grained control for data access, handling of concurrent access of resources), workflow and report engines, web services and internationalisation. Thus constituting a complete application platform which can be used for any relevant purpose. Base Modules

Currently, the main modules available for Tryton cover the following fields of activity:

  • Accounting
  • Invoicing
  • Sale Management
  • Purchase Management
  • Analytic Accounting
  • Inventory Management

They establish a sane base and an easy to use abstraction of some of the key concepts for every business customisation.

(text copied from http://www.tryton.org)

Benefit to Fedora

The benefit is to show that Fedora is ready for deployments in the real world where economics values are produced, eg. in small and medium businesses.

Scope

The client and server are already in, what needs to be done is to pass the application modules and the standalone application through the review process.

How To Test

1. The standalone application (neso) should just work, no setup needed.

2. The client can work when connect to the demo system (demo.tryton.org)

3. The server ...

User Experience

Users can start to manage their business with Fedora based infrastructure.

Dependencies

No dependencies outside the scope of this feature.

Contingency Plan

None necessary, this is an independent feature.

Documentation

Release Notes

  • Tryton, a three-tiers general purpose application platform and basis for a ERP system, is available in Fedora 15

Comments and Discussion