For Manufacturing Industry, it becomes important to generate serial numbers for manufactured goods and products.
After Manufacturing finish products, to begin with the delivery process we need to apply labels/serial numbers for each product.
Now, let us understand how we can print serial/labels in Odoo using thermal printer.
Initially, we need to connect Odoo server with printer server so that we can easily send the formatted data into Thermal printer.
Process Begins
1- After generating Labels for Finished Products, Click on Print Label which will redirect to an open wizard
When you click on ‘Print label’it will redirect to an open wizard which will ask to select thermal printer as shown below.
Below is the syntax which you need to create for socket connection with the printer.
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
then we need to connect with printer.Syntax is-
s.connect((printername, RAW_PORT))
Once the printer is connected you can send request for label print.
3-In the 3rd Step theOdoo will send printing request to connected printer for labels printing. (If printer is connected to server then it will print all labels as requested)
socket.send(print output)
“Printout” is formatted data that will accept by thermal printer.
Each printer has own formatted data so make sure you are send correct data to printer.
For more information regarding this module, kindly contact us at sales@bistasolutions.com
Odoo OpenERP Inventory management module is especially designed for managing industrial products. Today let us understand how to manage Inventories in FMCG and Pharma Industry where we have an Expiry Date on each and every product.
In Odoo we can easily track the Inventories based on its expiry date using Odoo OpenERP Out-of-the-box module as FIFO.
This module indicates that whatever comes in first goes out first.
Let us see the Step by Step process of FIFO Module:
1. Firstly we need to make sure that whatever products we are receiving at the same time with same expiry date needs to be kept at one box or one place called as LOT. For this whenever we receive an Incoming Shipment the system assigns a particular Lot Name for each product received with their quantity. Doing this we have list of all the lots and their order in which they have arrived.
Fig 1 : shows how a lot is assigned to a particular Incoming Shipment
2. Now the major step, though we have lots in sequence but we need to make sure that while creating Sale Order we are selecting the lot which has arrived first. If we miss this than we will not be able to achieve the complete FIFO rules and products may go out of Expiry.
For this reason OpenERP has a function called as Default Lot Selection where the lots while creating Sale Order will be automatically selected as per FIFO. Truly speaking this is a cumbersome task for user to select the right lot but now the system will be doing this for us.
Fig 2 : shows that as we add a product in sale order and enter the quantity the system by default selects a Lot as per the FIFO.
The best part of this module is that we can also override the FIFO so if we want to select any other lot here we can simply delete this and select another one.
Bista Solutions Inc. has partnered with Jaspersoft, a leading BI solution to provide BI, Reporting Dashboards, Data warehousing, Ireport, Talend (ETL), R analytics, Mondrian OLAP analysis and other modules.
Bista Solutions has expertise and have delivered BI solutions for various verticals such as retail, eCommerce, HealthCare, Telecom and Manufacturing.
Mr. Pradip Kulkarni, Chairman of Bista Solutions said, Jaspersoft tie-up is very great achievement for Bista solutions. Our technical domain expertise and Jaspersoft Platform together will help enterprise companies to get better insights in their business.
About Bista Solutions,
Bista Solutions is the first ISO 9001 and HIPPA Compliant certified Partner of Jaspersoft, We are also Gold Partners for Odoo (Open source ERP) in USA and silver partner for Canada and India region. We also provide Cloud ERP, Business Process management, Big data, and other industry specific Business Solutions
About Jaspersoft,
Jaspersoft is a leading Open source Business intelligence solutions, with more than 8 million downloads worldwide and more than 10,000 commercial customers in 96 countries.Organizations want timely, well-informed decision-making, in operational settings and in the corner office—no matter what their mix of platforms, applications, or infrastructure environments. Jaspersoft’s modular, scalable, standards-based solution architecture provides the flexibility needed to easily deploy in any environment. Jaspersoft offers Business Intelligence Tools that can span your enterprise.
Usually eCommerce website is created within “days” or sometimes it may even across few “months”, but have you ever imagine creating your own ecommerce website within few minutes without any technical expertise?
Yes! You can.
Now create your awesome online e-commerce stores instantly with Odoo eCommerce.
Now you might be excited to know how you can create instant online Odoo eCommerce store and to answers you’re the all questions; let me run through the features of Odoo website builder.
Features of Odoo eCommerce:
Odoo e-commerce allows you to create awesome product Catalog along with product description. The features are highly scalable for any system integrations and superb customizable.
Watch Video to quickly understand the Odoo Open source eCommerce website, Builder.
• Design, Create stunning Product Pages.
Simple Drag and Drop designed interface enhance you to create stunning product pages. Whether you want to replace the product or change the price? Or Highlight the descriptions, create discount offers? A single click can do all your work.
• Each order can increase your Revenue.
The cross-selling feature of Odoo eCommerce helps you to offer other products similar to what customer has put in his cart. The cross-selling algorithm of Odoo allows you to display the related products while purchasing which can lead to up selling income.
• Analyze your Performance with Google Analytics
Track your Business performance with Google Analytics integration with Odoo e-commerce. Easily count website impressions, call to actions and clicks.
• Target Any Languages and Multi Languages
The Odoo e-commerce languages translate features allows you to translate languages automatically with a click. When you change any part of the website for any language it gets automatically updated within 32 hours.
• Your Website Your Taste
You can change your Odoo e-commerce online stores to any layout or any colour which you want. You can easily customize your store with Drag and Drop interface and pick up any colour which you want to paint on your online store.
• Emphasize the Best Products
Easy to fine-tune your Catalog and highlight the best product along with discounts, special offers. You can set grid and list view as per your need.
• ORM and SEO Tools
Search, find out and identify new customers with the help of dedicated keywords which are mostly used on Google search using keyword research tool in Odoo e-commerce.
Managing eCommerce Operations
Odoo e-commerce helps you to manage your e-commerce operation with Odoo open source ERP, You can simply integrate your warehouse, shipping, and payment getaway services. You can also manage your network and distributors; allot them access to your resellers. The geo-localization feature helps you to forward leads to resellers.
About Odoo (OpenERP) Odoo is best leading open source ERP Solutions Company, It has reached strength of nearly 2,000,000 users and after launching the latest version of Odoo 8 the fortune 50,000 companies are using Odoo OpenERP for their Business growth.
About Bista Solutions Bista Solutions is the fastest growing business Solutions Company. We are the only ISO certified Gold partners for Odoo in US region, Silver partners in Canada and India. We are also HIPPA Compliant. We have strong strength of more than 70 offshore developers in India who are experts in Odoo customization, Implementation and Integration.
For Any Enquiries please contact us on sales@bistasolutions.com or Dial (404) 631-6219.
Watch Christina Barea and Todd Sellers interview Kedar Joshi, Solution Architect at Bista, on how Bista has helped companies with eCommerce solutions:
Database Auto Backup module is basically used for creating database backup at a regular interval automatically. It is performed at a scheduled time which needs to be mentioned at the time of configuring the module.
Steps for configuring the Module:
1) After installing the module, will have to create a scheduler.
For eg. (for Ver. 8.0) Go to Settings > Automation > Scheduled Actions. (as shown below)
Following things needs to be taken care while configuring the scheduler:
i) Interval Number: It indicates interval time between the next backup schedule run.
ii) Interval Unit: It works in combination with the Interval number as it contains the unit for interval for eg. In the above snapshot the interval time is set for 5 minutes.
iii) Next Execution Date: It carries the next run time along with the dates, While configuring for the first time we have to set the time from here.
iv) Number of Calls: It indicates the number of times the schedule action will happen, Its recommended to keep a negative value (eg. -1), so that it runs infinite times without being stopped.
v) Repeat Missed checkbox needs to be kept unchecked.
vi) Under Technical Data tab, set the value for ‘Object’ to ‘db.backup’ and ‘Function’ to ‘schedule_backup’.
2) Configure Backup:
Go to Settings > Configure Backup (as shown below).
Following things needs to be taken care while configuring the Backup:
i) Host: It should be set to localhost or the appropriate host name.
ii) Database: Mention the name of the database which needs to be backup.
iii) Port: Mention the appropriate port number.
iv) Backup Directory: Mention the location of the directory where the backup files needs to be stored on the system.
Note: Make sure the destination directory has full rights, to avoid permission issues. Once all the configuration is done, the backup will be executed at its scheduled time and a .sql file would be available at the mentioned location.
If you want assistance with this or are looking for consultations regarding Odoo implementation, you can get in touch using our contact form.
This time Bista is proud to customize and Improve Odoo ERP Design with GUI, this customized GUI web- based interface for Odoo ERP allows users to experience an awesome visualized and appealing user interface to increase the user’s perception of Odoo ERP usefulness, ease of use and efficiency.
Bista has successfully completed the refreshment of UI design over the Traditional Odoo interface for the US based Customer “Elemental Wellness”. Elemental Wellness is medical cannabis collective in San Jose.
Bista is working on on-going customization for Elemental Wellness, and this project is still in the development phase.
Let’s check, How the Odoo interface was before the GUI customization ?
After the customisation
Can Bista Solution Implement GUI with Our Odoo?
Yes, Bista solutions has the intelligences to implement any GUI design with Odoo ERP, If you’re doing for any customizations, implementation or any integrations you can email us on sales@bistasolutions.com, Click Here
FocusPDM, a California based custom product design and manufacturing company had been using Odoo 7.0 and wanted to customize Odoo as per their business processes.
After vetting many Odoo partners they chose Bista Solutions Inc. Bista suggested doing an upgrade to Odoo 8.0 before doing any further customizations. Bista successfully migrated their code and data from Odoo 7.0 to Odoo 8.0 and has started working on the needed customizations.
“I really truly do appreciate all your hard work! You guys have gone above and beyond to get this working well for us. I’m really looking forward to the next phase where we can start customizing Odoo! “
Alex Tramie, Operation Manager – FocusPDM
Can Bista solutions do it for you?
Off course, Yes! For Odoo implementation, customisation, migration and integration you can email us at sales@erpincloud.com, or simply call us on 404 631 6219.
About FocusPDM: Focus Product Design is a turnkey product design and engineering firm located in Menlo Park, CA, in the heart of the Silicon Valley. FocusPDM brings innovation to life for Fortune 500, entrepreneur and start-up customers in the Silicon Valley and beyond.
http://www.focuspdm.com/
About Bista Solutions Inc: Bista is a Gold partner of Odoo for US, Silver for Canada and India. Bista is also partners with Jasper Soft and ProcessMaker. They are an ISO 9001 certified company and specialize in implementing, customizing and integrating Odoo and other enterprise applications. www.bistasolutions.com
By Using Odoo Project Management Module – Developed By Bista Solutions
Generally in the manufacturing industry, the process of manufacturing a complete product successfully is only possible if there is the availability of raw materials but managing the raw material is very difficult to overcome this difficulty Bista Solutions developed Odoo Project Management. Similarly in other industries also many assignments are always depended upon the completion of the subtask. but it is very difficult to maintain and track the list of those dependent tasks. To overcome the hectic process of managing raw material, products, supply lines, etc. Odoo Project Management automated the whole process with ease.
To simplify that, Bista Solutions has developed the Odoo Project Management module in which the user can track the status of the dependent task as well as the successful task.
After login- In projects, you need to create a New Project.
Usually, after creating the project basic task are defined
Create the Task —>Go to Tasks —>Locate the Task and click on it.
Click on Dependencies
Now, under a successor, you will find a particular task that can be only completed after the completion of the main task.
In the below-given example, the task “A” (Fitting Choke/ Coil & LED to Ficture) is only possible after the completion of the Task “B” (Purchase of choke).
Let us create the Predecessors.
Now, here to complete the Task “C” (Create Ficture Capacity 20 Bulb) it is important to complete the Task “A” (Fitting Choke/ Coil & LED to Ficture)
Finally! Using the Predecessors and Successors module developed by Bista Solutions. we can bring more transparency to our Project Management with the help of Odoo Project Management.
With Odoo Project Management you can easily assign roles, tasks and can track the update of allocated tasks.
If you are looking for any customizations in Odoo ERP, you can email us on sales@bistasolutions.com or click here. Our representative will reach you within 24 hours.
Today for a Business owner, measuring the Business performance is one of the major challenges, getting the track of Business and developing transparency is again a difficult task.
To help such Business owners, Bista Solutions enables you with the Best Business Intelligence tool “Jasper Soft”, Jasper Soft is a comprehensive reporting tool which helps to create easy to use reporting dashboard as per the Business needs. And when you integrate this powerful BI tool with Odoo Open source ERP, the overall Business performance will definitely reach the sky.
Recently during Odoocustomization “Bista Solutions” has integrated the Jaspersoft Software with Odoo,
Let’s us understand, “How to Access Business Intelligence tool “Jasper Soft” in Odoo”
Initially you integrate the Jasper Soft in Odoo, and after integrating the jasper software you will find it as a menu in Odoo ERP System.
The 1st step is to enable and sync all the users with jasper software, In order to do that: Go to settings – General settings – Sync All Odoo Users in Jasper.
The 2nd step is to select the user to whom you want to enable the access of Jasper Soft tool
Click on Edit and then check mark on JasperSync Active to active the access
Now, Let us check the if the user is able to access the Jaspersoft from his Odoo
Login into the User Account
Hurry! The user is now able to access Jasper successfully using Odoo
These are the few Dashboards
To request for a Demo, please contact us on: +1 (858) 401 2332, or Email us: sales@bistasolutions.com
Cookie Consent
To provide the best experiences, we use technologies like cookies to store and/or access device information. Consenting to these technologies will allow us to process data such as browsing behavior or unique IDs on this site. Not consenting or withdrawing consent, may adversely affect certain features and functions.
Functional
Always active
To provide the best experiences, we use technologies like cookies to store and/or access device information. Consenting to these technologies will allow us to process data such as browsing behavior or unique IDs on this site. Not consenting or withdrawing consent, may adversely affect certain features and functions.
Preferences
The technical storage or access is necessary for the legitimate purpose of storing preferences that are not requested by the subscriber or user.
Statistics
The technical storage or access that is used exclusively for statistical purposes.The technical storage or access that is used exclusively for anonymous statistical purposes. Without a subpoena, voluntary compliance on the part of your Internet Service Provider, or additional records from a third party, information stored or retrieved for this purpose alone cannot usually be used to identify you.
Marketing
The technical storage or access is required to create user profiles to send advertising, or to track the user on a website or across several websites for similar marketing purposes.
Mr. Bandarkar has 10+ years of quota carrying technology sales and account management experience
Mr. Bandarkar holds a Master’s Degree in Project Management.
Reliance Partners
“The level of consistency and dedication Bista has shown towards our project is the driving force behind the project and all that is to come! We, at Reliance, are so thankful to have you as our partners in this endeavor. We’ve grown together and learned a lot from each other over the last few months. I am sure that will only continue as we progress on our journey of innovation together.”
– Sahej Singh – Business Intelligence & Strategy Manager
SilencerCo
“I wanted to let you know how much I appreciate your team for all the help and custom work that they have done on our behalf. Priyesh and Pratik, and the entire offshore team have been really responsive to our operational needs. Thank you again for the hard work.”
– Camille Thompson – Data Manager
Reinhausen Middle East FZE
“Since [we’ve started] working with the team of Mr. Pradeep […] we’re receiving quality replies on time and we’re really enjoying working with him and his team. As the collaboration is going so well, we have started to use Odoo for more […] things in our company and we’re continuing with change requests to adapt the system to our needs. I want to thank Mr. Pradeep and his team for [their] ongoing support.”
– Ralf Klinger – Technical Field Service Manager
Selkirk Signs
“Also want to make a quick mention of the support team. We have been working with them for a while now and Pradeep and his team members […] have done a commendable job in making sure our tickets are handled in [a] timely manner and they are very easy to work with and very approachable.”
– Subhrajeet Sabhapandit IT Manager
FGD Glass Solutions
“Just wanted to drop a quick line to say thank you for all your efforts in supporting us in our needs for Odoo v12 Enterprise. You have been prompt in responding to our many support requests. Pradeep and Mansy are always eager to help and informative with instruction when needed. As a business owner, I’m happy we selected your firm to be our Odoo ERP support provider. Looking forward to growing over the coming years with your support.”
– Derek Lindeborg – Owner
Control System Labs
“Now that we have completed the launch of our new Odoo website, I wanted to take a moment to thank you and [the Bista] team for all the hard work it has taken to get us here. After many months of planning and development, we are now using Odoo for many of our critical business processes: Accounting, Recruitment, Expenses, RMAs, Customer Portal, Credit Card Processing, as well as storing our Product and Partner Master Data. This would not have been possible without your team’s dedication and expertise. Our team is very excited to tackle the last and most important Repair Operations module in the upcoming weeks. We are confident that you will continue to provide excellent service, and we look forward to achieving this major milestone together! Thank you!”
– Gary Fredricks – President
Atlas Arms Manufacturing LLC.
“One of the biggest things for us is lot tracking through our entire manufacturing process from sourcing raw materials, to subcontractors, to in-house manufacturing, and sales to end users and commercial loaders. Because some of our products are restricted in certain locales, we needed to be able to block purchase in those cases. We are also big fans of open source software. [We found Bista] through originally a duckduckgo search, but after speaking with them, and another one of their customers who is well known in our industry, we felt confident they could deliver what we needed for a fair price in a reasonable time (which they have done). [Bista] feels more like a partner than a regular vendor, very responsive to questions and concerns even though the project has been put in production. Their bid was reasonable to start, but still came in under budget and under hours, which can be difficult to do. [Overall experience working with Bista was] excellent and comfortable. I can’t count the hours of misery that Bista has saved me from.”
– Michael Riettini – (Managing Member and COO) Kerrville, TX
“Bista was one of Odoo’s largest implementation partners, so we were introduced through Odoo. They had a good reputation and we had talked extensively with other people that had worked with Bista, so we felt comfortable starting out with them. And we’ve now been working with them for over two years, so we’re quite happy with our decision. We work directly with all the development team. We considered them part of our teams; all of our daily meetings, all of our discussions, [they] were an integral part of that. Even though we had to change quite a few things midway through the project, because we work so closely, because they understood our poor business process and what we were trying to do, we were able to adapt and still deliver on-time, at the same budget. […] I think [Bista] has been a great partner. It’s one of the reasons we’ve been working with them for multiple years now, even after the initial project finished. I think they have a great talent pool to work with and they’ve been very accommodating. So wherever we have to change things, or get additional resources, or find additional expertise, they’ve always been on point to help with that.
“We chose Bista because they had some expertise in manufacturing and they also had some expertise in the accounting side and making sure that our financials were spot on at the end of every quarter. We were right on budget, we were within the 9-month period from ERP planning to go-live, and so I really couldn’t ask for more.”
“Bista has helped us implement Odoo and make changes to it where generic options did not work. So [they are] an excellent partner that’s available 24 hours a day as we need them to make changes, [and] to help us work with our people and train them. So, Odoo is a very generic system that’s like a shell and you put together the pieces of a puzzle to make a new system that meets the needs for manufacturing, for finance, for inventory, etc. Bista helped us manage all of the changes that are needed for that, do the training and they also support us when we have problems. We have four primary people from Bista, but they get us more when we need them. But the four people have been with me for eight months now and we meet every day; and we talk about issues, we talk about things we don’t understand, they explain to us more about the system every day. […] They’re very good about working the hours that we need them to be. Bista accommodates the difference in time. Bista has been very good about being available whenever we need them and doing the support after the implementation. We recommend them highly and we [are] still working with them. And honestly, I would not be working with them at all if I did not like them or if they weren’t providing a service that’s effective for me. They have been doing both very well so that’s just not an issue at all.”
– Bob James – (Head of Enterprise Applications) Fairfield, California
“In terms of what stood out about Bista was definitely the responsiveness from the point that we made first contact. So, they were very quick to respond to my query […] because I was on a very tight deadline. I wanted it up and running within a month. I wanted to go live and then fix problems as we go. […] it was a lot of trial and error which was very helpful from Bista’s side that [they were] really quick and responsive. They had a team dedicated that okay we’re gonna take care of what’s happening and let me have people working around the clock even. I think the biggest change has been inventory accuracy. I got everything that I wanted out of it. Bin locations, traceability, lot tracking, automation, certain degrees route optimization… everything that I wanted to be a part of for the warehouse management side has been part of the warehouse management side. So, with that core being intact, rest of it just follows where your profit and loss and everything else is in place. [With Bista’s help] inventory accuracy [is] above 90 [when it] was probably around 60 to 70 before.”
“After deciding that Bista was the right partner for us, we actually had a member of their team come down to our warehouse and work side-by-side with us to perform a gap analysis and make sure that it was a good fit for us. We found that after bringing Priyesh down to our warehouse to work with us, we were blown away by his focus and understanding of all of our business needs. We got a lot of confidence in both what he could provide as well as other members of his team. They were able to get things done in an extremely timely manner and have a very thorough understanding. We started the project out with some trials of smaller project and were extremely satisfied with the results. They were unparalleled to any other technology partner we have used in the past. Whether it was from Dynamics, or Odoo directly, or other 3rd party partners as well. [Bista] showed that they could comprehend the project needs, as well as go above expectations. And as well as make any kind of adjustments along the way to make sure we were happy with the end results. Their understanding of core business processes and developments and needs is unmatched and unparalleled in their industry. Through working with Bista, we’ve gotten both quantifiable results as well as qualitative results.We’ve been able to increase our sales double, while lowering our back-order fulfillment rate. Bista has allowed us to have more accurate purchasing information, better inventory control, more efficient sales, as well as provided better tracking of all of our CRM Sales tracking. At the end of the day, Bista has a great understanding of our business, and they were able to deliver projects timely, cost-effectively, and accurately. And that is support that we were unable to find anywhere else. They have surpassed our expectations and delivered better results than any other technology company we have ever worked with.”
– Michael Sturury – General Manager, Maqabim Distributors
““Odoo recommended Bista as the potential implementation partner. The implementation was interesting because it forced us to take a step back and really understand our current flow of information, and how we could actually improve that flow and eliminate some of duplicate entries and actually improve efficiency. Bista came on-site and spent the week with us and went through in detail every one of our business processes, generated a flow chart of our current state, and then worked with us to develop the flow chart of our future state which would be the ideal state. I was a little hesitant on the zoom meetings for an implementation but working with Rajiv and his team really, really has been a great experience. They’re so detail-oriented and they are so set on making sure that our requirements are met in every way.” .”
“Our experience with the Bista implementation team was really nothing but positive. These guys were available on the weekends, they were available after hours, you know it wasn’t just go live and walk away, right? They were they were there for us, they’re still there for us and I think we’ll sign a support contract with them. You know, I had pretty high expectations and they met and exceeded, in some instances, all those all my expectations [and] overall did a great job. I would certainly recommend them to anybody who’s looking for an Odoo implementation – look at Bista they’re professional, they’re fast, they’re responsive, they know what they’re doing. So, you know, 10 out of 10, highly recommend.”
“We decided to work with Bista because they demonstrated understanding of cannabis business and they demonstrated client-oriented approach. Some implementation results like sales and pos modules exceeded our expectations. The implementation of Odoo with the help of Bista helped us to get very useful and detailed information regarding our operations. The most important result which I think cannot be quantified is that we have complete information about at least our sales […] which manager [is at which] of our offline shops, how much product he sold, I can check the price…to take some managerial decisions according to this information. Regarding accounting, I think [the] Odoo [implementation] is saving us up to 10 hours per month on preparation of reports. I would, hundred percent, recommend the Bista team to other cannabis companies as a reliable partner in IT system development and support.”
“We selected Bista, originally, because we were really looking for a partner that we felt comfortable, [and] knew what they were doing. TIE is a, you know, by far, in a way, not experts in Odoo. We are not experts in ERP implementations. We are not experts in pretty much everything that Bista is. So, what we were looking for is an expert in those areas that could help lead our project in a way that we would end up being very successful in the platform itself but also getting there. Bista was really presented as a partner not just a vendor to us, and really their advisory in the way that they say ‘hey, here’s your problem… here’s what a good solution would be…or this is what we’ve seen in the past… or here’s a module that you might not be aware of’. When we selected Bista it was really those, you know, key pieces. Then after working with Bista those areas definitely shined big time, especially the technical expertise area, but also the team itself was very high performing. I don’t think there was a single member of any team that I did not enjoy working with as well as be very impressed with their capabilities – whether it be technical or non-technical. The quality of the project and the quality of the system itself has been enhanced greatly since Bista’s involvement in our project.”
“My experience with Bista has been great. Each time I’ve called and talked to Priyesh, who is our rep, [he’s] been very quick to return calls, get back in line, and figure out what’s going on and responding to our issues […]. He’s got a good team of people behind him both here in the U.S. and in India who can do big programming jobs if we need a whole new structure or an only report or a module needs to be adjusted for us. From a financial perspective, I had no issues. [Our implementation was] within budget and on plan. We’ve been very satisfied especially with the response and the timeliness of the response. I couldn’t recommend the company more with Bista and how they took Odoo and got it to work for us. It’s been a tremendous improvement in our business. It’s been a very positive experience. I would highly recommend the software, and I would highly recommend Bista.”