Pav
1.1.Is Program -> Check -> isprogram 1.2.Project Title -> Data -> projecttitle (Mandatory,Unique)
- Author: mohsinalimat
- Repository: https://github.com/mohsinalimat/pav
- GitHub stars: 0
- Forks: 4
- License: NOASSERTION
- Category: Other
- Maintenance: Unmaintained
Install Pav
bench get-app https://github.com/mohsinalimat/pav
Add the Frappe Gems badge to your README
Maintain Pav? Paste this into your README:
[](https://frappegems.com/gems/apps/mohsinalimat/pav)
About Pav
PAV
Partner Added Value
Requirments for project activities:-
1.Custom fields in Project
1.1.Is Program -> Check -> isprogram 1.2.Project Title -> Data -> projecttitle (Mandatory,Unique)
2.Custom Script for project
this.frm.dashboard.add_transactions([
{
'items': [
'Budget',
'Project Activities'
],
'label': 'Budget & Project Activities'
}
]);
3.Server Script for project - before insert
if doc.isprogram==1: frappe.getdoc(dict( doctype = 'Project Dimension', projectcode = doc.name, status = doc.status, projectcode = doc.name )).insert()
Ignore #3
License
.Edit code:erpnext->controllers->accounts_controller.py
Add:"Expense Entry" in this condition -> if gl_dict.account and self.doctype not in ["Journal Entry","Period Closing Voucher", "Payment Entry", "Expense Entry"]:
MIT
Related Other apps for Frappe & ERPNext
- Erpnext — Free and Open Source Enterprise Resource Planning (ERP)
- Helpdesk — Modern, Streamlined, Free and Open Source Customer Service Software
- Print Designer — Visual print designer for Frappe / ERPNext
- Ctr — CTR模型代码和学习笔记总结
- Whitelabel — Whitelabel ERPNext
- Fossunited — fossunited.org
- Helm — Helm Chart Repository for Frappe/ERPNext
- Frappe Attachments S3 — A frappe app to upload file attachments in doctypes to s3.