EagleFiler for Expense Reports?

Hi –

I was wondering about the suitability of using EF for storing receipts for expense reports? I know that EF supports OpenMeta, and OpenMeta supports attribute value sort of pairs. But I’m wondering if EF supports that?

For instance, for a select PDF file, can you have a new field called “Category” and one of several values that the field can be, for example “Mileage”, “Airfare”, etc. I’d like several of these attribute/value pairs, examples:

  • category=airfare
  • client=“acme software”
  • date=“10/20/2012”
  • etc

Does EF support this?

Thanks!
-Mike

Where have you seen that? My understanding is that OpenMeta supports tags, not attribute-value pairs.