Dear Mr.Rao
I am trying to create programe for ledger creation.
I am getting followoing error while click on EDIT buttonbar
Error description: Error BASE/1004 No exported method: EDITBASERECORD
Args:
[ 1] = U
[ 2] = U
[ 3] = L .F.
[ 4] = B {|| ... }
[ 5] = O TXBROWSE
[ 6] = L .T.
Stack ...
Search found 16 matches: ledger
Searched query: ledger
- Wed Jul 31, 2024 3:24 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: (SOLVED) TO MR.RAO (Error BASE/1004 No export
- Replies: 2
- Views: 831
- Mon Jan 02, 2023 4:25 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Registo de Eventos Ley Anti Fraude
- Replies: 5
- Views: 1089
Re: Registo de Eventos Ley Anti Fraude
Creo que AEAT quere que usas una a tabla Quantum Ledger Database (qldb) para grabar todos los transaciones nuevas y modificaciones.
El unico proveedor que encuento es Amazon y tienes que pagar
https://gerardo.dev/qldb.html
https://aws.amazon.com/es/qldb/
Alquien tiene una solución mas economico.
El unico proveedor que encuento es Amazon y tienes que pagar
https://gerardo.dev/qldb.html
https://aws.amazon.com/es/qldb/
Alquien tiene una solución mas economico.
- Thu Aug 25, 2022 2:23 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Very strange problem - ideas needed
- Replies: 17
- Views: 2981
Re: Very strange problem - ideas needed
... I checked. I also made sure the file, and directory, were not marked Read Only.
The file itself can be written to by the user. This is a General Ledger file, and some of the data is available to be accessed from the client program, and we have no problem doing that. So, though I did check ...
The file itself can be written to by the user. This is a General Ledger file, and some of the data is available to be accessed from the client program, and we have no problem doing that. So, though I did check ...
- Fri Mar 15, 2019 4:51 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: accounting system
- Replies: 6
- Views: 1482
Re: accounting system
... don't know that the US requires double entry, but that is what is taught. My software has a comprehensive accounting program built in and a sample ledger. The system has both Debit and Credit entries, so everything is always in balance.
Here is the link to the manual for my primary product. http: ...
Here is the link to the manual for my primary product. http: ...
- Wed Aug 30, 2017 6:25 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Invoice software
- Replies: 14
- Views: 2869
Re: Invoice software
I too have an invoicing program designed for law offices which includes calendaring and general ledger functions. I first wrote it in 1985 using dbaseII, switched briefly to the Wordtech compiler before going to clipper (summer 87) which was used until switching to Fivewin for the Windows version ...
- Mon Dec 05, 2016 3:52 pm
- Forum: FiveWin for CA-Clipper
- Topic: multiple defintions, forst defined here
- Replies: 15
- Views: 24299
Re: multiple defintions, forst defined here
... DOREPFOLIO("FOLIO" , {||SETOFILTER()}, {||NOFILTER()}, .T., "FOLIO")})
APPENDMENU(HPOPUPMEN1,"GENLEDGE" , MF_ENABLED + MF_STRING, "&GENERAL LEDGER" , {|| DOGENLEDGE()})
**APPENDMENU(HPOPUPMEN1, "", MF_SEPARATOR)
**APPENDMENU(HPOPUPMEN1,"TAXLOT" , MF_ENABLED + MF_STRING, "&TAX LOTS ...
APPENDMENU(HPOPUPMEN1,"GENLEDGE" , MF_ENABLED + MF_STRING, "&GENERAL LEDGER" , {|| DOGENLEDGE()})
**APPENDMENU(HPOPUPMEN1, "", MF_SEPARATOR)
**APPENDMENU(HPOPUPMEN1,"TAXLOT" , MF_ENABLED + MF_STRING, "&TAX LOTS ...
- Tue Jun 11, 2013 11:48 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Fivedroid on Qt
- Replies: 135
- Views: 46687
Re: Fivedroid on Qt
... a full fledged application working on an Android device. By that I mean, show me a full accounting package with Receiveables, Payables, General Ledger, and Bank Account ... all fully integrated and with its own storage capability !
I have three times that size of app running on my Samsung Slate ...
I have three times that size of app running on my Samsung Slate ...
- Wed Feb 22, 2012 9:06 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Cambiar Tamaño de Papel al imprimir
- Replies: 4
- Views: 1919
Re: Cambiar Tamaño de Papel al imprimir
... Letter 8 1/2 x 11 in
#define DMPAPER_LETTERSMALL 2 // Letter Small 8 1/2 x 11 in
#define DMPAPER_TABLOID 3 // Tabloid 11 x 17 in
#define DMPAPER_LEDGER 4 // Ledger 17 x 11 in
#define DMPAPER_LEGAL 5 // Legal 8 1/2 x 14 in
#define DMPAPER_STATEMENT 6 // Statement 5 1/2 x 8 1/2 in
#define DMPAPER ...
#define DMPAPER_LETTERSMALL 2 // Letter Small 8 1/2 x 11 in
#define DMPAPER_TABLOID 3 // Tabloid 11 x 17 in
#define DMPAPER_LEDGER 4 // Ledger 17 x 11 in
#define DMPAPER_LEGAL 5 // Legal 8 1/2 x 14 in
#define DMPAPER_STATEMENT 6 // Statement 5 1/2 x 8 1/2 in
#define DMPAPER ...
- Sat Dec 03, 2011 2:22 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: EasyReport
- Replies: 7
- Views: 1520
Re: EasyReport
Thanks For Your Help
I use:
DEFINE DIALOG oDlg FROM 0, 0 TO 26, 79 ;
TITLE "General Ledger Account Maintenance (" + stcompany + ")";
GRADIENT { { 1, nRGB( 199, 216, 237 ), nRGB( 237, 242, 248 ) } }
If I use:
DEFINE DIALOG oDlg FROM 0, 0 TO 26, 79 ;
TITLE "General Ledger Account Maintenance ...
I use:
DEFINE DIALOG oDlg FROM 0, 0 TO 26, 79 ;
TITLE "General Ledger Account Maintenance (" + stcompany + ")";
GRADIENT { { 1, nRGB( 199, 216, 237 ), nRGB( 237, 242, 248 ) } }
If I use:
DEFINE DIALOG oDlg FROM 0, 0 TO 26, 79 ;
TITLE "General Ledger Account Maintenance ...
- Thu Mar 04, 2010 5:39 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: tDatabase
- Replies: 16
- Views: 5316
Re: tDatabase
... date. Or adding an AcceptPayment() method to a customer record which might post data into multiple databases like an invoice database, a general ledger database, and an audit database in addition to updating the customer file.
And you can also use such a class when you are not using a browse ...
And you can also use such a class when you are not using a browse ...
- Thu Mar 04, 2010 4:44 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: tDatabase
- Replies: 16
- Views: 5316
Re: tDatabase
... date. Or adding an AcceptPayment() method to a customer record which might post data into multiple databases like an invoice database, a general ledger database, and an audit database in addition to updating the customer file.
And you can also use such a class when you are not using a browse ...
And you can also use such a class when you are not using a browse ...
- Thu Oct 22, 2009 10:30 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: TPrinter Sample
- Replies: 2
- Views: 795
Re: TPrinter Sample
... 0,nTotOver := 0,nTotRet := 0,nTotTot := 0,;
aGetDates := array(2),aPrevDates := array(6,2),lDate := FALSE
cTitle := ''Aged Summary Debtors Ledger"
if PrntBox(@lScreen,'Print Options For Summary Debtors') // Dialog to allow user to select screen , printer . select printer or cancel
if ...
aGetDates := array(2),aPrevDates := array(6,2),lDate := FALSE
cTitle := ''Aged Summary Debtors Ledger"
if PrntBox(@lScreen,'Print Options For Summary Debtors') // Dialog to allow user to select screen , printer . select printer or cancel
if ...
- Thu Jun 11, 2009 3:57 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: using dotmatrix printer
- Replies: 1
- Views: 623
Re: using dotmatrix printer
... FONT oFont NAME "Courier New" SIZE -0, -12
> >
> > I have tried setting different paper sizes in Windows, US STD FANFOLD,
> > GERMAN FANFOLD, LEDGER etc. No luck.
> >
> > When I manually change the printer settings from 10cpi to 12cpi or
17cpi,
> I
> > still only get 115 cols but with smaller ...
> >
> > I have tried setting different paper sizes in Windows, US STD FANFOLD,
> > GERMAN FANFOLD, LEDGER etc. No luck.
> >
> > When I manually change the printer settings from 10cpi to 12cpi or
17cpi,
> I
> > still only get 115 cols but with smaller ...
- Wed Jun 11, 2008 1:24 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Dúda: És posible esto en FIVEWIN ahora ó en el futuro??
- Replies: 2
- Views: 2416
Dúda: És posible esto en FIVEWIN ahora ó en el futuro??
... 8 1/2 x 11 in
#define PRTPAPER_LETTERSMALL 2 && Letter Small 8 1/2 x 11 in
#define PRTPAPER_TABLOID 3 && Tabloid 11 x 17 in
#define PRTPAPER_LEDGER 4 && Ledger 17 x 11 in
#define PRTPAPER_LEGAL 5 && Legal 8 1/2 x 14 in
#define PRTPAPER_STATEMENT 6 && Statement 5 1/2 x 8 1/2 in
#define ...
#define PRTPAPER_LETTERSMALL 2 && Letter Small 8 1/2 x 11 in
#define PRTPAPER_TABLOID 3 && Tabloid 11 x 17 in
#define PRTPAPER_LEDGER 4 && Ledger 17 x 11 in
#define PRTPAPER_LEGAL 5 && Legal 8 1/2 x 14 in
#define PRTPAPER_STATEMENT 6 && Statement 5 1/2 x 8 1/2 in
#define ...
- Mon Apr 03, 2006 6:25 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Classe TPrinter
- Replies: 2
- Views: 1193
... DMPAPER_LETTER 1 // Letter 8 1/2 x 11 in
DMPAPER_LETTERSMALL 2 // Letter Small 8 1/2 x 11 in
DMPAPER_TABLOID 3 // Tabloid 11 x 17 in
DMPAPER_LEDGER 4 // Ledger 17 x 11 in
DMPAPER_LEGAL 5 // Legal 8 1/2 x 14 in
DMPAPER_STATEMENT 6 // Statement 5 1/2 x 8 1/2 in
DMPAPER_EXECUTIVE 7 // Executive ...
DMPAPER_LETTERSMALL 2 // Letter Small 8 1/2 x 11 in
DMPAPER_TABLOID 3 // Tabloid 11 x 17 in
DMPAPER_LEDGER 4 // Ledger 17 x 11 in
DMPAPER_LEGAL 5 // Legal 8 1/2 x 14 in
DMPAPER_STATEMENT 6 // Statement 5 1/2 x 8 1/2 in
DMPAPER_EXECUTIVE 7 // Executive ...