Search found 79 matches: tax

Return to advanced search

Re: Europen Elektronic Bill

... BT-5: Invoice currency code Syntaxelement: <cbc:DocumentCurrencyCode> BT-6: VAT accounting currency code Syntaxelement: <cbc:TaxCurrencyCode> BT-7: Value Added Tax point date Syntaxelement: <cbc:TaxPointDate> BT-9: Payment due date Once we create a XML file from these ...
by Marc Venken
Tue Jul 30, 2024 2:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Europen Elektronic Bill
Replies: 12
Views: 2499

Re: Need Help giide for my program

... DEFINE MSGBAR oMsgBar OF oWndDeposits 2007 BrwColors( oBrw ) BrwRecSel( oBrw, "RECNO" ) for each cCol in { "Amount", "Tax", "Total" } oBrw:oCol( cCol ):nFooterType := AGGR_SUM next oBrw:bLDblClick = { || oBrw:EditSource(,, .T.) } oBrw:bEdit = { | oRec ...
by Otto
Fri Jul 19, 2024 7:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Need Help guide for my program.
Replies: 38
Views: 2346

Re: Need Help giide for my program

... DEFINE MSGBAR oMsgBar OF oWndDeposits 2007 BrwColors( oBrw ) BrwRecSel( oBrw, "RECNO" ) for each cCol in { "Amount", "Tax", "Total" } oBrw:oCol( cCol ):nFooterType := AGGR_SUM next oBrw:bLDblClick = { || oBrw:EditSource(,, .T.) } oBrw:bEdit = { | oRec ...
by Otto
Fri Jul 19, 2024 7:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Need Help guide for my program.
Replies: 38
Views: 2346

Re: Switching my setup program to webview2

... the "General" tab, which contains input fields for basic operation information, such as name, address, bank account details, value-added tax identification number (VAT ID), phone, fax, email, homepage, operation name for reports, link to the Austrian Economic Chamber (WKO link), subtitle, ...
by Otto
Sat Feb 10, 2024 6:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Switching my setup program to webview2
Replies: 9
Views: 865

Re: Assigning lUseHaruPdf when TPrinter is sub-classed

Unfortunately when it's printing in a loop (a bunch of staffs tax calculation), it will eventually generates internal error

After how many times in the loop?
by nageswaragunupudi
Thu Aug 03, 2023 7:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Assigning lUseHaruPdf when TPrinter is sub-classed
Replies: 18
Views: 1723

Re: Assigning lUseHaruPdf when TPrinter is sub-classed

Thanks for the info Rao. The dialog now no longer appears Unfortunately when it's printing in a loop (a bunch of staffs tax calculation), it will eventually generates internal error * hb_out.logApplication Internal Error - F:\test\harbour\pay2023_\bin\pay.exeTerminated at: 2023-08-02 ...
by hua
Thu Aug 03, 2023 2:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Assigning lUseHaruPdf when TPrinter is sub-classed
Replies: 18
Views: 1723

Re: Splash Screen for Startup

... not because of overlapping boxes. Here is an example: The Dialog is 835 characters wide.     CONTROL         "Tax",496,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,690,95,30,13    CONTROL         "Sublet",497,"Button",BS_AUTOCHECKBOX ...
by TimStone
Mon Oct 24, 2022 7:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Splash Screen for Startup
Replies: 14
Views: 1406

Re: editing yunus invoice

I wish use yunus.prg and adapt it for a italian invoice , it is too differentbfrom invoice of yunus.prg you know we italians have a tax for each articles Silvio, Taxes are no problem. In Belgium there are also several taxes, and you simple put a tax code for each article and you make a ...
by Marc Venken
Tue Oct 19, 2021 1:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: editing yunus invoice
Replies: 8
Views: 745

Re: editing yunus invoice

... of yunus.prg I wish use yunus.prg and adapt it for a italian invoice , it is too differentbfrom invoice of yunus.prg you know we italians have a tax for each articles
by Silvio.Falconi
Tue Oct 19, 2021 12:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: editing yunus invoice
Replies: 8
Views: 745

Re: editing yunus invoice

... the NET is calculated in the header part of the xbrowse. Did you change that also ? Position is now column 9 in your sample. The calculation for tax = // not so : nTotalTax := (nTotalRow*100)/ntax NTotalTax:= (nTotalrow * nTax) / 100 Tip : Consider using that header name in your functions for ...
by Silvio.Falconi
Tue Oct 19, 2021 11:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: editing yunus invoice
Replies: 8
Views: 745

Re: editing yunus invoice

... the NET is calculated in the header part of the xbrowse. Did you change that also ? Position is now column 9 in your sample. The calculation for tax = // not so : nTotalTax := (nTotalRow*100)/ntax NTotalTax:= (nTotalrow * nTax) / 100 Tip : Consider using that header name in your functions for ...
by Marc Venken
Tue Oct 19, 2021 11:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: editing yunus invoice
Replies: 8
Views: 745

editing yunus invoice

... yunus.prg to make it viable in Italy, I will probably have countless problems but i want to try if i can use yunus.prg for my friend I added tax fields because here in Italy we can have a different VAT for each item. 1. I added the tax for each item (items.dbf) 2. I added the tax in the body ...
by Silvio.Falconi
Tue Oct 19, 2021 9:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: editing yunus invoice
Replies: 8
Views: 745

Re: check existing first and last on customer - RESOLVED !!!

... called like me (name and surname) but we are not relatives, one in particular is the same age as me but was born the day before me, so even the tax code is almost the same and a few weeks ago his grandfather died who was named like us and everyone thought he was my grandfather and everyone gave ...
by Silvio.Falconi
Thu Jun 17, 2021 8:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: check existing first and last on customer - RESOLVED !!!
Replies: 23
Views: 3369

Re: illegal copy protection

... ). If there is a new executable file ( stored in zip format ), it is downloaded and uncompacted. ( I use this to also transfer help file updates, tax tables, etc ). Because the server reaches out and downloads the files, Windows security has no problems with it. However, if they use 3rd party ...
by TimStone
Thu Jan 21, 2021 11:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: illegal copy protection
Replies: 9
Views: 1235

TIMER CANCELACION PROGRAMA

... It turns out that when I run the following statement: waitrun ("fe.exe", 0), I am sending an XML form to an AFIP server (which is the tax collection agent). so that he authorizes me the requested invoice and returns the invoice number to me. The problem is that sometimes, it takes ...
by pedroluis
Wed Nov 18, 2020 2:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TIMER CANCELACION PROGRAMA
Replies: 4
Views: 990
Next

Return to advanced search