Overslaan naar inhoud
Odoo Menu
  • Aanmelden
  • Probeer het gratis
  • Apps
    Financiën
    • Boekhouding
    • Facturatie
    • Onkosten
    • Spreadsheet (BI)
    • Documenten
    • Ondertekenen
    Verkoop
    • CRM
    • Verkoop
    • Kassasysteem winkel
    • Kassasysteem Restaurant
    • Abonnementen
    • Verhuur
    Websites
    • Websitebouwer
    • E-commerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Bevoorradingsketen
    • Voorraad
    • Productie
    • PLM
    • Inkoop
    • Onderhoud
    • Kwaliteit
    Personeelsbeheer
    • Werknemers
    • Werving & Selectie
    • Verlof
    • Evaluaties
    • Aanbevelingen
    • Wagenpark
    Marketing
    • Social media Marketing
    • E-mailmarketing
    • SMS Marketing
    • Evenementen
    • Marketingautomatisering
    • Enquêtes
    Diensten
    • Project
    • Urenstaten
    • Buitendienst
    • Helpdesk
    • Planning
    • Afspraken
    Productiviteit
    • Chat
    • Goedkeuringen
    • IoT
    • VoIP
    • Kennis
    • WhatsApp
    Apps van derden Odoo Studio Odoo Cloud Platform
  • Bedrijfstakken
    Detailhandel
    • Boekhandel
    • kledingwinkel
    • Meubelzaak
    • Supermarkt
    • Bouwmarkt
    • Speelgoedwinkel
    Food & Hospitality
    • Bar en Pub
    • Restaurant
    • Fastfood
    • Gastenverblijf
    • Drankenhandelaar
    • Hotel
    Vastgoed
    • Makelaarskantoor
    • Architectenbureau
    • Bouw
    • Vastgoedbeheer
    • Tuinieren
    • Vereniging van eigenaren
    Consulting
    • Accountantskantoor
    • Odoo Partner
    • Marketingbureau
    • Advocatenkantoor
    • Talentenwerving
    • Audit & Certificering
    Productie
    • Textiel
    • Metaal
    • Meubels
    • Eten
    • Brewery
    • Relatiegeschenken
    Gezondheid & Fitness
    • Sportclub
    • Opticien
    • Fitnesscentrum
    • Wellness-medewerkers
    • Apotheek
    • Kapper
    Trades
    • Klusjesman
    • IT-hardware & support
    • Zonne-energiesystemen
    • Schoenmaker
    • Schoonmaakdiensten
    • HVAC-diensten
    Andere
    • Non-profitorganisatie
    • Milieuagentschap
    • Verhuur van Billboards
    • Fotograaf
    • Fietsleasing
    • Softwareverkoper
    Browse all Industries
  • Community
    Leren
    • Tutorials
    • Documentatie
    • Certificeringen
    • Training
    • Blog
    • Podcast
    Versterk het onderwijs
    • Onderwijs- programma
    • Scale Up! Business Game
    • Bezoek Odoo
    Download de Software
    • Downloaden
    • Vergelijk edities
    • Releases
    Werk samen
    • Github
    • Forum
    • Evenementen
    • Vertalingen
    • Word een Partner
    • Services for Partners
    • Registreer je accountantskantoor
    Diensten
    • Vind een partner
    • Vind een boekhouder
    • Een adviseur ontmoeten
    • Implementatiediensten
    • Klantreferenties
    • Ondersteuning
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Vraag een demo aan
  • Prijzen
  • Help

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Boekhouding
  • Voorraad
  • PoS
  • Project
  • MRP
All apps
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Alle posts Personen Badges
Labels (Bekijk alle)
odoo accounting v14 pos v15
Over dit forum
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Alle posts Personen Badges
Labels (Bekijk alle)
odoo accounting v14 pos v15
Over dit forum
Help

POSBox software only setup in Odoo 9

Inschrijven

Ontvang een bericht wanneer er activiteit is op deze post

Deze vraag is gerapporteerd
setuphardwareposboxodoo9
2 Antwoorden
8943 Weergaven
Avatar
Gregor Rosenauer

I have a NUC box with Debian 8.3 and Odoo 9 nightly installed, running a POS with CRM.

For connecting barcode scanner and printer (both supported by POSbox), I have tried to follow the instructions at

