如何使用Crystal Report打印餐厅账单 [英] How to print restaurant bill using Crystal report

查看:71
本文介绍了如何使用Crystal Report打印餐厅账单的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我试图开发一个帐单系统,但由于我的报告生成问题而无法完成.该报告最多必须包含10个详细信息,其余信息将结转到下一页,并且还必须在每页末尾显示总计.这就是账单的样子...


Slno数量明细率金额
1 2 Chicken Chow 100200
.
.
.
.
10 3冰淇淋50150
总计350


下页的议案继续...

Slno数量明细率金额
提单350
11 4 Biryani 100400
.
.
.
15 2百事可乐30 60
总卢比. 810
增值税卢比. 110
净卢比. 920

还应该注意的是,在账单的最后一页,必须包括总金额,增值税和净额...

我急需解决方案...感谢您的宝贵时间和事先的帮助...祝您有美好的一天...

I trying to develop a bill system but am unable to complete due to problem in generation of my report. The report must have a max of 10 particulars and the remaining is carried over to the next page and also at the end of every page the total has to be displayed. This is how the bill should like...


Slno Qty Particulars Rate Amount
1 2 Chicken Chow 100 200
.
.
.
.
10 3 ice cream 50 150
Total 350


Continuation of the bill in the next page…

Slno Qty Particulars Rate Amount
b/f 350
11 4 Biryani 100 400
.
.
.
15 2 Pepsi 30 60
Total Rs. 810
VAT Rs. 110
Net Rs. 920

It should also be noted that at the last page of the bill the total, VAT and NET amount has to be included...

I need the solution urgently... Thank you for your precious time and your help in advance... Have a great day...

推荐答案

您需要生成您可以使用 PrintDocument [
You need to generate the report yourself using the PrintDocument[^] class, and using the GDI+ API.

Hope this helps


这篇关于如何使用Crystal Report打印餐厅账单的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