Search found 221 matches: invoices

Searched query: invoices

by Antonio Linares
Tue Feb 11, 2025 10:19 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Quickbooks Online
Replies: 1
Views: 325

Re: Quickbooks Online

... documentation](https://developer.intuit.com/app/developer/qbo/docs/get-started) provides detailed guidance on endpoints for customer management, invoices, payments, etc.
- **Sandbox Environment**: Intuit offers a sandbox for testing integrations before going live.

### Regarding QuickBooks Desktop ...
by Marc Venken
Fri Dec 20, 2024 3:56 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Veri*Factu
Replies: 22
Views: 3404

Re: Veri*Factu

I would like to try a other approuch. Looking at some Xml invoices, you see that they are not the same, but the items used are always named the same . (some have more items)

I take a random xml invoice that is compliant with the norm we need to use (we all recive already xml invoices from companys ...
by Marc Venken
Wed Dec 18, 2024 8:13 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Veri*Factu
Replies: 22
Views: 3404

Re: Veri*Factu

Antonio,

If I read correctly, your last post is the first code of a new class that can be used to create the XML invoices in a correct way. I tested and indeed, it is working.
I would like to help, but my programming skills are not that good. I can test however and share ideas ))))

Do you need more ...
by TimStone
Mon Dec 09, 2024 10:42 pm
Forum: FiveWin for Harbour/xHarbour
Topic: PRINT class printer options
Replies: 6
Views: 1162

PRINT class printer options

Perhaps someone has had a similar need and found a solution. Let me explain.

My client's computer defaults to Printer A. However, he wants his invoices to go to Printer B with its special paper.

Using the PRINT class, we have 3 options. We can send output directly to the default ( printer A ...
by Otto
Mon Oct 28, 2024 11:08 am
Forum: FiveWin for Harbour/xHarbour
Topic: Preview of the invoice in advance
Replies: 14
Views: 3019

Re: Preview of the invoice in advance

... automatically flows back into the billing program.

Imagine if, on a hotel checkout day, you had to read all incoming emails that might concern invoices, then manually assign and adjust everything.
Just to give you an idea: in a hotel, there are often 50 or more checkouts in a very short time on ...
by nageswaragunupudi
Sat Oct 19, 2024 3:06 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Extending SetScope()
Replies: 15
Views: 2523

Re: Extending SetScope()

I have a datafile that I use for "parts used on invoices".

For quick filterning, I use SetScope functions. ( top and bottom ). It uses the invoice number as the value for both. Thus when the invoice is open, only those parts used for that specific one will display in the xBrowse control. It all ...
by TimStone
Fri Oct 18, 2024 10:57 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Extending SetScope()
Replies: 15
Views: 2523

Extending SetScope()

I have a datafile that I use for "parts used on invoices".

For quick filterning, I use SetScope functions. ( top and bottom ). It uses the invoice number as the value for both. Thus when the invoice is open, only those parts used for that specific one will display in the xBrowse control. It all works ...
by chiaiese
Fri Aug 30, 2024 2:28 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to Work with FIVEWIN and Web Side by Side - An Easy Way
Replies: 9
Views: 2849

Re: How to Work with FIVEWIN and Web Side by Side - An Easy Way

... written in harbour, data-driven, dbf files, my custom harbour CMS,
some sites share data with customer's databases via synchronization (orders, invoices and other documents)
some customers can manage site contents by their Fivewin accounting software (product description, prices, images and so on ...
by Jimmy
Tue Aug 13, 2024 11:03 am
Forum: FiveWin for Harbour/xHarbour
Topic: Europen Elektronic Bill
Replies: 12
Views: 3733

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 ...
by Marc Venken
Tue Jul 30, 2024 2:47 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Europen Elektronic Bill
Replies: 12
Views: 3733

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 ...
by TimStone
Mon Jul 29, 2024 6:26 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Switching from memo fields to files -
Replies: 8
Views: 1965

Re: Switching from memo fields to files -

... text, which includes detailed descriptions. I never use them for storing data that I might want to search.

As an example, for service related invoices, I use many files:
A master workorder file to track dates, totals, and other universal data, plus keys to other unique files
A file for the ...
by Otto
Fri Jul 19, 2024 7:30 am
Forum: FiveWin for Harbour/xHarbour
Topic: Need Help guide for my program.
Replies: 38
Views: 5420

Re: Need Help giide for my program

... and Deposits Program Manual

## Table of Contents
1. Introduction
2. Installation
3. Main Window
4. Clients Management
5. Items Management
6. Invoices Management
7. Deposits Management
8. Reports
9. Closing the Program

## 1. Introduction
The FiveWin Invoicing and Deposits Program is designed to ...
by Otto
Fri Jul 19, 2024 7:20 am
Forum: FiveWin for Harbour/xHarbour
Topic: Need Help guide for my program.
Replies: 38
Views: 5420

Re: Need Help giide for my program

... as a next step ask ChatGPT how to make the link between invoice and deposit



To link invoices and deposits in your application, you need to establish a relationship between these two entities. This can be done by adding a reference field in the deposits database that links each deposit to its ...
by Otto
Fri Jul 19, 2024 7:16 am
Forum: FiveWin for Harbour/xHarbour
Topic: Need Help guide for my program.
Replies: 38
Views: 5420

Re: Need Help giide for my program

Hello Yunus,
start with a ChatGPT prompt.

Best regards,
Otto


To modify your program so that it works similarly for deposits as it does for invoices, you need to ensure that all the relevant functions and structures for deposits mirror those of invoices.
Here's how you can adapt the Invoices ...
by FiveWiDi
Tue May 14, 2024 7:25 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Detectar slato de línea en una variable.
Replies: 5
Views: 1028

Re: Detectar slato de línea en una variable.

... author of the library is The Full (Rafa Carmona) from more than 20 years ago, it is TImprime() and TUtilPrn().
They are used together to format invoices, receipts, receipts, etc. using code. I don't know if it is currently 100% compatible in all its source code with FiveWin (The Full can tell us ...