Git Product home page Git Product logo

erpnext_expenses's Introduction

ERPNext Expenses

v1.0.0-Alpha3

An expenses management module for ERPNext.

⚠️ This plugin is in ALPHA stage so it is not PRODUCTION ready. ⚠️


Contributors

The list of people who deserves more than a simple "Thank You".

  • Monolith Online
  • Andrew Rogers
  • Washaqq
  • Codi
  • Ian Kahare

Table of Contents


Requirements


Setup

⚠️ Important ⚠️

Do not forget to replace "[sitename]" with the name of your site in all commands.

Install

  1. Go to bench directory
cd ~/frappe-bench
  1. Get plugin from Github

(Required only once)

bench get-app https://github.com/kid1194/erpnext_expenses
  1. Install plugin on your site
bench --site [sitename] install-app expenses
  1. Read the Usage section below

Update

  1. Go to app directory
cd ~/frappe-bench/apps/expenses
  1. Get updates from Github
git pull
  1. Go to bench directory (Optional)
cd ~/frappe-bench
  1. Update your site
bench --site [sitename] migrate
  1. Restart bench
bench restart

Uninstall

  1. Go to bench directory
cd ~/frappe-bench
  1. Uninstall plugin from your site
bench --site [sitename] uninstall-app expenses
  1. Remove plugin from bench cache
bench remove-app expenses
  1. Restart bench
bench restart

Usage

  1. Expense Type
  • Create the hierarchy of expense types based on your needs
  • Under each type, add the expense account for each company

ℹ️ Note: Expense accounts are inherited from parents, if not set.

ℹ️ Note: Only expense types with self and/or inherited expense accounts can be linked to expense items.

  1. Expense Item
  • Create the expense items that reflect your expenses
  • Add each expense item to the expense type that it belongs to
  • Change the expense account for each company and/or set the expense defaults (cost, quantity, etc..)

ℹ️ Note: Expense accounts are inherited from linked expense type and are not modifiable except for cost and quantity related fields.

  1. Expense
  • Create a company expense and fill the cost, quantity, etc..
  • Attachments can be added or removed even after submit, but before adding the expense to an expenses request
  1. Expenses Request
  • Create a request for a company list of expenses so that it can be approved or rejected
  • When requests are rejected, the linked expenses will be automatically rejected & cancelled
  • Rejected requests can be appealed and after appealing, the status of linked expenses will be automatically restored and set as Requested
  1. Expenses Entry
  • Create entries based on a request or manually add company related expenses
  • After submit, all the expenses will be posted to the journal
  1. Expenses Settings
  • Enable the module (Enabled by default)
  • Modify the update notification settings
  • Check for update manually

ℹ️ Note: Module update functionality will only be enabled in the PRODUCTION stage


Issues

If you find bug in the plugin, please create a bug report and let us know about it.


License

This repository has been released under the MIT License.

erpnext_expenses's People

Contributors

kid1194 avatar agrogers avatar

Watchers

 avatar

Forkers

admin627863

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.