How to make the ERPNext auto clicked the button in client side? - client

How to auto clicked once on the Generate Payables when there is a value in Sales Agent Name?
Generate Payables

Related

Insert checkbox button into database and display in laravel with ajax

I am using Laravel framework in my project ,I have checkbox button ,and I want to store the value of this checkbox (when the user check it) into database and display them in ajax , can you help me ,please ?

In odoo10 when I click send by email button it takes saleperson name in recipients

When I click send by email button in quotation or Sales Order it's open one wizard that contain recipients field in that I need saleperson name as recipients.
First Goto Settings --> Technical --> Email --> Templates
Click Template Menu open that form view. In that Select Email Configuration Page after Content Page.
Click Edit on Top of the View. Then set ${object.user_id.id} in cc field

Magento: Assign all products to New store View after creating substore

I have main site and created multiple stores for different langues from magento admin.
Requirement - All categories and products need to be automatically displayed for new store.
Problem - All categories are displaying ok but all products are not displaying as these are displaying in main site. How can I achieve this?
What I have already done:
Magento version: 1.9
All categories and products need display on all stores
Multiple stores are created successfully
What else can I do?
Go to your manage products page, click select all, change the action dropdown to say "Change Attributes" and click submit. Then, on the websites tab, make sure your new site is checked in the "Add Product to Websites" area, and click save.

Magento - New Order mail

I am using Magento 1.6.2.
I need to edit the new order mail. Which file is the template for the items? I need the specific file where the items are being generated and formatted.
I already found it.
app/design/frontend/base/default/template/email/order/items.phtml
To edit the New Order email you go into System -> Transactional Emails and click on 'Add New Template'.
Then you load in the existing New Order template by selecting 'New Order' from the drop down menu in the Template input field and click the 'Load Template' button. In the Template Information section you assign a new name to your new template and make the modifications to it before hitting 'Save Template'.
To apply it you go to System -> Configuration -> Sales and Select the Sales Emails option.
In the Order tab you apply your newly saved template to the New Order Confirmation Template dropdown.
Do the same for New order from Guest if you are allowing guest checkout.
The email templates are located under /app/locale/en_us/template/email and /app/locale/en_us/template/email/sales.
The disappointing thing about email templates in Magento is that they expect store owners to manage these using the backend rather than by editing the template files. Of course, you can always just edit the templates directly, but make sure to keep backups of them before updating to a new version of Magento.
It ends up being a lot of work, and from what I've seen, mostly clients do little more than update the logo. If your client wants to have fully custom email templates, expect a good 20+ hours to get them right (cross email client compatibility, client changes, etc).

About Joomla Registration Form

I'm using Joomla template... and I want to to register new user in it, but the problem is that whenever I create a new account and input all the fields and click on submit button the whole form is reset and no registration take place so help me out of this problem...
Check if new user registration is enabled in back-end settings. To do that - go to admin control panel, select Site > Global Configuration > System and check Allow User Registration parameter.

Resources