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 == mGeneralJournalAccountEn
GeneralJournalEntry和VendPackingSlipJour, VendInvoiceJour的关联
最新推荐文章于 2024-10-31 11:26:40 发布