Cheque printing

satyajit
Member Posts: 28
Hi, i want to make a multiple line entry in the payment journal and using the check printing functionality. Can anyone tell me if i can do this, and if yes, How ??
0
Comments
-
i'm not sure I understand. you want to enter several lines at once into the payment journal & print checks?
are you doing it one at a time now?0 -
Hello,
We are trying to post one single entry in multiple lines and not using the balancing account. For eg., when a Vendor is made payment through cheque......in this case we are asked to put the cheque number(cheque number will be same in both the lines).....we want this entry to be made in two lines and not a single line entry using balancing account......
Navsion allows us to post the entry but the problem is with regards to cheque printing........please let me know if there is any solution to this??
Regards
Satya0 -
Hi Satyajit ,
If you are looking to print all the lines during cheque printing then u can d something like this
Go on the OnPresectiontrigger of the dataitem where the lines r getting printing Its printsettledloopbody just looking at the standard report and write something like this
VendorLedger.RESET;
VendorLedger.SETCURRENTKEY("Vendor No.");
VendorLedger.SETRANGE("Vendor No.",VendLedgEntry."Vendor No.");
VendorLedger.SETRANGE("Document No.",DocNo1);
IF VendorLedger.FIND('-') THEN BEGIN
VendorLedger.CALCFIELDS(Amount,"Original Amount","Remaining Amount","Original Amt. (LCY)"
,"Amount (LCY)","Remaining Amt. (LCY)");
END;
where Vendorledger is a record variable of vendor ledger entry
Cheers,
Tarun0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions