Re: [Ledger-smb-devel] install challenges

2014-07-22 Thread turtle
Can you could post the output of: tail /var/log/apache2/error_log on the users mailing list and we can meet there. Thanks Turtle > Greetings > > I called a friend who is a serious Perl person and he suggested that I > just > continue with the install even though 1 test had

Re: [Ledger-smb-devel] [ledger-smb:bugs] #1165 after conversion to 1.4 previous 1.3.39 users only get menu "new window" and "logout" menu option

2014-06-03 Thread turtle
Yes that would be very helpful for testing. > On Mon, Jun 2, 2014 at 3:20 PM, Erik Huelsmann wrote: > >> Hi Chris, >> >> >> As the ticket quoted below shows - to me - the current hidden >> "role_prefix" feature isn't transparent to people. Looks people expect >> to >> be able to copy a database a

Re: [Ledger-smb-devel] Stack Trace

2014-05-20 Thread turtle
#log4perl.logger.LedgerSMB.DBObject = INFO #log4perl.logger.LedgerSMB.DBObject.Employee = FATAL #log4perl.logger.LedgerSMB.Handler = ERROR #log4perl.logger.LedgerSMB.User = WARN #log4perl.logger.LedgerSMB.ScriptLib.Company=TRACE #print STDERR localtime()." Sysconfig log4perl_config=$log4perl_config\n"; Cheers Turtl

[Ledger-smb-devel] Stack Trace

2014-05-19 Thread turtle
projects Line: 45 Caller: mainbin/pe.pl1146 Is there any easier way to achieve this in 1.4? Cheers Turtle -- "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE Instantly run your Selenium test

Re: [Ledger-smb-devel] Error.pm deprecated

2014-05-19 Thread turtle
So Error.pm is not used? -- "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE Instantly run your Selenium tests across 300+ browser/OS combos. Get unparalleled scalability from the best Selenium testi

Re: [Ledger-smb-devel] Error.pm deprecated

2014-05-17 Thread turtle
In that file I see stuff like: $payment->error("Invalid Payment Amount Option"); So i am guessing $payment has an error object? Anywhere pm $payment is used will depend on Error.pm What is the plan for good old Form.pm? I never had a problem with $form->error or whatever

Re: [Ledger-smb-devel] Error.pm deprecated

2014-05-16 Thread turtle
p.sf.net/sfu/ExoPlatform___ > Ledger-smb-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ledger-smb-devel > Interesting I see 1.4 uses it in Makefile.PL Can you point me to where it actually ca

Re: [Ledger-smb-devel] git/dvcs concept questions regarding identifying a baseline branch

2014-05-16 Thread turtle
n't work without a > whole lot of work. And if we branch from oldest applicable, then any > changes made to refactored code in newer branches will cause problems. So > wondering what people reco

[Ledger-smb-devel] Patch for ledgersmb 1.2 AM.pm am.pl

2014-05-16 Thread turtle
I have a small security patch for Ledgersmb 1.2. LedgerSMB/AM.pm and bin/am.pl Basically it requires the validation of a users password before a password change. Happy spring from ultra dry Silicon Valley! -turtle Index: AM.pm

[Ledger-smb-devel] the 12 Payroll tables

2014-01-19 Thread turtle
the Perl somewhere? Will it cause a problem in 1.4 if I use it for now in 1.2? For example INSERT INTO payroll_income_class (id,country_id,label) VALUES (nextval ( 'id' ), 1, 'Oregon'); Cheers Turtle --

Re: [Ledger-smb-devel] Proposal: Move remaining 1.3 feature requests to 1.5

2013-12-17 Thread turtle
g exchange rate. But it might just be me. Is there a problem with the comma and a decimal not being interchangeable ? But really its fine either way since one could make a branch for development of these. Cheers Turtle -

Re: [Ledger-smb-devel] Work remaining toward a 1.4 release

2013-12-03 Thread turtle
> Hi Turtle, > > Thanks for adding your items to the bug database. Apparently, the SF site > showed me incorrect results last weekend, as there are more bugs now than > just the ones you added. However, having a full list is a good thing and > probably helps drive the release of

Re: [Ledger-smb-devel] Work remaining toward a 1.4 release

2013-12-03 Thread turtle
e an apache2.4 config template, we can release that with 1.3, 1.4 and > put it in trunk, if we do so after branching. > > > Any other items/steps? > > I added bugs 904-906 they are what I had posted here recently that I think are some bugs in 1.4. I accidentally put bug 906 under 1

