Invoice software
- Marc Venken
- Posts: 727
- Joined: Tue Jun 14, 2016 7:51 am
Invoice software
Hello,
Becide the sample's from the sample folder, are there any other working samples of invoice software around ?
Maybe starting projects from FW Users that are now suspended of never developed anymore ?
I would like to look into the source's and look for idea's, workaround, ....
Thanks in advance.
Becide the sample's from the sample folder, are there any other working samples of invoice software around ?
Maybe starting projects from FW Users that are now suspended of never developed anymore ?
I would like to look into the source's and look for idea's, workaround, ....
Thanks in advance.
Marc Venken
Using: FWH 20.08 with Harbour
Using: FWH 20.08 with Harbour
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: Invoice software
Marc,
have you reviewed FWH\samples\yunus.prg ?
It is a great example
have you reviewed FWH\samples\yunus.prg ?
It is a great example
- Marc Venken
- Posts: 727
- Joined: Tue Jun 14, 2016 7:51 am
Re: Invoice software
Yes, I did. It is a very good sample. Based on that, I dicided to rebuild partial my old FW16 version to the new FWH, with samples I found in the forum.
I have to admin, I'm a cut and paste programmer with editing skilles , but I don't sell. Only for personel company use.
So therefore, samples with working code are so great for me.
I have to admin, I'm a cut and paste programmer with editing skilles , but I don't sell. Only for personel company use.
So therefore, samples with working code are so great for me.
Marc Venken
Using: FWH 20.08 with Harbour
Using: FWH 20.08 with Harbour
Re: Invoice software
Marc,
I can tell you FWH is a very good tool for creating an invoicing package. I've been using it for 18 years now ( replacing my 17 years of Clipper code with it back in 1999 ). However my source is not available since it is the basis of my income ....
I will share that the fully integrate package I created, and continually update/enhance, is extensive and is done 100% in FWH.
Tim
I can tell you FWH is a very good tool for creating an invoicing package. I've been using it for 18 years now ( replacing my 17 years of Clipper code with it back in 1999 ). However my source is not available since it is the basis of my income ....
I will share that the fully integrate package I created, and continually update/enhance, is extensive and is done 100% in FWH.
Tim
Tim Stone
http://www.MasterLinkSoftware.com
timstone@masterlinksoftware.com
Using: FWH 19.06 with Harbour 3.2.0 / Microsoft Visual Studio Community 2019
http://www.MasterLinkSoftware.com
timstone@masterlinksoftware.com
Using: FWH 19.06 with Harbour 3.2.0 / Microsoft Visual Studio Community 2019
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 released in '99, then switched to FWH in 2003. Its over 250,000 lines of code which would be unintelligible to anyone but me. Although its still in use by over 1000 law firms in the US at this point its something of a legacy dinosaur. New sales are rare as people these days want snazzy cloud apps with all the latest bells and whistles. Doing the work to convert to SQL files and redesign to be competitive is beyond me so I am just hoping to keep my existing customers paying their annual support contracts as long into the future as possible.
Re: Invoice software
Sounds totally familiar. I followed the same path and enjoyed conferences at Ashton Tate ( did the dbase II and dbase III thing ), did the journey to Word Tech and then loved Clipper from its initial release. In fact I still have many of the old manuals.
Tim Stone
http://www.MasterLinkSoftware.com
timstone@masterlinksoftware.com
Using: FWH 19.06 with Harbour 3.2.0 / Microsoft Visual Studio Community 2019
http://www.MasterLinkSoftware.com
timstone@masterlinksoftware.com
Using: FWH 19.06 with Harbour 3.2.0 / Microsoft Visual Studio Community 2019
- Rick Lipkin
- Posts: 2397
- Joined: Fri Oct 07, 2005 1:50 pm
- Location: Columbia, South Carolina USA
Re: Invoice software
Marc
I have some code I can share with you .. download the file from the link Invoice.zip ... the source is about 6500 lines of code and it uses Ado, Hash's, timers, and xBrowse with EDIT_GET.
Included is the workview.rc and workview.prg ...
Rick Lipkin
-- update --
To All l... I have re-posed another link below ... a better hosting site ... no ads and hoops to jump thru ... Rick
I have some code I can share with you .. download the file from the link Invoice.zip ... the source is about 6500 lines of code and it uses Ado, Hash's, timers, and xBrowse with EDIT_GET.
Included is the workview.rc and workview.prg ...
Rick Lipkin
-- update --
To All l... I have re-posed another link below ... a better hosting site ... no ads and hoops to jump thru ... Rick
Last edited by Rick Lipkin on Thu Aug 31, 2017 12:36 pm, edited 1 time in total.
-
- Posts: 117
- Joined: Tue Jan 03, 2006 6:18 pm
Re: Invoice software
Dear Rick,
May I have it?
Regards,
Kok
May I have it?
Regards,
Kok
Re: Invoice software
Rick,
I tested the downloadlink.
There I had to give my email-address for the download
but got nothing in return.
That is the reason I'm using the space of my homepage for downloads.
not working :
http://www.filehosting.org/file/details ... nvoice.zip
regards
Uwe
I tested the downloadlink.
There I had to give my email-address for the download
but got nothing in return.
That is the reason I'm using the space of my homepage for downloads.
not working :
http://www.filehosting.org/file/details ... nvoice.zip
regards
Uwe
Since 1995 ( the first release of FW 1.9 )
i work with FW.
If you have any questions about special functions, maybe i can help.
i work with FW.
If you have any questions about special functions, maybe i can help.
- Marc Venken
- Posts: 727
- Joined: Tue Jun 14, 2016 7:51 am
Re: Invoice software
I downloaded it ok. Had to wait a time for the link, and also had to view a 'sponsored' movie.
I also use space from my homepage. Is easy and no extra's...
I don't think Rick would mind if I put it here ? If not, Rick let me know.
http://www.maveco.be/fivewin/invoice.zip
Ok, Rick, thanks for the data. Had a quick look and already saw stuff that is very usefull for my learning process.
Marc
I also use space from my homepage. Is easy and no extra's...
I don't think Rick would mind if I put it here ? If not, Rick let me know.
http://www.maveco.be/fivewin/invoice.zip
Ok, Rick, thanks for the data. Had a quick look and already saw stuff that is very usefull for my learning process.
Marc
Last edited by Marc Venken on Thu Aug 31, 2017 9:27 am, edited 2 times in total.
Marc Venken
Using: FWH 20.08 with Harbour
Using: FWH 20.08 with Harbour
- Marc Venken
- Posts: 727
- Joined: Tue Jun 14, 2016 7:51 am
Re: Invoice software
@ Uwe,
I vagely remember to have seens a invoice sample from you in the forum ? But I don't find it anymore. Maybe a sample that you put in the samples program of yours ?
I vagely remember to have seens a invoice sample from you in the forum ? But I don't find it anymore. Maybe a sample that you put in the samples program of yours ?
Marc Venken
Using: FWH 20.08 with Harbour
Using: FWH 20.08 with Harbour
Re: Invoice software
Marc,
A complete invoice sample I can't remember I added as a download.
I'm using the different sections of my invoice-program < home health care >
for practical tests of new solutions. Sometimes parts are placed in the forum.
Useful samples are added to my new < sample-collector >.
The collector will be updated after adding some more samples.
regards
Uwe
A complete invoice sample I can't remember I added as a download.
I'm using the different sections of my invoice-program < home health care >
for practical tests of new solutions. Sometimes parts are placed in the forum.
Useful samples are added to my new < sample-collector >.
The collector will be updated after adding some more samples.
regards
Uwe
Since 1995 ( the first release of FW 1.9 )
i work with FW.
If you have any questions about special functions, maybe i can help.
i work with FW.
If you have any questions about special functions, maybe i can help.
- Rick Lipkin
- Posts: 2397
- Joined: Fri Oct 07, 2005 1:50 pm
- Location: Columbia, South Carolina USA
Re: Invoice software
To All
Try this link ... from another hosting site ....
Rick Lipkin
http://s000.tinyupload.com/?file_id=625 ... 5454395973
Try this link ... from another hosting site ....
Rick Lipkin
http://s000.tinyupload.com/?file_id=625 ... 5454395973
Re: Invoice software
What about this one.
https://www.tapatalk.com/topic/52609-fi ... e-included
I have not downloaded it but you might want to look at it.
https://www.tapatalk.com/topic/52609-fi ... e-included
I have not downloaded it but you might want to look at it.
- Marc Venken
- Posts: 727
- Joined: Tue Jun 14, 2016 7:51 am
Re: Invoice software
This is the version mentioned by Antonio from the Samples folder.Gale FORd wrote:What about this one.
https://www.tapatalk.com/topic/52609-fi ... e-included
I have not downloaded it but you might want to look at it.
Marc Venken
Using: FWH 20.08 with Harbour
Using: FWH 20.08 with Harbour