blob: 991d4100b3b02e61c4503cabd45a26af8df8ec89 [file] [log] [blame]
Nabin Hait15cad192011-10-10 17:10:24 +05301# Module Def, Stock
nabinhaitec097972011-07-01 13:34:41 +05302[
Nabin Hait15cad192011-10-10 17:10:24 +05303
4 # These values are common in all dictionaries
nabinhaitec097972011-07-01 13:34:41 +05305 {
Nabin Hait15cad192011-10-10 17:10:24 +05306 'creation': '2011-07-01 17:40:49',
nabinhaitec097972011-07-01 13:34:41 +05307 'docstatus': 0,
Anand Doshi75d30b82012-02-02 11:38:15 +05308 'modified': '2012-02-01 15:43:00',
Nabin Hait15cad192011-10-10 17:10:24 +05309 'modified_by': 'Administrator',
10 'owner': 'Administrator'
11 },
12
13 # These values are common for all Module Def Role
14 {
15 'doctype': 'Module Def Role',
16 'name': '__common__',
17 'parent': 'Stock',
18 'parentfield': 'roles',
19 'parenttype': 'Module Def'
20 },
21
22 # These values are common for all Module Def Item
23 {
24 'doctype': 'Module Def Item',
25 'name': '__common__',
26 'parent': 'Stock',
27 'parentfield': 'items',
28 'parenttype': 'Module Def'
29 },
30
31 # These values are common for all Module Def
32 {
33 'disabled': 'No',
nabinhaitec097972011-07-01 13:34:41 +053034 'doctype': u'Module Def',
35 'doctype_list': 'DocType Label, QA Inspection Report',
nabinhaitec097972011-07-01 13:34:41 +053036 'is_hidden': 'No',
nabinhaitec097972011-07-01 13:34:41 +053037 'module_desc': 'Material Management',
38 'module_icon': 'Stock.gif',
39 'module_label': 'Stock',
40 'module_name': 'Stock',
nabinhaitec097972011-07-01 13:34:41 +053041 'module_seq': 7,
Nabin Hait15cad192011-10-10 17:10:24 +053042 'name': '__common__'
nabinhaitec097972011-07-01 13:34:41 +053043 },
Nabin Hait15cad192011-10-10 17:10:24 +053044
45 # Module Def, Stock
nabinhaitec097972011-07-01 13:34:41 +053046 {
Nabin Hait15cad192011-10-10 17:10:24 +053047 'doctype': u'Module Def',
48 'name': 'Stock'
49 },
50
51 # Module Def Item
52 {
nabinhaitec097972011-07-01 13:34:41 +053053 'description': 'Item master',
54 'display_name': 'Item',
55 'doc_name': 'Item',
56 'doc_type': 'Forms',
nabinhaitec097972011-07-01 13:34:41 +053057 'doctype': 'Module Def Item',
Nabin Hait15cad192011-10-10 17:10:24 +053058 'fields': 'name\nitem_group\ndescription'
nabinhaitec097972011-07-01 13:34:41 +053059 },
Nabin Hait15cad192011-10-10 17:10:24 +053060
61 # Module Def Item
nabinhaitec097972011-07-01 13:34:41 +053062 {
Nabin Hait15cad192011-10-10 17:10:24 +053063 'description': 'A unique number identifying each entity of an item',
64 'display_name': 'Serial No',
65 'doc_name': 'Serial No',
66 'doc_type': 'Forms',
67 'doctype': 'Module Def Item',
68 'fields': 'item_code\nstatus\nwarehouse\npr_no\ndelivery_note_no\ncustomer'
69 },
70
71 # Module Def Item
72 {
nabinhaitec097972011-07-01 13:34:41 +053073 'description': 'Record of items added, removed or moved from one warehouse to another.',
74 'display_name': 'Stock Entry',
75 'doc_name': 'Stock Entry',
76 'doc_type': 'Forms',
nabinhaitec097972011-07-01 13:34:41 +053077 'doctype': 'Module Def Item',
Nabin Hait15cad192011-10-10 17:10:24 +053078 'fields': 'transfer_date\npurpose\nfrom_warehouse\nto_warehouse\nremarks'
nabinhaitec097972011-07-01 13:34:41 +053079 },
Nabin Hait15cad192011-10-10 17:10:24 +053080
81 # Module Def Item
nabinhaitec097972011-07-01 13:34:41 +053082 {
nabinhaitec097972011-07-01 13:34:41 +053083 'description': 'Record of items delivered to your customers along with the Printed Note',
84 'display_name': 'Delivery Note',
85 'doc_name': 'Delivery Note',
86 'doc_type': 'Forms',
nabinhaitec097972011-07-01 13:34:41 +053087 'doctype': 'Module Def Item',
Nabin Hait15cad192011-10-10 17:10:24 +053088 'fields': 'status\ntransaction_date\ncustomer\nterritory\ngrand_total\nper_billed'
nabinhaitec097972011-07-01 13:34:41 +053089 },
Nabin Hait15cad192011-10-10 17:10:24 +053090
91 # Module Def Item
nabinhaitec097972011-07-01 13:34:41 +053092 {
Anand Doshi75d30b82012-02-02 11:38:15 +053093 'description': 'Generate Packing Slips based on a Delivery Note',
94 'display_name': 'Packing Slip',
95 'doc_name': 'Packing Slip',
96 'doc_type': 'Forms',
97 'doctype': 'Module Def Item',
98 'fields': 'delivery_note\nfrom_case_no\nto_case_no\nnet_weight_pkg\ngross_weight_pkg'
99 },
100
101 # Module Def Item
102 {
nabinhaitec097972011-07-01 13:34:41 +0530103 'description': 'Record of incoming material from your suppliers',
104 'display_name': 'Purchase Receipt',
105 'doc_name': 'Purchase Receipt',
106 'doc_type': 'Forms',
nabinhaitec097972011-07-01 13:34:41 +0530107 'doctype': 'Module Def Item',
Nabin Hait15cad192011-10-10 17:10:24 +0530108 'fields': 'status\ntransaction_date\nsupplier\ngrand_total\nper_billed'
nabinhaitec097972011-07-01 13:34:41 +0530109 },
Nabin Hait15cad192011-10-10 17:10:24 +0530110
111 # Module Def Item
nabinhaitec097972011-07-01 13:34:41 +0530112 {
nabinhaitec097972011-07-01 13:34:41 +0530113 'description': 'Details of Installation done after delivery',
114 'display_name': 'Installation Note',
115 'doc_name': 'Installation Note',
116 'doc_type': 'Forms',
Nabin Hait15cad192011-10-10 17:10:24 +0530117 'doctype': 'Module Def Item'
nabinhaitec097972011-07-01 13:34:41 +0530118 },
Nabin Hait15cad192011-10-10 17:10:24 +0530119
120 # Module Def Item
nabinhaitec097972011-07-01 13:34:41 +0530121 {
nabinhaitec097972011-07-01 13:34:41 +0530122 'description': 'Create Quality Inspection Report for any item',
123 'display_name': 'Inspection Report',
124 'doc_name': 'QA Inspection Report',
125 'doc_type': 'Forms',
nabinhaitec097972011-07-01 13:34:41 +0530126 'doctype': 'Module Def Item',
Nabin Hait15cad192011-10-10 17:10:24 +0530127 'fields': 'inspection_type\nitem_code\nreport_date\npurchase_receipt_no\ndelivery_note_no'
nabinhaitec097972011-07-01 13:34:41 +0530128 },
Nabin Hait15cad192011-10-10 17:10:24 +0530129
130 # Module Def Item
nabinhaitec097972011-07-01 13:34:41 +0530131 {
nabinhaitec097972011-07-01 13:34:41 +0530132 'description': 'Reconcile your stock by uploading it form an excel file',
133 'display_name': 'Stock Reconciliation',
134 'doc_name': 'Stock Reconciliation',
135 'doc_type': 'Forms',
nabinhaitec097972011-07-01 13:34:41 +0530136 'doctype': 'Module Def Item',
Nabin Hait15cad192011-10-10 17:10:24 +0530137 'fields': 'reconciliation_date\nreconciliation_time\nremark'
nabinhaitec097972011-07-01 13:34:41 +0530138 },
Nabin Hait15cad192011-10-10 17:10:24 +0530139
140 # Module Def Item
nabinhaitec097972011-07-01 13:34:41 +0530141 {
nabinhaitec097972011-07-01 13:34:41 +0530142 'description': 'This utility tool will update Stock UOM in Item and will respectively update Actual Qty in Stock Ledger as per Conversion Factor.',
143 'display_name': 'Stock UOM Replace Utility',
144 'doc_name': 'Stock UOM Replace Utility',
145 'doc_type': 'Single DocType',
Nabin Hait15cad192011-10-10 17:10:24 +0530146 'doctype': 'Module Def Item'
nabinhaitec097972011-07-01 13:34:41 +0530147 },
Nabin Hait15cad192011-10-10 17:10:24 +0530148
149 # Module Def Item
nabinhaitec097972011-07-01 13:34:41 +0530150 {
nabinhaitec097972011-07-01 13:34:41 +0530151 'description': 'This utility will help in tracking stock for Sales Return and Purchase Return.',
152 'display_name': 'Sales and Purchase Return Wizard',
153 'doc_name': 'Sales and Purchase Return Wizard',
154 'doc_type': 'Single DocType',
Nabin Hait15cad192011-10-10 17:10:24 +0530155 'doctype': 'Module Def Item'
nabinhaitec097972011-07-01 13:34:41 +0530156 },
Nabin Hait15cad192011-10-10 17:10:24 +0530157
158 # Module Def Item
nabinhaitec097972011-07-01 13:34:41 +0530159 {
nabinhaitec097972011-07-01 13:34:41 +0530160 'description': 'You can create master template for landed cost wizard',
161 'display_name': 'Landed Cost Master',
162 'doc_name': 'Landed Cost Master',
163 'doc_type': 'Forms',
nabinhaitec097972011-07-01 13:34:41 +0530164 'doctype': 'Module Def Item',
Nabin Hait15cad192011-10-10 17:10:24 +0530165 'icon': 'accept.gif'
nabinhaitec097972011-07-01 13:34:41 +0530166 },
Nabin Hait15cad192011-10-10 17:10:24 +0530167
168 # Module Def Item
nabinhaitec097972011-07-01 13:34:41 +0530169 {
nabinhaitec097972011-07-01 13:34:41 +0530170 'description': 'Add extra expenses into Purchase Receipt which should be consider for item valuation. The cost will be added proportionately as per purchase receipt value.',
171 'display_name': 'Landed Cost Wizard',
172 'doc_name': 'Landed Cost Wizard',
173 'doc_type': 'Forms',
nabinhaitec097972011-07-01 13:34:41 +0530174 'doctype': 'Module Def Item',
Nabin Hait15cad192011-10-10 17:10:24 +0530175 'icon': 'accept.gif'
nabinhaitec097972011-07-01 13:34:41 +0530176 },
Nabin Hait15cad192011-10-10 17:10:24 +0530177
178 # Module Def Item
nabinhaitec097972011-07-01 13:34:41 +0530179 {
nabinhaitec097972011-07-01 13:34:41 +0530180 'display_name': 'Stock Ledger',
181 'doc_name': 'Stock Ledger Entry',
182 'doc_type': 'Reports',
Nabin Hait15cad192011-10-10 17:10:24 +0530183 'doctype': 'Module Def Item'
nabinhaitec097972011-07-01 13:34:41 +0530184 },
Nabin Hait15cad192011-10-10 17:10:24 +0530185
186 # Module Def Item
nabinhaitec097972011-07-01 13:34:41 +0530187 {
nabinhaitec097972011-07-01 13:34:41 +0530188 'display_name': 'Stock Level',
189 'doc_name': 'Bin',
190 'doc_type': 'Reports',
Nabin Hait15cad192011-10-10 17:10:24 +0530191 'doctype': 'Module Def Item'
nabinhaitec097972011-07-01 13:34:41 +0530192 },
Nabin Hait15cad192011-10-10 17:10:24 +0530193
194 # Module Def Item
nabinhaitec097972011-07-01 13:34:41 +0530195 {
nabinhaitec097972011-07-01 13:34:41 +0530196 'display_name': 'Shortage To Indent',
197 'doc_name': 'Item',
198 'doc_type': 'Reports',
Nabin Hait15cad192011-10-10 17:10:24 +0530199 'doctype': 'Module Def Item'
nabinhaitec097972011-07-01 13:34:41 +0530200 },
Nabin Hait15cad192011-10-10 17:10:24 +0530201
202 # Module Def Item
nabinhaitec097972011-07-01 13:34:41 +0530203 {
nabinhaitec097972011-07-01 13:34:41 +0530204 'description': 'Stock Value as per Item and Warehouse',
205 'display_name': 'Stock Report',
206 'doc_name': 'Stock Ledger Entry',
207 'doc_type': 'Reports',
Nabin Hait15cad192011-10-10 17:10:24 +0530208 'doctype': 'Module Def Item'
nabinhaitec097972011-07-01 13:34:41 +0530209 },
Nabin Hait15cad192011-10-10 17:10:24 +0530210
211 # Module Def Item
nabinhaitec097972011-07-01 13:34:41 +0530212 {
nabinhaitec097972011-07-01 13:34:41 +0530213 'display_name': 'Stock Aging Report',
214 'doc_name': 'Serial No',
215 'doc_type': 'Reports',
Nabin Hait15cad192011-10-10 17:10:24 +0530216 'doctype': 'Module Def Item'
nabinhaitec097972011-07-01 13:34:41 +0530217 },
Nabin Hait15cad192011-10-10 17:10:24 +0530218
219 # Module Def Role
nabinhaitec097972011-07-01 13:34:41 +0530220 {
nabinhaitec097972011-07-01 13:34:41 +0530221 'doctype': 'Module Def Role',
nabinhaitec097972011-07-01 13:34:41 +0530222 'role': 'Material User'
223 },
Nabin Hait15cad192011-10-10 17:10:24 +0530224
225 # Module Def Role
nabinhaitec097972011-07-01 13:34:41 +0530226 {
nabinhaitec097972011-07-01 13:34:41 +0530227 'doctype': 'Module Def Role',
nabinhaitec097972011-07-01 13:34:41 +0530228 'role': 'Material Master Manager'
229 },
Nabin Hait15cad192011-10-10 17:10:24 +0530230
231 # Module Def Role
nabinhaitec097972011-07-01 13:34:41 +0530232 {
nabinhaitec097972011-07-01 13:34:41 +0530233 'doctype': 'Module Def Role',
nabinhaitec097972011-07-01 13:34:41 +0530234 'role': 'Material Manager'
235 },
Nabin Hait15cad192011-10-10 17:10:24 +0530236
237 # Module Def Role
nabinhaitec097972011-07-01 13:34:41 +0530238 {
nabinhaitec097972011-07-01 13:34:41 +0530239 'doctype': 'Module Def Role',
nabinhaitec097972011-07-01 13:34:41 +0530240 'role': 'Quality Manager'
241 }
242]