Re: [Ledger-smb-devel] sql/upgrade/1.2-1.4.sql patches

2013-11-26 Thread turtle
ique one before parts are imported. I don't > think this is an issue however it would be good to confirm. > > Why support duplicate parts? A user can have two parts with the same > partnumber using different parts groups or case so I did not feel like > renaming thousands of som

[Ledger-smb-devel] sql/upgrade/1.2-1.4.sql patches

2013-11-26 Thread turtle
would be good to confirm. Why support duplicate parts? A user can have two parts with the same partnumber using different parts groups or case so I did not feel like renaming thousands of somebodies duplicate part numbers :) Hope this helps Cheers Turtle--- 1.2-1.4.sql 2013-09-30 15:17:47.345672947

Re: [Ledger-smb-devel] column "crdate" of relation "ar" does not exist

2013-11-22 Thread turtle
Thanks I hope my tests are helpful. Just running tests here on 1.4. Cheers Turtle > The change has been committed. > > Generally what to do is to run the setup.pl file again on your db. It > will > detect the version, load schema changes, and reload stored procedures. > >

Re: [Ledger-smb-devel] 1.2 -> 1.4 data port missing tables & constraints not in DB?

2013-11-19 Thread turtle
Sorry this was vague > Should the parts_id's and project id's be ported to the "job" table? I mean the should the old parts.project_id be mapped to job table? -- Shape the Mobile Experience: Free Subscription Software exp

[Ledger-smb-devel] 1.2 -> 1.4 data port missing tables & constraints not in DB?

2013-11-19 Thread turtle
s Unique nonobsolete partnumbers, unique_ar_invnumbers, and no_null_ac_amounts and so on but the tables themselves in 1.4 do not have those constraints. Can this be safely bypassed? More questions to come I am sure thanks

Re: [Ledger-smb-devel] parts table 1.4

2013-11-15 Thread turtle
log, lots in apache log but kinda hard to read. Next I thought I might just import a dump of just the parts table into my 1.4 test database for now but I don't have a business_unit_id in the 1.4 parts table and reading through sql/1.2-1.4.sql I dont see where that data goes. Cheers Turtle

[Ledger-smb-devel] parts table 1.4

2013-11-14 Thread turtle
I take it project_id + 1000 has become business_unit_id in 1.4. where do parts . project_id's go? there is no business_unit_id in the parts table. And Why not just import the project_id's to business_unit_id? instead you add 1000 to project_id's ?

Re: [Ledger-smb-devel] [1.4 testing] Reconciliation

2013-10-28 Thread turtle
hash can be used to refresh selections by entity_id on update. >> > > Our approach in 1.3/1.4 is relatively different. The same problem does > not > exist. > > we actually use another database table to track reconciliation lines in > 1.3. This means a couple of things: &g

Re: [Ledger-smb-devel] [1.4 testing] Reconciliation

2013-10-28 Thread turtle
amp; rc.pl to give me a unique entity_id back on its query. (patch available) We could use this to track the check boxes on the form accurately. I currently am unsure how to copy elements of the 2D array $form->{PR} into a hash that gets hidden

Re: [Ledger-smb-devel] [1.4 testing] Error saving contact notes

2013-10-27 Thread turtle
Hi back to this I found the issue The dropdown Note Class "Entity" appears only after you go to "credit accounts" tab and click save. If you create a new customer and don't do anything else other than try to add a note you should be able to replicate this missing drop

Re: [Ledger-smb-devel] [1.4 testing] Reconciliation

2013-10-27 Thread turtle
I made a few test transactions how do I reconcile in 1.4? did cash -> Reconciliation get moved to transaction approval -> Reconciliation ? When I run this report I see nothing. Cheers Turtle -- October Webinars

Re: [Ledger-smb-devel] [1.4 testing] how to add a group or a parent?

