... with VAT, you can either record gross (including VAT) or split into net and VAT. Since the user provided accounts for both sales and VAT, it's likely that we need to split them.
So, for each sale:
- Debit: 1400 (Accounts Receivable) for the total amount including VAT.
- Credit: 8400 (Sales) for ...
Search found 279 matches: likely
Searched query: likely
- Thu Jan 30, 2025 5:30 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Using DeepSeek locally using Ollama
- Replies: 11
- Views: 1825
- Fri Jan 24, 2025 10:37 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Using new Class TDeepSeek for documenting
- Replies: 29
- Views: 4827
Re: Using new Class TDeepSeek for documenting
... SetColumns( nRow, nCol, nFlags, oColumn )
Description: Used internally to set properties of a specific column at a given row and column position, likely during column resizing or layout adjustments.
Parameters:
nRow: NUMERIC - Row index.
nCol: NUMERIC - Column index.
nFlags: NUMERIC - Flags ...
Description: Used internally to set properties of a specific column at a given row and column position, likely during column resizing or layout adjustments.
Parameters:
nRow: NUMERIC - Row index.
nCol: NUMERIC - Column index.
nFlags: NUMERIC - Flags ...
- Fri Jan 17, 2025 11:04 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Using new Class TDeepSeek for documenting
- Replies: 29
- Views: 4827
Re: Using new Class TDeepSeek for documenting
FWH Class TCallInfo documentation:
### Documentation for `TCalInfo` Class
The `TCalInfo` class is a part of a calendar management system, likely used in a FiveWin application. It represents an event or appointment in a calendar, with properties and methods to manage its appearance, behavior, and ...
### Documentation for `TCalInfo` Class
The `TCalInfo` class is a part of a calendar management system, likely used in a FiveWin application. It represents an event or appointment in a calendar, with properties and methods to manage its appearance, behavior, and ...
- Thu Jan 02, 2025 11:25 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Using Tget and Cuebanner
- Replies: 24
- Views: 2190
Re: Using Tget and Cuebanner
Antonio,
I think like this is nice. Bright and nice Icons.
I was playing with Cuebanner and the Infield code, but most likely the Normal Tget have more options in designing.
I will have to look fore some sample prg's where the Tget options are used for bitmap, colors and designing method/data ...
I think like this is nice. Bright and nice Icons.
I was playing with Cuebanner and the Infield code, but most likely the Normal Tget have more options in designing.
I will have to look fore some sample prg's where the Tget options are used for bitmap, colors and designing method/data ...
- Thu Jan 02, 2025 9:02 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Using Tget and Cuebanner
- Replies: 24
- Views: 2190
Re: Using Tget and Cuebanner
Antonio,
I think like this is nice. Bright and nice Icons.
I was playing with Cuebanner and the Infield code, but most likely the Normal Tget have more options in designing.
I will have to look fore some sample prg's where the Tget options are used for bitmap, colors and designing method/data ...
I think like this is nice. Bright and nice Icons.
I was playing with Cuebanner and the Infield code, but most likely the Normal Tget have more options in designing.
I will have to look fore some sample prg's where the Tget options are used for bitmap, colors and designing method/data ...
- Mon Dec 16, 2024 9:19 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Revolutionizing Secure Online Access
- Replies: 2
- Views: 746
Revolutionizing Secure Online Access
... RDP with TCP forwarding via cloudflared.
And the best part is that you don’t need to open any ports.
When transitioning to a web version, you’ll likely need to run things in parallel for a while, possibly with web services. For that, the RDP-Web (Cloudflare Access) combination is super suitable ...
And the best part is that you don’t need to open any ports.
When transitioning to a web version, you’ll likely need to run things in parallel for a while, possibly with web services. For that, the RDP-Web (Cloudflare Access) combination is super suitable ...
- Sat Dec 14, 2024 7:31 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: xHarbour to Harbour
- Replies: 14
- Views: 1745
Re: xHarbour to Harbour
... RDP with TCP forwarding via cloudflared.
And the best part is you don’t need to open any ports.
When transitioning to a web version, you’ll likely need to work in parallel for a while, possibly with web services. For that, the RDP-Web (Cloudflare Access) combination is super suitable.
The ...
And the best part is you don’t need to open any ports.
When transitioning to a web version, you’ll likely need to work in parallel for a while, possibly with web services. For that, the RDP-Web (Cloudflare Access) combination is super suitable.
The ...
- Fri Dec 13, 2024 8:18 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: xHarbour to Harbour
- Replies: 14
- Views: 1745
Re: xHarbour to Harbour
Yes, the problem can be easily solved once found. Unfortunately, they don't show themselves at the first run the the app. Most likely, the user will report them back.
- Wed Sep 25, 2024 2:37 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Bug Maria_Connect() FWH-24.07 64 bits ???
- Replies: 37
- Views: 6333
Re: Bug Maria_Connect() FWH-24.07 64 bits ???
... hb_gcSetCollecting(bCollecting); // Ensure GC is reset even after errors
### 6. **Isolate Problematic Sections**
If you know where the crash is likely happening (for example, around `hb_vmSend(0)`), isolate that code into a separate function and handle exceptions locally, so they don't propagate ...
### 6. **Isolate Problematic Sections**
If you know where the crash is likely happening (for example, around `hb_vmSend(0)`), isolate that code into a separate function and handle exceptions locally, so they don't propagate ...
- Wed Sep 25, 2024 2:20 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Bug Maria_Connect() FWH-24.07 64 bits ???
- Replies: 37
- Views: 6333
Re: Bug Maria_Connect() FWH-24.07 64 bits ???
... help
To resolve the issue you're encountering when running the code in Borland C 64-bit, which fails at the `hb_vmSend( 0 );` call, the problem likely arises from differences in memory handling and data types between 32-bit and 64-bit environments. Here are several approaches to debug and ...
To resolve the issue you're encountering when running the code in Borland C 64-bit, which fails at the `hb_vmSend( 0 );` call, the problem likely arises from differences in memory handling and data types between 32-bit and 64-bit environments. Here are several approaches to debug and ...
- Mon Sep 23, 2024 10:28 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: is there a Error in DrXlsx32.lib 32 Bit ?
- Replies: 17
- Views: 2957
Re: is there a Error in DrXlsx32.lib 32 Bit ?
Most likely.
- Tue Aug 13, 2024 11:03 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Europen Elektronic Bill
- Replies: 12
- Views: 3698
Re: Europen Elektronic Bill
hi,
Most likely it will be a good idea to keep some xml invoices that all of us already receive from parties that have made the transition to xml and pdf.
These we can that use (copy the used codes) and base our program on them.
Good Ideas.
here another Sample
https://i.postimg.cc/HL5181qp/MB ...
Most likely it will be a good idea to keep some xml invoices that all of us already receive from parties that have made the transition to xml and pdf.
These we can that use (copy the used codes) and base our program on them.
Good Ideas.
here another Sample
https://i.postimg.cc/HL5181qp/MB ...
- Wed Jul 31, 2024 6:44 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Low-Level Functions for DBF - QA Interface
- Replies: 8
- Views: 1594
Low-Level Functions for DBF - QA Interface
... working very well. I am now considering whether to use terminology
that aligns more with SQL or dBase.
SQL terminology seems more modern and likely more familiar to users, so I will likely choose that path.
https://mybergland.com/fwforum/sqlp4dclip6.jpg
https://mybergland.com/fwforum ...
that aligns more with SQL or dBase.
SQL terminology seems more modern and likely more familiar to users, so I will likely choose that path.
https://mybergland.com/fwforum/sqlp4dclip6.jpg
https://mybergland.com/fwforum ...
- Tue Jul 30, 2024 2:47 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Europen Elektronic Bill
- Replies: 12
- Views: 3698
Re: Europen Elektronic Bill
Most likely it will be a good idea to keep some xml invoices that all of us already receive from parties that have made the transition to xml and pdf.
These we can that use (copy the used codes) and base our program on them.
These samples I have are for 95% identical (not the specific invoice detail ...
These we can that use (copy the used codes) and base our program on them.
These samples I have are for 95% identical (not the specific invoice detail ...
- Tue Jul 16, 2024 7:30 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: How to Curl for text messaging
- Replies: 5
- Views: 4905
Re: How to Curl for text messaging
If the program successfully sends texts via Twilio and then you get a runtime error when closing, the problem is most likely in your code and it has nothing to do with your make file. Try finding the exact line that causes de GPF or write and share a reduced sample code that replicates the runtime ...