Example #1
0
func init() {
	db.RegisterEntity("incoming", em)
}
Example #2
0
func init() {
	db.RegisterEntity("order", em)
	db.RegisterEntity("orderdetail", detailem)
}
Example #3
0
func init() {
	db.RegisterEntity("product", em)
}
Example #4
0
func init() {
	db.RegisterEntity("person", em)
}
func init() {
	db.RegisterEntity("account_changelog", aclEm)
}
Example #6
0
func init() {
	db.RegisterEntity("syd/inventorygroup", em)
}
Example #7
0
func init() {
	db.RegisterEntity("syd/const", em)
}
Example #8
0
func init() {
	db.RegisterEntity("syd/user_action", historyEm)
}
Example #9
0
func init() {
	db.RegisterEntity("syd/user", em)
}
Example #10
0
func init() {
	db.RegisterEntity("syd/settle_account", em)
}
Example #11
0
func init() {
	db.RegisterEntity("inventory_track", em)
}