Something web-based with data syncronized from your ERP system maybe?
If all you need is a spreadsheet-type of app then someone could code a webpage to pull information from a database and perform transactions in real-time. I have done something like this (live work-in-progress reports and due jobs - well, almost live, few minutes delay) using mysql as a local database and php to generate pages and perform queries to our ERP system.