Re: Screen shots and blurb wanted !

2013-12-28 Thread Bob Brush
Looks really good!!

Maybe:

Support for duplicate invoices to One click duplication of invoinces

I think they both have the same meaning and the picture makes it
obvious, but some might miss the significance of being able to copy,
especially if they spend considerable time looking for duplicate
transactions, they might think it performs some other function.

-Bob

On Sat, 2013-12-28 at 22:02 +0100, Cristian Marchi wrote:
 Il 27/12/2013 20:16, Geert Janssens ha scritto:
 
  For now I have put your screenshots in the images/features directory 
  on the website. I needed them to be available online before release to 
  fix the appdata xml file. But please do use them for a nice feature 
  page on the website as well !
 
 I've created a 2.6-release folder under images to collect all 
 screenshoots for the 2.6 release page.
 
   I will try to put up a page to showcase major improvements in the 2.6
 
   release. In the above screenshots I've captured only the new feature I
 
   was able to reproduce: if someone has a request for a particular new
 
   feature, please tell me and I will try to document it.
 
  Such a page would be great. The main new features are repeated in the 
  most recent release notes. If you need help presenting any of those, 
  just shout.
 
 The page is almost ready. It can be reached here: 
 http://gnucash.org/2.6-release-tour.phtml
 Can someone proof-read the page? If I forgot something please tell me so 
 that I can add it!
 ___
 gnucash-devel mailing list
 gnucash-devel@gnucash.org
 https://lists.gnucash.org/mailman/listinfo/gnucash-devel

-- 
Bob Brush gnuc...@wvit.net

___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: Plugin Template

2013-12-24 Thread Bob Brush
I pulled this from the wayback machine:

http://web.archive.org/web/*/http://tellico.dyndns.org/gnucash/plugin-template.tgz

But I don't any more than that.. 

