From: Michael H. <mh...@it...> - 2008-06-12 17:43:58
|
Ah, sorry, misunderstood the question. The short answer would be "I doubt it". SL is basically a bunch of scripts and a very simple back end database structure, (no stored procedures). This is a great design for portability, but since there is no real "process" running all the time to execute things on demand, you'd probably have to script a cron job or something like that yourself. Hopefully somebody else will weigh in with a better solution! Thanks, Michael On Jun 12, 2008, at 10:26 AM, Walter V. Zamora wrote: > Thank Michael for the answer. By clicking the schedule button, it > schedules the transactions and show up in later dates in order to post > them as these dates come up, but they have to be posted > individually for > every date. Is there a way that they get posted for the future. I am > trying to use this feature for lease payments. > regards > > Walter > > > On Thu, 2008-06-12 at 09:57 -0700, Michael Hasse wrote: >> Just click the Schedule button... >> >> >> Thanks, >> >> Michael >> >> >> >> On Jun 12, 2008, at 8:17 AM, Walter V. Zamora wrote: >> >>> Hi: >>> >>> Is there anyway that recurring transactions can be automatically >>> posted >>> when they are originally created? >>> >>> Will appreciate very much any input. >>> >>> regards >>> >>> Walter >>> >>> >>> -------------------------------------------------------------------- >>> -- >>> --- >>> Check out the new SourceForge.net Marketplace. >>> It's the best place to buy or sell services for >>> just about anything Open Source. >>> http://sourceforge.net/services/buy/index.php >>> _______________________________________________ >>> sql-ledger-users mailing list >>> sql...@li... >>> https://lists.sourceforge.net/lists/listinfo/sql-ledger-users >> >> >> --------------------------------------------------------------------- >> ---- >> Check out the new SourceForge.net Marketplace. >> It's the best place to buy or sell services for >> just about anything Open Source. >> http://sourceforge.net/services/buy/index.php >> _______________________________________________ >> sql-ledger-users mailing list >> sql...@li... >> https://lists.sourceforge.net/lists/listinfo/sql-ledger-users > > > ---------------------------------------------------------------------- > --- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > _______________________________________________ > sql-ledger-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sql-ledger-users |