Hi all,
I have a set of documents: purchase invoices, sales invoices, bank statement, sales report. Each of these types of documents have different set of metadata. I am using jibe framework with alfresco.
Eg:
1)purchase invoice:
metadata: supplier code, date, extraref etc.
2)sales invoices:
matadata: customer code, transref, cost code etc.
3)sales report :tax code, tax amt, gross etc.
2 Requirements:
1)While uploading a file if i select doc-type as "purchase invoice" then i should save metadata related with it. How i should approach this problem?
2)While uploading a file if i select wrongly doc-type as "sales invoice", but while processing i will change to correct doc-type "sales report" then i should save metadata related with sales report. How i should approach this problem?
Thanks and Regards,
Sachin Bhat.