Posted
over 12 years
ago
Maarch Entreprise Version 1.3Maarch is an advanced archiving electronic system with DMS and letter management functions added.Version 1.3 includes the following changes: Content Manager Module Content management module adds an ECM dimension to our
... [More]
DMS solution: document templates adding in any format, electronic signature, direct mail, reservation of documents.
Adding templates in any format
In addition to models in Open Office and Open Office, Maarch Enterprise allows for example to manage document templates with Office Word, Excel or Powerpoint.
Electronic signature
The electronic signature document is possible under Maarch by setting document signed in Acrobat or through signing key.
Mailings
Merging models Microsoft Office, Open Office or LibreOffice, HTML, with data entered in documents, databases or mail contact.
Réserving items
When a user wants to edit a document, a notification is sent to the people impacted and the document they no longer accessible until the user releases the document.Notification by email and RSSThe notification module is enhanced to prevent users of any type of event that occurred in the application, by e-mail.
Development system archiving
The level of detail is refined. In previous versions of Maarch all events were already drawn, but with a coarser level of accuracy.
Notification
Users can be notified of events such as adding attachments or notes to a document or e-main events that occurred during the treatment process (who did what when). For administrators, a notification can be sent to them now when deleting user, changing the classification plan or arrival at the critical size of storage space. Access to the application from Smartphone and tablets Maarch Entreprise 1.3 is available for Smartphone and tablet, and allows for example additional notes on documents.
Access to documents and baskets of treatment Webapp
Any type of document filed in Maarch is visible, depending on your shelves drives and Smartphone (pdf, office suite, etc. ..)
Annotation of documents
Add your notes directly on your documents saved as Maarch. Development of research on the Baskets The goal is to use the advanced search to conduct research in the baskets of each user, and thus find more simple mail in their baskets. It also allows a direct action since the result of the search.
Invisible baskets
Find a document even when it is no longer in the baskets. For example a letter enclosed with the user's copy. The mail is no longer visible in consultation in the basket of letters in print, but can be found thanks to this research. Choice the document status from its recording Users can choose from the recording the status of the document and thus directly send the document to the corresponding basket. In version 1.2 and earlier, a single status was possible : NEW. Version 1.3 documents status may be "To validate", "Closed" etc. Improved functionality mail With the addition of links between mail
Links between mail
For example, create an outgoing link with incoming mail to more easily find your answers Improvements
Supervision
Adding log format "log4php", standardization of the logs for integration in professional tools such as Nagios
Ergonomics
Adding logos, translations ... Few figures Maarch Enterprise Version 1.2 has been downloaded in 1 year
more than 10000 times
in over 160 countries
Sources (Stat SourceForge)ConclusionMaarch is always a great DMS that allows the electronic document management and mail with new features added. [Less]
|
Posted
over 12 years
ago
Combine the power and reliability of your IBM i system to the abilities of Maarch Archiving and document management framework. Maarch4i is a complete solution for acquire, conservation and management of all your business documents, whatever their
... [More]
origin, whatever their format.
IBM i Spool files management and archiving Your IBM i spooled files handled as any other business document of your Company:
Archived in PDF format, they are accessible via a web browser.
Indexed by attributes or business data, they can be found very easily.
Merged, sorted, exploded according to your criteria, they are directly usable by users of different departments.
No print, can consult them, send them by e-mail, move, annotate them.
A document archiving system Maarch primary purpose is to ensure the safety and longevity of your documents and Maarch conforms to the requirements of the standard norme NF Z42-013 / Iso:
Ensure the confidentiality and security of your documents
Control all events and actions
Organize the documents by type
Manage your document life cycle, from the initial recording to the final deletion
Ensure the high availability of your archives
DM, a unique functional scopeMaarch is a modular application which offers many features for your company uses its documents to the best :
Automatic dispatching to users
Workflow through work baskets
Collaborate with notes, attachments, case management…
Multi-criteria search, full-text search, dynamic files and folder views, classification scheme …
E-mails alerts and notifications
Custom reports and statistics with graphs
Slight and simple integration to your applications using Web Services (SOAP)
Want more ? See Maarch4i page Interested by our solution ?We can do a demonstration at your premises with your data: Contact-us here [Less]
|
Posted
about 13 years
ago
You use Maarch
... [More]
Entreprise, you have your own business applications, you want to allow them to communicate with Maarch Entreprise?Maarch provides tools to help you set up your own Web Services !On the Wiki, a tutorial (in French) allows you to create, step by step, a Web Service for a business application related to Maarch Entreprise.
Learning Web Services integrationThe example chosen is based on a business accounting related to Maarch Entreprise via web services application. This application allows Web service, add, view and search invoices among the Document Archiving System Maarch Entreprise.Adding and consultation are provided as an example. You can integrate the research yourself to become familiar with the procedure.Then let’s play!Integrate your Maarch contacts into your direct marketing via Web Service toolsFrom your emailing tool, by Web Service, you can integrate incoming e-mail registered in Maarch business contacts!An example of integration of this tool is given. Follow the procedure at the end of the Web services tutorial.Userful links
Tutorial (in french)
Web Services documentation (in french)
[Less]
|
Posted
about 13 years
ago
Some elements of our « Best Practices »
... [More]
The continuous integration workshop on our PHP development allows to monitor in real time the quality of the product code. This article takes you more on our development methods.Dependability and quality, words which have a meaning for Maarch.We carry a special attention on the quality of the proposed code and we wanted to attest that.
L’intégration continueContinuous integration is a set of practices used in software engineering. They check regression into the sourcecode. The concept is not new, but becomes one of the pillars of what this generally refers to the practice of extreme programming.To apply this technique :
the source code is shared, and that developers frequently integrate their changes,
integration tests are developed to validate the application.
a continuous integration tool. We have set up a continuous integration server that these audits: JENKINS.
Advantages of this techniqueThe main advantages of such a technique of development:
integration issues are detected and repaired continuously
the developer is notified quickly when incompatible or missing code
the modified units are tested immediately
a version is still available for test, demonstration or distribution
Implementation Developments standards existed before in continuous integration, but it has to strengthen the quality of the code.Today, when an engineer "commit" code in source Manager, controls are carried out, such as unit tests from scenarios designed at coding.
JENKINS published dashboards on the various test itemsIn a periodic manner, the continuous integration server performs the following tasks:
Le serveur d'intégration continue exécute de manière périodique les tâches suivantes :To complete the device, we have also implemented an internal project management tool, web tracker: REDMINE
PHP MD : Static code analysis. Detects potential problems in the code: probable bugs, dead code, code under optimal, blocks with excessive complexity
PHP_Depend :Static code analysis. As the complexity of the code: interdependencies, complexity cyclomatique, n-path
PHP_CodeSniffer : Static code analysis. The respect for the code conventions: absent comments, indentation, naming conventions
PHPUnit : Automated Unit Tests. Checks the functioning of code units, testing code coverage analysis. Can integrate functional tests.
Clover : Analysis by testing code coverage
To complete the device, we have also implemented an internal project management tool, web tracker : REDMINEWith the adoption of this model, we facilitate the integration with third-party applications. We promote the development and organization of API and we guarantee that Maarch is potentially more stable. [Less]
|
Posted
about 13 years
ago
... [More]
Jacques Leret, from the independent firm Opus Conseils performed an audit of Maarch Entreprise Version 1.2. He studied and analyzed, according to a frame reference, the application of the ISO 14641-1 (NF standard NF Z42-013 in France). Also, he drew up the necessary changes and recommandations.At the conclusion of this audit, he granted us a report specifying that the level of conformity for the NF standard Z42-013 is applied!"The audit practiced on June 16th and 17th, 2011, confirms that the requirements and the recommendations of the NF standard Z42-013, are strictly applied by the Archiving System Maarch Entreprise V1.2. The remarks made at the conclusion of the audit were taken into account concerning the documentation, the logs and the fingerprints, the change log, the evolution of the procedures ".More details :
The NF standard Z42-013 about DMS, establishes the specifications relative to the conception and to the exploitation of computer systems to assure the preservation and the integrity of documents stored in these systems.
Since 1999, date of the first publishing, this standard has introduced a debate, widely exceeded, with the growing of the companies compliance requirements and the urgency to establish Archive. It introduces a set of best practices, recommendations, in electronic document management, useful and necessary to constitute archives.
The NF standard Z42-013 goes to ISO. Jacques Leret included in this audit a comparison between the AFNOR version and the ISO.
Read the full audit report :
Read the audit report (French version)
Additional information :
To contact Opus Conseils : [email protected]
Contact us
[Less]
|
Posted
over 13 years
ago
Thanks to the action
... [More]
of the APROGED (professional association for the digital economy) and its experts, standard AFNOR NF Z42 - 013 (Specifications concerning the design and the operation of an information system for electronic information preservation), French exclusivity and without equivalent in Europe, is given to the level of ISO !
After a vote of 5 months closed on June 27, 2011, the project was approved by 12 countries on 14 countries participating (P) TC171/SC3. ISO / DIS 14641 should be published in the 4th quarter 2011 after integration of the latest remarks.The work started in 2006. The international working group was facilitated by Philippe MARTIN (Aproged administrator / associate of Bureau van Dijk engineers advice) with the active support of the experts of the APROGED.The annual international meetings of the Committee TC171 (London, Beijing, Orlando, Paris, and Salt Lake City in 2011), have allowed members of the French delegation, headed by Gérard WEISZ (Aproged administrator / consultant Sirius Systems), to build the normative text based on the French standard.www.aproged.org (French Website)Upon publication, Maarch will benefit from this international standard natively!Thanks to Marie-Odile Charaudeau for information [Less]
|
Posted
over 13 years
ago
Maarch team has just published, under GPL license 3, Maarch Entreprise version 1.2, its business-specific application dedicated to the electronic filing (SAE), management of physical archives, and electronic document management.Maarch Entreprise is a
... [More]
tool of production DMS, answering to every needs of content operational management. The solution is able to absorb big documentary volumes (more than 150 million at NUMERICABLE for example).Written in PHP 5, Maarch Entreprise is an open source Web application, optimized for the traffic and the preservation of documents in a NF certifiable environment Z42-013, ISO 14721 (OAIS), Moreq2.
Application's features :Lifecycle management and storage
lifecycle workflow (from the payment to the final spell of the archive),
advanced management of storage areas and administration via the interface,
integration of OAIS
Folders
customization of folders and sub-folders in the file plan
integration and optimization of dynamic ranking (Autofoldering)
custom fields on folders
Common
Web Services Engine (with SOAP) exposing Maarch functionalities to integrate business applications
MVC
Bugs fixes
Writing a JavaScript library tree search supporting large data sets
SSO connection (LemonLDAP:NG or other)
Storing
Improved postindexing
Improved cases management
These developments are financed by DGGN, La Gestion Intégrale and SOCAF. [Less]
|
Posted
about 14 years
ago
Long answer :Maarch applications are all solutions for electronic archiving. As such, all they do is store document, resources, files and assist you in finding and working with them. You can then record files of any type in them.However, the
... [More]
administrator can filter which filetypes the users will be allowed to record. As an opt-out system (where all filetypes are listed and the administrator chooses which ones are forbidden) would fast become unmaintainable, the admin has to set which filetypes are allowed. All happen in the file ./apps/maarch_entreprise/conf/extensions.xml for Maarch Entreprise and ./conf/extensions.xml for LetterBox.This file contains a block per filetype allowed : <FORMAT>
<name>PDF</name>
<mime>application/pdf</mime>
</FORMAT>
Maarch Entreprise accepts a additional tag (that is not supported by LetterBox) : <FORMAT>
<name>PDF</name>
<mime>application/pdf</mime>
<index_frame_show>true</index_frame_show>
</FORMAT>
The tag index_frame_show sets whether the type of document can be displayed in the browser or not. The reason to that is simple: Maarch Entreprise and LetterBox do not ship any viewer. It then relies on the plugins installed in the clients (Acrobat Reader for PDF, OpenOffice.org for Open Documents Formats and MS Office documents in Firefox only, etc.). If no plugin is available for a document, the latter will be proposed for download. Disabling the display of those types suppress this annoyance.To enable a new filetype, just add a bloc <FORMAT> in extension.xml.Default formats are :
For LetterBox : PDF, TIF, DOC, DOCX, XLS, XLSX, ODT, ODS, ODP, TXT, JPEG, GIF, MPEG, WAV, QT, MOV, RTF, HTML, CSS, CSV, ZIP, RAR
For Entreprise : PDF, TIF, DOC, DOCX, XLS, XLSX, PPT, PPTX, ODT, ODS, ODP, TXT, JPEG, GIF, MPEG, WAV, QT, MOV, RTF, HTML, CSS, CSV, ZIP, RAR, DWG
[Less]
|
Posted
about 14 years
ago
Since a few weeks, our projects Maarch Entreprise, AutoImport and Capture Connector can be downloaded from our SVN server. It is now the turn for Maarch LetterBox to be available.To get the current stable version:svn checkout
... [More]
http://svn.maarch.org/branches/2.7 letterbox
To get the development version:svn checkout http://svn.maarch.org/letterbox/trunk letterbox
[Less]
|
Posted
about 14 years
ago
Since a few weeks, our projects Maarch Entreprise, AutoImport and Capture Connector can be downloaded from our SVN server. It is now the turn for Maarch LetterBox to be available.To get the current stable version:svn checkout
... [More]
http://svn.maarch.org/branches/2.7 letterbox
To get the development version:svn checkout http://svn.maarch.org/letterbox/trunk letterbox
[Less]
|