在 C# WinForms 中生成发票
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/15854369/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Generating invoices in C# WinForms
提问by Victor
I have this application (it is written in Romanian):
我有这个应用程序(它是用罗马尼亚语写的):
I have made just the easy things for it, but my problem is that I don't know wich is the best methd for generating the invoice. Could anybody give me a good resource, and explanation based on it, please?
我已经为它做了一些简单的事情,但我的问题是我不知道哪个是生成发票的最佳方法。谁能给我一个很好的资源,并在此基础上进行解释,好吗?
This is an invoice made by hand in Word. This is also how I want my invoices to look like:
这是在 Word 中手工制作的发票。这也是我希望我的发票的样子:
BTW: I know my question has FLEXIBLE answers, but I need a starting point and something small beside it.
顺便说一句:我知道我的问题有灵活的答案,但我需要一个起点和旁边的一些小东西。
Thanks in advance!
提前致谢!
采纳答案by Shaharyar
Try crystal Reports as these are widely used to generate reports and invoices. Follow these links, may be they'll be helpful for you:
尝试使用 Crystal Reports,因为它们被广泛用于生成报告和发票。按照这些链接,它们可能对您有所帮助:
- http://www.codeproject.com/Articles/15859/Basics-of-Crystal-Report-for-NET-Programmers
- http://infynet.wordpress.com/2010/10/06/crystal-report-in-c/
- http://www.codeproject.com/Articles/15859/Basics-of-Crystal-Report-for-NET-Programmers
- http://infynet.wordpress.com/2010/10/06/crystal-report-in-c/
Or you can google it for more tutorials, there are too many.
或者你可以谷歌搜索更多教程,太多了。