tags:

views:

3

answers:

0

I'm working on a little project with OpenBravo, which I am just getting into. What I want to do is:

  • take the various values within the receipt (individual items, tax, total, date, etc.)
  • send this data to my algorithm, which will generate an image based on this data

I've gone through what documentation I could find on the subject, but still don't see how to do two things, which are critical to completing the above:

  • how to grab the individual receipt data to feed into my algorithm
  • how to generate a receipt specific image

You informed opinions, advice and pointers are appreciated! As this is a prototype project I'm working on, even a "hacky", ad hoc approach would be considered.