Skip to content

Latest commit

 

History

History
57 lines (36 loc) · 1.61 KB

File metadata and controls

57 lines (36 loc) · 1.61 KB

Accounting

An Accounting App with a double-entry accounting system built on Frappe.

Table of Contents :

Installation

From bench directory :

bench get-app https://github.com/s-aga-r/Accounting
env/bin/pip install -r apps/accounting/requirements.txt
bench new-site accounting
bench --site accounting install-app accounting

How to Run ?

bench --site accounting add-to-hosts
bench start

Now you can access your site at http://accounting:8000.

Portal Pages :

  • Home

    Home
  • Products

    Products
  • Cart

    Cart

    Invoice

    Invoice
  • About Us

    About Us
  • Desk

    Desk

License

This repository has been released under the MIT License.