2013-10-27 Thread turtle
Greetings all when adding a (partsgroup) group to my 1.4 test system I get: Error! INSERT INTO partsgroup (partsgroup, parent) VALUES (?, ?) ERROR: invalid input syntax for integer: "" LINE 3: VALUES ('small'

Re: [Ledger-smb-devel] [1.4 testing] Error saving contact notes

2013-10-12 Thread turtle
notes that raised similar errors though not quite this one. >> >> The note class is supposed to be selected by a drop-down that selects >> between attaching to the entity (person or company) and the credit >> account >> (customer or vendor agreement). It sounds like

Re: [Ledger-smb-devel] [1.4 testing] Error saving contact notes

2013-10-12 Thread turtle
y a drop-down that selects > between attaching to the entity (person or company) and the credit account > (customer or vendor agreement). It sounds like this is not showing. Can > you send me your UI/Contact/divs/notes.html template? > > Best wishes, > Chris Travers > > The

Re: [Ledger-smb-devel] [1.4 testing] Error saving contact notes

2013-10-11 Thread turtle
omitting note_class and get the same error. Looking at the page source for note_class i don't find anything. Cheers turtle -- October Webinars: Code for Performance Free Intel webinars can help you accelerate app

Re: [Ledger-smb-devel] Setting up chart of accounts in 1.4

2013-10-11 Thread turtle
> This occurs because you set up the defaults before you set up the chart of > accounts? I don't get an option to set up a chart of accounts in setup.pl. Is that supposed to be done manually? > If so we may want to just break this off into separate transactions. > > -- > Best Wishes, > Chris Trav

[Ledger-smb-devel] [1.4 testing] Error saving contact notes

2013-10-10 Thread turtle
/5.16.1/Try/Tiny.pm line 76 eval {...} called at /usr/lib64/perl5/vendor_perl/5.16.1/Try/Tiny.pm line 67 Try::Tiny::try('CODE(0x3e14210)', 'Try::Tiny::Catch=REF(0x51d5058)') called at lsmb-request.pl line 119 LedgerSMB::Handler::call_

[Ledger-smb-devel] Setting up chart of accounts in 1.4

2013-10-10 Thread turtle
the 'INSERT INTO defaults' lines from the sql file corrects the issue. Cheers -turtle -- October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips fo

Re: [Ledger-smb-devel] Multiple tables

2013-10-10 Thread turtle
$form->{vndr_invoice}, $form->{monthly_bill} ) || $form->dberror($query); } } I really enjoyed this book: http://shop.oreilly.com/product/9781565926998.do Cheers turtle > The situation is that multiple Amazon product identifie

[Ledger-smb-devel] [1.4 testing]Can't locate object method "dbh" via package

2013-10-07 Thread turtle
'business_unit__save' ; It seems I have the function. Cheers turtle -- October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, ad

Re: [Ledger-smb-devel] Getting Back to testing 1.4

2013-10-05 Thread turtle
mething that got skipped last May when I was trying 1.4? I still did not see an option to add one if one is missing. Will using the old one from 1.2 pose any problems for testing 1.4? It seemed to work just fine. I now seem to have a functional 1.4 and 1.2 sandbox system on my laptop for code

Re: [Ledger-smb-devel] 1.2 - 1.4 data import.

2013-10-04 Thread turtle
It appears the old accounts in the /sql directory work if I remove inserts to defaults. > Well since there are no default accounts I figure jump right in and import > of a 1.2 test database I have. > > It contains extra tables and modified tables of a ledgersmb 1.2 > system and it had to me moved

[Ledger-smb-devel] 1.2 - 1.4 data import.

2013-10-04 Thread turtle
Well since there are no default accounts I figure jump right in and import of a 1.2 test database I have. It contains extra tables and modified tables of a ledgersmb 1.2 system and it had to me moved off the server to my laptop. I go to setup.pl it detects my data as 1.2. Then I am prompted to

Re: [Ledger-smb-devel] Migrating data to LedgerSMB

2013-10-04 Thread turtle
d for $510? http://www.freelancer.com/projects/PHP-C-Programming/QuickBooks-QBW-reverse-engineering.html Inuit also offers a number of developer tools: https://developer.intuit.com/docs/0025_quickbooksapi/0055_devkits Cheers Turtle > Hi Developers, > > I'd asked this question on th

Re: [Ledger-smb-devel] Temporarily take down an instance

2013-10-04 Thread turtle
Assuming your using vhosts and ledgersmb-httpd.conf for each install you could change the rewrite rule the install that you are taking down. I would think you could change a line like: RewriteRule ^/ledgersmb/?$ /ledgersmb/login.pl [R] To: RewriteRule ^/ledgersmb/?$ some_temp_message.html [R] > A

Re: [Ledger-smb-devel] Getting Back to testing 1.4

