iBiznes
iBiznes
Hi
I'm first time on this platform.
My English is not so well.
Any answer write with simple words please.
I have problem with one of software I use on windows.
I can't install it with wine.
The software name iBiznes.
The softwer is for Invoices and magazin.
The web site you can pick up it is
http://fakturaibiznes.pl/faktura-ibizne ... azynu.html
the name of software is:
Faktura iBiznes profesjonalna z obsługą magazynu
(http://fakturaibiznes.pl/faktura-ibizne ... azynu.html)
May I ask somebody to help me to open this software.
I use Linux Mint .
Thanks a loot for help
I'm first time on this platform.
My English is not so well.
Any answer write with simple words please.
I have problem with one of software I use on windows.
I can't install it with wine.
The software name iBiznes.
The softwer is for Invoices and magazin.
The web site you can pick up it is
http://fakturaibiznes.pl/faktura-ibizne ... azynu.html
the name of software is:
Faktura iBiznes profesjonalna z obsługą magazynu
(http://fakturaibiznes.pl/faktura-ibizne ... azynu.html)
May I ask somebody to help me to open this software.
I use Linux Mint .
Thanks a loot for help
Re: iBiznes
Unfortunately, my Polish is not so good.
So whether the program works completely, I can't say.
You can install the program as follows:
So whether the program works completely, I can't say.
You can install the program as follows:
Code: Select all
# Install and update the winetricks program
sudo apt install winetricks
sudo winetricks --self-update
# Create a 32-bit fake Windows installation
WINEARCH=win32 WINEPREFIX=${HOME}/.iBiznes winetricks -q jet40
# Install the program
cd "${HOME}/Downloads"
WINEPREFIX=${HOME}/.iBiznes wine FakturaF_install_firp.exe
Re: iBiznes
Hi
Thanks a loot. Its working.
But I have some question:
1. When I instaling - WINEARCH=win32 WINEPREFIX=${HOME}/.iBiznes winetricks -q jet40 -
on finish instalation was error ,, 0108:err:ole:TLB_ReadTypeLib Loading of typelib L"C:\\Program files\\Common files\\Microsoft shared\\dao\\dao2535.tlb" failed with error 2,,
2. After open the software its many errors - some description on the icons are not visible.
mj@Slim-S130:~/Pobrane$ 0120:err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
0120:err:ole:com_get_class_object class {6c736db1-bd94-11d0-8a23-00aa00b58e10} not registered
0120:err:ole:com_get_class_object no class object {6c736db1-bd94-11d0-8a23-00aa00b58e10} could be created for context 0x1
0120:err:listview:LISTVIEW_WindowProc unknown msg 109d wp=00000000 lp=00000000
0120:err:listview:LISTVIEW_WindowProc unknown msg 109d wp=00000000 lp=00000000
0120:err:listview:LISTVIEW_WindowProc unknown msg 109d wp=00000000 lp=00000000
0120:err:listview:LISTVIEW_WindowProc unknown msg 109d wp=00000000 lp=00000000
0120:err:listview:LISTVIEW_WindowProc unknown msg 109d wp=00000000 lp=00000000
0120:err:listview:LISTVIEW_WindowProc unknown msg 109d wp=00000000 lp=00000000
0120:err:listview:LISTVIEW_WindowProc unknown msg 109d wp=00000000 lp=00000000
0120:err:listview:LISTVIEW_WindowProc unknown msg 109d wp=00000000 lp=00000000
0120:err:listview:LISTVIEW_WindowProc unknown msg 109d wp=00000000 lp=00000000
0120:err:listview:LISTVIEW_WindowProc unknown msg 109d wp=00000000 lp=0000000
3. After instalation - where can I find folder on disc C with this softwer ?
Can you tell me standard path please.
BR
Mariusz
Thanks a loot. Its working.
But I have some question:
1. When I instaling - WINEARCH=win32 WINEPREFIX=${HOME}/.iBiznes winetricks -q jet40 -
on finish instalation was error ,, 0108:err:ole:TLB_ReadTypeLib Loading of typelib L"C:\\Program files\\Common files\\Microsoft shared\\dao\\dao2535.tlb" failed with error 2,,
2. After open the software its many errors - some description on the icons are not visible.
mj@Slim-S130:~/Pobrane$ 0120:err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
0120:err:ole:com_get_class_object class {6c736db1-bd94-11d0-8a23-00aa00b58e10} not registered
0120:err:ole:com_get_class_object no class object {6c736db1-bd94-11d0-8a23-00aa00b58e10} could be created for context 0x1
0120:err:listview:LISTVIEW_WindowProc unknown msg 109d wp=00000000 lp=00000000
0120:err:listview:LISTVIEW_WindowProc unknown msg 109d wp=00000000 lp=00000000
0120:err:listview:LISTVIEW_WindowProc unknown msg 109d wp=00000000 lp=00000000
0120:err:listview:LISTVIEW_WindowProc unknown msg 109d wp=00000000 lp=00000000
0120:err:listview:LISTVIEW_WindowProc unknown msg 109d wp=00000000 lp=00000000
0120:err:listview:LISTVIEW_WindowProc unknown msg 109d wp=00000000 lp=00000000
0120:err:listview:LISTVIEW_WindowProc unknown msg 109d wp=00000000 lp=00000000
0120:err:listview:LISTVIEW_WindowProc unknown msg 109d wp=00000000 lp=00000000
0120:err:listview:LISTVIEW_WindowProc unknown msg 109d wp=00000000 lp=00000000
0120:err:listview:LISTVIEW_WindowProc unknown msg 109d wp=00000000 lp=0000000
3. After instalation - where can I find folder on disc C with this softwer ?
Can you tell me standard path please.
BR
Mariusz
Re: iBiznes
1.
You can ignore that error. The error is expected and harmless.
2.
You can fix this error by installing winbind
Unfortunately, I don't know a solution for the missing icons / descriptions.
If you do not want to see error messages, start the program with:
3.
The default installation path is C:\firmatec. On your computer, this will be ${HOME}/.iBiznes/drive_c/firmatec.
You can ignore that error. The error is expected and harmless.
2.
Code: Select all
0120:err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
Code: Select all
sudo apt install winbind
If you do not want to see error messages, start the program with:
Code: Select all
cd "${HOME}/.iBiznes/drive_c/firmatec"
WINEDEBUG=-all WINEPREFIX=${HOME}/.iBiznes wine FakturaF.exe
The default installation path is C:\firmatec. On your computer, this will be ${HOME}/.iBiznes/drive_c/firmatec.
Re: iBiznes
Hi
I have next questions:
1. What linux you use ?
2. How can I uninstall iBiznes (because I wont install it again in other path)- I can't finde folder with it in path you write
3. May you contact me with privet mail ? biuro-at-almarmj.com
I have next questions:
1. What linux you use ?
2. How can I uninstall iBiznes (because I wont install it again in other path)- I can't finde folder with it in path you write
3. May you contact me with privet mail ? biuro-at-almarmj.com
Re: iBiznes
1. I use Debian Sid (with the WineHQ Wine packages)
2. The program has no uninstaller. You can delete the entire (hidden) .iBiznes folder in your home directory and start over again.
Or search the firmatec directory with
2. The program has no uninstaller. You can delete the entire (hidden) .iBiznes folder in your home directory and start over again.
Or search the firmatec directory with
Code: Select all
find ${HOME} -type d -name "firmatec"
Re: iBiznes
Hi
Thanks a loot.
Its working, but some fonts are not visable.
Thanks a loot.
Its working, but some fonts are not visable.
Re: iBiznes
Maybe you can fix this by installing the Windows fonts:Its working, but some fonts are not visable.
Code: Select all
sudo apt install ttf-mscorefonts-installer