In This Proposal Clients needs to show the some of customer details in overview page and goal for the customer reach a specific tier. those all details are showing in the graph format. Proposal Summary This proposal covers the scope adding a dashboard in Overview page of my Account Selection and show the details of… Continue reading Proposal for the Customer Dashboard in overview page of Myaccount section.
Month: June 2023
Google Cloud Storage API Reference
Solution Cloud Storage API reference: Cloud Storage JSON API overview | Google Cloud Create Bucket to insert an object (file) : Buckets: insert | Cloud Storage | Google Cloud Buckets can also be created through cloud console UI: Create buckets | Cloud Storage | Google Cloud The files can be transferred through objects : Objects:… Continue reading Google Cloud Storage API Reference
Tag manager Fundamentals
Tag Manager Fundamentals refers to the basic concepts and principles associated with using a tag management system (TMS) like Google Tag Manager (GTM). Here are some key points to understand: What is a Tag: A tag is a snippet of code or a tracking pixel that collects data and sends it to third-party tools, such… Continue reading Tag manager Fundamentals
Questionnaire: Fixed Asset Management
Scope Validation # Question Answer 1 How many Fixed Assets do you currently have? ☐ <5000 across all subs. ☐ >5000 across all subs. How many? __________ 2 How many subsidiaries? Enter quantity of Subsidiaries that have assets: ________ 3 If using Multi-book, is Fixed Assets depreciation needed for secondary set of… Continue reading Questionnaire: Fixed Asset Management
Questionnaire : Project Management
Overview This document is intended to collect scoping information from your customer or prospect. Accurately filling out this document will expedite SOW and pricing turnaround. Once completed, attach this document to the PSER. Scope Validation: Project Management and Time Entry # Project Management Timesheet Questions Answer 1 Is customer already live on Projects, Timesheets… Continue reading Questionnaire : Project Management
Add Custom Field in customer registration frontend side form
To add address and country fields on the frontend custom form Add the below code in your customer_account_create.xml file. This Will add all Address Fields in the Registration Form in the frontend only
How to set the category layout for a product in Magento using the backend?
Log in to your Magento admin panel. Navigate to the “Catalog” menu and select “Categories” from the dropdown. Find and select the category for which you want to set the layout. In the “General Information” tab, scroll down to the “Custom Design” section. Expand the “Page Layout” dropdown and choose the desired layout option for… Continue reading How to set the category layout for a product in Magento using the backend?
Credit card payment method not showing in website
If the Credit card payment method is missing in the website payment page. Check whether the payment processing profile is properly configured. Go to setup->accounting->payment processing profiles Select the payment processing profile for the webiste. Make sure website and payment methods were properly added in it.
Computation of Amounts in the Consolidated Report
Amounts in the Consolidated Report are computed using the following Logic: Transaction is in Base Currency of Child SubsidiaryAmount in Base Currency of Child Subsidiary * Consolidated Exchange Rate = Amount in Consolidated Report Transaction is not in Base Currency of the Child SubsidiaryAmount in Foreign Currency * Exchange Rate = Amount in Base Currency… Continue reading Computation of Amounts in the Consolidated Report
Create opportunity record using make a copy option by suitescript
To make a copy of a record using suitescript, use the following code. let objRecord = record.copy({ type: ‘opportunity’, id: ‘internal id of the record’, … Continue reading Create opportunity record using make a copy option by suitescript