... a separate account for 10% output VAT. The user didn't mention it, but since they have sales with both 20% and 10%, maybe 8400 includes those or needs to split.
Wait, the given accounts are:
- 8400: Sales of goods (with 20%/10% VAT)
So, perhaps 8400 is used for both, but then we need separate ...
Search found 1183 matches: needs
Searched query: needs
- Thu Jan 30, 2025 5:30 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Using DeepSeek locally using Ollama
- Replies: 11
- Views: 1825
- Wed Jan 08, 2025 1:17 am
- Forum: mod_harbour
- Topic: learn mod_harbour
- Replies: 3
- Views: 773
learn mod_harbour
... kindergarten-like way, at least for me. I noticed bitterness in your last comment because after a lot of work mod_harbour doesn't take off, it needs to be proposed in a very simple and gradual way. Hope you can help me.
note well
Your code generator is also interesting, it allows you to keep ...
note well
Your code generator is also interesting, it allows you to keep ...
- Fri Dec 13, 2024 9:46 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: xHarbour to Harbour
- Replies: 14
- Views: 1745
xHarbour to Harbour
Hello friends,
I’m planning to switch from xHarbour to Harbour. Is there a guide available on what needs to be considered?
Since I also work with mod_harbour, it would be easier to use Harbour only.
Best regards,
Otto
I’m planning to switch from xHarbour to Harbour. Is there a guide available on what needs to be considered?
Since I also work with mod_harbour, it would be easier to use Harbour only.
Best regards,
Otto
- Wed Dec 11, 2024 2:25 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Open XLS without Excel
- Replies: 11
- Views: 1454
Re: Open XLS without Excel
We are working on a new function
FW_ShowXLSX( cFileXlsx )
This is still needs to be finalized.
No libraries, drivers or OleDB providers are required.
This function directly reads from the xlsx file and extracts the data.
So this is guaranteed to work on an computer.
Example out put:
https ...
FW_ShowXLSX( cFileXlsx )
This is still needs to be finalized.
No libraries, drivers or OleDB providers are required.
This function directly reads from the xlsx file and extracts the data.
So this is guaranteed to work on an computer.
Example out put:
https ...
- Sat Dec 07, 2024 5:16 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Login with Cloudflare
- Replies: 6
- Views: 1155
Re: Login with Cloudflare
... role-based access within the app.
### **When To Reconsider**:
- For applications with highly dynamic, user-specific roles or custom authentication needs (like social logins).
- If users don't interact with corporate identity providers.
---
In summary, this approach could indeed save a lot of work ...
### **When To Reconsider**:
- For applications with highly dynamic, user-specific roles or custom authentication needs (like social logins).
- If users don't interact with corporate identity providers.
---
In summary, this approach could indeed save a lot of work ...
- Mon Dec 02, 2024 4:28 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: change special chars in memo for use with Json
- Replies: 7
- Views: 1756
Re: change special chars in memo for use with Json
... what I was looking for. From what I understand so far I now can break the string apart into tokens within an array and handle them according to my needs.
For me this is very useful - since the csv is build from different sources like inis, dbfs etc all encoded differently.
looking forward to ...
For me this is very useful - since the csv is build from different sources like inis, dbfs etc all encoded differently.
looking forward to ...
- Fri Nov 29, 2024 9:43 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: php4dbf - CSV-import
- Replies: 10
- Views: 2256
Re: php4dbf - CSV-import
Marc, The program needs the correct DOS path.
Where did you host your web server? On your PC or with a hosting company?
Maybe I should implement a file upload for the DBF file in case there is no direct access to the web server.
Best regards,
Otto
Where did you host your web server? On your PC or with a hosting company?
Maybe I should implement a file upload for the DBF file in case there is no direct access to the web server.
Best regards,
Otto
- Wed Nov 13, 2024 1:21 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: cloud or not cloud
- Replies: 34
- Views: 10477
Re: cloud or not cloud
... cloud based on how THEY are using the software.
I have no problem with people moving applications to the cloud IF it is what will best meet THEIR needs. My decision was based on what would work best for the clients I serve. That will certainly not be the right path for everyone. Many will benefit ...
I have no problem with people moving applications to the cloud IF it is what will best meet THEIR needs. My decision was based on what would work best for the clients I serve. That will certainly not be the right path for everyone. Many will benefit ...
- Fri Nov 01, 2024 9:24 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Think Bigger - Think on Future
- Replies: 0
- Views: 962
Think Bigger - Think on Future
... a simple authentication and permission system to further secure access.
Performance Optimization: By writing code tailored to the specific needs of your environment, you can optimize the performance of your CRUD operations by caching data in memory, performing write operations in batches, or ...
Performance Optimization: By writing code tailored to the specific needs of your environment, you can optimize the performance of your CRUD operations by caching data in memory, performing write operations in batches, or ...
- Fri Oct 25, 2024 9:24 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Preview of the invoice in advance
- Replies: 14
- Views: 2955
Re: Preview of the invoice in advance
... with PostMessage(hWnd, WM_CLOSE).
System Advantage:
Data exchange with the client occurs without any changes to the firewall.
The client only needs to log in to receive the response.
The system is pragmatic and avoids complex setups at the client side.
Best regards,
Otto
https://mybergland ...
System Advantage:
Data exchange with the client occurs without any changes to the firewall.
The client only needs to log in to receive the response.
The system is pragmatic and avoids complex setups at the client side.
Best regards,
Otto
https://mybergland ...
- Mon Oct 21, 2024 8:05 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Subordinate browsers
- Replies: 5
- Views: 710
Re: Subordinate browsers
Something like this?
If so it can be customized for your exact needs.
https://imagizer.imageshack.com/img922/6872/nCRgAc.gif
code:
function ParentChildBrw
field CODE
local oDlg, oChild
USE CUSTOMER NEW SHARED VIA "DBFCDX"
SET ORDER TO TAG STATE
USE STATES NEW SHARED VIA "DBFCDX"
SET ...
If so it can be customized for your exact needs.
https://imagizer.imageshack.com/img922/6872/nCRgAc.gif
code:
function ParentChildBrw
field CODE
local oDlg, oChild
USE CUSTOMER NEW SHARED VIA "DBFCDX"
SET ORDER TO TAG STATE
USE STATES NEW SHARED VIA "DBFCDX"
SET ...
- Fri Oct 11, 2024 9:44 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Small RPreview
- Replies: 4
- Views: 850
Re: Small RPreview
... oPrn:aMeta[ nPage := Len( oPrn:aMeta ) ] ) )
endif
ACTIVATE DIALOG oDlg CENTERED
return nil
Please modify the size of the dialog as per your needs.
https://imagizer.imageshack.com/img924/180/pWsEP8.gif
Nages I tested your script
When I go to Small Rpreview I have this
https://i ...
endif
ACTIVATE DIALOG oDlg CENTERED
return nil
Please modify the size of the dialog as per your needs.
https://imagizer.imageshack.com/img924/180/pWsEP8.gif
Nages I tested your script
When I go to Small Rpreview I have this
https://i ...
- Sun Oct 06, 2024 7:15 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Cambio dimensiones gets FWH-24.09
- Replies: 39
- Views: 5475
Re: Cambio dimensiones gets FWH-24.09
... TDIALOG:CTOCHAR
Param 1: N 7736026
Local 1: O Class: TDIALOG
Local 2: C "
It is understandable, somewhere the call to the CalcSize() method needs to evaluate a numeric value with PCount and not a Boolean value.
The expression "if PCount() > 0" handles a different type compared to "if .F ...
Param 1: N 7736026
Local 1: O Class: TDIALOG
Local 2: C "
It is understandable, somewhere the call to the CalcSize() method needs to evaluate a numeric value with PCount and not a Boolean value.
The expression "if PCount() > 0" handles a different type compared to "if .F ...
- Tue Oct 01, 2024 4:27 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Small RPreview
- Replies: 4
- Views: 850
Re: Small RPreview
... oPrn:aMeta[ nPage := Len( oPrn:aMeta ) ] ) )
endif
ACTIVATE DIALOG oDlg CENTERED
return nil
Please modify the size of the dialog as per your needs.
https://imagizer.imageshack.com/img924/180/pWsEP8.gif
sorry Nageswarao maybe I didn't explain myself well, I need a dialog that has a ...
endif
ACTIVATE DIALOG oDlg CENTERED
return nil
Please modify the size of the dialog as per your needs.
https://imagizer.imageshack.com/img924/180/pWsEP8.gif
sorry Nageswarao maybe I didn't explain myself well, I need a dialog that has a ...
- Tue Oct 01, 2024 3:41 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Small RPreview
- Replies: 4
- Views: 850
Re: Small RPreview
... FWBitmap( "bottom2" ) ;
WHEN nPage < Len( oPrn:aMeta ) ;
ACTION ( oImage:SetSource( oPrn:aMeta[ nPage := Len( oPrn:aMeta ) ] ) )
endif
ACTIVATE DIALOG oDlg CENTERED
return nil
Please modify the size of the dialog as per your needs.
https://imagizer.imageshack.com/img924/180/pWsEP8.gif
WHEN nPage < Len( oPrn:aMeta ) ;
ACTION ( oImage:SetSource( oPrn:aMeta[ nPage := Len( oPrn:aMeta ) ] ) )
endif
ACTIVATE DIALOG oDlg CENTERED
return nil
Please modify the size of the dialog as per your needs.
https://imagizer.imageshack.com/img924/180/pWsEP8.gif