[jira] Commented: (OFBIZ-1472) Implement an automatic GL posting service triggered when inventory is issued for fixed asset maintenance

2007-12-04 Thread Pranay Pandey (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-1472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12548298
 ] 

Pranay Pandey commented on OFBIZ-1472:
--

Ashish,

The template service given in this task is 
"createAcctgTransForSalesShipmentIssuance", and in this the debit 
glAccountTypeId is COGS_ACCOUNT that's why i have swaped the entry for 
"glAccountTypeId", so i think that in the service 
"createAcctgTransForFixedAssetMaintIssuance" the debit glAccountTypeId will be 
FIXED_ASSET_MAINT.
--
Pranay

> Implement an automatic GL posting service triggered when inventory is issued 
> for fixed asset maintenance
> 
>
> Key: OFBIZ-1472
> URL: https://issues.apache.org/jira/browse/OFBIZ-1472
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: accounting
>Reporter: Jacopo Cappellato
> Attachments: CreateAcctgTransForFixedAssetMaintIssuance.patch
>
>
> Name of the service: "createAcctgTransForFixedAssetMaintIssuance" or similar
> Service definition:
>  engine="simple"  auth="true"
> location="org/ofbiz/accounting/ledger/GeneralLedgerServices.xml" 
> invoke="createAcctgTransForFixedAssetMaintIssuance">
> Create an accounting transaction for inventory that is 
> issued for fixed asset maintenance (Type: INVENTORY D: INVENTORY_ACCOUNT, C: 
> FIXED_ASSET_MAINT)
>  optional="false"/>
>  optional="true"/>
> 
> Use as a template the service "createAcctgTransForSalesShipmentIssuance". The 
> new service will be very similar, with the following differences:
> 1) replace shipmentId with fixedAssetId
> 2) do not set partyId and roleTypeId
> 3) the Credit glAccountTypeId is FIXED_ASSET_MAINT (and not COGS_ACCOUNT)
> 4) the acctgTransTypeId is INVENTORY (and not SALES_SHIPMENT)
> The seca will be:
> 
> 
>  mode="sync"/>
> 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-1472) Implement an automatic GL posting service triggered when inventory is issued for fixed asset maintenance

2007-12-03 Thread Ashish Vijaywargiya (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-1472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12548155
 ] 

Ashish Vijaywargiya commented on OFBIZ-1472:


Pranay,

I think you had swaped the entry for "glAccountTypeId".
Please read the task details again and do the necessary changes in the next 
patch.

--
Ashish

> Implement an automatic GL posting service triggered when inventory is issued 
> for fixed asset maintenance
> 
>
> Key: OFBIZ-1472
> URL: https://issues.apache.org/jira/browse/OFBIZ-1472
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: accounting
>Reporter: Jacopo Cappellato
> Attachments: CreateAcctgTransForFixedAssetMaintIssuance.patch
>
>
> Name of the service: "createAcctgTransForFixedAssetMaintIssuance" or similar
> Service definition:
>  engine="simple"  auth="true"
> location="org/ofbiz/accounting/ledger/GeneralLedgerServices.xml" 
> invoke="createAcctgTransForFixedAssetMaintIssuance">
> Create an accounting transaction for inventory that is 
> issued for fixed asset maintenance (Type: INVENTORY D: INVENTORY_ACCOUNT, C: 
> FIXED_ASSET_MAINT)
>  optional="false"/>
>  optional="true"/>
> 
> Use as a template the service "createAcctgTransForSalesShipmentIssuance". The 
> new service will be very similar, with the following differences:
> 1) replace shipmentId with fixedAssetId
> 2) do not set partyId and roleTypeId
> 3) the Credit glAccountTypeId is FIXED_ASSET_MAINT (and not COGS_ACCOUNT)
> 4) the acctgTransTypeId is INVENTORY (and not SALES_SHIPMENT)
> The seca will be:
> 
> 
>  mode="sync"/>
> 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-1472) Implement an automatic GL posting service triggered when inventory is issued for fixed asset maintenance

2007-12-03 Thread Jacopo Cappellato (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-1472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12548153
 ] 

Jacopo Cappellato commented on OFBIZ-1472:
--

Pranay,

yes, that line needs to be uncommented to activate GL auto posting services. 
For now we are keeping them disabled because the family of auto posting service 
is still incomplete, but very soon (maybe at the end of the week) I guess we 
could consider to uncomment it (you are all doing a great job and you are very 
fast).

Jacopo


> Implement an automatic GL posting service triggered when inventory is issued 
> for fixed asset maintenance
> 
>
> Key: OFBIZ-1472
> URL: https://issues.apache.org/jira/browse/OFBIZ-1472
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: accounting
>Reporter: Jacopo Cappellato
> Attachments: CreateAcctgTransForFixedAssetMaintIssuance.patch
>
>
> Name of the service: "createAcctgTransForFixedAssetMaintIssuance" or similar
> Service definition:
>  engine="simple"  auth="true"
> location="org/ofbiz/accounting/ledger/GeneralLedgerServices.xml" 
> invoke="createAcctgTransForFixedAssetMaintIssuance">
> Create an accounting transaction for inventory that is 
> issued for fixed asset maintenance (Type: INVENTORY D: INVENTORY_ACCOUNT, C: 
> FIXED_ASSET_MAINT)
>  optional="false"/>
>  optional="true"/>
> 
> Use as a template the service "createAcctgTransForSalesShipmentIssuance". The 
> new service will be very similar, with the following differences:
> 1) replace shipmentId with fixedAssetId
> 2) do not set partyId and roleTypeId
> 3) the Credit glAccountTypeId is FIXED_ASSET_MAINT (and not COGS_ACCOUNT)
> 4) the acctgTransTypeId is INVENTORY (and not SALES_SHIPMENT)
> The seca will be:
> 
> 
>  mode="sync"/>
> 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-1472) Implement an automatic GL posting service triggered when inventory is issued for fixed asset maintenance

2007-12-03 Thread Pranay Pandey (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-1472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12548097
 ] 

Pranay Pandey commented on OFBIZ-1472:
--

for running this service the commented code given earlier needs to be 
uncommented.

> Implement an automatic GL posting service triggered when inventory is issued 
> for fixed asset maintenance
> 
>
> Key: OFBIZ-1472
> URL: https://issues.apache.org/jira/browse/OFBIZ-1472
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: accounting
>Reporter: Jacopo Cappellato
> Attachments: CreateAcctgTransForFixedAssetMaintIssuance.patch
>
>
> Name of the service: "createAcctgTransForFixedAssetMaintIssuance" or similar
> Service definition:
>  engine="simple"  auth="true"
> location="org/ofbiz/accounting/ledger/GeneralLedgerServices.xml" 
> invoke="createAcctgTransForFixedAssetMaintIssuance">
> Create an accounting transaction for inventory that is 
> issued for fixed asset maintenance (Type: INVENTORY D: INVENTORY_ACCOUNT, C: 
> FIXED_ASSET_MAINT)
>  optional="false"/>
>  optional="true"/>
> 
> Use as a template the service "createAcctgTransForSalesShipmentIssuance". The 
> new service will be very similar, with the following differences:
> 1) replace shipmentId with fixedAssetId
> 2) do not set partyId and roleTypeId
> 3) the Credit glAccountTypeId is FIXED_ASSET_MAINT (and not COGS_ACCOUNT)
> 4) the acctgTransTypeId is INVENTORY (and not SALES_SHIPMENT)
> The seca will be:
> 
> 
>  mode="sync"/>
> 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.