https://www.odoo.com/documentation/user/9.0/point_of_sale/overview/setup.html#posboxless-guide-advanced

but it's not clear to me how I should start the server (with the same port 8069 as my main Odoo server) and why it has to be so complicated - can't I just activate the needed modules in my main openerp.config?

Following the guide, I get an error

fatal: Not a git repository: '/home/pi/odoo/.git'

However, startup continues and I see an error that the printer is not connected (which is OK because I'm still setting up the system):

openerp.addons.hw_escpos.controllers.main: disconnected : Printer Not Found

The hw_status page mentioned in the docs is then not found, as expected.

However, starting up with a modified configuration (using the "-c" switch) with changed xmlrpc port 8068 (and different log file), logging stops at the git error, but the page http://localhost:8068/hw_proxy/status then works and I see my connected USB peripherals!

This is quite confusing, I hope I'm doing everything right, will try with the real hardware tomorrow.

I'll issue a pull request for the documentation later if everything works out.

0
Avatar
Annuleer
Avatar
Gregor Rosenauer
Auteur Beste antwoord

Thanks Perry for your info, yes documentation is sadly not as good as the product, and often you are directed to subscription-based tutorials...

In my case however, it was just a port issue, I was not sure about this, but you just have to use a separate openerp-server.conf for the POSbox instance, and then configure the address *and* port of that instance in your odoo main server configuration, after that, everything worked out of the box!

You need to follow the POSbox setup guide to the point, though, and configure the udev rules exactly as shown - I had some other rules that were valid and perfect for udev, but did not work for POSbox, I guess the python code tries to access the udev devices over a different path/node.

0
Avatar
Annuleer
Avatar
Perry Spurway
Beste antwoord

Hi Gregor,

We have just been through this entire process, it took a week to figure out. Documentation is very poor. There are some vital elements that are omitted from the documentation.

The problems you face are mainly to do with permissions. The correct way to install the Odoo instance is under a user and not root(which I am assuming you have done). This is all good and well, however when you come to install the Pos portion as an add on the Python installation(which was installed under the user as part of the oodo instance) does not have the correct permissions to access the hardware. We also had the added issue of linking old scanners via serial ports and not usb, so to get that to work we added the user to a group named dialout which is already loaded. I am not 100% sure but I think this resolved the printer not connecting as well, we were busy with so many options at the time.

hope this helps :)

0
Avatar
Annuleer
Geniet je van het gesprek? Blijf niet alleen lezen, doe ook mee!

Maak vandaag nog een account aan om te profiteren van exclusieve functies en deel uit te maken van onze geweldige community!

Aanmelden
Gerelateerde posts Antwoorden Weergaven Activiteit
Iotbox drivers for displaylink screens
hardware display posbox
Avatar
0
apr. 21
3408
POSBOX image for older odoo versions?
nightly posbox odoo9
Avatar
0
mrt. 19
3878
Will Odoo work with my STAR SP512 Printer or do I need POS BOX to make it work?
printer posbox odoo9
Avatar
Avatar
3
okt. 16
4749
[POSBox] Compatible handscanners
hardware compatibility scanner posbox
Avatar
0
nov. 15
4039
Is it possible to Print Kot and Receipt with out pos box in v9 ?
pos restaurant posbox odoo9 kot
Avatar
0
okt. 18
4042
Community
  • Tutorials
  • Documentatie
  • Forum
Open Source
  • Downloaden
  • Github
  • Runbot
  • Vertalingen
Diensten
  • Odoo.sh Hosting
  • Ondersteuning
  • Upgrade
  • Gepersonaliseerde ontwikkelingen
  • Onderwijs
  • Vind een boekhouder
  • Vind een partner
  • Word een Partner
Over ons
  • Ons bedrijf
  • Merkelementen
  • Neem contact met ons op
  • Vacatures
  • Evenementen
  • Podcast
  • Blog
  • Klanten
  • Juridisch • Privacy
  • Beveiliging
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo is een suite van open source zakelijke apps die aan al je bedrijfsbehoeften voldoet: CRM, E-commerce, boekhouding, inventaris, kassasysteem, projectbeheer, enz.

Odoo's unieke waardepropositie is om tegelijkertijd zeer gebruiksvriendelijk en volledig geïntegreerd te zijn.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now