protected void createDliveryNoInvoiceData()
{
GeneralJournalEntry mGeneralJournalEntry;
GeneralJournalAccountEntry mGeneralJournalAccountEntry;
SubledgerVoucherGeneralJournalEntry mSubledgerVoucherGeneralJournalEntry;
VendPackingSlipJour mVendPackingSlipJour;
VendPackingSlipTrans mVendPackingSlipTrans;
while select mGeneralJournalAccountEntry
where mGeneralJournalAccountEntry.PostingType == LedgerPostingType::PurchPckSlpPurchaseOffsetAccount
join mGeneralJournalEntry
where (mGeneralJournalEntry.AccountingDate >= startDate && mGeneralJournalEntry.AccountingDate <= endDate)
&& mGeneralJournalEntry.RecId == mGeneralJournalAccountEntry.GeneralJournalEntry