Updated Model Design Guidelines (markdown)

Rushabh Mehta
2019-08-28 11:57:32 +05:30
parent 747146cfb9
commit 517cf1d894

@@ -1,3 +1,9 @@
### Numbering Series
For auto naming, use the format `[MOD]-[DOC]-.YYYY.-` where MOD is the module abbreviation and DOC is the DocType abbrevation.
For example: Lead in CRM module should be `CRM-LEAD-.YYYY.-`
### Avoid hard coding of Roles
No business logic should be based on hard coded roles. Either make it a configuration or set a property in User / Employee whether user has the permission to do the action.