Difference between revisions of "Sponsored Development: Document Signing"

From ADempiere
Jump to: navigation, search
This Wiki is read-only for reference purposes to avoid broken links.
(References)
(Tasks)
Line 22: Line 22:
  
 
= Tasks =
 
= Tasks =
 +
# Add infrastructure for signing
 +
# implement reference signing with sha/md5 of existing document types (xml, pdf, csv)
 +
# implement pluggable signature services
 +
# make signature business partner aware (i.e. the document will be signed in accordance with the preference for the bp as the bp will need to validate the signature)
 +
# implement pdf signing (where the signature is used from within the pdf document format)
 +
# implement document encryption
 +
# implement document export / transmission (integrating the replication exporter / edi export and other persistent document formats)
  
 
= Functional Consultant =
 
= Functional Consultant =

Revision as of 15:17, 9 February 2010

Proposal

To integrate the ability to submit documents to a signing service / engine and then record the signature in ADempiere.

The signing service should be able to sign and check signatures.

Some countries are required to sign documents due to legal requirements. Other organisations wish to sign documents when electronically transmitting them so that partners can validate or assure the document is authorised by the partner hand has not been tampered with in transmission.

This development will implement a signing service that creates an md5/sha hash of the document (pdf/html/csv). However, many other potential signature services can be considered such as "signed pdf" or trusted signing from a third party signature provider.

The purpose of the signature is to increase confidence that the document has not be altered since the time the document was generated. This means, the document should only be signed when it is complete. If the document is changed in some way (such as tampering with te document via the database), then the check signature method will return invalid.

Discussions in the forums is here: http://sourceforge.net/projects/adempiere/forums/forum/610546/topic/3511260

It is envisaged that people might also want to encrypt documents with a certificate or other key.

Project Team

  • Michael Judd
  • anyone else interested

Sponsors

The project team

Tasks

  1. Add infrastructure for signing
  2. implement reference signing with sha/md5 of existing document types (xml, pdf, csv)
  3. implement pluggable signature services
  4. make signature business partner aware (i.e. the document will be signed in accordance with the preference for the bp as the bp will need to validate the signature)
  5. implement pdf signing (where the signature is used from within the pdf document format)
  6. implement document encryption
  7. implement document export / transmission (integrating the replication exporter / edi export and other persistent document formats)

Functional Consultant

Developers

Testers

Example Implementation

FAQ

References

Vote for Inclusion in Trunk

  • TBA