2013-10-04 Thread turtle
iewing > accounts and their balances is now unified in one screen (i.e > reports/chart > of accounts and system/chart of accounts/list accounts are merged). > > Best Wishes, > Chris Travers > Great thanks There used to be some sample c

Re: [Ledger-smb-devel] Temporarily take down an instance

2013-10-04 Thread turtle
Can you change your apache mod_rewrite rule to point at a temporary page? > We have several LedgerSMB instances running on a server. How can I > easily take one down, and then bring it up later on? > > Thanks. > Brian > > Activus Technologies > Brian Wolf > Phone: 410.367.2958 > Email: br...@acti

Re: [Ledger-smb-devel] Getting Back to testing 1.4

2013-10-03 Thread turtle
nce. >> >> I am attaching a patch for ledgersmb-httpd-2.4.conf.template that >> illustrates what I had to do and will prevent users or package managers >> from this error when configuring ledgersmb-httpd-2.4.conf

Re: [Ledger-smb-devel] Getting Back to testing 1.4

2013-10-03 Thread turtle
and change a users password etc. Thanks for sticking with me! Cheers Turtle. Index: ledgersmb-httpd-2.4.conf.template === --- ledgersmb-httpd-2.4.conf.template (revision 6104) +++ ledgersmb-httpd-2.4.conf.template (working copy) @@

Re: [Ledger-smb-devel] Getting Back to testing 1.4

2013-10-02 Thread turtle
) -- $ENV{SCRIPT_NAME}=/ledgersmb-1.4/setup.pl $request->{action}=login $script=setup.pl, referer: http://localhost/ledgersmb-1.4/setup.pl Thanks again for any ideas. -Turtle -- October Webinars: Code for Performance Free

Re: [Ledger-smb-devel] Getting Back to testing 1.4

2013-10-02 Thread turtle
> Hi Turtle; > > > On Tue, Oct 1, 2013 at 5:18 PM, wrote: > >> Greetings all I am finally getting back to setting up a 1.4. test system >> for step one of our BIG migration project. >> I upgraded my svn today to 6104 >> I had set up a test database a few mo

[Ledger-smb-devel] Getting Back to testing 1.4

2013-10-01 Thread turtle
Greetings all I am finally getting back to setting up a 1.4. test system for step one of our BIG migration project. I upgraded my svn today to 6104 I had set up a test database a few months ago and now I get the notorious looping apache authorization box. Ok I am fine with ditching my test database

Re: [Ledger-smb-devel] Testing out 1.4 with apache 2.4

2013-05-18 Thread turtle
> Hi Turtle, > > >> ... reading the page you reference, you probably want to change the >> lines >> > >> > Order Deny,Allow >> > Allow from 127.0.0.1 >> > Allow from localhost >> > >> > to >> > >> > R

Re: [Ledger-smb-devel] Testing out 1.4 with apache 2.4

2013-05-18 Thread turtle
x27;) called at lsmb-request.pl line 119 LedgerSMB::Handler::call_script('contact.pl', 'LedgerSMB=HASH(0x17056d0)') called at lsmb-request.pl line 84 require lsmb-request.pl called at /var/www/localhost/htdocs/ledgersmb-1.4/contact.pl line 8 Cheers Turtle ---

Re: [Ledger-smb-devel] Testing out 1.4 with apache 2.4

2013-05-18 Thread turtle
-script .pl Options ExecCGI Includes FollowSymlinks Require ip 127.0.0.1 Require host localhost Require all denied #Require all granted #for testing # Prevent unauthorized access to configuration # and access control files Require all denied RewriteEngine On Rewr

[Ledger-smb-devel] Testing out 1.4 with apache 2.4

2013-05-18 Thread turtle
ons unless I missed something. http://httpd.apache.org/docs/2.4/upgrading.html Cheers Turtle -- AlienVault Unified Security Management (USM) platform delivers complete security visibility with the essential security ca

Re: [Ledger-smb-devel] Math::BigInt dislikes undefined values

2012-10-13 Thread turtle
t( $myconfig, - $form->{invtotal} + $form->{paid}, 2 ); Made the error go away in stock BigInt.pm 1.997 $form->{paid} being the undef in my case I think If they close my bug as a wont fix then do we need if's every time we do math in ledgersmb to make sure we are doing math on

