Skip to content

reggaetuna/erpnext_scripts

Repository files navigation

Introduction

Print Scripts for frappe/erpnext replace the standard print formats of erpnext. The Client Scripts are mainly designed to fullfil custom user-interface task like dialogs or automatisms that have been requested by a or more customer. The Server Scripts are mainly designed to manipulate the workflows of erpnext and directly change database entries without applying user role permissions. Some tasks require both or multilayher scripts. All of the above come most often as a Serviceproject for a client/customer.

In addition to the raw logic and functions in this repository we apply the tueit-handbook to document and communicate our work. This repository is neccessary for version-keeping and collaboration.

The last but not least category are Restful Scripts, mainly used for Export-/Import or Interfaceintegration Projects.

Print Scripts

Metadata Header for files:

<!--
// Title: 
// Needs another script to function: []
// Project/Task: 
// Client/Customer: 
// Last Modified: dd.mm.yyyy
// Version: 0.0.0
// Author:
// Licence:
// Documentation: uRL-Link
-->

Client Scripts

Metadata Header for files:

// Title: 
// Needs another script to function: [nnn_doctype.js, ]
// Project/Task: 
// Client/Customer: 
// Last Modified: dd.mm.yyyy
// Version: 0.0.0
// Author: 
// Licence:
// Documentation: uRL-Link

Server Scripts

Metadata Header for files:

# Title: 
# Needs another script to function: []
# Project/Task:
# Client/Customer: 
# Last Modified: dd.mm.yyyy
# Version: 0.0.0
# Author:
# Licence:
# Documentation: uRL-Link

Combination Scripts

Restful Scripts

Chaos Drawer

Here can all the Scripts be placed that are somewhat not working, used in later projects or other non-functioning and imperfect things.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors