Transaction Search for Sales Orders with Items Without Class

Navigate to Reports > Saved Search > All Saved Searches > New. Click on Transactions Under Criteria tab > Standard subtab, add the following:         – Type: is Sales Order         – Item Fields…: Class: any of None.      4. On Results tab, there are pre-populated fields to show the sales order information. You may add/remove any fields you want to see the results differently.    5. If you want to see the results with just… Continue reading Transaction Search for Sales Orders with Items Without Class

Fatal error: Call to a member function getSource() on boolean

fatal error: Call to a member function getSource() on boolean in C:\xampp\htdocs\my_store\app\code\core\Mage\Catalog\Model\Product.php on line 1390 Fatal error: Call to a member function getSource () on non-object products In Line 1390 file product.php To fix this error open the file: Code: /home/public_html/app/code/core/Mage/Catalog/Model/Product.php Find the lines: Code: public function getAttributeText($attributeCode) { return $this->getResource() ->getAttribute($attributeCode) ->getSource() ->getOptionText($this->getData($attributeCode)); }… Continue reading Fatal error: Call to a member function getSource() on boolean

Published
Categorized as Magento

Constructive Criticism & The psychology behind effective Constructive Criticism

What is Constructive Criticism? Constructive criticism is feedback provided with the intention of helping someone improve or grow. It focuses on specific issues or areas for development while offering suggestions and guidance for improvement. Unlike negative criticism, which is often harsh and unhelpful, constructive criticism aims to be supportive and constructive, highlighting both strengths and… Continue reading Constructive Criticism & The psychology behind effective Constructive Criticism

Item Pricing In Customer Record

The item pricing defines the specific prices that apply to the items sold to that particular customer. Navigation Open a Customer Record From that select Financial Tab Under this tab, we can see the Item Pricing subtab

How to file tax

Here are the steps on how to file taxes: Gather your tax documents. This includes your Form 16 (if you are a salaried employee), Form 26AS (which shows all the TDS deducted from your salary), and any other documents that show your income and expenses. Choose the right income tax form. There are different income tax forms… Continue reading How to file tax

Published
Categorized as Finance

To provide GL Impacts permission while restricting access to Journal Entries

We can add “Make Journal Entry” with view permission in the required role. For that, Setup>user/role> Manage roles > select required role > permissions. In Transactions subtab, add “Make Journal Entry”. However, the same permission is linked with Journal entry permission the role will get permission to view journal entries. To restrict access to journal… Continue reading To provide GL Impacts permission while restricting access to Journal Entries

How to solve the Extension fetch error which comes after SCA version update 2023.1 and later

If you got an error like ‘UnhandledPromiseRejectionWarning: Error: Missing parameters –key or –secret. Check your .env file or add those parameters to the gulp task.’ Solution:There should .env fileReplace the values for CONSUMER_KEY and CONSUMER_SECRET CONSUMER_KEY=”446765bc51e70086cf582d32f0486fc0a764354ffec6c983b94e63af331346c4″CONSUMER_SECRET=”97fda39654d2f0cf3f0f9011d97616f96a3136e2c7659b867e57a1e1bbbcc566″ Save and close the .env file.

Cash Sale to Invoice

To replace references to “Cash Sale” with “Invoice” in customer-facing documents (email, pdf forms, etc). Select the transaction form that corresponds to the Cash Sale. Under Printing Fields, select Form Tile and tick the checkbox next to it. Name the label as Invoice and save it. Now Email and PDF template associated with Cash Sale… Continue reading Cash Sale to Invoice