dmitry-merzlyakov / nledger

.Net Ledger: Double-Entry Accounting System
Other
182 stars 51 forks source link

just question #4

Closed cysnet closed 1 year ago

cysnet commented 5 years ago

how can i start the project NLedge.CLI

cysnet commented 5 years ago

when i run the project NLeder.CLI,i got an error message: No journal file was specified (please use -f)

dmitry-merzlyakov commented 5 years ago

This is a command line utility, so you should specify proper command line parameters to run it. For example, you may specify something like NLedger-cli.exe bal -f drewr.dat assuming you want to get a balance using the file drewr.dat. I highly recommend reviewing Ledger documentation (you can find it in the file \Contrib\ledger3.html); the number of parameters is really big.

cysnet commented 5 years ago

This is a command line utility, so you should specify proper command line parameters to run it. For example, you may specify something like NLedger-cli.exe bal -f drewr.dat assuming you want to get a balance using the file drewr.dat. I highly recommend reviewing Ledger documentation (you can find it in the file \Contrib\ledger3.html); the number of parameters is really big.

thanks ,i will read the html file

cysnet commented 5 years ago

This is a command line utility, so you should specify proper command line parameters to run it. For example, you may specify something like NLedger-cli.exe bal -f drewr.dat assuming you want to get a balance using the file drewr.dat. I highly recommend reviewing Ledger documentation (you can find it in the file \Contrib\ledger3.html); the number of parameters is really big.

Can this tool add data to dat file?

dmitry-merzlyakov commented 5 years ago

No, the primary concept of this tool is to read a specially formatted text file and provide a big variety of output reports.

cysnet commented 5 years ago

No, the primary concept of this tool is to read a specially formatted text file and provide a big variety of output reports.

ok,I will learn how to use this tool.

alensiljak commented 1 year ago

@cysnet, please have a look at the Ledger docs at

https://ledger-cli.org/doc/ledger3.html

This project is an implementation of the same logic using dotnet platform. So, all the same rules apply.

That said, this issue can probably be closed as complete. :)