cancel
Showing results for 
Search instead for 
Did you mean: 

How to set up Approval for Budget amount.

Former Member
0 Kudos

Hi,

We need to set Approval based on monthly Budget amount wise

ex: We set up budget amount Total year is 60000 based on GL Account (Service Charges)wise in Budget scenario set up per month is i.e., April 5000

May = 5000

June = 5000

July = 5000

Aug = 5000

Sep= 5000

Oct = 5000

Nov = 5000

Dec = 5000

Jan = 5000

Feb = 5000

Mar = 5000. when user is adding more than 5000 for the month April though this service charges general ledger account in AP Invoice or Manual Journal entries or Out going payment we need to give alter like you need get approval, after getting approval only he need add these documents. Here we have taken example he got approval for 6000 for the month April. next month he may added 2000 through service charges acct here remaining 3000 we need to carry forward to next month and we need to show in alter when he using service charges general ledger account available budget balance for June is 8000 but here also if he using more than 5000 for the June month same Approval we need to show like You need to get approval. How we can set up for this? This is my query below

SELECT T0.[BudgId], T0.[Line_ID], T0.[DebLTotal], T0.[DebSTotal], T0.[DebRLTotal], T0.[FtrIDRSSum], T0.[FtrODRLSum], T0.[FtrODRSSum], T0.[MonthPrcnt], T0.[AcctCode] FROM BGT1 T0 WHERE T0.[DebLTotal] >5000 and T0.[Acctcode]=4110101001 this query I added in terms under Approval template set up for AP Invoice but when am adding Ap invoice through Service charges GL account itu2019s not showing approval message. Please guide me how to solve this?

Regds,

Sampath Kumar.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

If you want to Carry Forward to implement to budget, that might be difficult for B1 to handle. Budget function in B1 may only support predefined distribution method. For example, Deviation from Budget would just assume the current period. All other periods will be ignored by default. You may need to create a pretty complicated query to associated with approval, if it can be created at all.

Thanks,

Gordon

Former Member
0 Kudos

Hi,Gordon Du.

Please guide me how we can achive this problem.above query is not working properly.

Regds,

Sampath Kumar.

Former Member
0 Kudos

Dear All,

This is query below but it's not showing showing any alter before adding document

SELECT T0.DeblTotal,T1.Linetotal,T0.Acctcode,T1.Acctcode FROM BGT1

T0 cross join inv1 T1

inner join oinv on oinv.docentry=T1.docentry

WHERE T1.Linetotal >T0.DeblTotal and T0.Acctcode=T1.Acctcode and T0.DeblTotal!=0

please guide me.how to solve

Former Member
0 Kudos

Hai!

I read in some threads like, Approval procedure will not work for Line Items. (Multi lines)

Control this using SP like only manager can add the Doc if it deviates from Budget. Ask users to save it as draft and send the Doc through internal message to the Approver. Approver can able to Add the Doc.

Former Member
0 Kudos

Hai!

In Approval Tempalte window on Terms Folder, U have an Option if u select when the following applies

Deviation from Budget, set this and try.

Regards,

Thanga Raj.K