2013-01-18 10:49:39 +05:30
|
|
|
def execute():
|
2013-02-02 12:50:14 +05:30
|
|
|
return
|
2013-01-18 10:49:39 +05:30
|
|
|
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")
|