عرض مشاركة واحدة
قديم 12-Oct-2013, 11:18 AM   #9
SMPL2008
عضو نشيط
 
تاريخ التسجيل: May 2008
الدولة: SAUDI ARABIA
المشاركات: 39
من مواضيعي  
افتراضي

أشكرك على هذا المعلومات القيمة جدا كما اشكر الأخ منذر أسامة على دعمه الرائع.

وهنا سوف ابين لكم كيف تم حل المشكلة.

كما ذكرت لكم الفاتورة لم تحفظ بشكل صحيح ولم نستطيع تعديل الفاتورة.

قبل البدء بحل المشكله تم فحص تأثير هذه الفاتورة على الأمور المالية.

فوجد انها لم تأثر على ال GL
فقط اثرت على المستودع (حجزت رصيد للفاتورة التي تم ادخالها ).
وهنا نريد ان نحذف الفاتورة لكي يرجع رصيد المستودع كما كان.
الحل كان كالتالي:




Note : ALL USERS Should be out

: Step 1: search on the invoice number under these 3 taples

SOP10100
SOP10200
SOP10202

:WITH This command

SELECT * from SOP10100 where SOPNUMBE=invoice number
SELECT * from SOP10200 where SOPNUMBE=invoice number
SELECT * from SOP10202 where SOPNUMBE=invoice number


:Step 2: Then Delete the invoice data from these 3 taples
With this command:

delete from SOP10100 where SOPNUMBE= 'invoice number'
delete from SOP10200 where SOPNUMBE='invoice number'
delete from SOP10202 where SOPNUMBE='invoice number'


Step 3: Open GP & Run Check Links from GP
For Sales and inventory


Step 4: Run Reconcile for the current items

Step 5: to check the allocated items solve or not
go to --> Inquiry -- Inventory -- Item


SMPL2008 غير متواجد حالياً   رد مع اقتباس