You can take a look DEMO
You can take a look for v1
[EN]
Report Designer is a design tool for your invoices, waybills or other stuffs that are being developed with React JS.
For more information and using guide please check the documentation.
[TR]
Fatura Tasarımcısı, React JS ile geliştirilmekte olan, fatura, irsaliye ve daha fazlasını tasarlayabileceğiniz bir araçtır.
Daha fazla detay için dokümantasyona göz atın.
Eski sürüm için buradan
[EN]
You can start to use basically. Firstly you should clone the repository, after that run yarn install
command to install dependencies. Lastly give the start with yarn start
.
Or you can download a release and open directly in your browser.
[TR]
Bu repoyu bilgisayarınza indirin. Sonrasında yarn install
komutu ile bağımlılıkları yükleyin ve yarn start
komutu ile uygulamayı çalıştırın.
Ya da direk release menüsünden bir versiyon indirerek doğrudan tarayıcınızda çalıştırabilirsiniz.
We love your input! We want to make contributing to this project as easy and transparent as possible, whether it's:
- Reporting a bug
- Discussing the current state of the code
- Submitting a fix
- Proposing new features
- Becoming a maintainer
- Fork the repo and create your branch from
v2.0.0-dev
. - If you've added code that should be tested, add tests.
- Ensure the test suite passes.
- Make sure your code lints.
- Issue that pull request!