2013-08-05 09:29:54 +00:00
|
|
|
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd.
|
|
|
|
# License: GNU General Public License v3. See license.txt
|
|
|
|
|
2013-01-18 05:19:39 +00:00
|
|
|
def execute():
|
2013-02-02 07:20:14 +00:00
|
|
|
return
|
2013-01-18 05:19:39 +00:00
|
|
|
from webnotes.modules.import_file import import_file
|
|
|
|
import_file("accounts", "GL Mapper", "Journal Voucher")
|
|
|
|
import_file("accounts", "GL Mapper", "Purchase Invoice")
|
|
|
|
import_file("accounts", "GL Mapper", "Purchase Invoice with write off")
|