Posts

Showing posts with the label Box

How to check the license status on the Odoo Enterprise version?

Image
There are several instances where this might be necessary, as sometimes the main page notification bar disappears. Since the license key can be entered in that bar, the following trick might be needed. What you also need to know is that the license check is done by a scheduled task, but it is a hidden cron job. So, even if we are in developer mode, it won't be available. Therefore, we can't manage its settings or rerun it, for example, to make the notification for entering the key reappear or even to disable it if needed. (It runs weekly by default). For the currently relevant version 18, we can proceed as follows: Open our Odoo instance with the following URL to enable developer mode: /odoo?debug=1 How to change Odoo enterprise database expiration date update ir_config_parameter set value=’2026–03–30 00:00:00' where id=22; update ir_config_parameter set value=’M21032924750231' where id=70;

Monolithon is now backendo – What This Means for You

Image
We’re excited to announce that Monolithon has rebranded to backendo ! While our name has changed, our commitment to providing top-notch solutions remains stronger than ever. Why the change? As we continue to grow and evolve, we wanted a name that better reflects our vision and the wide range of services we offer. backendo now represents our role as a comprehensive backoffice for all your business needs, blending both IT technology and frontend solutions. What does this mean for you? As a customer, you’ll continue to enjoy the same great service with even more streamlined offerings and enhanced support. Our new name reflects our expanded approach to helping your business thrive with integrated solutions.

How to Use Downloadable Documents in ERPNext Email Templates

Image
Example (for Delivery Note): {{frappe.get_url()}} / delivery_note / {{doc.name}} ? key = {{frappe.get_doc(doc.doctype, doc.name).get_signature()}} Source: https://discuss.frappe.io/t/how-to-add-document-link-in-email-template/47853/6

Disposal in the ERPNext system

Image
Disposal in ERPNext can be solved in several ways. One of the simplest is scrapping during production, because ERPNext handles this by default. But before that, a scrap warehouse must be created where the goods to be scrapped can be moved during production. The third solution, which is why we write this trick is the following: As the first case, here we also need a scrap warehouse, but here we do not use inventory or production, but we do a sale at a lower or zero value. :)

ERPNext GDPR and Cookie Management

Image
Handling cookies has not been the complicated part when it comes to informing visitors on our ERPNext website about their usage. The real challenge lies in ensuring that if a visitor does not accept the use of cookies, we genuinely do not use them, and as website operators, we do not have access to certain information. However, this also restricts the options for the visitor, for example, the site may forget products left in the cart, etc. Therefore, a solution is needed to manage these aspects together, where, as an ERPNext website operator, we can persuade visitors to allow cookie usage, but until they give consent, we do not load these program codes to comply with regulations. Moreover, it complicates matters to provide the option for visitors to enable some cookies while disabling others. This has not been easy in the past, but luckily, there are several service providers who can handle this for us, and it can be successfully integrated into any website, including the Hungarian ERP...

ERPNext Hungarian Knowledge Base

Image
  Everything you need for your daily ERPNext usage or getting started. The knowledge base is continuously updated. Stay tuned! The knowledge base is accessible here >>

Data Synchronization Made Easy with ERPNext's Data Importc

Image
Why is this post a continuation of the one about form creation? Because I wouldn’t recommend using external software alongside ERPNext if it doesn’t meet two requirements: Offer a quality solution, and ideally the best one available Provide an easy integration solution if needed In the free version of the form creator presented, there is an option to automatically save the responses received in a Google Sheet spreadsheet. Why is this interesting and how does it relate? Because like all (good) ERP/Business/Management software, ERPNext allows for easy data import and export. This is also the case with ERPNext, but the developers have taken it a step further. Instead of just uploading a spreadsheet as seen in competing products, ERPNext provides a truly innovative solution. Of course, you can stick with the classic and well-established method where you first create a dataset with example data in the ERP interface, for example, a lead in the CRM module, and then export it to use it as an ...

Woocommerce Integration with ERPNext

Image
It’s no big secret that the Woocommerce integration was included in ERPNext because Woocommerce is one of the most popular ecommerce solutions integrated into blogging platforms worldwide. But that’s only one part of the story. The other part is that the built-in webshop in ERPNext works only under certain limitations. It might be suitable for B2B service providers because they typically have registered customers, or they manually registered them and granted access to the webshop. However, in the B2C sector, it can be annoying that the mandatory registration interrupts the purchase process, and without it, the purchase cannot be completed. Along with the shortcomings in the shopping cart function, this can significantly reduce the conversion rate. ERPNext developers are aware of this, which is why it made it to the current roadmap, and there are already developments in this area, details here:   https://discuss.erpnext.com/t/erpnext-roadmap-for-april-2021/73126/3 The native Woocomm...

Native Android/iOS App Arriving for ERPNext 13.0

Image
Unlike the previous mobile app that merely utilized responsive design, which was essentially a wrapped web page, this time it will be renewed as a native app thanks to the ERPNext API. This will enable smoother mobile usability and better utilization of mobile resources, resulting in a more stable and faster performance. And there’s more. The app will work offline, meaning it will function even with weak or no internet connection. It achieves this by handling synchronization in the background whenever an internet connection is available. However, I should mention one negative aspect, which is expected to be temporary and might not be well-known by many. The client-side scripts have not been implemented in this new ERPNext mobile app yet, but we hope it will be addressed in the future. Here are some screenshots of the new ERPNext native mobile application (Android). Menu Projects Tasks Suppliers

ERPNext 13.0 Version Gets a New Look

Image
Here are some screenshots of the new look debuting in ERPNext 13.0 version: x x