You, Me and Dynamics GP
The premier information site for Microsoft Dynamics GP
25 March 2013
MS Dynamics Corporate Performance Management needs your opinion
I think it's Excel but you can give them your opinion.
27 August 2012
Microsoft Dynamics Corporate Performance Management, Management Reporter & BI Blogger: Budgeting in Management Reporter
(Phew that's a long title), Les looks at Budgeting in Management Reporter and doesn't find any. That's part of why I prefer deFacto as an alternative.
21 August 2012
14 June 2012
Going Beyond Management Reporter with deFacto Corporate Performance Management | Dynamics Care Services
28 December 2011
Mohammad R. Daoud: An Error while importing Analytical Accounting Budget
Budget imports have been a hot topic lately with lots of people searching for help. Mohammad Daoud digs into An Error while importing Analytical Accounting Budget and provides a solution.
30 November 2011
Trouble Importing Microsoft Dynamics GP Excel Budgets using the Excel Budgeting Wizard » Summit Group Software Blog
Gina Horner encounters some Trouble Importing Microsoft Dynamics GP Excel Budgets using the Excel Budgeting Wizard
I covered this on DynamicAccounting.net way back in July of 2008 as a Weekly Dynamic.It also shows up via MyGPSearch.com.
If you’re stuck looking for information about Dynamics GP don’t forget about MyGPSearch.com and GPWindow.com. Both are broader than Partnersource and a tighter than a Google or Bing search.
17 August 2011
History for Budget Transactions in Dynamics GP 2010 R2 | Interesting Findings & Knowledge Sharing
Sivakumar highlights History for Budget Transactions in Dynamics GP 2010 R2 in his new post.
16 August 2011
Creating Budgets That Span Multiple Periods | Dynamics GP Insights
New from Dynamics GP Insights, Cindy Boersma shows us to Create Budgets That Span Multiple Periods
03 March 2011
Dynamics GP 2010 Budget Transaction Window | DynamicsCare
Amy Walsh digs into Dynamics GP 2010’s Budget Transaction Window over at DynamicsCare.
15 November 2010
Maintaining Budget Transaction History in GP 2010
veeyeskay has a nice catch in his latest post. Most of you maintain history in all of your modules, well in GP 2010 you need to check the box to maintain history for the new budget transactions as well. Get the full scoop at Maintaining Budget Transaction History in GP 2010.
08 November 2010
Dynamics GP 10.0 creates empty and clear budget
Omar Kloub tells about a troubleshooting issue where Dynamics GP 10.0 creates empty and clear budget.
01 November 2010
Budget Analysis Query for Dynamics GP
veeyeskay also gives us a Budget Analysis SQL Query for Dynamics GP.
Master Budgets in Dynamics GP 2010
veeyeskay spends some time with new Master Budgets in Dynamics GP 2010 n his new post.
19 July 2010
Weekly Dynamic:Accounts Over Budget SQL for Dynamics GP
--Displays accounts overbudget for the month as of today.
--Set your budget ID in place of 'Budget 2008'. Leave in the single quotes.
declare @BudgetID as varchar(30)
Set @BudgetID='Budget 2008'
SELECT left(GL00105.ACTNUMST,15) as Account,
left(GL00100.ACTDESCR,15) as Description,
left(GL10110.PERIODID,5) as Period,
right(convert (nchar,cast(GL10110.PERDBLNC as Money),1),12) as GL,
right(convert(nchar, cast(GL00201.BUDGETAMT as money),1),12) as Budget,
right (convert (nchar,cast(GL10110.PERDBLNC - GL00201.BUDGETAMT as money),1),12) AS Overbudget
FROM GL00105 INNER JOIN
GL00100 ON GL00105.ACTINDX = GL00100.ACTINDX INNER JOIN
GL10110 ON GL00105.ACTINDX = GL10110.ACTINDX INNER JOIN
GL00201 ON GL10110.ACTINDX = GL00201.ACTINDX AND GL10110.PERIODID = GL00201.PERIODID AND
GL10110.PERDBLNC > GL00201.BUDGETAMT INNER JOIN
SY40100 ON GL10110.PERIODID = SY40100.PERIODID AND GL10110.YEAR1 = SY40100.YEAR1
WHERE (GL10110.YEAR1 = year(getdate())) AND (GL00201.BUDGETID = @BudgetID)
AND (GL10110.PERDBLNC - GL00201.BUDGETAMT > 100) AND ((GETDATE()
>= SY40100.PERIODDT) AND (GETDATE() <= SY40100.PERDENDT))and sy40100.ODESCTN='General Entry'
Don’t forget to subscribe to the DynamicAccounting.net newsletter for monthly news and tips on Dynamics GP.
01 July 2010
Weekly Review: Dynamics GP Budget vs. Actual on Steroids
12 April 2010
Weekly Dynamic: Budget Modifications
This Weekly Dynamic is a guest post by fellow GPer and long time friend of Dynamic Accounting.net, Zubin Gidwani.
When you open the budget maintenance window, you have the ability to modify one account at a time, however the method button brings up the ability to do a mass modify on all accounts in the budget.
If you hit Calculate and do not understand the implication, you may corrupt your entire budget. Not so bad with an increase or decrease, that you can reverse, but pray you didn’t use Set Amount, or start looking for your backups.
FYI
Budget ID table is GL00200, Budget Details table is GL00201 for fast dumps of your data.
The Safe way to modify a single account using the calculation method is on the Single Account Budget Maintenance screen, which can be found linked to the account maintenance screen.
30 March 2010
Where, Oh, Where Has My Budget Gone?
We closed out yesterday with a look at new Budget features in GP 2010 so let’s start today looking at locking down budgets from a new article by Christina Phillips of Dynamics GP Land: Where, Oh, Where Has My Budget Gone?.
29 March 2010
General Ledger Budget Transactions in GP 2010
I’m slowly catching up and I see that Inside Microsoft Dynamics GP has a look at a new feature to formalize budget changes in their new post General Ledger Budget Transactions.
01 February 2010
Dynamics GP Excel Budget Issue
