1.0.2
Added Paypal functionality for payment and subscribing the plans. Lcrm Saas supports both Stripe and Paypal payment gateways.
Added paypal gateway in customer account for paying invoices.
Added the charts in leads, product, salesteams, quotations and sales order pages. Which represents the data in graphical format.
Bug Fixes:
We have fixed the icons issue in localhost.
Added Files List:
app/Events/Subscription/PaypalSubscriptionCreated.phpapp/Events/Subscription/SuspendSubscription.phpapp/Http/Controllers/Users/PaypalSubscriptionController.phpapp/Listeners/Subscription/PaypalSubscriptionCreatedListener.phpapp/Listeners/Subscription/SuspendSubscriptionListener.phpapp/Mail/PaypalSubscriptionCreated.phpapp/Mail/SuspendSubscription.phpapp/Models/PaypalTransaction.phpapp/Repositories/PaypalTransactionRepository.phpapp/Repositories/PaypalTransactionRepositoryEloquent.phpconfig/paypal.phpdatabase/migrations/2018_03_26_060038_add_profile_id_to_subscriptions_table.phpdatabase/migrations/2018_03_26_062358_add_profile_id_to_organizations_table.phpdatabase/migrations/2018_04_04_130308_create_paypal_transactions_table.phpresources/assets/front/css/aboutstyles.cssresources/assets/front/css/blog_list_styles.cssresources/assets/front/css/contact_page1_styles.cssresources/assets/front/css/homepage.cssresources/lang/en/paypal_transaction.phpresources/views/admin/organizations/transaction_details.blade.phpresources/views/admin/setting/paypal.blade.phpresources/views/emails/subscriptions/paypal_subscription_created.blade.phpresources/views/emails/subscriptions/suspend_subscription.blade.phpresources/views/user/paypal_transaction/index.blade.phpresources/views/user/subscription/transaction_details.blade.php
Modified Files List:
.env.exampleapp/Http/Controllers/Admin/OrganizationController.phpapp/Http/Controllers/Admin/PayPlanController.phpapp/Http/Controllers/Admin/SubscriptionController.phpapp/Http/Controllers/Customer/PaymentController.phpapp/Http/Controllers/Users/DashboardController.phpapp/Http/Controllers/Users/InvoiceController.phpapp/Http/Controllers/Users/LeadController.phpapp/Http/Controllers/Users/PaymentController.phpapp/Http/Controllers/Users/ProductController.phpapp/Http/Controllers/Users/QuotationController.phpapp/Http/Controllers/Users/QuotationConvertedListController.phpapp/Http/Controllers/Users/QuotationInvoiceListController.phpapp/Http/Controllers/Users/SalesorderController.phpapp/Http/Controllers/Users/SalesteamController.phpapp/Http/Controllers/Users/StaffController.phpapp/Http/Controllers/Users/SubscriptionController.phpapp/Http/Middleware/VerifyCsrfToken.phpapp/Http/Middleware/VerifySubscription.phpapp/Models/Organization.phpapp/Models/PayPlan.phpapp/Models/Subscription.phpapp/Providers/AppServiceProvider.phpapp/Providers/EventServiceProvider.phpapp/Providers/RepositoryServiceProvider.phpapp/Repositories/InstallRepositoryEloquent.phpapp/Repositories/InvoiceRepository.phpapp/Repositories/InvoiceRepositoryEloquent.phpapp/Repositories/LeadRepository.phpapp/Repositories/LeadRepositoryEloquent.phpapp/Repositories/ProductRepository.phpapp/Repositories/ProductRepositoryEloquent.phpapp/Repositories/QuotationRepository.phpapp/Repositories/QuotationRepositoryEloquent.phpapp/Repositories/SalesOrderRepository.phpapp/Repositories/SalesOrderRepositoryEloquent.phpapp/Repositories/SalesTeamRepository.phpapp/Repositories/SalesTeamRepositoryEloquent.phpapp/Repositories/SubscriptionRepositoryEloquent.phpback-end.mix.jscomposer.jsoncomposer.lockconfig/app.phpconfig/services.phpfront-end.mix.jsresources/assets/front/sass/custom.scssresources/assets/front/sass/freelancer_styles.scssresources/assets/front/sass/standardpoststyles.scssresources/assets/sass/app.scssresources/assets/sass/custom_new.scssresources/lang/en/emails.phpresources/lang/en/lead.phpresources/lang/en/left_menu.phpresources/lang/en/payment.phpresources/lang/en/payplan.phpresources/lang/en/product.phpresources/lang/en/quotation.phpresources/lang/en/salesteam.phpresources/lang/en/settings.phpresources/lang/en/subscription.phpresources/views/admin/index.blade.phpresources/views/admin/organizations/index.blade.phpresources/views/admin/organizations/show.blade.phpresources/views/admin/payplan/_details.blade.phpresources/views/admin/payplan/index.blade.phpresources/views/admin/setting/email.blade.phpresources/views/admin/setting/index.blade.phpresources/views/admin/subscription/_details.blade.phpresources/views/admin/subscription/active.blade.phpresources/views/admin/subscription/expired_subscription.blade.phpresources/views/admin/subscription/expired_trial.blade.phpresources/views/admin/subscription/index.blade.phpresources/views/admin/subscription/show.blade.phpresources/views/customers/index.blade.phpresources/views/customers/invoice/index.blade.phpresources/views/customers/payment/pay.blade.phpresources/views/layouts/_assets_footer.blade.phpresources/views/layouts/frontend/_header.blade.phpresources/views/layouts/frontend/_header_custom.blade.phpresources/views/layouts/header/_assets.blade.phpresources/views/layouts/left_menu/_user.blade.phpresources/views/user/index.blade.phpresources/views/user/invoice/index.blade.phpresources/views/user/lead/index.blade.phpresources/views/user/payment/pay.blade.phpresources/views/user/product/index.blade.phpresources/views/user/quotation/converted_list.blade.phpresources/views/user/sales_order/index.blade.phpresources/views/user/salesteam/index.blade.phpresources/views/user/setting/index.blade.phpresources/views/user/subscription/change.blade.phpresources/views/user/subscription/change_generic_plan.blade.phpresources/views/user/subscription/index.blade.phproutes/web.phproutes/web_customer.php
Deleted Files List:
resources/assets/front/sass/aboutstyles.scssresources/assets/front/sass/blog_list_styles.scssresources/assets/front/sass/contact_page1_styles.scss
Last updated
Was this helpful?