Hi, i'm new here..
I need to create a simple joompla module that manage Invoices.
Invoice has two tables: Invoices and Invoices_Rows
At Frontend i need that our customers, logged as joomla users, can see theis Invoices only (a customer_id
need as custom field that link to user_id)
Customers can only see invoces, filter list and create a pdf preview
At Backend i need that Admin user can add, modify, delete and duplicate Invoices
Invoices and Invoices_Rows fields can be use lookup tables for item choice (DropDownBox)
Is it possible to create a module with described features with j-cook.pro ?