OCR Customer Invoices - image

Is there any examples how to develop OCR module in Odoo to read customer invoices from pdf/images. Please someone guide with the possibilities or links showing the example to develop such module. thanks in advance!

Odoo already has this feature in enterprise version.
Refer https://www.odoo.com/documentation/15.0/applications/finance/accounting/payables/supplier_bills/ocr.html
Look into these modules
account_invoice_extract
account_invoice_extract_purchase

Related

How to read user phone book contacts without using any plugin or package

In my enterprise application need to read user phone book contacts and save into my database. I have searched more but all are suggest, need to install xamarin.mobile package or plugin. In my application have only limited size, so difficult to install package or plugin. Please suggest any idea to read contacts. Thanks in advance.
You need dependency service to be able to do that.
for more information on how to create a dependency service:
https://developer.xamarin.com/guides/xamarin-forms/application-fundamentals/dependency-service/introduction/
You'll need to do this on each platform separately.
How to do it for android: https://developer.xamarin.com/recipes/android/data/contentproviders/read_contacts/
For IOS u can also find on the Xamarin website. But I can't post 2 links
Good luck!

Which is the best way to study the odoo development and customization ( structure and flow )

I am a starter in odoo development and customization. Nothing is easy to study fast. some dedications and patience should be needed. Can anybody suggest a best way to study the odoo development and customization? I mean, can anybody suggest a good way of understand the odoo complete structure and how it can be customized? It will be thankful if anybody can suggest a good URL's or tutorial suggestions to get into this odoo development. Thanks in advance.
The first step starts with the installation of the odoo. You will find here step by step sequence to install the odoo https://www.techreceptives.com/blog/business-4/post/step-by-step-guide-to-install-odoo-v10-on-ubuntu-16-04-lts-138
Now if it's up to you, that what you want to customize in odoo. i.e
You want to create the odoo Website, New Module, want to work with API and web services and much more. Here at this below link, you will find the help for the any of you interested area.
https://www.odoo.com/documentation/10.0/
I found this link http://odootechnical.com/odoo-module-structure/ best sources to understand the structure of the odoo Module
Still if you are in confusion or not getting what to do, just comment here I will try my best to help you.

How to provide a service to extensions joomla?

I am trying create a joomla component. In that component I need to store some phone numbers and those numbers should be provided when an extension asks for them. How can I achieve this? Please direct me if there is comprehensive tutorials.
Thanks in advance...
A similar question exists in the Joomla Stack Exchange site here, with links, suggestions and references to a bunch of resources around Joomla Development.
Furthermore in JSE you can find great assistance for specific questions during your development attempt.
The Joomla! support site has some links to component development:
http://docs.joomla.org/Portal:Component_Development
I see that you tagged 2.5, but version 3 is the new stable version. There is an example V3 component here:
http://lendr.websparkinc.com/
When I started, I looked at an existing extension which was similar to what I wanted and went from there.

magento website building help required

I am a j2ee developer, i want to develop a webstore i choosed magento as i found its review best among open source eCommerce projects.
I have search all around the magento wiki they explaining how to configure catalogue and other options.
Mangeto wiki
But i am unable to found how to list down the products on the page. is there any scripting language for it ? please help me out.
This links might help you
Managing your store
http://www.magentocommerce.com/media/screencasts
http://www.magentocommerce.com/knowledge-base/categories/category/manage-your-store/
Working on Theme http://www.magentocommerce.com/design_guide
For understanding and extending magento code http://www.magentocommerce.com/knowledge-base/categories/category/development/

How to add custom Modules in magento

Hi I want to create a custom Module for Footer which shows the news Headlines.Havent played with custom modules yet.How can i do that.can anyone tell me simple steps to craeate a custom module.
Thanks
The best resources you will find are:
Module Creator extension
Branko's blog post on writing a custom module
The official Magento wiki article
And of course the great set of articles written by Stack Overflower Alan Storm which will help you understand the complex architecture that you are plugging into with your custom module.
Finally, searching Stack Overflow will help a lot! The Magento forums are full of pretty poor advice, be wary of editing core files and other bad practices...
HTH,
JD

Resources