Re: [Ledger-smb-devel] Math::BigInt dislikes undefined values

2012-10-12 Thread turtle
ons of things in the above command. Cheers Turtle -- Don't let slow site performance ruin your business. Deploy New Relic APM Deploy New Relic app performance management and know exactly what is happening inside your

[Ledger-smb-devel] Math::BigInt dislikes undefined values

2012-10-09 Thread turtle
} } ---End patch I am not sure since there are tons of places that call Form.pm sub sub db_parse_numeric. Note: I am still running the 1.2 version and this patch is against its /trunk -r 5153. Note 2: I have not tested where else undefined values could be sent to Math:: Cheers Turtle PS

Re: [Ledger-smb-devel] Split db id's accuratly from dropdown

2012-09-16 Thread turtle
t /--/ > With > split /--([^--]+)$/ > > And it seems to be working well. > > Interestingly Ledgersmb actually strips extra 's from customers names > Would not be good if you had to have -- in a name this could probably be > eliminated. > > Cheers & > Happy September > Tu

[Ledger-smb-devel] Split db id's accuratly from dropdown

2012-09-16 Thread turtle
working well. Interestingly Ledgersmb actually strips extra 's from customers names Would not be good if you had to have -- in a name this could probably be eliminated. Cheers & Happy September Turtle -- Every

Re: [Ledger-smb-devel] Quick common.pl and action ?

2012-08-05 Thread turtle
: 4979c152-3d1c-0410-bac9-87ea11338e46 Revision: 5102 And it loaded my test database just fine. Logged in and posted some transactions. Much cleaner patch too. Cheers Turtle -- Live Security Virtual Conference Exclusive live

Re: [Ledger-smb-devel] Quick common.pl and action ?

2012-08-04 Thread turtle
Well adding action to that loop in common.pl causes login to go into an infinite loop :( Here is some output from my debugger: login.pl 274sub login mainbin/login.pl92 LedgerSMB/User.pm sub new Line: 46 Caller: mainbin/login.pl316 LedgerSMB/User.pm sub login Line: 216 Caller: mainbin/login.pl319

Re: [Ledger-smb-devel] Quick common.pl and action ?

2012-08-04 Thread turtle
ng db querrys in pm's and not pl's? Or just cleaner coding? Cheers Turtle -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and

[Ledger-smb-devel] Quick common.pl and action ?

2012-08-03 Thread turtle
in advance Turtle -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include

Re: [Ledger-smb-devel] Printing PDF to screen bug

2010-02-01 Thread turtle
> On Sun, Jan 31, 2010 at 2:40 PM, wrote: > >> > On Fri, Jan 29, 2010 at 2:01 PM, wrote: >> > >> >> I encounter a bug when printing PDF to screen on an updated existing >> >> order >> >> (quote or invoice as well) >> >> I get a data stream of what looks like PDF binary data. >> >> To reproduce go

Re: [Ledger-smb-devel] Printing PDF to screen bug

2010-01-31 Thread turtle
> On Fri, Jan 29, 2010 at 2:01 PM, wrote: > >> I encounter a bug when printing PDF to screen on an updated existing >> order >> (quote or invoice as well) >> I get a data stream of what looks like PDF binary data. >> To reproduce go to an order, select print pdf to screen. >> Will print fine every

[Ledger-smb-devel] Printing PDF to screen bug

2010-01-29 Thread turtle
I encounter a bug when printing PDF to screen on an updated existing order (quote or invoice as well) I get a data stream of what looks like PDF binary data. To reproduce go to an order, select print pdf to screen. Will print fine every time. Next go to the same order anew and add an item update a

[Ledger-smb-devel] Session Expired error in 1.2.18 -$eeking dev help monday

2009-08-21 Thread turtle
will give you a user name and password to my demo-sandbox testing site. Any other suggestions would be helpful and welcome. Thanks Turtle -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day tria

Re: [Ledger-smb-devel] Wile we are sharing screen shots

2009-04-19 Thread turtle
On Sunday 19 April 2009 09:47:39 Jeff Kowalczyk wrote: > On Sat, 18 Apr 2009 19:41:35 -0700, turtle wrote: > > Here are some screen shots of our custom Ledgersmb system. > > http://turtle.think-electric.com/gallery/v/think/ledgerSMB/ > > The URL isn't loading, do yo

[Ledger-smb-devel] Wile we are sharing screen shots

2009-04-18 Thread turtle
configuration file. The code is dependant on ROSE::DB::OBJECT It currently has no documentation and is customized for a particular company. The customizations completely break the manufacturing work flow. -- Cheers Turtle _ FYI the .asc file is a digital

Re: [Ledger-smb-devel] How to deal with an & in a callback ?

2009-03-16 Thread turtle
ing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ledger-smb-devel That works thanks! -- Cheers Turtle _ FYI the .asc file is a digital signature see http://en.wikipedia.org/wiki/Pretty_Good_Privacy for more info.

[Ledger-smb-devel] How to deal with an & in a callback ?

2009-03-16 Thread turtle
We have some custom stuff that is breaking when there is say a & in a name like "bar & grill" Any thoughts on the best way to deal with this? (other than removing all the &'s) -- Cheers Turtle _ FYI the .asc file is a

Re: [Ledger-smb-devel] GAAP (was Re: Patch for serious bug in LedgerSMB 1.2.16)

2009-02-20 Thread turtle
lectrician goes to more expensive vendor B to save on time. I guess I could make a generic PO then have the select what items are from what vendor happen at a later stage. -- Cheers Turtle _ FYI the .asc file is a digital signature see http://en.wik

Re: [Ledger-smb-devel] GAAP (was Re: Patch for serious bug in LedgerSMB 1.2.16)

2009-02-18 Thread turtle
reference. Quickbooks allows you to edit and resave an invoice at the users discression. There would be no need for an accounting program to behave differently. (This is an opinion but our attorney and accountant agree.) -- Cheers Turtle _ FY

Re: [Ledger-smb-devel] Currency relationships in pl's and PM's

2009-02-03 Thread turtle
On Tuesday 06 January 2009 21:42:13 Chris Travers wrote: > On Tue, Jan 6, 2009 at 7:44 PM, turtle wrote: > > I am hunting down a bug or misconfiguration in my 1.13 version. > > This is 1.1.13? 1.2.13? Which version exactly? > > Best Wi

[Ledger-smb-devel] Currency relationships in pl's and PM's

2009-01-06 Thread turtle
vendor SET curr = 'USD'; After running this I still get no currency in new oe items. Even setting the Postgres default to USD in a curr column does not help. Thanks for any input Turtle _ FYI the .asc file is a digital

Re: [Ledger-smb-devel] Gentoo ebuild

2008-12-18 Thread turtle
I have submitted a Bug#: 251584 at http://bugs.gentoo.org/ to get gentoo into the repository for Portage Gentoo's main package manager. signature.asc Description: This is a digitally signed message part. --

[Ledger-smb-devel] io.pl printing custom tables

2008-08-23 Thread turtle
he work order. The custom project ID displays in the form fine in the UI here is the source I get from the web browser: Project deleteme Any ideas or hints? -- Cheers Turtle _ FYI the .a

Re: [Ledger-smb-devel] What distinguishes a service, vendor invoice item?

2008-07-17 Thread turtle
On Wednesday 16 July 2008 14:17:55 Jeff Kowalczyk wrote: > On Wed, 16 Jul 2008 21:05:19 -0700, turtle wrote: > > What does the ledgersmb use to distinguish a service from a part? > > In branches/1.2: not much. AFAICT, only the non-NULL status of > parts.inventory_accno_id distin

[Ledger-smb-devel] What distinguishes a service, vendor invoice item?

2008-07-16 Thread turtle
to have a item. when creating a item I am adding a checkbox that flags the item as a "vendor invoice item" so you can search just for them or omit them from searches. Is anyone doing anything similar or have any input? -- Cheers Turtle signature.asc Description: This is a digita

Re: [Ledger-smb-devel] Order description

2008-07-09 Thread turtle
sales order. Projects and customers are interchangable with egoupware for scheduling.(Not done yet) Customer search shoes projects associated and links to them(done), anything in a project should be searchable. -- Cheers Turtle signature.asc Description: This is a digitally signed message pa

[Ledger-smb-devel] Order description

2008-07-07 Thread turtle
Why has "order description" been dropped from ledgersmb? -- Cheers Turtle signature.asc Description: This is a digitally signed message part. - Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! St

Re: [Ledger-smb-devel] Question about import process from sql-ledger, and Rose::DB

2008-07-07 Thread turtle
import datafrom it. It would not be a huge stretch to use this on other accounting db formats / programs. cheers Turtle signature.asc Description: This is a digitally signed message part. - Sponsored by: SourceForge.net

Re: [Ledger-smb-devel] Trunk & rewriting the auth stuff

2008-03-10 Thread turtle
On Sunday 09 March 2008 23:48:27 turtle wrote: > I was looking at the trunk and I noticed your README. > Any way to use the trunk version to test and port our SL code? well I checked out the revision recommended and am getting an error regarding LedgerSMB::Template ;use Error q

[Ledger-smb-devel] Trunk & rewriting the auth stuff

2008-03-09 Thread turtle
I was looking at the trunk and I noticed your README. Any way to use the trunk version to test and port our SL code? -- Cheers Turtle signature.asc Description: This is a digitally signed message part. - This SF.net email

Re: [Ledger-smb-devel] Gentoo ebuild

2008-03-04 Thread turtle
On Tuesday 04 March 2008 04:52:28 Pongracz Istvan wrote: > 2008. 03. 4, kedd keltezéssel 12.37-kor Stroller ezt írta: > > On 4 Mar 2008, at 07:05, Pongracz Istvan wrote: > > > 2008. 03. 3, hétfő keltezéssel 20.01-kor turtle ezt írta: > > >> There has been some

[Ledger-smb-devel] Gentoo ebuild

2008-03-03 Thread turtle
it? Need to find out how to make an ebuild deal interactively with g-cpan modules, the apache files and postgres files and updates if anyone has any thoughts on this that would be great. The ebuild is still at 1.2.8 too. -- Cheers Turtle signature.asc Description: This is a digitally signed

Re: [Ledger-smb-devel] Our first contribution to Ledger SMB

2008-02-27 Thread turtle
it to me? -- Cheers Turtle signature.asc Description: This is a digitally signed message part. - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.c

Re: [Ledger-smb-devel] Our first contribution to Ledger SMB

2008-02-26 Thread turtle
as well as the record. Think used a "quotation" customer for a wile and this caused much confusion as to who's quote was who's. -- Cheers Turtle signature.asc Description: This is a digitally signed message part. --

Re: [Ledger-smb-devel] orderleaves.pl

2008-02-26 Thread turtle
ed in require at (eval 70) line 3. ...propagated at /usr/lib/perl5/5.8.8/base.pm line 85. BEGIN failed--compilation aborted at LedgerSMB/DB/Part.pm line 17. Any ideas what SL would need to be changed to? -- Cheers Turtle signature.asc Description: This is a digitally signed message

Re: [Ledger-smb-devel] orderleaves.pl

2008-02-24 Thread turtle
On Sunday 24 February 2008 13:35:47 Chris Travers wrote: > On Sun, Feb 24, 2008 at 1:16 PM, turtle <[EMAIL PROTECTED]> wrote: > > I am now attempting to modify orderleaves.pl > > Where has Part.pl gone? > > It was in /var/www/localhost/htdocs/sql-ledger/SL/DB/Part.pl. &

Re: [Ledger-smb-devel] orderleaves.pl

2008-02-24 Thread turtle
I am now attempting to modify orderleaves.pl Where has Part.pl gone? It was in /var/www/localhost/htdocs/sql-ledger/SL/DB/Part.pl. The old orderleaves code starts with: use SL::DB::Part; use SL::DB::Order; use SL::DB::OrderItem; -- Cheers Turtle signature.asc Description: This is a

[Ledger-smb-devel] orderleaves.pl

2008-02-16 Thread turtle
e.pl in sl 2.7.15. to the header of the file. I am curious if anyone can get it to work or is interested in totals of stuff. -- Cheers Turtle signature.asc Description: This is a digitally signed message part. - This SF.ne

[Ledger-smb-devel] integration with groupware

2007-12-09 Thread turtle
Is it realistic to integrate smbledger with some kind of groupware application for project management, punch list, and scheduling? We have been using egroupware for a few years to to scheduling and project info logging. Is anyone tinkering with this allready?

[Ledger-smb-devel] How willing is ledgersmb to accept custom code for service company?

2007-12-04 Thread turtle
We have been using sql-ledger for years and are running into issues with assemblies not being updateable. For example if I have a labor unit L1 and a part P1 and together they make an assembly 2 X L1 per 3 + P1 = A1 so assembly A1 contains 2 L1's and 3 P1's. Now we have for example 1000 assembl