Search found 26 matches

by dheeraj
21 Jul 2021, 07:53
Forum: Laravel package
Topic: How can i create an order invoice pdf file ?
Replies: 5
Views: 7016

Re: How can i create an order invoice pdf file ?

Yes, i am implementing separate JSON API endpoint that generates PDF based on order data but then what about sending the same pdf to the customer email address after an order is placed by customer ? I think sending invoice pdf to customer email is embedded in ai-client-html extension and i am not us...
by dheeraj
20 Jul 2021, 07:57
Forum: Laravel package
Topic: How can i create an order invoice pdf file ?
Replies: 5
Views: 7016

Re: How can i create an order invoice pdf file ?

I am not using ai-client-html frontend. I am creating a Vue app frontend and need to provide an invoice download link for each customer order.
by dheeraj
19 Jul 2021, 11:03
Forum: Laravel package
Topic: How can i create an order invoice pdf file ?
Replies: 5
Views: 7016

How can i create an order invoice pdf file ?

Laravel : 8.12
Aimeos : 2021.04
PHP Version : 7.4.18
Environment : Windows


I want to implement a feature to generate pdf file containing order invoice details for each order of the customer.
Do i need to implement decorator for the order manager or is it already implemented in the framework?
by dheeraj
12 Jun 2021, 10:03
Forum: Laravel package
Topic: How to test the extension classes ?
Replies: 11
Views: 11820

Re: How to test the extension classes ?

Hello. I am getting an error while executing some test cases in which TestHelper class is used. This error comes with aimeos extensions too. PHP Warning: Uncaught require_once(Bootstrap.php): failed to open stream: No such file or directory The error is occurring due to the statement require_once('B...
by dheeraj
09 Jun 2021, 07:45
Forum: Laravel package
Topic: Additional columns of join table during search query
Replies: 1
Views: 885

Additional columns of join table during search query

Laravel : 8.12 Aimeos : 2021.04 PHP Version : 7.4.18 Environment : Windows Hello there. I am searching for stock items whose mshop_stock.stocklevel is below certain threshold (fixed value) but i also want to perform inner join on the products table ( on mshop_stock.prodid = mshop_product.id ) and i...
by dheeraj
31 May 2021, 11:21
Forum: Laravel package
Topic: Extension generator site is generating corrupt zip file for extensions
Replies: 6
Views: 1698

Re: Extension generator site is generating corrupt zip file for extensions

Still getting the same corrupted zip file (also changed package type field in form).
by dheeraj
31 May 2021, 11:03
Forum: Laravel package
Topic: Need help with the aimeos-laravel upgrade from 2020.10 to 2021.4
Replies: 2
Views: 963

Re: Need help with the aimeos-laravel upgrade from 2020.10 to 2021.4

So at last i finally found the exact location of the error. The configuration admin/jqadmin/navbar in my custom extension was the source of error. Once i commented the navbar configuration code the admin panel started working properly. But now my custom jqadm panel items are missing in the admin nav...
by dheeraj
31 May 2021, 10:06
Forum: Laravel package
Topic: Extension generator site is generating corrupt zip file for extensions
Replies: 6
Views: 1698

Re: Extension generator site is generating corrupt zip file for extensions

create a new one ?? Do you mean when i create a new zip file on my computer ?? No problem for other zip files or newly created zip files. Do you mean when i create a new zip file for aimeos extension on my computer ?? I don't know how to do that. I just downloaded the zip file generated by the afore...
by dheeraj
31 May 2021, 09:58
Forum: Laravel package
Topic: Need help with the aimeos-laravel upgrade from 2020.10 to 2021.4
Replies: 2
Views: 963

Need help with the aimeos-laravel upgrade from 2020.10 to 2021.4

Laravel : 8.12 Aimeos : 2021.04 PHP Version : 7.4.18 Environment : Windows I recently upgraded my aimeos-laravel version from 2020.10 to 2021.04. I followed the upgrade guide here https://aimeos.org/docs/latest/laravel/setup/#upgrade and made changes to my custom extension according to this change ...