On Wed, 2013-12-11 at 09:19 -0800, John Ralls wrote:
 Mike Evans noticed yesterday that the link in the wiki Building page 
 (http://wiki.gnucash.org/wiki/Building) to a plugin template for the plugins 
 tutorial is dead and edited the wiki to warn about that.  The link is 
 http://tellico.dyndns.org/gnucash/plugin-template.tgz , and 
 tellico.dyndns.org is no longer in DNS. 
 
 Does anyone have a copy of the template plugin or know what was in it?
 
 Regards,
 John Ralls
 
 
 ___
 gnucash-devel mailing list
 gnucash-devel@gnucash.org
 https://lists.gnucash.org/mailman/listinfo/gnucash-devel

-- 
Bob Brush gnuc...@wvit.net


plugin-template.tgz
Description: application/compressed-tar
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: Bug 336843 - Attach files to Transactions

2013-11-14 Thread Bob Brush
I really like the file management implementation of the program
Shotwell, the comments on Gramps reminded me.  It is much the same
situation as here, some users want the program to store the files,
others say please don't touch my files, so it handles this by prompting
at the beginning, and by answering the question the user self educates
and creates the appropriate expectations.  If this would be a good
model, I'm thinking it would work like this:

GnuCash can copy the image into your data folder or it can import
without copying   Cancel, Copy Image, Import in Place?

I don't know if image is the correct wording, it could be receipt if
that isn't limiting, or pdf, I would hate to limit some future case not
yet imagined, maybe just file?

I also find the Preferences in shotwell to be helpful and may also be
a good model?  If so maybe like this:

Import files to: (default to same location as data file)
Directory structure: (Custom)
Pattern: (%Y/%B/%B %d, %Y - %A)
Example - 2009/March/March 10, 2009 - Tuesday
Rename imported files to lowercase: (y/n)

I think that using this type of file organization would be great and
allow flexibility, some will want less than ten folders for their
images, others will want a labyrinth of organization, and others will
want to use either an existing system or something unrelated to the
program to organize. It would also be best to have patterns for GnuCash
specific things in case you would want your image folders to have the
same pattern as the account tree list, or organize by vendor, customer,
or employee?

And finally not to throw in the kitchen sink, but it would be cool to
add metadata to the file also, maybe a visible summary of the
transaction  (for those outside GnuCash) it is linked to with a gnc link
(gncthing:thing=eb9a14a0e076e0029bfd2e623b2f2cc8#) to the transaction,
the Company name, the date of the transaction it was linked to, and/or
things like that..

Would it be good to display the file in GnuCash using webkit?
Would it be good to have thumbnails?

-Bob



On Wed, 2013-11-13 at 20:55 -0800, John Ralls wrote:
 On Nov 13, 2013, at 5:09 PM, Patrick patr...@setsuid.net wrote:
 
  Indeed, a very relevant question. I had thought about storing the file
  itself in the database as a binary blob, but had concerns the db would
  grow too large and cause other stability issues. Also, that wouldn't
  work well with the XML back-end.
  
  I'm not sure how to ensure file availability, given any other program
  or user outside of GNUCash could alter the filesystem (and, for
  instance, delete the file.) That sounds intractable to me, assuming a
  file:// url is used. Granted, there's nothing to guarantee an
  http/https url will be around at next retrieval either. There is no
  URL validation code in the input phase of the Associate Location
  function - it'll just fail on retrieval. Same problem, different
  space.
  
  Fundamentally, they are just links. But, to Derek's point, how then to
  educate the user-base so as not to cause resentment when someone's
  relative removes the linked files and the user blames GnuCash.
  
  In the end, I gave up pondering this further as I wasn't getting
  anywhere. Definitely non-trivial.
 
 The other application project I work on, Gramps [1], has a similar feature 
 for linking media (image) files. It offers some tools for (re)configuring 
 the root path on relative file names along with an option for storing either 
 relative or absolute pathnames and a tool for switching from relative to 
 absolute and back. It also offers an option to include media in a zipped 
 backup bundle.
 
 The way to manage user expectations is documentation, which there isn't any 
 yet for this new feature. Considering that I'm holding off string and feature 
 freeze for this, is it *really* mature enough to add 6 weeks before release? 
 Roger it's a widely-requested feature, roger that someone made a public 
 announcement implying that it's going to be in the next release, roger the 
 code is simple and straightforward. But it's not documented and we don't 
 really know what users expect. Can we get that information and meet the bulk 
 of those expectations in 6 weeks?
 
 Regards,
 John Ralls
 
 [1] http://www.gramps-project.org
 ___
 gnucash-devel mailing list
 gnucash-devel@gnucash.org
 https://lists.gnucash.org/mailman/listinfo/gnucash-devel

-- 
Bob Brush gnuc...@wvit.net

___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: r23186 - gnucash/trunk - Bug 654196 - make check fails when built with --enable-dbi

2013-09-22 Thread Bob Brush
Just to add it fixes things here as well using Sabayon 13.08  Thanks!

On Sun, 2013-09-22 at 22:47 +0200, Geert Janssens wrote:
 On Saturday 21 September 2013 18:00:49 John Ralls wrote:
  On Sep 21, 2013, at 3:44 PM, John Ralls jra...@ceridwen.us 
 wrote:
   That said, it occurred to me that I can just add /usr/lib/dbd,
   /usr/lib64/dbd, and ${libdir}/dbd to LD_LIBRARY_PATH 
 before running
   the test programs. Commit coming as soon as I test it.
  
  r23190
 
 My configure problem is fixed with this new version. Thanks!
 
 Geert
 ___
 gnucash-devel mailing list
 gnucash-devel@gnucash.org
 https://lists.gnucash.org/mailman/listinfo/gnucash-devel

-- 
Bob Brush gnuc...@wvit.net

___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: Any volunteers for extending our support services on Uservoice?

2013-03-03 Thread Bob Brush
I will be glad to help, but remember the secret of happiness is low
expectations! 
-- 
Bob Brush gnuc...@wvit.net

___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: GnuCash google+ page

2012-02-29 Thread Bob Brush

On 02/29/2012 12:47 PM, Cristian Marchi wrote:

I've put up a goolge+ page for GnuCash[1] some months ago but I've not
posted a news since then because I was investigating the possibility
to link rss feeds; I recently read that google will probably not
implement this feature. So the news needs to be posted manually to
that page. If some dev has a google account and is interested, I can
add it to the admin group of the page although I intend to start
updating it with the next release of GnuCash and see if it helps on
spreading the word about the program.
IMHO it can be used to collect posts that users make on google plus
about GnuCash (you can see them by searching GnuCash on google+), to
promote general users content (I remember an instructive video for any
user approaching GnuCash), to link to reviews on the net or to post
news about development (f.e. the willing to partecipate to GSoC).

What do you think? I know it means an increase in maintainance load,
but it could prove to be a useful advertising platform.


[1] https://plus.google.com/u/0/103666182558673867088/posts
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel



I would be willing to do this if no one else can, I don't have very much 
time available, but I do have much enthusiasm!

-Bob

--
Robert L. Brush III
Raleigh Tile of Beckley ** West Virginia

___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Memory Problem

2012-02-13 Thread Bob Brush
I am experiencing huge jumps in memory usage with each autosave, usually 
on the order of 100 - 200 meg per save, it took me a while to figure out 
a trigger.  The initial symptons were sluggish reponse, so I opened  the 
system monitor to see what was causing the slow down and noticed gnucash 
using 1.5G of memory, usually it is only 200meg or so.


My test situation:

Open Gnucash, find any random invoice, unpost it, and press the save 
button.  Notice the memory jump.  Now post it and save, another memory 
jump.  You can continue to toggle and save as the memory goes out of 
control.  It seems to get unstable around 2.5 Gig of memory, but that 
could be related to available memory?


Saturday I was running r21570 when I noticed the problem, Sunday I 
uninistalled and pulled a new r22007, but same problem. I thought it 
might be from an incomplete uninstall, so I performed a make uninstall 
then manually deleted the folders left over.  Convinced I had a fresh 
slate I reinstalled, but had the same results.  Today I tried to open 
the file at work, using a different computer and different version of 
gnucash, but it informed me that because it is from a newer version of 
gnucash it wouldn't be able to open.  So I uninstalled the old one, then 
installed the new version, r22012.  It has the same problem, although 
this is a different machine.  I also created a new test file, only 4k, 
and it has a similar memory problem, although only 1-2 meg of memory at 
a time, so after toggling 10 or so times it was only up to 60meg of 
memory, after starting around 40meg, not good, but it would take days 
before it was a problem..


OS: Linux 3.2.3-2.fc16.i686.PAE #1 SMP Fri Feb 3 19:57:53 UTC 2012 i686 
i686 i386 GNU/Linux


Can anyone confirm a similar problem?  I am wondering if this problem is 
program or file related.


My file size, if that is important:
4.6m Feb 4
4.5m Jan 24
4.4m Jan 10
4.3m Dec 20



Thanks, Bob

--
Bob

___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: No vendor/customer address on printable invoice in trunk

2012-02-02 Thread Bob Brush

On 02/01/2012 12:02 PM, Mike Evans wrote:

In SVN trunk, I've just noticed that the printable invoice (invoice.scm)
doesn't have the customer's details, same with bills.  Not sure when
this first occurred as I've not printed an invoice for a while. :(

Tax invoice works fine.


Mike Evans
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel
I saw this behaviour happen once before, I had sent a request to 
investigate on Dec 11, but by Dec 12 it was fixed, so I didn't worry 
about it any more.  I was kind of waiting to see what would happen.


--
Robert L. Brush III
Raleigh Tile of Beckley ** West Virginia

___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel