Scott,
thanks for this fix. By the way... are you getting the error because you have enabled the GL posting secas, right? Jacopo [hidden email] wrote: > Author: lektran > Date: Wed Dec 5 00:44:11 2007 > New Revision: 601249 > > URL: http://svn.apache.org/viewvc?rev=601249&view=rev > Log: > Added a GlAccountOrganization to the demo data, seems to be required to receive inventory with a $0 unit cost > > Modified: > ofbiz/trunk/applications/accounting/data/DemoGlSetupData.xml > > Modified: ofbiz/trunk/applications/accounting/data/DemoGlSetupData.xml > URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/data/DemoGlSetupData.xml?rev=601249&r1=601248&r2=601249&view=diff > ============================================================================== > --- ofbiz/trunk/applications/accounting/data/DemoGlSetupData.xml (original) > +++ ofbiz/trunk/applications/accounting/data/DemoGlSetupData.xml Wed Dec 5 00:44:11 2007 > @@ -37,6 +37,7 @@ > <GlAccountOrganization organizationPartyId="Company" glAccountId="214000" fromDate="2001-01-01 00:00:00.0"/> > <GlAccountOrganization organizationPartyId="Company" glAccountId="500000" fromDate="2001-01-01 00:00:00.0"/> > <GlAccountOrganization organizationPartyId="Company" glAccountId="514000" fromDate="2001-01-01 00:00:00.0"/> > + <GlAccountOrganization organizationPartyId="Company" glAccountId="515000" fromDate="2001-01-01 00:00:00.0"/> > <GlAccountOrganization organizationPartyId="Company" glAccountId="625000" fromDate="2001-01-01 00:00:00.0"/> > > <!-- Default mapping between account types and account ids --> > |
Nope, just updated, ant clean-all, ant run-install
then tried to receipt 100 x GZ-1004 without a PO Regards Scott On 05/12/2007, Jacopo Cappellato <[hidden email]> wrote: > > Scott, > > thanks for this fix. > By the way... are you getting the error because you have enabled the GL > posting secas, right? > > Jacopo > > [hidden email] wrote: > > Author: lektran > > Date: Wed Dec 5 00:44:11 2007 > > New Revision: 601249 > > > > URL: http://svn.apache.org/viewvc?rev=601249&view=rev > > Log: > > Added a GlAccountOrganization to the demo data, seems to be required to > receive inventory with a $0 unit cost > > > > Modified: > > ofbiz/trunk/applications/accounting/data/DemoGlSetupData.xml > > > > Modified: ofbiz/trunk/applications/accounting/data/DemoGlSetupData.xml > > URL: > http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/data/DemoGlSetupData.xml?rev=601249&r1=601248&r2=601249&view=diff > > > ============================================================================== > > --- ofbiz/trunk/applications/accounting/data/DemoGlSetupData.xml > (original) > > +++ ofbiz/trunk/applications/accounting/data/DemoGlSetupData.xml Wed > Dec 5 00:44:11 2007 > > @@ -37,6 +37,7 @@ > > <GlAccountOrganization organizationPartyId="Company" > glAccountId="214000" fromDate="2001-01-01 00:00:00.0"/> > > <GlAccountOrganization organizationPartyId="Company" > glAccountId="500000" fromDate="2001-01-01 00:00:00.0"/> > > <GlAccountOrganization organizationPartyId="Company" > glAccountId="514000" fromDate="2001-01-01 00:00:00.0"/> > > + <GlAccountOrganization organizationPartyId="Company" > glAccountId="515000" fromDate="2001-01-01 00:00:00.0"/> > > <GlAccountOrganization organizationPartyId="Company" > glAccountId="625000" fromDate="2001-01-01 00:00:00.0"/> > > > > <!-- Default mapping between account types and account ids --> > > > > |
It was createAcctgTransForInventoryItemCostChange that got fired according
to the logs, in case that helps. Regards Scott On 05/12/2007, Scott Gray <[hidden email]> wrote: > > Nope, just updated, ant clean-all, ant run-install > then tried to receipt 100 x GZ-1004 without a PO > > Regards > Scott > > On 05/12/2007, Jacopo Cappellato <[hidden email]> wrote: > > > > Scott, > > > > thanks for this fix. > > By the way... are you getting the error because you have enabled the GL > > posting secas, right? > > > > Jacopo > > > > [hidden email] wrote: > > > Author: lektran > > > Date: Wed Dec 5 00:44:11 2007 > > > New Revision: 601249 > > > > > > URL: http://svn.apache.org/viewvc?rev=601249&view=rev > > > Log: > > > Added a GlAccountOrganization to the demo data, seems to be required > > to receive inventory with a $0 unit cost > > > > > > Modified: > > > ofbiz/trunk/applications/accounting/data/DemoGlSetupData.xml > > > > > > Modified: ofbiz/trunk/applications/accounting/data/DemoGlSetupData.xml > > > URL: > > http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/data/DemoGlSetupData.xml?rev=601249&r1=601248&r2=601249&view=diff > > > > > ============================================================================== > > > > > --- ofbiz/trunk/applications/accounting/data/DemoGlSetupData.xml > > (original) > > > +++ ofbiz/trunk/applications/accounting/data/DemoGlSetupData.xml Wed > > Dec 5 00:44:11 2007 > > > @@ -37,6 +37,7 @@ > > > <GlAccountOrganization organizationPartyId="Company" > > glAccountId="214000" fromDate="2001-01-01 00:00: 00.0"/> > > > <GlAccountOrganization organizationPartyId="Company" > > glAccountId="500000" fromDate="2001-01-01 00:00:00.0"/> > > > <GlAccountOrganization organizationPartyId="Company" > > glAccountId="514000" fromDate="2001-01-01 00:00: 00.0"/> > > > + <GlAccountOrganization organizationPartyId="Company" > > glAccountId="515000" fromDate="2001-01-01 00:00:00.0"/> > > > <GlAccountOrganization organizationPartyId="Company" > > glAccountId="625000" fromDate="2001-01-01 00:00: 00.0"/> > > > > > > <!-- Default mapping between account types and account ids --> > > > > > > > > |
In reply to this post by Scott Gray
Hmmm... not a good news.
I'll have a look at this, thanks for the information. Jacopo Scott Gray wrote: > Nope, just updated, ant clean-all, ant run-install > then tried to receipt 100 x GZ-1004 without a PO > > Regards > Scott > > On 05/12/2007, Jacopo Cappellato <[hidden email]> wrote: >> Scott, >> >> thanks for this fix. >> By the way... are you getting the error because you have enabled the GL >> posting secas, right? >> >> Jacopo >> >> [hidden email] wrote: >>> Author: lektran >>> Date: Wed Dec 5 00:44:11 2007 >>> New Revision: 601249 >>> >>> URL: http://svn.apache.org/viewvc?rev=601249&view=rev >>> Log: >>> Added a GlAccountOrganization to the demo data, seems to be required to >> receive inventory with a $0 unit cost >>> Modified: >>> ofbiz/trunk/applications/accounting/data/DemoGlSetupData.xml >>> >>> Modified: ofbiz/trunk/applications/accounting/data/DemoGlSetupData.xml >>> URL: >> http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/data/DemoGlSetupData.xml?rev=601249&r1=601248&r2=601249&view=diff >> ============================================================================== >>> --- ofbiz/trunk/applications/accounting/data/DemoGlSetupData.xml >> (original) >>> +++ ofbiz/trunk/applications/accounting/data/DemoGlSetupData.xml Wed >> Dec 5 00:44:11 2007 >>> @@ -37,6 +37,7 @@ >>> <GlAccountOrganization organizationPartyId="Company" >> glAccountId="214000" fromDate="2001-01-01 00:00:00.0"/> >>> <GlAccountOrganization organizationPartyId="Company" >> glAccountId="500000" fromDate="2001-01-01 00:00:00.0"/> >>> <GlAccountOrganization organizationPartyId="Company" >> glAccountId="514000" fromDate="2001-01-01 00:00:00.0"/> >>> + <GlAccountOrganization organizationPartyId="Company" >> glAccountId="515000" fromDate="2001-01-01 00:00:00.0"/> >>> <GlAccountOrganization organizationPartyId="Company" >> glAccountId="625000" fromDate="2001-01-01 00:00:00.0"/> >>> <!-- Default mapping between account types and account ids --> >>> >> > |
In reply to this post by Scott Gray
Thank you Scott,
this is fixed in rev. 601258 Jacopo Scott Gray wrote: > It was createAcctgTransForInventoryItemCostChange that got fired according > to the logs, in case that helps. > > Regards > Scott > > On 05/12/2007, Scott Gray <[hidden email]> wrote: >> Nope, just updated, ant clean-all, ant run-install >> then tried to receipt 100 x GZ-1004 without a PO >> >> Regards >> Scott >> >> On 05/12/2007, Jacopo Cappellato <[hidden email]> wrote: >>> Scott, >>> >>> thanks for this fix. >>> By the way... are you getting the error because you have enabled the GL >>> posting secas, right? >>> >>> Jacopo >>> >>> [hidden email] wrote: >>>> Author: lektran >>>> Date: Wed Dec 5 00:44:11 2007 >>>> New Revision: 601249 >>>> >>>> URL: http://svn.apache.org/viewvc?rev=601249&view=rev >>>> Log: >>>> Added a GlAccountOrganization to the demo data, seems to be required >>> to receive inventory with a $0 unit cost >>>> Modified: >>>> ofbiz/trunk/applications/accounting/data/DemoGlSetupData.xml >>>> >>>> Modified: ofbiz/trunk/applications/accounting/data/DemoGlSetupData.xml >>>> URL: >>> http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/data/DemoGlSetupData.xml?rev=601249&r1=601248&r2=601249&view=diff >>> ============================================================================== >>> >>>> --- ofbiz/trunk/applications/accounting/data/DemoGlSetupData.xml >>> (original) >>>> +++ ofbiz/trunk/applications/accounting/data/DemoGlSetupData.xml Wed >>> Dec 5 00:44:11 2007 >>>> @@ -37,6 +37,7 @@ >>>> <GlAccountOrganization organizationPartyId="Company" >>> glAccountId="214000" fromDate="2001-01-01 00:00: 00.0"/> >>>> <GlAccountOrganization organizationPartyId="Company" >>> glAccountId="500000" fromDate="2001-01-01 00:00:00.0"/> >>>> <GlAccountOrganization organizationPartyId="Company" >>> glAccountId="514000" fromDate="2001-01-01 00:00: 00.0"/> >>>> + <GlAccountOrganization organizationPartyId="Company" >>> glAccountId="515000" fromDate="2001-01-01 00:00:00.0"/> >>>> <GlAccountOrganization organizationPartyId="Company" >>> glAccountId="625000" fromDate="2001-01-01 00:00: 00.0"/> >>>> <!-- Default mapping between account types and account ids --> >>>> >>> > |
Free forum by Nabble | Edit this page |