Hi!
I have a board that I'm creating for sales and inventory. I am using 3 tables, INVENTORY, CRM, SALES.
SALES table takes products from the inventory, it comes with price and other information. Each record is linked to a client(in CRM) and the product he is buying.
If the same client buys 3 products, we create 3 records. I can group them by client and filter them by date and I have a quick visual of the total sale for each client and what products he is buying.
I'm having trouble exporting a “receipt“ for each client once the sale is done. I've tried page designer linked to SALES but I would need to do it for each record. I've created another table where I rollup the products by client filtered by date, but I can only use ARRAYJOIN and have them separated by a "," or something else.
Any idea on how could I export this “receipt“ that has X number of products that the client bought?