You can subscribe to this list here.
2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(23) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
(68) |
Feb
(121) |
Mar
(59) |
Apr
(49) |
May
(110) |
Jun
(109) |
Jul
(146) |
Aug
(122) |
Sep
(83) |
Oct
(94) |
Nov
(90) |
Dec
(157) |
2002 |
Jan
(169) |
Feb
(186) |
Mar
(168) |
Apr
(353) |
May
(338) |
Jun
(278) |
Jul
(220) |
Aug
(336) |
Sep
(122) |
Oct
(183) |
Nov
(111) |
Dec
(265) |
2003 |
Jan
(358) |
Feb
(135) |
Mar
(343) |
Apr
(419) |
May
(277) |
Jun
(145) |
Jul
|
Aug
(134) |
Sep
(118) |
Oct
(97) |
Nov
(240) |
Dec
(293) |
2004 |
Jan
(412) |
Feb
(217) |
Mar
(202) |
Apr
(237) |
May
(333) |
Jun
(201) |
Jul
(303) |
Aug
(218) |
Sep
(285) |
Oct
(249) |
Nov
(248) |
Dec
(229) |
2005 |
Jan
(314) |
Feb
(175) |
Mar
(386) |
Apr
(223) |
May
(281) |
Jun
(230) |
Jul
(200) |
Aug
(197) |
Sep
(110) |
Oct
(243) |
Nov
(279) |
Dec
(324) |
2006 |
Jan
(335) |
Feb
(396) |
Mar
(383) |
Apr
(358) |
May
(375) |
Jun
(190) |
Jul
(212) |
Aug
(320) |
Sep
(358) |
Oct
(112) |
Nov
(213) |
Dec
(95) |
2007 |
Jan
(136) |
Feb
(104) |
Mar
(156) |
Apr
(115) |
May
(78) |
Jun
(75) |
Jul
(30) |
Aug
(35) |
Sep
(50) |
Oct
(44) |
Nov
(33) |
Dec
(35) |
2008 |
Jan
(90) |
Feb
(63) |
Mar
(47) |
Apr
(42) |
May
(72) |
Jun
(85) |
Jul
(25) |
Aug
(20) |
Sep
(14) |
Oct
(11) |
Nov
(25) |
Dec
(39) |
2009 |
Jan
(39) |
Feb
(46) |
Mar
(16) |
Apr
(27) |
May
(51) |
Jun
(66) |
Jul
(78) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2010 |
Jan
|
Feb
|
Mar
(5) |
Apr
|
May
(4) |
Jun
|
Jul
(1) |
Aug
|
Sep
(1) |
Oct
(2) |
Nov
|
Dec
|
2011 |
Jan
|
Feb
(2) |
Mar
|
Apr
(3) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2013 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2014 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2015 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
2016 |
Jan
(1) |
Feb
|
Mar
|
Apr
(1) |
May
(1) |
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: David T. <ta...@ex...> - 2006-11-04 11:31:43
|
On Tue, 2006-07-04 at 10:13 -0400, Rich Cloutier wrote: > > Neil Tancock wrote: > > Hi All, I've been through the FAQ but can't seem to find and answer to this > > - can you help? > > > > I've logged in to SL and every page comes up with "Session Expired" and I > > have to supply the admin password again - how can I resolve this? > > > > Many thanks, > > > > Neil > If it always comes up instantly, there is probably a mismatch between > your cookie and the server time. Try erasing your cookies. > > Rich C. I have just upgraded Ubuntu from Dapper to Edgy release: a total of over 1000 packages. Every package installed ok. However so far I have found one problem, and its in sql-ledger. The upgrade brought SL 2.6.19 in. Now I get the same problem as above. I cannot get any page in SL to work. I do not see any cookie relating to my PC, ie 192.168.x.x and expect a sql-ledger cookie would be under that IP address. Its seems to be related to how security is handled or not in SL and I seem to remember this whole issue of security being discussed a few months back. However the closest I get to this sort of problem is as per the quoted above. I tried setting the timeout per user from 3600 to 0 but this did not help. Anyway, in a nutshell, how do I get SL to work again? Thanks. |
From: Christopher M. <chr...@gm...> - 2006-11-04 07:01:59
|
On 11/3/06, Dieter Simader <dsi...@sq...> wrote: > > I can't quite figure out where the custom code gets loaded to debug this > > - any pointers please? The custom code gets loaded early on in menu.pl. First /bin/mozilla/foo.pl is loaded (which are a bunch of functions), then the custom_foo.pl, followed by user_costom_foo.pl (if it exists). The idea being that these custom scripts re-define (and therefore over-ride) functions in foo.pl. Custom scripts are loaded before any authentication is done, so you don't want them to actually do work, just over-ride function definitions in the other scripts. Yes, the flow is a bit odd. > Maybe someone over at the ledgersmb fork can help you free of charge. > After all that's what they wanted anyways. So, let's see if they can > follow through with community support. We would be happy to. We've changed the scripts somewhat and removed the unnecessary duplication of bin/mozilla and bin/lynx scripts, and we've put the custom scripts into their own directory (bin/custom), but for the most part, the customization is fairly similar. Bring your question to the lsmb-users or lsmb-devel list, I'm sure someone there will be able to help you out. We've got plans for a whole slew more reports, with a lot of near-working code I believe. So, if your report is something that needed you might have some help building it, but at the very least you will get some advice on how to do it. Cheers, Chris |
From: Dieter S. <dsi...@sq...> - 2006-11-03 22:55:06
|
On Wed, 1 Nov 2006, Ed W wrote: > Hi > > I am trying to add some extra custom reports to some of the screens. I > created bin/mozilla/custom_is.pl with the following content > > $form->{selectformname} .= qq|<option > value="address_labels_a4">|.'Address Labels'; > 1; > > > However, this is not affecting the resulting form. I have tested that > this works ok to adjust simple things like "copies" - what do I need to > do differently to affect the list of available reports? > > I can't quite figure out where the custom code gets loaded to debug this > - any pointers please? Maybe someone over at the ledgersmb fork can help you free of charge. After all that's what they wanted anyways. So, let's see if they can follow through with community support. I could help you too but since time is money and my time seems to be too expensive for you try an alternative. East Indian and Russian labor is cheap too. -- Dieter Simader http://www.sql-ledger.com Tel: (780) 472-8161 DWS Systems Inc. Accounting Software Fax: (780) 478-5281 ============== On a clear disk you can seek forever ================ |
From: Christopher M. <chr...@gm...> - 2006-11-03 18:26:05
|
On 11/3/06, Ed W <li...@wi...> wrote: > I'm getting into Rails right now and building some small apps for our > business. I am actually working on a web facing frontend for SQLledger > so that people can pay their bills directly. Hi Ed, We've currently got an XML/RESTful API in the planning stages for LSMB (a fork of SQL-Ledger), and we hope that it will also work with SQL-Ledger (any folks here intersted in that, please let me know - we could use some testing/coding help to ensure SL compatibility). If this sounds interesting to you, please email me off-list or join our -devel mailing list (info at http://ledgersmb.org/help/ - follow mailing list link). > I have to say that SQL-Ledger is rather a pain in the arse - it's a nice > looking product, but there is minimal support and fairly slow > development. The code is quite messy as well. While you might not like some of the style and structure of the code, SL does have a pretty decent feature set. BTW, we've done a major cleanup of the code (all of which Dieter is free to use or toss at his discretion of course - our changes are in a public svn repository) and are on the cusp of a new release which has a lot of changes and enhancements. We have 5 active developers and are moving at a fairly fast pace. SL users can benefit from our changes and still use SL if that's their preference. I hope that Dieter will take our changes (or at least the ones that he likes) and that it will save him work and benefit his users, but I don't want to pressure him either way. Cheers, Chris |
From: Ed W <li...@wi...> - 2006-11-03 18:03:35
|
Oh darn. Was supposed to be mailed offlist. Guess I probably just seriously irritated Dieter now... (Will teach me to keep my opinions to myself...) Sorry folks Ed W |
From: Ed W <li...@wi...> - 2006-11-03 17:59:20
|
Nathan Leach wrote: > One option I have used is to write an app in Ruby on Rails that > integrates with SL. With Rails ActiveRecord you just give the name of > the table representing your object and you can then address fields as > attributes. Ruby has built-in libraries for dealing with CSV, so > getting data in from there is no problem. > > This is most effective for what I call "master" data (parts, customers, > etc.), but be careful of the ID sequences that SL uses. I had trouble > with those until I found out how to specify them within ActiveRecord. > > I won't bore the entire list with more details, but if you are > interested contact me off list. > > Hi Nathan I'm getting into Rails right now and building some small apps for our business. I am actually working on a web facing frontend for SQLledger so that people can pay their bills directly. I would be curious to see what kind of things you have done with rails because you are obviously diving directly into the data rather than going via the http interface? I haven't really plugged through the tables - is there a quickstart guide that you can offer? I have to say that SQL-Ledger is rather a pain in the arse - it's a nice looking product, but there is minimal support and fairly slow development. The code is quite messy as well. (Having bought the manual I wrote to Dieter to request a feature and he sent me an estimate of $16,000 to implement it... Outside of my budget and not what I would call supportive - he keeps blocking my emails to the list it seems and I sent him at least one patch and didn't even get a reply that it was received...) I would love to have the time to write an alternative in Ruby - I think a rip off would be possible in just a few months, the trick is having a few months free to write it... Regards Ed Wildgoose |
From: Vladimir B. <vl...@bo...> - 2006-11-03 17:54:35
|
Can you access it internally via https ? -vlado On Thu, 2 Nov 2006, Steve Jacobs wrote: > We have sql-ledger set up on a local ubuntu server and when accessing it > locally across the network, we are getting time-outs at times far shorter > than what we have set up in the user files. Any ideas as to what could cause > this? > > As a matter of interest, we have set it up so that it can be accessed > externally via https and we don't get those timeouts then. > > Any help greatly appreciated > > Steve Jacobs > Dublin > > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > sql-ledger-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sql-ledger-users > > |
From: C. D. H. <Du...@Du...> - 2006-11-03 14:16:57
|
Stroller wrote: > On 29 Oct 2006, at 19:27, RYAN M. vAN GINNEKEN wrote: > >> Is there a was to list the individual items on the invoice for >> assemblies? Example i built an assembly called basic system 1 it >> includes the following parts; >> case, mainboard, cpu, ram, harddisk, dvdrw >> >> When I email the invoice i only get basic system 1 and no listing >> of the individual parts i wish to have a listing of the individual >> parts and want to be able to modify the discription ie for CPU >> INTEL P4 CORE DAUL as basic parts do not change but models seem to >> change almost daily. >> >> Am i going about this the wrong way is there a better way? >> > > Just a quick note - I don't know that I can be immensely helpful to > you, but seeing as no-one else has replied... > > I don't think assemblies are really intended to be used this way - > they way they seem to work is that they're more useful for a > manufacturer to manage a stock of parts which should be invisible to > the user. If you want an assemblie's components to print out on your invoice then you need to check the BOM radio button for each of the components that you want displayed. If the BOM button isn't checked then the invoice only prints the top level (assembly line). Dunc |
From: Stroller <lin...@my...> - 2006-11-03 12:21:06
|
On 29 Oct 2006, at 19:27, RYAN M. vAN GINNEKEN wrote: > > Is there a was to list the individual items on the invoice for > assemblies? Example i built an assembly called basic system 1 it > includes the following parts; > case, mainboard, cpu, ram, harddisk, dvdrw > > When I email the invoice i only get basic system 1 and no listing > of the individual parts i wish to have a listing of the individual > parts and want to be able to modify the discription ie for CPU > INTEL P4 CORE DAUL as basic parts do not change but models seem to > change almost daily. > > Am i going about this the wrong way is there a better way? Just a quick note - I don't know that I can be immensely helpful to you, but seeing as no-one else has replied... I don't think assemblies are really intended to be used this way - they way they seem to work is that they're more useful for a manufacturer to manage a stock of parts which should be invisible to the user. For example, if you're selling an action man figure then it might consist of 2 x leg, 2 x arm, 1 x body, 1 x male head, 1 x cropped hair; a barbie doll would consist of 2 x leg, 2 x arm, 1 x body, 1 x female head, 1 x blonde wig; assuming the body parts are the same for both male and female figures (eg Lego) then the manufacturer will know stock from the number of units assembled. If an Aliens product range featuring a Sigourney Weaver action figure is added to the range then the female head can be used with the cropped hair - stock is managed appropriately but is not of interest to the customer, who just wants the doll. Assuming that SL will always hide the components of assemblies on the invoice (as I think it must, because an assembly is a new item) there seem to be two possible approaches when assembling PCs: - build the assembly and give the basic system a descriptive name: eg the ComputerKing 64. At the end of the day many customers buying a computer just want something that works, and don't care about the specific components within it. If they did then they'd build it themselves. - sell the user individual components and charge an "assembly fee" for building the computer for them. If the user really needs to know the exact model of the graphics card & the size of the RAM then they're able to make comparison pricing of those parts, anyway, and work out what you're effectively charging them for building them. Sorry if this isn't immensely helpful - I think that this feature isn't intended to work the way that suits you, and I can see why. Really, the assembly is no longer a collection of parts but a whole new item; this makes particular sense when building (for instance) an electronic circuit-board - after they have been soldered to the board & their legs clipped off resistors cannot not be returned to stock and sold separately. Stroller. |
From: Stroller <lin...@my...> - 2006-11-03 11:53:25
|
On 1 Nov 2006, at 08:33, Luc van Stappershoef wrote: >> >>> Any good tutorials or threads on customizing pdf templates >> >> There are no pdf templates per se but latex templates. You can get >> a lot >> of literature at http://www.tug.org > > FYI: Openoffice 2.04 is now able to export to latex In desperation, trying to work out why a format wasn't working on my invoice.tex, I tried Openoffice's exported LaTeX this week. For our purposes, at least, it seems quite terrible, and I wouldn't recommend it. The release notes for OO 2.04 say: Feature list for the latex export filter Note: We can not establish any further contact to the developer so I write this Changes mail on basis of the features I found while testing. And yesterday I would have told you that there was no apparent activity on the website for Writer2LaTeX - the convertor on which this feature of OO is based - in the last 15 months. <http://www.hj- gym.dk/~hj/writer2latex/> I think that something like lyx would be far more useful if you want a graphical mark-up for LaTeX. After a gew days of stumbling with this language I am finally finding it very effective. Stroller. |
From: Stroller <lin...@my...> - 2006-11-03 11:42:12
|
Hi there, I want to make an SQL-Ledger variable field display in my invoice =20 only if the value is greater than one. Is there any way to achieve =20 this? I'm guessing not, but throw it out for discussion just in case; =20= I don't want to modify SL itself to do this - it's not important =20 enough for me to maintain a patchset, but it'd be kinda cute for me =20 if it were possible. What I want to do is make the quantity & price fields display only if =20= the customer has bought more than one item: Part no. Description Price Qty = Amount FH001 French Hen =A310 x 3 = =A330=09 TD001 Turtle Dove =A310 x 2 = =A320 PA001 Partridge in a Pear Tree = =A310 TOTAL = =A360 I've laid out the above with tabs, so I hope it displays as well on =20 other clients as it does on my Mac. Anyway, I suspect this is an =20 unusual request & not possible, but I would prefer being able to use =20 such a simplified & "user friendly" format in my invoices. I have tried: \begin{tabularx}{\textwidth}{lXrlr} Part & Description & Price & & Amount \\ <%foreach number%> <%number%> & <%description%> & \pounds <%sellprice%> & <%if qty%> x <%qty%> <%end qty%> & \pounds <%linetotal%> \\ % end of table row <%end number%> \end{tabularx} But of course the minimum quantity of 1 always triggers the if-=20 statement. Stroller.= |
From: Steve J. <st...@db...> - 2006-11-02 19:43:20
|
We have sql-ledger set up on a local ubuntu server and when accessing it locally across the network, we are getting time-outs at times far shorter than what we have set up in the user files. Any ideas as to what could = cause this? As a matter of interest, we have set it up so that it can be accessed externally via https and we don't get those timeouts then.=20 Any help greatly appreciated Steve Jacobs Dublin |
From: <yb...@gm...> - 2006-11-02 16:17:48
|
Hi ALL; I did backup..How can I restore it (System > Back-To-File) (I've phppgadmin & webmin installed) Sarge3.1-3 & Sql-Ledger 2.6.19 --- Thanks & All the Best; YassinB |
From: RYAN M. v. G. <lu...@co...> - 2006-11-01 18:24:46
|
In the customers menu there does not seem to be a field for a cell phone most of my clients need to be reached via this number. I have added it in the notes section for the time being but am working on a custom latex quotation and invoice and would also like the cell phone # to show up there. This would be very helpful for me because i sometimes need to call the client for directions/instructions during deliveries, and always have there invoices handy. -- Computer King/ CaNMail http :// www . computerking .ca http :// www . canmail .org Sales, Service, and Hosting Email, Data, and Web Packages Ask about web design specials Affiliates http :// www . computerking .ca/pages/links/affiliates/affiliates. htm Maybe Computer Science should be in the College of Theology. -- R. S. Barton |
From: Danita Z. <da...@ca...> - 2006-11-01 16:18:32
|
r.v...@ch... wrote:=20 > Well maybe you should write something yourself, i've done so by = writing=20 > a php script that's able to import our suppliers products by reading = a=20 > comma delimited file. > PHP is great language to use for such kinda things i think... >=20 > Remco Well, maybe for someone who can actually WRITE PHP <g>. Danita |
From: Ed W <li...@wi...> - 2006-11-01 15:54:43
|
Hi I am trying to add some extra custom reports to some of the screens. I created bin/mozilla/custom_is.pl with the following content $form->{selectformname} .= qq|<option value="address_labels_a4">|.'Address Labels'; 1; However, this is not affecting the resulting form. I have tested that this works ok to adjust simple things like "copies" - what do I need to do differently to affect the list of available reports? I can't quite figure out where the custom code gets loaded to debug this - any pointers please? Thanks Ed W |
From: Nathan L. <nat...@ph...> - 2006-11-01 15:39:20
|
One option I have used is to write an app in Ruby on Rails that integrates with SL. With Rails ActiveRecord you just give the name of the table representing your object and you can then address fields as attributes. Ruby has built-in libraries for dealing with CSV, so getting data in from there is no problem. This is most effective for what I call "master" data (parts, customers, etc.), but be careful of the ID sequences that SL uses. I had trouble with those until I found out how to specify them within ActiveRecord. I won't bore the entire list with more details, but if you are interested contact me off list. Thanks, Nathan On Wed, 2006-11-01 at 04:27 -0700, Dieter Simader wrote: > On Wed, 1 Nov 2006, Graeme Bruton wrote: > > > Hi all > > > > This may be slightly off the real topic, but I import clients from a csv > > sheet using the command line in psql every once in a while (new members to a > > sports club), but I can't find the field to select "Tax Included", so I have > > to manually go and select the radio button on each new client. Does anyone > > know how I can get around this? > > You could purchase technical support which includes the ERD. > |
From: Dieter S. <dsi...@sq...> - 2006-11-01 11:28:09
|
On Wed, 1 Nov 2006, Graeme Bruton wrote: > Hi all > > This may be slightly off the real topic, but I import clients from a csv > sheet using the command line in psql every once in a while (new members to a > sports club), but I can't find the field to select "Tax Included", so I have > to manually go and select the radio button on each new client. Does anyone > know how I can get around this? You could purchase technical support which includes the ERD. -- Dieter Simader http://www.sql-ledger.com Tel: (408) 898-4421 DWS Systems Inc. Accounting Software Fax: (780) 478-5281 ============== On a clear disk you can seek forever ================ |
From: Graeme B. <gb...@te...> - 2006-11-01 10:31:47
|
Hi all This may be slightly off the real topic, but I import clients from a csv sheet using the command line in psql every once in a while (new members to a sports club), but I can't find the field to select "Tax Included", so I have to manually go and select the radio button on each new client. Does anyone know how I can get around this? Graeme -----Original Message----- From: sql...@li... [mailto:sql...@li...]On Behalf Of Remco van Vugt - Chris Hectors Compuvision Sent: Wednesday, November 01, 2006 10:59 AM To: sql...@li... Subject: Re: [SL] importing csv files Well maybe you should write something yourself, i've done so by writing a php script that's able to import our suppliers products by reading a comma delimited file. PHP is great language to use for such kinda things i think... Remco Danita Zanre schreef: >> Quickbooks is pretty much a 'Hotel California' for transaction data. They go >> to great lengths to prevent you from getting transaction data. >> > > I know - that's why I don't use it any longer <g>. I'm not actually looking to convert Quickbooks data. I'm looking to import data into SQL-Ledger through ascii delimited files. For example, we moved to Paypal Website Payments Pro for our online credit card processing company - we can download transactions in various formats: comma delimited, tab delimited, Quicken or Quickbooks. I'd be happy with an import tool that could handle any of those really. > > Danita > > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > sql-ledger-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sql-ledger-users > -- Met vriendelijke groet, Remco van Vugt - Chris Hectors Compuvision E: r.v...@ch... T: 0164-674935 ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ sql-ledger-users mailing list sql...@li... https://lists.sourceforge.net/lists/listinfo/sql-ledger-users |
From: Remco v. V. - C. H. C. <r.v...@ch...> - 2006-11-01 08:46:26
|
Well maybe you should write something yourself, i've done so by writing a php script that's able to import our suppliers products by reading a comma delimited file. PHP is great language to use for such kinda things i think... Remco Danita Zanre schreef: >> Quickbooks is pretty much a 'Hotel California' for transaction data. They go >> to great lengths to prevent you from getting transaction data. >> > > I know - that's why I don't use it any longer <g>. I'm not actually looking to convert Quickbooks data. I'm looking to import data into SQL-Ledger through ascii delimited files. For example, we moved to Paypal Website Payments Pro for our online credit card processing company - we can download transactions in various formats: comma delimited, tab delimited, Quicken or Quickbooks. I'd be happy with an import tool that could handle any of those really. > > Danita > > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > sql-ledger-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sql-ledger-users > -- Met vriendelijke groet, Remco van Vugt - Chris Hectors Compuvision E: r.v...@ch... T: 0164-674935 |
From: Luc v. S. <lu...@co...> - 2006-11-01 08:34:37
|
FYI: Openoffice 2.04 is now able to export to latex Asante, Emmanuel [ING-WBK] wrote: > > > >> WOW that was to easy it just worked thank you all i had to do >> was intall tetex from the ports tree and everything is >> working. I love FreeBSD when it works which is almost always, >> but seriously that was the easiest intall ever. >> >> Any good tutorials or threads on customizing pdf templates >> >> THANK YOU ALL >> > > There are no pdf templates per se but latex templates. You can get a lot > of literature at http://www.tug.org > > This message and any attached files may contain information that is confidential and/or subject of legal privilege intended only for use by the intended recipient. If you are not the intended recipient or the person responsible for delivering the message to the intended recipient, be advised that you have received this message in error and that any dissemination, copying or use of this message or attachment is strictly forbidden, as is the disclosure of the information therein. If you have received this message in error please notify the sender immediately and delete the message. > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > sql-ledger-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sql-ledger-users > > > > |
From: Asante, E. [ING-WBK] <Emm...@bh...> - 2006-11-01 06:07:09
|
=20 >=20 > WOW that was to easy it just worked thank you all i had to do=20 > was intall tetex from the ports tree and everything is=20 > working. I love FreeBSD when it works which is almost always,=20 > but seriously that was the easiest intall ever. >=20 > Any good tutorials or threads on customizing pdf templates >=20 > THANK YOU ALL There are no pdf templates per se but latex templates. You can get a lot of literature at http://www.tug.org This message and any attached files may contain information that is= confidential and/or subject of legal privilege intended only for use by= the intended recipient. If you are not the intended recipient or the= person responsible for delivering the message to the intended recipient,= be advised that you have received this message in error and that any= dissemination, copying or use of this message or attachment is strictly= forbidden, as is the disclosure of the information therein. If you have= received this message in error please notify the sender immediately and= delete the message. |
From: RYAN M. v. G. <lu...@co...> - 2006-11-01 01:18:26
|
WOW that was to easy it just worked thank you all i had to do was intall tetex from the ports tree and everything is working. I love FreeBSD when it works which is almost always, but seriously that was the easiest intall ever. Any good tutorials or threads on customizing pdf templates THANK YOU ALL ----- Mark Blackman <ma...@ex...> wrote: > On 31 Oct 2006, at 09:04, Asante, Emmanuel [ING-WBK] wrote: > > > > > > >> > >> Hello can anyone give me some pointers on where to begin > >> creating pdf invoces? Using FreeBSD and all i get for clues > >> i a big red error message. Not sure where to begin guessing > >> i need some packages installed first. > >> > >> -- > > > > Ryan, > > > > You need to install Latex. On my Debian box I installed tetex but I > > > don't know what the Latex package is called on FreeBSD. Find out > > what it's called and install it. > > It will be tetex as well. > > http://www.freshports.org/print/teTeX > > > > > Regards, > > Emmanuel > > > > This message and any attached files may contain information that is > > > confidential and/or subject of legal privilege intended only for > > use by the intended recipient. If you are not the intended > > recipient or the person responsible for delivering the message to > > the intended recipient, be advised that you have received this > > message in error and that any dissemination, copying or use of this > > > message or attachment is strictly forbidden, as is the disclosure > > of the information therein. If you have received this message in > > error please notify the sender immediately and delete the message. > > > > > ---------------------------------------------------------------------- > > > --- > > Using Tomcat but need to do more? Need to support web services, > > security? > > Get stuff done quickly with pre-integrated technology to make your > > > job easier > > Download IBM WebSphere Application Server v.1.0.1 based on Apache > > Geronimo > > http://sel.as-us.falkag.net/sel? > > cmd=lnk&kid=120709&bid=263057&dat=121642 > > _______________________________________________ > > sql-ledger-users mailing list > > sql...@li... > > https://lists.sourceforge.net/lists/listinfo/sql-ledger-users > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, > security? > Get stuff done quickly with pre-integrated technology to make your job > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > sql-ledger-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sql-ledger-users -- Computer King/CaNMail http://www.computerking.ca http://www.canmail.org Sales, Service, and Hosting Email, Data, and Web Packages Ask about web design specials Affiliates http://www.computerking.ca/pages/links/affiliates/affiliates.htm Maybe Computer Science should be in the College of Theology. -- R. S. Barton |
From: Danita Z. <da...@ca...> - 2006-10-31 21:25:38
|
>Quickbooks is pretty much a 'Hotel California' for transaction data. They = go=20 >to great lengths to prevent you from getting transaction data. I know - that's why I don't use it any longer <g>. I'm not actually = looking to convert Quickbooks data. I'm looking to import data into = SQL-Ledger through ascii delimited files. For example, we moved to Paypal = Website Payments Pro for our online credit card processing company - we = can download transactions in various formats: comma delimited, tab = delimited, Quicken or Quickbooks. I'd be happy with an import tool that = could handle any of those really. Danita |
From: R P. <arc...@mt...> - 2006-10-31 15:57:39
|
Paul.. that is brilliant ! Thanks for the reply. Cheers, Roy P On Monday 30 October 2006 4:24 pm, Paul Langard wrote: > WIth regard to adjusting VAT rounding differences on AP invoices, we > found this works well to adjust the tax: > > - set up a service "VATable rounding" which is taxable (price 0.01) > - set up another service "NON VATable service" which is non taxable > (price 0.01) > > You can then combine different quantities of these services, positive > and negative, to adjust your tax without affecting the net total. > > For example, to increase tax, add a positive quantity of VATable > rounding service and then add an equal negative quantity of NON > VATable rounding - this leaves your net total unchanged but increases > the amount of tax. > > We have been using this for a few years now and whilst we end up with > two extra lines on the occasional AP invoice, we find it works really > neatly and our ledger then balances to our suppliers without having > to write amounts off or back etc. > > Does that sound useful? > > Paul. > > On 30 Oct 2006, at 21:13, R Pennington wrote: > > > Not a bad idea Olle. > > That should help a few people. > > > > But, the problem is, that method adjusts the subtotal...not the TAX. > > I need a way to adjust the tax....not the subtotal. > > > > > > Cheers ! > > Roy |