Skip to Content

YAPC Europe Foundation - Adding paper documents to the electronic archive

PROCEDURE

Adding paper documents to the electronic archive

Latest modification: $Date$. by $Author$.

WHAT TO SCAN?

Every piece of paper received or produced by the Foundation or the Foundation members during their work for the Foundation.

That includes: contracts, receipts, quotes, bank documents, etc.

SCANNING CONFIGURATION

NAMING CONVENTIONS

Files should be named according to the following template:

    YYYY-MM-DD-GROUP-TITLE-PAGES.png

Do not add any - character other than those listed in the template.

The fields are:

Examples:

PERL CODE FOR MANAGEMENT TOOLS

The following Perl code should help when writing tools to automatically manage those documents (if ever):

    my ( $year, $month, $day, $event, $type_detail, $pagination )
        = split /-/, $filename;

    my ( $type, $detail ) = split /_/, $type_detail, 2;