Advertisement
Guest User

Untitled

a guest
Mar 8th, 2017
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 283.54 KB | None | 0 0
  1. sts@sts-Lenovo-B4400:~$ cd erp
  2. erp/ erp-enterprise/
  3. sts@sts-Lenovo-B4400:~$ cd erp-enterprise/
  4. sts@sts-Lenovo-B4400:~/erp-enterprise$ cd
  5. apps/ data/ deploy/ home/ logs/ server/
  6. bin/ database/ docs/ java/ pid/
  7. sts@sts-Lenovo-B4400:~/erp-enterprise$ cd server/
  8. activemq/ mongodb/
  9. apache-activemq-5.10.0/ mongodb-linux-x86_64-2.6.3/
  10. apache-tomcat-7.0.55/ tomcat/
  11. axis2/ wso2esb/
  12. axis2-1.6.0/ wso2esb-4.0.3/
  13. sts@sts-Lenovo-B4400:~/erp-enterprise$ cd server/axis2
  14. sts@sts-Lenovo-B4400:~/erp-enterprise/server/axis2$ cd
  15. bin/ lib/ repository/ webapp/
  16. conf/ logs/ samples/ work/
  17. sts@sts-Lenovo-B4400:~/erp-enterprise/server/axis2$ cd bin/
  18. sts@sts-Lenovo-B4400:~/erp-enterprise/server/axis2/bin$ clear
  19. sts@sts-Lenovo-B4400:~/erp-enterprise/server/axis2/bin$ ./axis2server.sh
  20. Using AXIS2_HOME: /home/sts/erp-enterprise/server/axis2
  21. Using JAVA_HOME: /home/sts/java/jdk1.6.0_25
  22. Please use CMSClassUnloadingEnabled in place of CMSPermGenSweepingEnabled in the future
  23. [INFO] [SimpleAxisServer] Starting
  24. [INFO] [SimpleAxisServer] Using the Axis2 Repository/home/sts/erp-enterprise/server/axis2/repository
  25. [SimpleAxisServer] Using the Axis2 Repository/home/sts/erp-enterprise/server/axis2/repository
  26. [SimpleAxisServer] Using the Axis2 Configuration File/home/sts/erp-enterprise/server/axis2/conf/axis2.xml
  27. [INFO] Deploying module: addressing-1.6.0 - file:/home/sts/erp-enterprise/server/axis2/repository/modules/addressing-1.6.0.mar
  28. [INFO] Deploying module: metadataExchange-1.6.0 - file:/home/sts/erp-enterprise/server/axis2/repository/modules/mex-1.6.0.mar
  29. [INFO] Deploying module: mtompolicy-1.6.0 - file:/home/sts/erp-enterprise/server/axis2/repository/modules/mtompolicy-1.6.0.mar
  30. [INFO] Deploying module: ping-1.6.0 - file:/home/sts/erp-enterprise/server/axis2/repository/modules/ping-1.6.0.mar
  31. [INFO] Deploying module: soapmonitor-1.6.0 - file:/home/sts/erp-enterprise/server/axis2/repository/modules/soapmonitor-1.6.0.mar
  32. [INFO] Deploying module: script-1.6.0 - file:/home/sts/erp-enterprise/server/axis2/repository/modules/scripting-1.6.0.mar
  33. [INFO] Deploying module: addressing-1.5.1 - file:/home/sts/erp-enterprise/server/axis2-1.6.0/lib/axis2-1.5.1.jar
  34. [INFO] Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@6f649b44: startup date [Thu Mar 09 09:04:51 WIT 2017]; root of context hierarchy
  35. [INFO] Loading XML bean definitions from class path resource [org/jleaf/erp/cb/services/applicationContext.xml]
  36. [INFO] Loading XML bean definitions from class path resource [org/jleaf/erp/cb/services/datasourceContext.xml]
  37. [INFO] Loading XML bean definitions from class path resource [org/jleaf/erp/cb/services/workflow-context.xml]
  38. [INFO] Loading XML bean definitions from class path resource [org/jleaf/erp/cb/services/additionalContext.xml]
  39. [INFO] Loading properties file from URL [jar:file:/home/sts/erp-enterprise/server/axis2-1.6.0/lib/server-config-3.0.6.jar!/server-config.properties]
  40. [INFO] Loading properties file from class path resource [org/jleaf/erp/cb/services/workflow-config.properties]
  41. [INFO] Bean 'org.jleaf.core.orm.jpa.MergingPersistenceUnitPostProcessor#7df0b7d3' of type [class org.jleaf.core.orm.jpa.MergingPersistenceUnitPostProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  42. [INFO] Bean 'pum' of type [class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  43. [INFO] Bean 'org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter#46b4be3d' of type [class org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  44. [INFO] Loaded JDBC driver: org.postgresql.Driver
  45. [INFO] Bean 'dataSource' of type [class org.springframework.jdbc.datasource.DriverManagerDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  46. [INFO] Building JPA container EntityManagerFactory for persistence unit 'default'
  47. [INFO] Hibernate Commons Annotations 3.2.0.Final
  48. [INFO] Hibernate 3.6.0.Final
  49. [INFO] hibernate.properties not found
  50. [INFO] Bytecode provider name : javassist
  51. [INFO] using JDK 1.4 java.sql.Timestamp handling
  52. [INFO] Hibernate EntityManager 3.6.0.Final
  53. [INFO] Processing PersistenceUnitInfo [
  54. name: default
  55. ...]
  56. [INFO] Binding entity from annotated class: org.jleaf.common.entity.Tenant
  57. [INFO] Bind entity org.jleaf.common.entity.Tenant on table t_tenant
  58. [INFO] Binding entity from annotated class: org.jleaf.common.entity.OUType
  59. [INFO] Bind entity org.jleaf.common.entity.OUType on table t_ou_type
  60. [INFO] Binding entity from annotated class: org.jleaf.common.entity.OU
  61. [INFO] Bind entity org.jleaf.common.entity.OU on table t_ou
  62. [INFO] Binding entity from annotated class: org.jleaf.common.entity.OULegal
  63. [INFO] Bind entity org.jleaf.common.entity.OULegal on table t_ou_legal
  64. [INFO] Binding entity from annotated class: org.jleaf.common.entity.Policy
  65. [INFO] Bind entity org.jleaf.common.entity.Policy on table t_policy
  66. [INFO] Binding entity from annotated class: org.jleaf.common.entity.PolicyOU
  67. [INFO] Bind entity org.jleaf.common.entity.PolicyOU on table t_policy_ou
  68. [INFO] Binding entity from annotated class: org.jleaf.common.entity.Role
  69. [INFO] Bind entity org.jleaf.common.entity.Role on table t_role
  70. [INFO] Binding entity from annotated class: org.jleaf.common.entity.User
  71. [INFO] Bind entity org.jleaf.common.entity.User on table t_user
  72. [INFO] Binding entity from annotated class: org.jleaf.common.entity.Combo
  73. [INFO] Bind entity org.jleaf.common.entity.Combo on table t_combo
  74. [INFO] Binding entity from annotated class: org.jleaf.common.entity.ComboValue
  75. [INFO] Bind entity org.jleaf.common.entity.ComboValue on table t_combo_value
  76. [INFO] Binding entity from annotated class: org.jleaf.common.entity.UserRole
  77. [INFO] Bind entity org.jleaf.common.entity.UserRole on table t_user_role
  78. [INFO] Binding entity from annotated class: org.jleaf.common.entity.Task
  79. [INFO] Bind entity org.jleaf.common.entity.Task on table t_task
  80. [INFO] Binding entity from annotated class: org.jleaf.common.entity.RoleTask
  81. [INFO] Bind entity org.jleaf.common.entity.RoleTask on table t_role_task
  82. [INFO] Binding entity from annotated class: org.jleaf.common.entity.TaskMapping
  83. [INFO] Bind entity org.jleaf.common.entity.TaskMapping on table t_task_mapping
  84. [INFO] Binding entity from annotated class: org.jleaf.common.entity.PropsLabel
  85. [INFO] Bind entity org.jleaf.common.entity.PropsLabel on table t_props_label
  86. [INFO] Binding entity from annotated class: org.jleaf.common.entity.UserProps
  87. [INFO] Bind entity org.jleaf.common.entity.UserProps on table t_user_props
  88. [INFO] Binding entity from annotated class: org.jleaf.common.entity.Module
  89. [INFO] Bind entity org.jleaf.common.entity.Module on table t_module
  90. [INFO] Binding entity from annotated class: org.jleaf.common.entity.Parameter
  91. [INFO] Bind entity org.jleaf.common.entity.Parameter on table t_parameter
  92. [INFO] Binding entity from annotated class: org.jleaf.common.entity.SystemConfig
  93. [INFO] Bind entity org.jleaf.common.entity.SystemConfig on table t_system_config
  94. [INFO] Binding entity from annotated class: org.jleaf.common.entity.audit.UserAudit
  95. [INFO] Bind entity org.jleaf.common.entity.audit.UserAudit on table t_user_audit
  96. [INFO] Binding entity from annotated class: org.jleaf.common.entity.audit.UserAuditAction
  97. [INFO] Bind entity org.jleaf.common.entity.audit.UserAuditAction on table t_user_audit_action
  98. [INFO] Binding entity from annotated class: org.jleaf.common.entity.audit.DataAudit
  99. [INFO] Bind entity org.jleaf.common.entity.audit.DataAudit on table jl_data_audit
  100. [INFO] Binding entity from annotated class: org.jleaf.common.entity.GroupUser
  101. [INFO] Bind entity org.jleaf.common.entity.GroupUser on table t_group_user
  102. [INFO] Binding entity from annotated class: org.jleaf.common.entity.GroupMembers
  103. [INFO] Bind entity org.jleaf.common.entity.GroupMembers on table t_group_members
  104. [INFO] Binding entity from annotated class: org.jleaf.common.entity.PolicyGroupUser
  105. [INFO] Bind entity org.jleaf.common.entity.PolicyGroupUser on table t_policy_group_user
  106. [INFO] Binding entity from annotated class: org.jleaf.common.entity.whitelist.UserWhiteList
  107. [INFO] Bind entity org.jleaf.common.entity.whitelist.UserWhiteList on table t_user_whitelist
  108. [INFO] Binding entity from annotated class: org.jleaf.common.entity.whitelist.UserWhiteListIp
  109. [INFO] Bind entity org.jleaf.common.entity.whitelist.UserWhiteListIp on table t_user_whitelist_ip
  110. [INFO] Binding entity from annotated class: org.jleaf.common.entity.whitelist.GroupUserWhiteList
  111. [INFO] Bind entity org.jleaf.common.entity.whitelist.GroupUserWhiteList on table t_group_user_whitelist
  112. [INFO] Binding entity from annotated class: org.jleaf.common.entity.whitelist.GroupUserWhiteListIp
  113. [INFO] Bind entity org.jleaf.common.entity.whitelist.GroupUserWhiteListIp on table t_group_user_whitelist_ip
  114. [INFO] Binding entity from annotated class: org.jleaf.common.entity.userrealm.UserRealmMapping
  115. [INFO] Bind entity org.jleaf.common.entity.userrealm.UserRealmMapping on table t_user_realm_mapping
  116. [INFO] Binding entity from annotated class: org.jleaf.common.entity.PasswordPolicy
  117. [INFO] Bind entity org.jleaf.common.entity.PasswordPolicy on table jl_password_policy
  118. [INFO] Binding entity from annotated class: org.jleaf.common.entity.UserLoginInformation
  119. [INFO] Bind entity org.jleaf.common.entity.UserLoginInformation on table jl_user_login_information
  120. [INFO] Binding entity from annotated class: org.jleaf.common.entity.UserLock
  121. [INFO] Bind entity org.jleaf.common.entity.UserLock on table jl_user_lock
  122. [INFO] Binding entity from annotated class: org.jleaf.common.entity.audit.AuditReport
  123. [INFO] Bind entity org.jleaf.common.entity.audit.AuditReport on table t_audit_report
  124. [INFO] Binding entity from annotated class: org.jleaf.common.entity.audit.ReportForm
  125. [INFO] Bind entity org.jleaf.common.entity.audit.ReportForm on table t_report_form
  126. [INFO] Binding entity from annotated class: org.jleaf.common.entity.audit.ReportFormCounter
  127. [INFO] Bind entity org.jleaf.common.entity.audit.ReportFormCounter on table t_report_form_counter
  128. [INFO] Binding entity from annotated class: org.jleaf.common.entity.audit.ReportFormConfig
  129. [INFO] Bind entity org.jleaf.common.entity.audit.ReportFormConfig on table t_report_form_config
  130. [INFO] Binding entity from annotated class: org.jleaf.common.entity.audit.ReprintReportForm
  131. [INFO] Bind entity org.jleaf.common.entity.audit.ReprintReportForm on table t_reprint_report_form
  132. [INFO] Binding entity from annotated class: org.jleaf.jms.entity.ProcessMessage
  133. [INFO] Binding Named query: findProcessMessageByIndex => select e from org.jleaf.jms.entity.ProcessMessage e WHERE e.tenantId = :tenantId AND e.processName = :processName AND e.processNo = :processNo
  134. [INFO] Bind entity org.jleaf.jms.entity.ProcessMessage on table t_process_message
  135. [INFO] Binding entity from annotated class: org.jleaf.jms.entity.ProcessParameter
  136. [INFO] Bind entity org.jleaf.jms.entity.ProcessParameter on table t_process_parameter
  137. [INFO] Binding entity from annotated class: org.jleaf.jms.entity.ProcessResult
  138. [INFO] Bind entity org.jleaf.jms.entity.ProcessResult on table t_process_result
  139. [INFO] Binding entity from annotated class: org.jleaf.jms.entity.ProcessTag
  140. [INFO] Binding Named query: findProcessTagByIndex => select e from org.jleaf.jms.entity.ProcessTag e WHERE e.tenantId = :tenantId AND e.processName = :processName AND e.tagName = :tagName
  141. [INFO] Bind entity org.jleaf.jms.entity.ProcessTag on table t_process_tag
  142. [INFO] Binding entity from annotated class: org.jleaf.jms.entity.ReprocessMessage
  143. [INFO] Bind entity org.jleaf.jms.entity.ReprocessMessage on table t_reprocess_message
  144. [INFO] Binding entity from annotated class: org.jleaf.jms.entity.ReprocessParameter
  145. [INFO] Bind entity org.jleaf.jms.entity.ReprocessParameter on table t_reprocess_parameter
  146. [INFO] Binding entity from annotated class: org.jleaf.jms.entity.ProcessResultFatalError
  147. [INFO] Bind entity org.jleaf.jms.entity.ProcessResultFatalError on table t_process_result_fatal_error
  148. [INFO] Binding entity from annotated class: org.jleaf.jms.entity.ReportMessage
  149. [INFO] Bind entity org.jleaf.jms.entity.ReportMessage on table t_report_message
  150. [INFO] Binding entity from annotated class: org.jleaf.jms.entity.ReportParameter
  151. [INFO] Bind entity org.jleaf.jms.entity.ReportParameter on table t_report_parameter
  152. [INFO] Binding entity from annotated class: org.jleaf.jms.entity.ReportResult
  153. [INFO] Bind entity org.jleaf.jms.entity.ReportResult on table t_report_result
  154. [INFO] Binding entity from annotated class: org.jleaf.jms.entity.ReportFile
  155. [INFO] Bind entity org.jleaf.jms.entity.ReportFile on table t_report_file
  156. [INFO] Binding entity from annotated class: org.jleaf.jms.entity.ReportLabel
  157. [INFO] Bind entity org.jleaf.jms.entity.ReportLabel on table t_report_label
  158. [INFO] Binding entity from annotated class: org.jleaf.workflow.core.jpa.entity.HistoryDoc
  159. [INFO] Bind entity org.jleaf.workflow.core.jpa.entity.HistoryDoc on table awe_historydoc
  160. [INFO] Binding entity from annotated class: org.jleaf.workflow.core.jpa.entity.CurrentDocStatus
  161. [INFO] Bind entity org.jleaf.workflow.core.jpa.entity.CurrentDocStatus on table awe_currdoc_status
  162. [INFO] Binding entity from annotated class: org.jleaf.workflow.core.jpa.entity.Worklist
  163. [INFO] Bind entity org.jleaf.workflow.core.jpa.entity.Worklist on table awe_worklist
  164. [INFO] Binding entity from annotated class: org.jleaf.workflow.core.jpa.entity.TriggerAwe
  165. [INFO] Bind entity org.jleaf.workflow.core.jpa.entity.TriggerAwe on table awe_trigger
  166. [INFO] Binding entity from annotated class: org.jleaf.workflow.core.jpa.entity.MasterDocument
  167. [INFO] Bind entity org.jleaf.workflow.core.jpa.entity.MasterDocument on table m_document
  168. [INFO] Binding entity from annotated class: org.jleaf.workflow.core.jpa.entity.ForwardSetting
  169. [INFO] Bind entity org.jleaf.workflow.core.jpa.entity.ForwardSetting on table awe_forward_setting
  170. [INFO] Binding entity from annotated class: org.jleaf.workflow.core.jpa.entity.FlowSubItemReason
  171. [INFO] Bind entity org.jleaf.workflow.core.jpa.entity.FlowSubItemReason on table awe_flow_sub_item_reason
  172. [INFO] Binding entity from annotated class: org.jleaf.workflow.core.jpa.entity.HistoryDocReason
  173. [INFO] Bind entity org.jleaf.workflow.core.jpa.entity.HistoryDocReason on table awe_historydoc_reason
  174. [INFO] Binding entity from annotated class: org.jleaf.workflow.core.jpa.entity.Flow
  175. [INFO] Bind entity org.jleaf.workflow.core.jpa.entity.Flow on table awe_flow
  176. [INFO] Binding entity from annotated class: org.jleaf.workflow.core.jpa.entity.FlowItem
  177. [INFO] Bind entity org.jleaf.workflow.core.jpa.entity.FlowItem on table awe_flow_item
  178. [INFO] Binding entity from annotated class: org.jleaf.autonum.entity.AutoNumRule
  179. [INFO] Binding Named query: findAutoNumRule => select e from org.jleaf.autonum.entity.AutoNumRule e WHERE e.tenantId = :tenantId AND e.scheme = :scheme
  180. [INFO] Binding Named query: findAutoNumRuleByIndex => select e from org.jleaf.autonum.entity.AutoNumRule e WHERE e.tenantId = :tenantId AND e.scheme = :scheme AND e.formatCode = :formatCode
  181. [INFO] Bind entity org.jleaf.autonum.entity.AutoNumRule on table autonum_rule
  182. [INFO] Binding entity from annotated class: org.jleaf.autonum.entity.AutoNumLast
  183. [INFO] Binding Named query: findAutoNumLastByIndex => SELECT e FROM org.jleaf.autonum.entity.AutoNumLast e WHERE e.ruleId = :ruleId AND e.tenantId = :tenantId AND e.resetValue = :resetValue
  184. [INFO] Bind entity org.jleaf.autonum.entity.AutoNumLast on table autonum_last
  185. [INFO] Binding entity from annotated class: org.jleaf.autonum.entity.AutoNumGenerated
  186. [INFO] Bind entity org.jleaf.autonum.entity.AutoNumGenerated on table autonum_generated
  187. [INFO] Binding entity from annotated class: org.jleaf.autonum.entity.AutoNumRefMapping
  188. [INFO] Binding Named query: findAutoNumRefMappingByAutoNumId => SELECT e FROM org.jleaf.autonum.entity.AutoNumRefMapping e WHERE e.autoNumId = :autoNumId
  189. [INFO] Bind entity org.jleaf.autonum.entity.AutoNumRefMapping on table autonum_ref_mapping
  190. [INFO] Binding entity from annotated class: org.jleaf.autonum.entity.AutoNumCancel
  191. [INFO] Bind entity org.jleaf.autonum.entity.AutoNumCancel on table autonum_cancel
  192. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.Activity
  193. [INFO] Bind entity org.jleaf.erp.master.entity.Activity on table m_activity_gl
  194. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.ActivityDocument
  195. [INFO] Bind entity org.jleaf.erp.master.entity.ActivityDocument on table m_activity_gl_doc
  196. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.Brand
  197. [INFO] Bind entity org.jleaf.erp.master.entity.Brand on table m_brand
  198. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.CashBank
  199. [INFO] Bind entity org.jleaf.erp.master.entity.CashBank on table m_cashbank
  200. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.CashBankOu
  201. [INFO] Bind entity org.jleaf.erp.master.entity.CashBankOu on table m_cashbank_ou
  202. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.Coa
  203. [INFO] Bind entity org.jleaf.erp.master.entity.Coa on table m_coa
  204. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.CommissionOu
  205. [INFO] Bind entity org.jleaf.erp.master.entity.CommissionOu on table m_commision_ou
  206. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.CtgrPartner
  207. [INFO] Bind entity org.jleaf.erp.master.entity.CtgrPartner on table m_ctgr_partner
  208. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.CtgrProduct
  209. [INFO] Bind entity org.jleaf.erp.master.entity.CtgrProduct on table m_ctgr_product
  210. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.DataLog
  211. [INFO] Bind entity org.jleaf.erp.master.entity.DataLog on table m_data_log
  212. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.DeviceMerchant
  213. [INFO] Bind entity org.jleaf.erp.master.entity.DeviceMerchant on table m_device_merchant
  214. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.DeviceMerchantOu
  215. [INFO] Bind entity org.jleaf.erp.master.entity.DeviceMerchantOu on table m_device_merchant_ou
  216. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.ExchangeRate
  217. [INFO] Bind entity org.jleaf.erp.master.entity.ExchangeRate on table m_exchange_rate
  218. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.ExtProduct
  219. [INFO] Bind entity org.jleaf.erp.master.entity.ExtProduct on table m_ext_product
  220. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.GroupCoa
  221. [INFO] Bind entity org.jleaf.erp.master.entity.GroupCoa on table m_group_coa
  222. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.GroupProduct
  223. [INFO] Bind entity org.jleaf.erp.master.entity.GroupProduct on table m_group_product
  224. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.GroupProductOu
  225. [INFO] Bind entity org.jleaf.erp.master.entity.GroupProductOu on table m_group_product_ou
  226. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.ItemWarehouse
  227. [INFO] Bind entity org.jleaf.erp.master.entity.ItemWarehouse on table m_item_warehouse
  228. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.Partner
  229. [INFO] Bind entity org.jleaf.erp.master.entity.Partner on table m_partner
  230. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.PartnerAddress
  231. [INFO] Bind entity org.jleaf.erp.master.entity.PartnerAddress on table m_partner_address
  232. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.PartnerBank
  233. [INFO] Bind entity org.jleaf.erp.master.entity.PartnerBank on table m_partner_bank
  234. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.PartnerCp
  235. [INFO] Bind entity org.jleaf.erp.master.entity.PartnerCp on table m_partner_cp
  236. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.PartnerNpwp
  237. [INFO] Bind entity org.jleaf.erp.master.entity.PartnerNpwp on table m_partner_npwp
  238. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.PartnerOu
  239. [INFO] Bind entity org.jleaf.erp.master.entity.PartnerOu on table m_partner_ou
  240. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.PartnerRelation
  241. [INFO] Bind entity org.jleaf.erp.master.entity.PartnerRelation on table m_partner_rel
  242. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.PartnerType
  243. [INFO] Bind entity org.jleaf.erp.master.entity.PartnerType on table m_partner_type
  244. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.PolicyActivity
  245. [INFO] Bind entity org.jleaf.erp.master.entity.PolicyActivity on table m_policy_activity_gl
  246. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.PolicyCashBank
  247. [INFO] Bind entity org.jleaf.erp.master.entity.PolicyCashBank on table m_policy_cashbank
  248. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.PolicyPartner
  249. [INFO] Bind entity org.jleaf.erp.master.entity.PolicyPartner on table m_policy_partner
  250. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.PolicyProduct
  251. [INFO] Bind entity org.jleaf.erp.master.entity.PolicyProduct on table m_policy_product
  252. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.PolicyWarehouse
  253. [INFO] Bind entity org.jleaf.erp.master.entity.PolicyWarehouse on table m_policy_warehouse
  254. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.Product
  255. [INFO] Bind entity org.jleaf.erp.master.entity.Product on table m_product
  256. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.ProductAssembly
  257. [INFO] Bind entity org.jleaf.erp.master.entity.ProductAssembly on table m_product_assembly
  258. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.ProductOu
  259. [INFO] Bind entity org.jleaf.erp.master.entity.ProductOu on table m_product_ou
  260. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.ProductParts
  261. [INFO] Bind entity org.jleaf.erp.master.entity.ProductParts on table m_product_parts
  262. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.ProductSpecs
  263. [INFO] Bind entity org.jleaf.erp.master.entity.ProductSpecs on table m_product_specs
  264. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.ProductUomConversion
  265. [INFO] Bind entity org.jleaf.erp.master.entity.ProductUomConversion on table m_product_uom_cnv
  266. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.ProductWarranty
  267. [INFO] Bind entity org.jleaf.erp.master.entity.ProductWarranty on table m_product_warranty
  268. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.PromoCommissionOu
  269. [INFO] Bind entity org.jleaf.erp.master.entity.PromoCommissionOu on table m_promo_commision_ou
  270. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.PromoPriceProduct
  271. [INFO] Bind entity org.jleaf.erp.master.entity.PromoPriceProduct on table m_promo_price_product
  272. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.SegmentCoa
  273. [INFO] Bind entity org.jleaf.erp.master.entity.SegmentCoa on table m_segment_coa
  274. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.SellPriceProduct
  275. [INFO] Bind entity org.jleaf.erp.master.entity.SellPriceProduct on table m_sell_price_product
  276. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.SubCtgrProduct
  277. [INFO] Bind entity org.jleaf.erp.master.entity.SubCtgrProduct on table m_sub_ctgr_product
  278. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.Tax
  279. [INFO] Bind entity org.jleaf.erp.master.entity.Tax on table m_tax
  280. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.TypePartner
  281. [INFO] Bind entity org.jleaf.erp.master.entity.TypePartner on table m_type_partner
  282. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.Uom
  283. [INFO] Bind entity org.jleaf.erp.master.entity.Uom on table m_uom
  284. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.Warehouse
  285. [INFO] Bind entity org.jleaf.erp.master.entity.Warehouse on table m_warehouse
  286. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.WarehouseOu
  287. [INFO] Bind entity org.jleaf.erp.master.entity.WarehouseOu on table m_warehouse_ou
  288. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.BrandUngeneratedId
  289. [INFO] Bind entity org.jleaf.erp.master.entity.BrandUngeneratedId on table m_brand
  290. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.CashBankUngeneratedId
  291. [INFO] Bind entity org.jleaf.erp.master.entity.CashBankUngeneratedId on table m_cashbank
  292. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.CommissionOuUngeneratedId
  293. [INFO] Bind entity org.jleaf.erp.master.entity.CommissionOuUngeneratedId on table m_commision_ou
  294. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.CtgrProductUngeneratedId
  295. [INFO] Bind entity org.jleaf.erp.master.entity.CtgrProductUngeneratedId on table m_ctgr_product
  296. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.DeviceMerchantUngeneratedId
  297. [INFO] Bind entity org.jleaf.erp.master.entity.DeviceMerchantUngeneratedId on table m_device_merchant
  298. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.ExchangeRateUngeneratedId
  299. [INFO] Bind entity org.jleaf.erp.master.entity.ExchangeRateUngeneratedId on table m_exchange_rate
  300. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.GroupProductOuUngeneratedId
  301. [INFO] Bind entity org.jleaf.erp.master.entity.GroupProductOuUngeneratedId on table m_group_product_ou
  302. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.ItemWarehouseUngeneratedId
  303. [INFO] Bind entity org.jleaf.erp.master.entity.ItemWarehouseUngeneratedId on table m_item_warehouse
  304. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.PartnerTypeUngeneratedId
  305. [INFO] Bind entity org.jleaf.erp.master.entity.PartnerTypeUngeneratedId on table m_partner_type
  306. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.PartnerUngeneratedId
  307. [INFO] Bind entity org.jleaf.erp.master.entity.PartnerUngeneratedId on table m_partner
  308. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.ProductAssemblyUngeneratedId
  309. [INFO] Bind entity org.jleaf.erp.master.entity.ProductAssemblyUngeneratedId on table m_product_assembly
  310. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.ProductOuUngeneratedId
  311. [INFO] Bind entity org.jleaf.erp.master.entity.ProductOuUngeneratedId on table m_product_ou
  312. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.ProductUngeneratedId
  313. [INFO] Bind entity org.jleaf.erp.master.entity.ProductUngeneratedId on table m_product
  314. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.PromoCommissionOuUngeneratedId
  315. [INFO] Bind entity org.jleaf.erp.master.entity.PromoCommissionOuUngeneratedId on table m_promo_commision_ou
  316. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.PromoPriceProductUngeneratedId
  317. [INFO] Bind entity org.jleaf.erp.master.entity.PromoPriceProductUngeneratedId on table m_promo_price_product
  318. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.SellPriceProductUngeneratedId
  319. [INFO] Bind entity org.jleaf.erp.master.entity.SellPriceProductUngeneratedId on table m_sell_price_product
  320. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.SubCtgrProductUngeneratedId
  321. [INFO] Bind entity org.jleaf.erp.master.entity.SubCtgrProductUngeneratedId on table m_sub_ctgr_product
  322. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.TaxUngeneratedId
  323. [INFO] Bind entity org.jleaf.erp.master.entity.TaxUngeneratedId on table m_tax
  324. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.UomUngeneratedId
  325. [INFO] Bind entity org.jleaf.erp.master.entity.UomUngeneratedId on table m_uom
  326. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.WarehouseUngeneratedId
  327. [INFO] Bind entity org.jleaf.erp.master.entity.WarehouseUngeneratedId on table m_warehouse
  328. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.GroupProductOuPromoCommisionUngeneratedId
  329. [INFO] Bind entity org.jleaf.erp.master.entity.GroupProductOuPromoCommisionUngeneratedId on table m_group_product_ou_promo_commision
  330. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.AreaSales
  331. [INFO] Bind entity org.jleaf.erp.master.entity.AreaSales on table m_area_sales
  332. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.AreaSalesPromo
  333. [INFO] Bind entity org.jleaf.erp.master.entity.AreaSalesPromo on table m_area_sales_promo
  334. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.AreaSalesPrice
  335. [INFO] Bind entity org.jleaf.erp.master.entity.AreaSalesPrice on table m_area_sales_price
  336. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.GroupProductOuPromoCommision
  337. [INFO] Bind entity org.jleaf.erp.master.entity.GroupProductOuPromoCommision on table m_group_product_ou_promo_commision
  338. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.AdminProcessLedger
  339. [INFO] Bind entity org.jleaf.erp.master.entity.AdminProcessLedger on table m_admin_process_ledger
  340. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.DocumentJournal
  341. [INFO] Bind entity org.jleaf.erp.master.entity.DocumentJournal on table m_document_journal
  342. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.OuStructure
  343. [INFO] Bind entity org.jleaf.erp.master.entity.OuStructure on table m_ou_structure
  344. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.CustPayment
  345. [INFO] Bind entity org.jleaf.erp.master.entity.CustPayment on table m_cust_payment
  346. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.SuppPayment
  347. [INFO] Bind entity org.jleaf.erp.master.entity.SuppPayment on table m_supp_payment
  348. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.CustDoc
  349. [INFO] Bind entity org.jleaf.erp.master.entity.CustDoc on table m_cust_doc
  350. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.SuppProduct
  351. [INFO] Bind entity org.jleaf.erp.master.entity.SuppProduct on table m_supp_product
  352. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.PartnerFile
  353. [INFO] Bind entity org.jleaf.erp.master.entity.PartnerFile on table m_partner_file
  354. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.ProductBarcode
  355. [INFO] Bind entity org.jleaf.erp.master.entity.ProductBarcode on table m_product_barcode
  356. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.ProductKeyword
  357. [INFO] Bind entity org.jleaf.erp.master.entity.ProductKeyword on table m_product_keyword
  358. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.ProductWeightDimension
  359. [INFO] Bind entity org.jleaf.erp.master.entity.ProductWeightDimension on table m_product_weight_dimension
  360. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.ProductPackaging
  361. [INFO] Bind entity org.jleaf.erp.master.entity.ProductPackaging on table m_product_packaging
  362. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.ProductPartsWarranty
  363. [INFO] Bind entity org.jleaf.erp.master.entity.ProductPartsWarranty on table m_product_parts_warranty
  364. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.ProductSerialNumber
  365. [INFO] Bind entity org.jleaf.erp.master.entity.ProductSerialNumber on table m_product_serial_number
  366. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.ProductStatus
  367. [INFO] Bind entity org.jleaf.erp.master.entity.ProductStatus on table m_product_status
  368. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.TaxNumber
  369. [INFO] Bind entity org.jleaf.erp.master.entity.TaxNumber on table m_tax_number
  370. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.GenTaxNumber
  371. [INFO] Bind entity org.jleaf.erp.master.entity.GenTaxNumber on table m_gen_tax_number
  372. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.SellPriceProductForSo
  373. [INFO] Bind entity org.jleaf.erp.master.entity.SellPriceProductForSo on table m_sell_price_product_for_so
  374. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.JobReceiptReason
  375. [INFO] Bind entity org.jleaf.erp.master.entity.JobReceiptReason on table m_job_receipt_reason
  376. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.Vehicle
  377. [INFO] Bind entity org.jleaf.erp.master.entity.Vehicle on table m_vehicle
  378. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.PartnerVehicle
  379. [INFO] Bind entity org.jleaf.erp.master.entity.PartnerVehicle on table m_partner_vehicle
  380. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.ProductAttrCode
  381. [INFO] Bind entity org.jleaf.erp.master.entity.ProductAttrCode on table m_product_attr_code
  382. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.ProductAttrComp
  383. [INFO] Bind entity org.jleaf.erp.master.entity.ProductAttrComp on table m_product_attr_comp
  384. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.ProductAttrCompValue
  385. [INFO] Bind entity org.jleaf.erp.master.entity.ProductAttrCompValue on table m_product_attr_comp_value
  386. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.CtgrProductAttrComp
  387. [INFO] Bind entity org.jleaf.erp.master.entity.CtgrProductAttrComp on table m_ctgr_product_attr_comp
  388. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.WhsLocationAttrComp
  389. [INFO] Bind entity org.jleaf.erp.master.entity.WhsLocationAttrComp on table m_whs_location_attr_comp
  390. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.WhsLocationAttrCompValue
  391. [INFO] Bind entity org.jleaf.erp.master.entity.WhsLocationAttrCompValue on table m_whs_location_attr_comp_value
  392. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.WarehouseWhsLocationAttrComp
  393. [INFO] Bind entity org.jleaf.erp.master.entity.WarehouseWhsLocationAttrComp on table m_warehouse_whs_location_attr_comp
  394. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.Catalog
  395. [INFO] Bind entity org.jleaf.erp.master.entity.Catalog on table m_catalog
  396. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.ProductCatalog
  397. [INFO] Bind entity org.jleaf.erp.master.entity.ProductCatalog on table m_product_catalog
  398. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.WhsLocation
  399. [INFO] Bind entity org.jleaf.erp.master.entity.WhsLocation on table m_whs_location
  400. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.WhsLocationAttrCode
  401. [INFO] Bind entity org.jleaf.erp.master.entity.WhsLocationAttrCode on table m_whs_location_attr_code
  402. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.WhsLocationProduct
  403. [INFO] Bind entity org.jleaf.erp.master.entity.WhsLocationProduct on table m_whs_location_product
  404. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.PolicyWhsLocation
  405. [INFO] Bind entity org.jleaf.erp.master.entity.PolicyWhsLocation on table m_policy_whs_location
  406. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.PolicyAreaSales
  407. [INFO] Bind entity org.jleaf.erp.master.entity.PolicyAreaSales on table m_policy_area_sales
  408. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.ProductCatalogChangeCatalog
  409. [INFO] Bind entity org.jleaf.erp.master.entity.ProductCatalogChangeCatalog on table log_product_catalog_change_catalog
  410. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.ProductCatalogChangePrice
  411. [INFO] Bind entity org.jleaf.erp.master.entity.ProductCatalogChangePrice on table log_product_catalog_change_price
  412. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.ProductCustom
  413. [INFO] Bind entity org.jleaf.erp.master.entity.ProductCustom on table m_product_custom
  414. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.ProductConsignmentSuppInfo
  415. [INFO] Bind entity org.jleaf.erp.master.entity.ProductConsignmentSuppInfo on table m_product_consignment_supp_info
  416. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.ProductCtgrTree
  417. [INFO] Bind entity org.jleaf.erp.master.entity.ProductCtgrTree on table m_product_ctgr_tree
  418. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.BrandSupplier
  419. [INFO] Bind entity org.jleaf.erp.master.entity.BrandSupplier on table m_brand_supplier
  420. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.TempProductCatalog
  421. [INFO] Bind entity org.jleaf.erp.master.entity.TempProductCatalog on table m_temp_product_catalog
  422. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.ProductVat
  423. [INFO] Bind entity org.jleaf.erp.master.entity.ProductVat on table m_product_vat
  424. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.PolicyBrand
  425. [INFO] Bind entity org.jleaf.erp.master.entity.PolicyBrand on table m_policy_brand
  426. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.CustomerExt
  427. [INFO] Bind entity org.jleaf.erp.master.entity.CustomerExt on table m_customer_ext
  428. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.WarrantyType
  429. [INFO] Bind entity org.jleaf.erp.master.entity.WarrantyType on table m_warranty_type
  430. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.ProductDefWarranty
  431. [INFO] Bind entity org.jleaf.erp.master.entity.ProductDefWarranty on table m_product_def_warranty
  432. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.RegisterPartner
  433. [INFO] Bind entity org.jleaf.erp.master.entity.RegisterPartner on table m_register_partner
  434. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.RegisterPartnerAddress
  435. [INFO] Bind entity org.jleaf.erp.master.entity.RegisterPartnerAddress on table m_register_partner_address
  436. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.RegisterPartnerBank
  437. [INFO] Bind entity org.jleaf.erp.master.entity.RegisterPartnerBank on table m_register_partner_bank
  438. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.RegisterPartnerCp
  439. [INFO] Bind entity org.jleaf.erp.master.entity.RegisterPartnerCp on table m_register_partner_cp
  440. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.RegisterPartnerFile
  441. [INFO] Bind entity org.jleaf.erp.master.entity.RegisterPartnerFile on table m_register_partner_file
  442. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.RegisterPartnerNpwp
  443. [INFO] Bind entity org.jleaf.erp.master.entity.RegisterPartnerNpwp on table m_register_partner_npwp
  444. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.RegisterPartnerRel
  445. [INFO] Bind entity org.jleaf.erp.master.entity.RegisterPartnerRel on table m_register_partner_rel
  446. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.RegisterPartnerType
  447. [INFO] Bind entity org.jleaf.erp.master.entity.RegisterPartnerType on table m_register_partner_type
  448. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.RegisterSuppPayment
  449. [INFO] Bind entity org.jleaf.erp.master.entity.RegisterSuppPayment on table m_register_supp_payment
  450. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.RegisterSuppProduct
  451. [INFO] Bind entity org.jleaf.erp.master.entity.RegisterSuppProduct on table m_register_supp_product
  452. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.RegisterCustomerExt
  453. [INFO] Bind entity org.jleaf.erp.master.entity.RegisterCustomerExt on table m_register_customer_ext
  454. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.RegisterCustPayment
  455. [INFO] Bind entity org.jleaf.erp.master.entity.RegisterCustPayment on table m_register_cust_payment
  456. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.RegisterCustDoc
  457. [INFO] Bind entity org.jleaf.erp.master.entity.RegisterCustDoc on table m_register_cust_doc
  458. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.WarrantyTypeForSellPriceSo
  459. [INFO] Bind entity org.jleaf.erp.master.entity.WarrantyTypeForSellPriceSo on table m_warranty_type_for_sell_price_so
  460. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.SellPriceByBrand
  461. [INFO] Bind entity org.jleaf.erp.master.entity.SellPriceByBrand on table m_sell_price_by_brand
  462. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.PurchPriceByBrand
  463. [INFO] Bind entity org.jleaf.erp.master.entity.PurchPriceByBrand on table m_purch_price_by_brand
  464. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.Promo
  465. [INFO] Bind entity org.jleaf.erp.master.entity.Promo on table m_promo
  466. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.PromoItem
  467. [INFO] Bind entity org.jleaf.erp.master.entity.PromoItem on table m_promo_item
  468. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.ProductGroupBrand
  469. [INFO] Bind entity org.jleaf.erp.master.entity.ProductGroupBrand on table m_product_group_brand
  470. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.BrandExt
  471. [INFO] Bind entity org.jleaf.erp.master.entity.BrandExt on table m_brand_ext
  472. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.Province
  473. [INFO] Bind entity org.jleaf.erp.master.entity.Province on table m_province
  474. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.City
  475. [INFO] Bind entity org.jleaf.erp.master.entity.City on table m_city
  476. [INFO] Binding entity from annotated class: org.jleaf.erp.cb.entity.AdvanceBalance
  477. [INFO] Bind entity org.jleaf.erp.cb.entity.AdvanceBalance on table cb_advance_balance
  478. [INFO] Binding entity from annotated class: org.jleaf.erp.cb.entity.AdvanceSettle
  479. [INFO] Bind entity org.jleaf.erp.cb.entity.AdvanceSettle on table cb_advance_settle
  480. [INFO] Binding entity from annotated class: org.jleaf.erp.cb.entity.AdvanceSettleCost
  481. [INFO] Bind entity org.jleaf.erp.cb.entity.AdvanceSettleCost on table cb_advance_settle_cost
  482. [INFO] Binding entity from annotated class: org.jleaf.erp.cb.entity.BalanceSettlement
  483. [INFO] Bind entity org.jleaf.erp.cb.entity.BalanceSettlement on table cb_balance_settlement
  484. [INFO] Binding entity from annotated class: org.jleaf.erp.cb.entity.CashBankBalance
  485. [INFO] Bind entity org.jleaf.erp.cb.entity.CashBankBalance on table cb_cashbank_balance
  486. [INFO] Binding entity from annotated class: org.jleaf.erp.cb.entity.InOutCashbank
  487. [INFO] Bind entity org.jleaf.erp.cb.entity.InOutCashbank on table cb_in_out_cashbank
  488. [INFO] Binding entity from annotated class: org.jleaf.erp.cb.entity.InOutCashbankCost
  489. [INFO] Bind entity org.jleaf.erp.cb.entity.InOutCashbankCost on table cb_in_out_cashbank_cost
  490. [INFO] Binding entity from annotated class: org.jleaf.erp.cb.entity.InOutCashbankEdc
  491. [INFO] Bind entity org.jleaf.erp.cb.entity.InOutCashbankEdc on table cb_in_out_cashbank_edc
  492. [INFO] Binding entity from annotated class: org.jleaf.erp.cb.entity.InOutCashbankPayment
  493. [INFO] Bind entity org.jleaf.erp.cb.entity.InOutCashbankPayment on table cb_in_out_cashbank_payment
  494. [INFO] Binding entity from annotated class: org.jleaf.erp.cb.entity.InOutCGBalance
  495. [INFO] Bind entity org.jleaf.erp.cb.entity.InOutCGBalance on table cb_cheque_giro_balance
  496. [INFO] Binding entity from annotated class: org.jleaf.erp.cb.entity.InOutChequeGiroPayment
  497. [INFO] Bind entity org.jleaf.erp.cb.entity.InOutChequeGiroPayment on table cb_in_out_cheque_giro_payment
  498. [INFO] Binding entity from annotated class: org.jleaf.erp.cb.entity.ChequeGiroRealization
  499. [INFO] Bind entity org.jleaf.erp.cb.entity.ChequeGiroRealization on table cb_cheque_giro_realization
  500. [INFO] Binding entity from annotated class: org.jleaf.erp.cb.entity.ChequeGiroVoid
  501. [INFO] Bind entity org.jleaf.erp.cb.entity.ChequeGiroVoid on table cb_cheque_giro_void
  502. [INFO] Binding entity from annotated class: org.jleaf.erp.cb.entity.LogDepositAdministrationCG
  503. [INFO] Bind entity org.jleaf.erp.cb.entity.LogDepositAdministrationCG on table cb_log_deposit_administration_cheque_giro
  504. [INFO] Binding entity from annotated class: org.jleaf.erp.cb.entity.PaymentOrderCB
  505. [INFO] Bind entity org.jleaf.erp.cb.entity.PaymentOrderCB on table cb_payment_order
  506. [INFO] Binding entity from annotated class: org.jleaf.erp.cb.entity.PaymentOrderCBCost
  507. [INFO] Bind entity org.jleaf.erp.cb.entity.PaymentOrderCBCost on table cb_payment_order_cost
  508. [INFO] Binding entity from annotated class: org.jleaf.erp.cb.entity.TransferCashbank
  509. [INFO] Bind entity org.jleaf.erp.cb.entity.TransferCashbank on table cb_transfer_cashbank
  510. [INFO] Binding entity from annotated class: org.jleaf.erp.cb.entity.TransferCashbankReceive
  511. [INFO] Bind entity org.jleaf.erp.cb.entity.TransferCashbankReceive on table cb_transfer_cashbank_receive
  512. [INFO] Binding entity from annotated class: org.jleaf.erp.cb.entity.TrxCashbankBalance
  513. [INFO] Bind entity org.jleaf.erp.cb.entity.TrxCashbankBalance on table cb_trx_cashbank_balance
  514. [INFO] Binding entity from annotated class: org.jleaf.erp.cb.entity.TransferCashbankCost
  515. [INFO] Bind entity org.jleaf.erp.cb.entity.TransferCashbankCost on table cb_transfer_cashbank_cost
  516. [INFO] Binding entity from annotated class: org.jleaf.erp.cb.entity.JobOrderRequestMoney
  517. [INFO] Bind entity org.jleaf.erp.cb.entity.JobOrderRequestMoney on table cb_job_order_request_money
  518. [INFO] Binding entity from annotated class: org.jleaf.erp.cb.entity.JobOrderRequestMoneyReconcile
  519. [INFO] Bind entity org.jleaf.erp.cb.entity.JobOrderRequestMoneyReconcile on table cb_job_order_request_money_reconcile
  520. [INFO] Binding entity from annotated class: org.jleaf.erp.cb.entity.NonArReceiveToArBalance
  521. [INFO] Bind entity org.jleaf.erp.cb.entity.NonArReceiveToArBalance on table cb_non_ar_receive_to_ar_balance
  522. [INFO] Hibernate Validator not found: ignoring
  523. [INFO] Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled.
  524. [WARN] composite-id class does not override equals(): org.jleaf.erp.master.entity.PolicyPartnerPk
  525. [WARN] composite-id class does not override hashCode(): org.jleaf.erp.master.entity.PolicyPartnerPk
  526. [WARN] composite-id class does not override equals(): org.jleaf.erp.master.entity.ProductWarrantyPk
  527. [WARN] composite-id class does not override hashCode(): org.jleaf.erp.master.entity.ProductWarrantyPk
  528. [WARN] composite-id class does not override equals(): org.jleaf.common.entity.ComboValuePk
  529. [WARN] composite-id class does not override hashCode(): org.jleaf.common.entity.ComboValuePk
  530. [WARN] composite-id class does not override equals(): org.jleaf.workflow.core.jpa.entity.WorklistPk
  531. [WARN] composite-id class does not override hashCode(): org.jleaf.workflow.core.jpa.entity.WorklistPk
  532. [WARN] composite-id class does not override equals(): org.jleaf.common.entity.PolicyGroupUserPk
  533. [WARN] composite-id class does not override hashCode(): org.jleaf.common.entity.PolicyGroupUserPk
  534. [WARN] composite-id class does not override equals(): org.jleaf.erp.master.entity.ProductSpecsPk
  535. [WARN] composite-id class does not override hashCode(): org.jleaf.erp.master.entity.ProductSpecsPk
  536. [WARN] composite-id class does not override equals(): org.jleaf.erp.master.entity.PartnerOuPk
  537. [WARN] composite-id class does not override hashCode(): org.jleaf.erp.master.entity.PartnerOuPk
  538. [WARN] composite-id class does not override equals(): org.jleaf.common.entity.UserPropsPk
  539. [WARN] composite-id class does not override hashCode(): org.jleaf.common.entity.UserPropsPk
  540. [WARN] composite-id class does not override equals(): org.jleaf.erp.master.entity.ActivityDocumentPk
  541. [WARN] composite-id class does not override hashCode(): org.jleaf.erp.master.entity.ActivityDocumentPk
  542. [WARN] composite-id class does not override equals(): org.jleaf.erp.master.entity.ProductUomConversionPk
  543. [WARN] composite-id class does not override hashCode(): org.jleaf.erp.master.entity.ProductUomConversionPk
  544. [WARN] composite-id class does not override equals(): org.jleaf.erp.master.entity.PolicyWarehousePk
  545. [WARN] composite-id class does not override hashCode(): org.jleaf.erp.master.entity.PolicyWarehousePk
  546. [WARN] composite-id class does not override equals(): org.jleaf.erp.master.entity.PolicyProductPk
  547. [WARN] composite-id class does not override hashCode(): org.jleaf.erp.master.entity.PolicyProductPk
  548. [WARN] composite-id class does not override equals(): org.jleaf.erp.master.entity.PolicyBrandPk
  549. [WARN] composite-id class does not override hashCode(): org.jleaf.erp.master.entity.PolicyBrandPk
  550. [WARN] composite-id class does not override equals(): org.jleaf.erp.master.entity.PolicyCashBankPk
  551. [WARN] composite-id class does not override hashCode(): org.jleaf.erp.master.entity.PolicyCashBankPk
  552. [WARN] composite-id class does not override equals(): org.jleaf.erp.master.entity.PolicyActivityPk
  553. [WARN] composite-id class does not override hashCode(): org.jleaf.erp.master.entity.PolicyActivityPk
  554. [WARN] composite-id class does not override equals(): org.jleaf.erp.master.entity.PolicyAreaSalesPk
  555. [WARN] composite-id class does not override hashCode(): org.jleaf.erp.master.entity.PolicyAreaSalesPk
  556. [WARN] composite-id class does not override equals(): org.jleaf.erp.master.entity.PolicyWhsLocationPk
  557. [WARN] composite-id class does not override hashCode(): org.jleaf.erp.master.entity.PolicyWhsLocationPk
  558. [WARN] composite-id class does not override equals(): org.jleaf.erp.master.entity.ExtProductPk
  559. [WARN] composite-id class does not override hashCode(): org.jleaf.erp.master.entity.ExtProductPk
  560. [INFO] Using Hibernate built-in connection pool (not for production use!)
  561. [INFO] Hibernate connection pool size: 20
  562. [INFO] autocommit mode: true
  563. [INFO] using driver: org.postgresql.Driver at URL: jdbc:postgresql://localhost:5432/learn-jleaf
  564. [INFO] connection properties: {user=postgres, password=****, autocommit=true, release_mode=auto}
  565. [INFO] Database ->
  566. name : PostgreSQL
  567. version : 9.3.14
  568. major : 9
  569. minor : 3
  570. [INFO] Driver ->
  571. name : PostgreSQL Native Driver
  572. version : PostgreSQL 9.1 JDBC4 (build 902)
  573. major : 9
  574. minor : 1
  575. [INFO] Using dialect: org.hibernate.dialect.PostgreSQLDialect
  576. [INFO] Disabling contextual LOB creation as createClob() method threw error : java.lang.reflect.InvocationTargetException
  577. [INFO] Transaction strategy: org.hibernate.transaction.JDBCTransactionFactory
  578. [INFO] No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended)
  579. [INFO] Automatic flush during beforeCompletion(): disabled
  580. [INFO] Automatic session close at end of transaction: disabled
  581. [INFO] JDBC batch size: 15
  582. [INFO] JDBC batch updates for versioned data: disabled
  583. [INFO] Scrollable result sets: enabled
  584. [INFO] JDBC3 getGeneratedKeys(): enabled
  585. [INFO] Connection release mode: auto
  586. [INFO] Default batch fetch size: 1
  587. [INFO] Generate SQL with comments: disabled
  588. [INFO] Order SQL updates by primary key: disabled
  589. [INFO] Order SQL inserts for batching: disabled
  590. [INFO] Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
  591. [INFO] Using ASTQueryTranslatorFactory
  592. [INFO] Query language substitutions: {}
  593. [INFO] JPA-QL strict compliance: enabled
  594. [INFO] Second-level cache: enabled
  595. [INFO] Query cache: disabled
  596. [INFO] Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory
  597. [INFO] Optimize cache for minimal puts: disabled
  598. [INFO] Structured second-level cache entries: disabled
  599. [INFO] Statistics: disabled
  600. [INFO] Deleted entity synthetic identifier rollback: disabled
  601. [INFO] Default entity-mode: pojo
  602. [INFO] Named query checking : enabled
  603. [INFO] Check Nullability in Core (should be disabled when Bean Validation is on): enabled
  604. [INFO] building session factory
  605. [INFO] Not binding factory to JNDI, no JNDI name configured
  606. [INFO] Bean 'entityManagerFactory' of type [class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  607. [INFO] Bean 'mongo' of type [class org.springframework.data.mongodb.core.MongoFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  608. [INFO] Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@3c0c74fe: defining beans [boLazyLoader,mainAppContext,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0,org.springframework.transaction.interceptor.TransactionInterceptor#0,org.springframework.transaction.config.internalTransactionAdvisor,dataSource,pum,entityManagerFactory,transactionManager,jdbcTemplate,mongo,org.springframework.beans.factory.config.CustomEditorConfigurer#0,org.springframework.beans.factory.config.CustomEditorConfigurer#1,mongoTemplate,org.springframework.dao.annotation.PersistenceExceptionTranslationPostProcessor#0,taskDaoImpl,policyOUDaoImpl,propsLabelImpl,userLoginInformationDaoImpl,reportFormDaoImpl,reprintReportFormDaoImpl,userAuditActionDaoImpl,auditReportDaoImpl,reportFormCounterDaoImpl,reportFormConfigDaoImpl,dataAuditDaoImpl,userAuditDaoImpl,OUTypeDaoImpl,comboValueDaoImpl,userLockDaoImpl,policyDaoImpl,userDaoImpl,policyGroupUserDaoImpl,OUDaoImpl,systemConfigDaoImpl,tenantDaoImpl,OULegalDaoImpl,moduleDaoImpl,userRealmMappingDaoImpl,roleDaoImpl,roleTaskDaoImpl,groupUserWhiteListDaoImpl,userWhiteListDaoImpl,groupUserWhiteListIpDaoImpl,userWhiteListIpDaoImpl,groupMembersDaoImpl,userPropsDaoImpl,passwordPolicyDaoImpl,userRoleDaoImpl,parameterDaoImpl,comboDaoImpl,taskMappingDaoImpl,groupUserDaoImpl,removeReprintReportForm,submitReprintReportForm,addReprintReportForm,updateWorkflowStatusReprintReportForm,editReprintReportForm,getReportFormCounterListForReprintReport,getReprintReportFormListAdvance,isComboValueExistsByCode,findComboValueByCode,addComboValue,editComboValue,getFixComboList,getFixComboById,findComboValueById,isComboValueExistsById,findComboById,getFixComboByIdAndGroup,removeComboValue,getComboValueListByComboId,valComboValueByCode,findModuleById,isReprintReportFormExistsById,valReprintReportFormExistsById,valReportFormExistsByIndex,findAuditReportById,valAuditReportExistsById,addDataAudit,addDataAuditList,addAuditReport,isReportFormConfigExists,isReportFormConfigExistsById,findReportFormById,isReportFormExistsByIndex,valReportFormCounterExistsByIndex,addUserAudit,findReportFormCounterById,valReportFormExistsById,valReportFormConfigExistsById,valReportFormCounterExistsById,findReportFormByIndex,findReportFormConfig,isReportFormCounterExistsByIndex,findLastAuditReportByReportCodeAndDoc,countAuditReportListAdvance,addUserAuditAction,isReportFormCounterExistsById,isAuditReportExistsById,findReportFormConfigById,getActiveReportFormListAdvance,isReprintReportFormExistsByFormCounter,findReprintReportFormById,getAuditReportListAdvance,findReportFormCounterByIndex,isReportFormExistsById,findSystemConfigByParamCode,findSystemConfigByIndex,findParameterByIndex,isSystemConfigExistsByParameterCode,isSystemConfigExistsByIndex,isMatchSystemConfigValueByParameterCode,findSystemConfigById,editSystemConfig,getSystemConfigListAdvance,getParameterList,findParameterById,isGroupUserExistsByIndex,findGroupUserById,editGroupUser,copyGroupUserFromSpecificUserRoleId,removeGroupUser,getGroupUserListAdvance,getAuthorizedGroupUserList,addAuthorizedGroupUserList,addGroupUser,getUnauthorizedGroupUserList,addUnauthorizedGroupUserList,isPolicyGroupUserExistsById,getAvailableGroupListByUserId,copyGroupMemberFromSpecificUser,isGroupMembersExistsByGroupId,getAvailableUserListByGroupId,getJoinedUserListByGroupId,findGroupMembersByIndex,removeMemberGroupUser,isGroupMembersExistByIndex,addMemberGroupUser,getJoinedGroupListByUserId,addTenant,removeTenant,findTenantByCode,findTenantById,valTenantLoginCanUse,editTenant,getTenantListAdvance,findTenantByKey,isTenantExistsById,getTenantList,isUserHasRoleAdmin,resetPassword,removeUserRole,getUserRoleList,isUserExistsById,findUserByIndex,valAuthenticateUser,addUserRole,removeUser,valAuthorizationUser,getRoleListByUser,isUserRoleExistsByIndex,findUserPropsById,changePassword,findUserRoleById,editUserRole,getUserRoleListAdvance,valAuthenticateMobileUser,authenticateUser,getUserPropsListByUser,isUserRoleExistsById,findUserById,findUserLoginInformationById,isUserLoginInformationExistsById,addUser,changeExpiredPassword,editProfile,getUserListAdvance,isUserExistsByIndex,editUser,findUserRoleByIndex,getAuthorizedTaskListByRole,getTaskListByRole,addRoleTask,isRoleHasUserRole,removeRole,removeRoleTask,valRoleIsSuperAdmin,editRole,isRoleTaskExistsById,isRoleExistsById,addRoleTaskByTaskList,findRoleByName,isRoleAdmin,addRole,isRoleHasUser,findRoleById,getRoleTaskListAdvance,isRoleSuperAdmin,saveRoleTask,removeAllRoleTaskByRole,getRoleListByTenant,isRoleExistsByIndex,isRoleTaskExists,valRoleIsAdmin,findRoleTaskById,getRoleListAdvance,realmActiveDirectory,getTaskListAdvance,getTaskGroupList,getTaskListByGroup,findTaskMappingById,findTaskById,updateUserRealmMapping,getUserRealmMappingList,findUserRealmMappingById,findUserRealmMappingByIndex,countLockedUserListAdvance,findUserLockById,getLockedUserListAdvance,unlockUser,isUserLockedByUserId,editSytemConfigPasswordEncryption,findPasswordPolicyById,valPasswordPolicy,connectionEmailTest,findPasswordPolicyByIndex,getPasswordPolicyList,editPasswordPolicyList,validateUserIpToAccess,findPolicyOUById,findPolicyOUByIndex,isPolicyHasUserRole,findPolicyById,getPolicyOUListAdvance,getPolicyOUListByPolicyId,getPolicyListAdvance,getPolicyListByTenant,addPolicy,removePolicyOU,isPolicyExistsById,getPolicyList,isPolicyOUExistsById,findPolicyByIndex,addPolicyOU,removePolicy,editPolicy,valOUAsSubBusinessUnit,isOULegalExistsByIndex,getOUMainBuListAdvance,valAuthorizedPolicyOU,getBUListAdvance,getOUListByOUType,findOULegalByIndex,getAuthorizedOUAccountingListAdvance,getAuthorizedOUSubBuListAdvance,getAuthorizedOUListByOUType,isOUAsBranch,findOUByIndex,valOUAsBranch,isOUAsMainBusinessUnitOrBranch,isOUHasChild,addOULegal,isOUExistsById,isOUTypeHasOU,findOUTypeByIndex,getOULegalListByOU,removeOULegal,getAuthorizedOUBusinessUnitListAdvance,valOUAsLegal,isOUTypeExistsById,addOU,addOUType,isOUAsSubBusinessUnit,getOUList,valOUAsMainBusinessUnit,valOUAsBusinessUnit,getOUTypeListByTenant,valOUAsSubAccounting,getOUTypeList,isOUHasUser,valOUForPolicy,editOUType,getOUTypeListAdvance,getOUListByTenant,isOULegalExistsById,findParentOUMainBuByOu,getAuthorizedOUMainBuListAdvance,getAuthorizedOUMainBuOrBranchListAdvance,getOUListAdvance,editOU,getOUMainBuOrBranchListAdvance,getAuthorizedBUListAdvance,getAuthorizedOUBranchListAdvance,getOUTypeListForBusinessUnit,findOULegalById,findOUById,editOULegal,removeOU,getAuthorizedOULegalListAdvance,removeOUType,getAuthorizedBUListByOUType,findOUTypeById,isOUAsMainBusinessUnit,valOUAsMainBusinessUnitOrBranch,checkLastUser,defaultAction,conditionalAction,noAction,changeRequestProcessor,rejectedProcessor,requestApprovalProcessor,deletedProcessor,voidProcessor,cancelProcessor,approvedProcessor,updateChangesProcessor,initialProcessor,clientRequestRepositoryImpl,applicationContextProvider,flowItemDaoImpl,historyDocReasonDaoImpl,flowSubItemReasonDaoImpl,flowSubItemDaoImpl,flowDaoImpl,triggerAweDaoImpl,currentDocStatusDaoImpl,masterDocumentDaoImpl,worklistDaoImpl,forwardSettingDaoImpl,historyDocDaoImpl,isCurrentDocStatusExistById,removeWorklistByNoItem,getMyDocumentListAdvance,getWorklistByUserRoleId,valFlowSubItemReasonExistsById,getWorklistByRequestId,findCurrentDocStatusByIndex,findHistoryDocReasonById,getToDoListAdvance,findDocumentBySchema,findCurrentDocStatusById,getDocumentList,isHistoryDocReasonExistsById,getHistoryDocListByScheme,removeWorklist,findWorklistByIndex,addHistoryDoc,isFlowSubItemReasonExistsById,addApprovalReassignment,isForwardSettingExistsById,valForwardSettingExistsById,findForwardSettingById,removeApprovalReassignment,isExistsApprovalReassignment,editApprovalReassignment,reassignDocument,getApprovalReassignmentList,getOutstandingDocumentListByCurrentUserOrRole,getRecentActivityListAdvance,findWorklistById,getDocumentTypeList,editWorklist,getCurrentDocStatusList,findFlowSubItemReasonById,getTriggerListByHistoryDocId,countRecentActivityListAdvance,findHistoryDocById,countMyDocumentListAdvance,editWorkflowRemark,getHistoryDocListByRequestId,findDocumentById,countToDoListAdvance,getHistoryDocListByDocId,isWorklistExistsByIndex,valHistoryDocReasonExistsById,getWorklistByDocId,addTrigger,valFlowItemExistsByIndex,validateFlow,getFlowListByScheme,findFlowItemById,valFlowExistByExp,getFlowItemListByFlowId,getCompleteFlowByFlowId,findFlowItemByIndex,findFlowSubItemById,addFlow,removeFlowItem,getFlowSubItemListByFlowItem,editFlow,findFlowById,valFlowExistByDesc,addFlowSubItemList,editFlowSubItemList,saveOrUpdateCurrentDocStatus,addWorklist,getDocStatusByUserRoleAndDocId,workflowProperty,workflowLoader,actionFactory,workflowExecutor,schemeLoader,processParameterDaoImpl,reprocessParameterDaoImpl,processResultFatalErrorDaoImpl,processMessageDaoImpl,reportResultDaoImpl,reportParameterDaoImpl,reportLabelDaoImpl,reprocessMessageDaoImpl,processTagDaoImpl,reportMessageDaoImpl,reportFileDaoImpl,processResultDaoImpl,getGenerateReportFileList,countRequestReportMessageListAdvance,getRequestReportMessageListAdvance,completeGenerateReport,requestGenerateReport,countGenerateReportResultList,requestGenerateReportWithConsumer,getGenerateReportResultList,editReprocessParameter,removeReprocessParameter,getReprocessMessageListAdvance,removeReprocessPlanning,editReprocessPlanning,addReprocessPlanning,countReprocessMessageListAdvance,addReprocessParameter,findProcessMessageByIndex,getProcessMessageListAdvance,reprocessUploadFile,getErrorProcessListAdvance,getReprocessResultListAdvance,findReprocessMessageByIndex,getReprocessParameterListByProcessMessageId,sendReprocessPlanningToQueue,countProcessMessageListAdvance,getProcessParameterListByProcessMessageId,findProcessParameterById,addReprocess,getProcessResultOkListByProcessMessageId,addProcessResultFatalError,findProcessMessageById,addProcessResult,finishProcessQueue,countReprocessResultListAdvance,startProcessQueue,countErrorProcessListAdvance,findProcessResultFatalErrorById,isProcessMessageExistsByIndex,getProcessResultErrorListByProcessMessageId,resendQueue,prepareProcessQueue,sendProcessToQueue,getProcessResultWarningListByProcessMessageId,isTagExistsById,isTagExistsByIndex,getProcessTagListByProcessName,findProcessTagByIndex,findProcessTagById,getReportParameterListByReportMessageId,updateReportMessageStatus,isReportMessageExistsById,valReportMessageExistsById,findReportMessageById,autoNumRefMappingDaoImpl,autoNumGeneratedDaoImpl,autoNumLastDaoImpl,autoNumRuleDaoImpl,autoNumCancelDaoImpl,jsEvaluator,editAutoNumLastCounterList,isAutoNumLastExistsByIndex,getAutoNumLastCounterListByRuleId,findAutoNumLastById,addAutoNumLastCounter,deleteAutoNum,findGeneratedAutoNumByIndex,findAutoNumById,findAutoNumRefMappingById,findAutoNumRefMappingByIndex,createAutoNum,commitAutoNum,updateAutoNumDataIfExists,findAutoNumCancelById,countAutoNumCancelByAutoNumRuleId,countAutoNumGeneratedByAutoNumRuleId,getAutoNumGeneratedPeriodListAdvance,isAutoNumGeneratedExistsById,removeUnusedAutoNumGenerated,findAutoNumGeneratedById,valErrorIfAutonumAlreadyExistAndUsed,isGeneratedAutoNumExistsByIndexYearMonth,isGeneratedAutoNumExistsByIndex,getAutoNumGeneratedListAdvance,unusedAutoNum,isAutoNumRuleExistsById,editAutoNumRule,isAutoNumRuleExistsByIndex,removeAutoNumRule,getAutoNumRuleListAdvance,changeActiveAutoNumRule,addAutoNumRule,validateAutoNumRuleListByScheme,findAutoNumRuleById,generateAutoNum,updateToInProgressIfAutoNumExist,updateAutoNum,registerPartnerBankDaoImpl,promoCommissionOuUngeneratedIdDaoImpl,partnerTypeUngeneratedIdDaoImpl,itemWarehouseUngeneratedIdDaoImpl,whsLocationDaoImpl,commissionOuUngeneratedIdDaoImpl,policyActivityDaoImpl,ctgrProductAttrCompDaoImpl,catalogDaoImpl,productWeightDimensionDaoImpl,whsLocationAttrCompValueDaoImpl,cashBankOuDaoImpl,productUomConversionDaoImpl,registerCustPaymentDaoImpl,whsLocationProductDaoImpl,productVatDaoImpl,partnerFileDaoImpl,brandSupplierDaoImpl,partnerOuDaoImpl,subCtgrProductDaoImpl,registerPartnerRelDaoImpl,registerPartnerDaoImpl,whsLocationAttrCompDaoImpl,brandDaoImpl,sellPriceProductForSoDaoImpl,registerPartnerFileDaoImpl,warrantyTypeDaoImpl,partnerDaoImpl,activityDocumentDaoImpl,partnerBankDaoImpl,taxDaoImpl,extProductDaoImpl,cashBankDaoImpl,cashBankUngeneratedIdDaoImpl,groupProductOuDaoImpl,whsLocationAttrCodeDaoImpl,productOuUngeneratedIdDaoImpl,partnerUngeneratedIdDaoImpl,productBarcodeDaoImpl,subCtgrProductUngeneratedIdDaoImpl,exchangeRateDaoImpl,partnerRelationDaoImpl,exchangeRateUngeneratedIdDaoImpl,productCustomDaoImpl,productAssemblyDaoImpl,promoPriceProductDaoImpl,taxUngeneratedIdDaoImpl,uomDaoImpl,areaSalesPriceDaoImpl,deviceMerchantUngeneratedIdDaoImpl,productKeywordDaoImpl,policyBrandDaoImpl,registerSuppProductDaoImpl,registerPartnerNpwpDaoImpl,groupProductOuUngeneratedIdDaoImpl,partnerNpwpDaoImpl,registerPartnerCpDaoImpl,registerSuppPaymentDaoImpl,productAssemblyUngeneratedIdDaoImpl,warrantyTypeForSellPriceSoDaoImpl,brandUngeneratedIdDaoImpl,uomUngeneratedIdDaoImpl,productOuDaoImpl,productCtgrTreeDaoImpl,promoPriceProductUngeneratedIdDaoImpl,productCatalogDaoImpl,groupProductOuPromoCommisionUngeneratedIdDaoImpl,partnerAddressDaoImpl,productUngeneratedIdDaoImpl,productCatalogChangeCatalogDaoImpl,registerCustomerExtDaoImpl,productConsignmentSuppInfoDaoImpl,productCatalogChangePriceDaoImpl,ouStructureDaoImpl,documentJournalDaoImpl,groupCoaDaoImpl,partnerCpDaoImpl,areaSalesPromoDaoImpl,vehicleDaoImpl,custPaymentDaoImpl,sellPriceProductDaoImpl,warehouseDaoImpl,segmentCoaDaoImpl,productAttrCompValueDaoImpl,partnerVehicleDaoImpl,policyAreaSalesDaoImpl,suppPaymentDaoImpl,dataLogDaoImpl,custDocDaoImpl,typePartnerDaoImpl,productWarrantyDaoImpl,registerCustDocDaoImpl,activityDaoImpl,suppProductDaoImpl,promoCommissionOuDaoImpl,policyProductDaoImpl,partnerTypeDaoImpl,productSpecsDaoImpl,productSerialNumberDaoImpl,productDaoImpl,productPartsDaoImpl,policyPartnerDaoImpl,policyCashBankDaoImpl,policyWhsLocationDaoImpl,productPartsWarrantyDaoImpl,ctgrProductDaoImpl,sellPriceProductUngeneratedIdDaoImpl,groupProductDaoImpl,deviceMerchantOuDaoImpl,groupProductOuPromoCommisionDaoImpl,ctgrProductUngeneratedIdDaoImpl,jobReceiptReasonDaoImpl,productStatusDaoImpl,deviceMerchantDaoImpl,warehouseOuDaoImpl,warehouseUngeneratedIdDaoImpl,areaSalesDaoImpl,itemWarehouseDaoImpl,registerPartnerAddressDaoImpl,tempProductCatalogDaoImpl,taxNumberDaoImpl,genTaxNumberDaoImpl,productPackagingDaoImpl,customerExtDaoImpl,registerPartnerTypeDaoImpl,productAttrCodeDaoImpl,productDefWarrantyDaoImpl,adminProcessLedgerDaoImpl,warehouseWhsLocationAttrCompDaoImpl,ctgrPartnerDaoImpl,commissionOuDaoImpl,coaDaoImpl,productAttrCompDaoImpl,policyWarehouseDaoImpl,findProductCtgrTreeByIndex,getProductCtgrTreeListByParentId,removeProductCtgrTree,addProductCtgrTree,isProductCtgrTreeExistsByIndex,valProductCtgrTreeExistsByIndex,isProductCtgrTreeExistsById,valProductCtgrTreeExistsById,getProductCtgrTreeList,getProductCtgrTreeByFlgUseAttr,editProductCtgrTree,findProductCtgrTreeById,getAuthorizedWareHouseEmbeddedOutletListByMainBuOrBranch,findItemWarehouseById,isPolicyWarehouseExists,valAuthorizedPolicyWarehouse,removePolicyWarehouse,getItemWarehouseListByWarehouse,valWarehouseExistsInOu,addWarehouse,getAuthorizedWarehouseListByOuChild,findWarehouseOuById,isWarehouseOuExistsById,getAuthorizedWarehouseNonOutletListAdvance,findPolicyWarehouseById,isWarehouseExistsByIndex,findWarehouseByIndex,findWarehouseById,getAuthorizedWarehouseListByMainBuOrBranch,isWarehouseExists,getWarehouseOuListAdvance,addPolicyWarehouse,getAuthorizedWarehouseOutletListAdvance,removeWarehouse,getAuthorizedWarehouseListByOu,removeItemWarehouse,getWarehouseNonOutletListByMainBuOrBranch,getPolicyWarehouseListAdvance,getItemWarehouseList,addAllItemWarehouse,getAuthorizedWarehouseNonOutletListByMainBuOrBranch,getAuthorizedWarehouseListInOuBu,valWarehouseAsWarehouseNonOutlet,valWarehouseExistsInOuBu,getItemWarehouseListAdvance,isItemWarehouseExists,getAuthorizedWarehouseNonOutletListInBuByOu,editItemWarehouse,getWarehouseList,getAuthorizedWarehouseNonOutletListByMainBuOrBranchAndWarehouseId,valWarehouseAsWarehouseOutlet,getAuthorizedWarehouseOutletListByMainBuOrBranch,valWarehouseAsWarehouseNonOutletNonEmbedded,addItemWarehouse,getAuthorizedWarehouseListAdvance,findItemWarehouseByIndex,getAuthorizedWarehouseOuAndWarehouseOuBuList,editWarehouse,isItemWarehouseExistsByIndex,getWarehouseListAdvance,valWhsLocationAttrCompExistsById,isWhsLocationAttrCompExistsById,valWhsLocationAttrCompExistsByIndex,isWhsLocationAttrCompExistsByIndex,removeWhsLocationAttrComp,editWhsLocationAttrComp,getWhsLocationAttrCompList,findWhsLocationAttrCompById,addWhsLocationAttrComp,findWhsLocationAttrCompByIndex,addCashBank,isExchangeRateExistsByIndex,findDeviceMerchantByIndex,addPolicyCashBank,findCashBankOuById,addExchangeRate,findCashBankById,removePolicyCashBank,getCashBankListAdvance,findDeviceMerchantOuById,editCashBank,findPolicyCashBankById,findCashBankByIndex,addExchangeRateTaxAndCommercial,getAuthorizedCashBankListAdvance,findExchangeRateByIndex,findDeviceMerchantById,addExchangeRateCommercialByPeriod,getCashBankOuListAdvance,findExchangeRateByDate,isPolicyCashBankExists,valExchangeRateDateOverlap,getCashListByOuAndCurrency,removeExchangeRate,findExchangeRateById,isBankAccountOwnedByParentOu,editDeviceMerchant,removeDeviceMerchant,getAuthorizedBankListByOu,getDeviceMerchantListAdvance,getPolicyCashBankListAdvance,isDeviceMerchantExistsByIndex,getExchangeRateListAdvance,isCashBankExistsByIndex,valCashBankExistsInOu,getAuthorizedCashListByOuAndCurrency,isCashBankOuExistsById,isCashBankExistsByCoa,getAuthorizedCashListByOu,editExchangeRate,isDeviceMerchantOuExistsById,removeCashBank,addDeviceMerchant,getAuthorizedCashOutletListByMainBuOrBranch,getAuthorizedCashBankCurrencyListByOu,getDeviceMerchantOuListAdvance,valAuthorizedPolicyCashBank,getAuthorizedCashBankListByOuAndCurrency,valWarrantyTypeForSellPriceSoExistsById,valWarrantyTypeExistsInSoWarrantyItemByWarrantyTypeId,findWarrantyTypeForSellPriceSoById,isProductHasWarrantyTypeForSellPriceSoByIndex,valProductDefWarrantyExistsById,removeWarrantyType,getWarrantyTypeListForCombo,isProductDefWarrantyExistsById,editWarrantyTypeForSellPriceSo,valWarrantyTypeExistsInWarrantyTypeForSellPriceSoByWarrantyTypeId,removeWarrantyTypeForSellPriceSo,addProductDefaultWarranty,valWarrantyTypeExistsInProductDefWarrantyByWarrantyTypeId,valProductDefWarrantyExistsByIndex,valWarrantyTypeExistsByIndex,findWarrantyTypeByIndex,valWarrantyTypeExistsById,findWarrantyTypeForSellPriceSoByIndex,findWarrantyTypeById,valWarrantyTypeForSellPriceSoExistsByIndex,getProductDefaultWarrantyList,isProductDefWarrantyExistsByIndex,isWarrantyTypeForSellPriceSoExistsByIndex,removeProductDefaultWarranty,countProductDefaultWarrantyList,isProductIdExistsInProductDefWarranty,isWarrantyTypeForSellPriceSoExistsById,getWarrantyTypeForSellPriceSoList,isWarrantyTypeExistsByIndex,addWarrantyType,findProductDefWarrantyById,findProductDefWarrantyByIndex,getWarrantyTypeList,addWarrantyTypeForSellPriceSo,getWarrantyTypeForSellPriceSoForAddSalesList,isWarrantyTypeExistsById,getProductDefaultWarrantyForAddSalesList,findCommissionOuByGroupProductOuIdDate,isCtgrProductAttrCompExistsById,isCtgrProductAttrCompExistsByIndex,valCtgrProductAttrCompExistsById,addCtgrProductAttrComp,moveUpCtgrProductAttrComp,findCtgrProductAttrCompById,valCtgrProductAttrCompExistsByIndex,moveDownCtgrProductAttrComp,findCtgrProductAttrCompByIndex,getCtgrProductAttrCompList,removeCtgrProductAttrComp,findPartnerVehicleById,getVehicleList,isPartnerVehicleExistsByIndex,valVehicleExistsByIndex,removePartnerVehicle,getVehicleListAdvance,setActiveStatusPartnerVehicle,addVehicle,findPartnerVehicleByIndex,getMessengerList,editVehicle,getCourierListAdvance,findPartnerVehicleByPartnerId,getVehicleListByCourier,addPartnerVehicle,findCourierById,valPartnerVehicleExistsByIndex,findVehicleByIndex,isVehicleExistsByIndex,removeVehicle,findVehicleById,valVehicleExistsById,isPartnerVehicleExistsById,valPartnerVehicleExistsById,getPartnerVehicleListByVehicleId,isPartnerVehicleExistsByVehicleId,isVehicleExistsById,getRegisterPartnerCpListByRegisterPartner,valRegisterPartnerCpExistsById,removeRegisterPartnerCp,isRegisterPartnerCpExistsByIndex,findRegisterPartnerCpById,isRegisterPartnerCpNameExistsInPartnerBank,valRegisterPartnerCpExistsByIndex,isRegisterPartnerCpExistsById,findRegisterPartnerCpByIndex,editRegisterPartnerCp,addRegisterPartnerCp,addTempProductCatalog,valTempProductCatalogExistsByIndex,editTempProductCatalog,findTempProductCatalogById,isTempProductCatalogExistsByIndex,findTempProductCatalogByIndex,valTempProductCatalogExistsById,countGetTempProductCatalogList,removeTempProductCatalog,submitTempProductCatalog,isTempProductCatalogExistsById,getTempProductCatalogList,addProductAttrComp,isProductAttrCompExistsByIndex,valProductAttrCompExistsByIndex,removeProductAttrComp,findProductAttrCompByIndex,valProductAttrCompExistsById,editProductAttrComp,findProductAttrCompById,getProductAttrCompList,isProductAttrCompExistsById,valWarehouseWhsLocationAttrCompExistsById,getWarehouseWhsLocationAttrCompList,isWarehouseWhsLocationAttrCompExistsByIndex,valWarehouseWhsLocationAttrCompExistsByIndex,isWarehouseWhsLocationAttrCompExistsById,removeWarehouseWhsLocationAttrComp,findWarehouseWhsLocationAttrCompByIndex,findWarehouseWhsLocationAttrCompById,moveUpWarehouseWhsLocationAttrComp,addWarehouseWhsLocationAttrComp,moveDownWarehouseWhsLocationAttrComp,isProductAttrCompValueExistsById,getProductAttrCompValueList,valProductAttrCompValueExistsByIndex,removeProductAttrCompValue,editProductAttrCompValue,addProductAttrCompValue,isProductAttrCompValueExistsByIndex,findProductAttrCompValueById,findProductAttrCompValueByIndex,valProductAttrCompValueExistsById,isBrandSupplierExistsById,findBrandSupplierById,valBrandSupplierExistsById,getPartnerCpListByPartner,isCustDocExistsById,findSuppPaymentById,findOfficialPartnerAddress,findSuppProductById,getSuppProductListByPartner,removePartnerRelation,isPartnerRelationExistsByIndex,editPartnerAsSupplier,findPolicyPartnerById,isCustomerExtExistsById,findPartnerTypeByIndex,findPurchaseOfficerById,valCustDocExistsByIndex,getSupplierList,getPartnerNpwpListByPartner,isPolicyPartnerExists,valSuppPaymentExistsById,getAuthorizedPurchaseOfficerListAdvance,findCustPaymentByIndex,editPartnerType,isPartnerBankExistsByIndex,getAuthorizedHoldingPartnerList,findPartnerNpwpByIndex,isPartnerAddressExistsByIndex,editPartnerCp,isCustPaymentExistsById,findPartnerTypeById,findTypePartnerById,addPartnerType,getPartnerBankListByPartnerAndCurrency,getHoldingPartnerList,getAuthorizedSalesmanListByMainBu,getPartnerBankListByPartner,getPolicyPartnerListAdvance,isCtgrPartnerExistsByIndex,findPartnerOuById,getCtgrPartnerList,findPartnerBankByIndex,getPartnerListForRelations,getPartnerOuListByPartner,getCustomerList,isPartnerFileExistsById,getAuthorizedCustomerListAdvance,addPartnerAsCustomer,findTypePartnerByIndex,valCustDocExistsById,findCustomerExtById,addPartnerInternal,findPartnerAddressByIndex,editCtgrPartner,findPartnerFileById,isPartnerAsEmployee,isPartnerCpNameExistsInPartnerBank,getTypePartnerList,editPartnerNpwp,editPartnerAsCustomer,editPartnerInternal,editPurchaseOfficer,countGetPartnerListAdvance,editPartnerFile,isCustPaymentExistsByIndex,addSalesman,getPurchaseOfficerListAdvance,findPartnerCpById,removePartnerAsSupplier,addPolicyPartner,valPartnerBankExistsInPartner,isSuppPaymentExistsByIndex,isPartnerAddressDescExistsByIndex,addCustDoc,setPartnerOfficialAddress,removeSupplierProduct,removePolicyPartner,getTypePartnerListByGroupPartner,removePartnerAsCustomer,findPartnerFileByIndex,getAuthorizedPartnerNonEmployeeListAdvance,getPartnerShipToListByPartner,getCompleteInfoPartnerByPartnerId,isPartnerExistsByIndex,valPartnerAsSupplier,removePurchaseOfficer,isSuppProductExistsById,valPartnerFileExistsById,addPartnerNpwp,findPartnerById,getEmployeeListAdvance,valSuppProductExistsById,isPartnerTypeExistsByIndex,findPartnerRelationByIndex,findPartnerByIndex,findPartnerCpByIndex,valPartnerAsEmployee,editCustDoc,findPartnerRelationById,getAuthorizedCustomerListAdvanceWithoutAddress,getAuthorizedPartnerListAdvance,findCtgrPartnerById,isPartnerNpwpExistsByIndex,findCustDocByIndex,getPartnerBillToListByPartner,findPartnerBankById,isPartnerOuExistsById,getNonInternalTypePartnerListByGroupPartner,getPartnerInternalList,getCustomerInternalList,valSuppProductExistsByIndex,removePartnerAddress,valAuthorizedPolicyPartner,removeCtgrPartner,getPartnerListForRelationCombo,getPartnerRelationListByPartner,getPartnerOuBuOrBranchListByPartner,findPartnerNpwpById,getPartnerBankById,getSalesmanListAdvance,findSuppProductByIndex,editSalesman,valCustPaymentExistsByIndex,getAuthorizedSalesmanListAdvance,getInternalTypePartnerListByGroupPartner,removePartnerType,addPartnerRelation,getPartnerAddressListByPartner,isSuppProductExistsByIndex,addPurchaseOfficer,getPartnerShipAddressListByPartner,addSupplierProduct,removePartnerCp,isPartnerFileExistsByIndex,isPartnerCpExistsByIndex,valPartnerFileExistsByIndex,valCustPaymentExistsById,removePartnerBank,setPartnerDefaultAddress,addPartnerBank,editPartnerBank,getEmployeeList,findSuppPaymentByIndex,addPartnerAsSupplier,findPartnerAddressById,isEmployeeInOuBuBranch,getPartnerOuListAdvance,valSuppPaymentExistsByIndex,getEmployeeListByOu,findSalesmanById,getAuthorizedSupplierListAdvance,editPartnerRelation,getAuthorizedCtgrPartnerList,addPartnerCp,isSuppPaymentExistsById,findCustPaymentById,removePartner,findCustDocById,findCtgrPartnerByIndex,getPartnerListAdvance,getPartnerFileListByPartner,getCustDocListByPartner,removeSalesman,findDefaultPartnerAddress,getAuthorizedCustomerList,editTypePartner,addCtgrPartner,removePartnerNpwp,addPartnerFile,isCustDocExistsByIndex,getSupplierInternalList,addSegmentCoa,getSystemActivityGlList,getGroupCoaListForSystemActivityGl,getCoaListAdvance,isActivityDocumentExists,getSegmentCoaListAdvance,addActivity,removeActivityDocument,getActivityListByCoa,removeUserDefinedGroupCoa,findCoaById,removeActivity,editGroupCoa,getCoaListForTemplateMappingReport,isSegmentCoaExistsByIndex,getGroupCoaListByCoaType,getActivityDocumentListAdvance,getGroupCoaListForTemplateMappingReport,findSegmentCoaById,getGroupNonSystemCoaList,addUserDefinedGroupCoa,getGroupCoaList,findSegmentCoaByIndex,getAuthorizedActivityListAdvance,editSegmentCoa,isSegmentCoaExistsById,removePolicyActivity,editSystemActivityGl,setActiveStatusSegmentCoa,getAuthorizedActivityDocumentListAdvance,getPolicyActivityListAdvance,getSegmentCoaListById,getAuthorizedActivityListByCoa,isGroupCoaExistsByIndex,isActivityExistsByIndex,valSegmentCoaExistsByIndex,getGroupCoaListAdvance,addActivityDocument,findGroupCoaById,getCoaListByGroupCoaList,isSegmentCoaOthersExistsByIndex,findActivityDocumentById,removeSegmentCoa,addCoa,removeCoa,isPolicyActivityExists,valSegmentCoaExistsById,findPolicyActivityById,getActivityListAdvance,isCoaExistsByIndex,findCoaByIndex,findActivityById,editCoa,findActivityByIndex,valAuthorizedPolicyActivity,addPolicyActivity,getCoaListByGroupCoa,findGroupCoaByIndex,isProductCustomExistsById,findProductCustomById,valProductCustomExistsById,addRegisterSupplierProduct,valRegisterSuppProductExistsById,isRegisterSuppPaymentExistsByIndex,findRegisterSuppProductById,isRegisterSuppProductExistsById,valRegisterSuppPaymentExistsById,findRegisterSuppPaymentById,getSuppProductListByRegisterPartner,findRegisterSuppProductByIndex,removeRegisterSupplierProduct,valRegisterSuppProductExistsByIndex,findRegisterSuppPaymentByIndex,valRegisterSuppPaymentExistsByIndex,isRegisterSuppPaymentExistsById,isRegisterSuppProductExistsByIndex,isRegisterPartnerBankExistsById,findRegisterPartnerBankById,getRegisterPartnerBankListByRegisterPartner,editRegisterPartnerBank,findRegisterPartnerBankByIndex,isRegisterPartnerBankExistsByIndex,addRegisterPartnerBank,valRegisterPartnerBankExistsById,removeRegisterPartnerBank,valRegisterPartnerBankExistsByIndex,valFinanceApArTrxCanInput,getAdminProcessLedgerListForCashBank,closingCashBank,valPosTrxCanInput,getDataMonthlyJournalList,getDataDailyJournalList,cancelClosingAp,cancelClosingProcessFinishGoodsAmount,getAdminProcessUnprocessedOutletList,cancelClosingQtyInventory,cancelClosingGl,isAdminProcessLedgerExistsByIndex,closingSales,valInventoryTrxCanInput,valFinanceArTrxCanInput,closingGl,cancelClosingCashBank,valAdminProcessCheckThisMonthMustHaveNotProcessed,closingQtyInventory,closingProcessWipAmount,closingAp,valPurchSalesTrxCanInput,valAdminProcessCheckThisMonthMustHaveProcessed,valSalesTrxCanInput,closingAr,valCashBankTrxCanInput,closingPurch,getLastProcessedYearMonthAdminProcessLedgerInvQty,getAdminProcessLedgerListForInventory,cancelClosingProcessWipAmount,closingProcessFinishGoodsAmount,valFinanceApTrxCanInput,isAdminProcessLedgerGlAlreadyClosed,valGlTrxCanInput,closingProcessRawMaterialAmount,valAdminProcessCheckLastMonthMustHaveProcessed,valAdminProcessLedgerExistsByIndex,getEarliestYearMonthOfNotYetClosedAdminProcessLedgerByOu,cancelClosingAr,getAdminProcessLedgerListForPos,closingPos,getAdminProcessUnreleaseDocList,cancelClosingSales,getAdminProcessLedgerList,valProcessFinsihGoodsAmount,findAdminProcessIdByIndex,cancelClosingPurch,findAdminProcessLedgerByIndex,valPurchTrxCanInput,cancelClosingProcessRawMaterialAmount,cancelClosingPos,getAdminProcessLedgerListForPurchSalesFinance,isPostingProcessError,valAdminProcessCheckNextMonthMustHaveNotProcessed,valClosingQtyInventory,findAreaSalesPriceByIndex,getAreaSalesPriceForNewProduct,findAreaSalesPromoById,isAreaSalesPriceExistsByIndex,isAreaSalesPromoExistsByIndex,getAreaSalesPriceListExistsInSellPrice,getAreaSalesPriceListByAreaSalesIdWithProductIdList,findAreaSalesPromoByIndex,getAreaSalesPriceListNotExistsAndExistsInSellPrice,isAreaSalesExistsByIndex,removeAreaSales,findAreaSalesPriceById,findAreaSalesByIndex,editAreaSalesPrice,getAreaSalesListAdvance,addAreaSalesPrice,findAreaSalesById,getAreaSalesPriceListNotExistsInSellPrice,removeAreaSalesPromo,getAreaSalesPriceListByAreaSalesId,addAreaSales,addSellPriceProductFromAreaSales,removeAreaSalesPrice,getAuthorizedOuBranchListInStructureByMainBu,valOuStructureExistsById,getAuthorizedOuSubBuListInStructureByMainBuAndBranch,getOuBuAndChildList,getAuthorizedOUMainBuOrBranchOrEmbeddedOutletListAdvance,findOuStructureById,isOuStructureExistsById,findProductCatalogChangePriceById,isProductCatalogChangePriceExistsById,valProductCatalogChangePriceExistsById,getProductAttrCodeByProductId,findProductAttrCodeById,isProductAttrCodeExistsById,valProductAttrCodeExistsById,removeGroupProductOuPromoCommision,isGroupProductOuPromoCommisionExistsByIndex,findGroupProductOuPromoCommisionByIndex,findGroupProductOuPromoCommisionById,addGroupProductOuPromoCommision,findGroupProductOuPromoCommisionByDate,removeRegisterPartnerNpwp,editRegisterPartnerNpwp,valRegisterPartnerNpwpExistsById,valRegisterPartnerNpwpExistsByIndex,findRegisterPartnerNpwpByIndex,isRegisterPartnerNpwpExistsByIndex,addRegisterPartnerNpwp,isRegisterPartnerNpwpExistsById,findRegisterPartnerNpwpById,getRegisterPartnerNpwpListByRegisterPartner,getNotYetUsedGeneratedTaxNumberListByOtherInvoice,isGenTaxNumberExistsById,findGenTaxNumberByIndex,getTaxListAdvance,generateTaxNumber,findTaxNumberById,isTaxNumberExistsById,getGeneratedTaxNumberListAdvance,findTaxNumberByIndex,editTaxNumber,valGenTaxNumberExistsByIndex,getNotYetUsedGeneratedTaxNumberList,findGenTaxNumberById,valTaxNumberExistsById,isTaxNumberExistsByIndex,valTaxNumberExistsByIndex,getTaxNumberListAdvance,isGenTaxNumberExistsByIndex,findTaxById,valGenTaxNumberExistsById,editTax,getPrefixTaxNoByPartner,valGenTaxNumberNotYetUsed,getProductPartsWarrantyListByProduct,getPromoPriceProductListAdvance,getPolicyProductListAdvance,removeProductPackaging,findProductConsignmentByIndex,getProductAssemblyListByCoreProduct,editUom,countGetPromoPriceProductListAdvance,editPromoPriceProduct,countGetNonAssemblyProductForConsignmentListForInfo,findSellPriceProductForNewSellPrice,findProductOuBySubCtgrProduct,getPromoCommissionOuListByOu,getAuthorizedProductListAdvance,removeProductWarranty,editProductAssembly,findProductBarcodeById,editSellPriceProductSoForClosing,removeCommissionOu,getCtgrProductOfUnregisteredProductOuList,getGroupProductOuPromoCommissionListByOu,editProductPackaging,isSellPriceProductExistsByIndex,findProductBarcodeByIndex,addPolicyProduct,isProductSpecsExists,valProductPackagingExistsById,getAuthorizedProductListByCode,getAuthorizedAssemblyProductListForInfo,findProductByIndex,addProductStatus,findSubCtgrProductByIndex,findCtgrProductByIndex,getPromoPriceProductListByCodeAndOU,addProductWarranty,countGetSellPriceProductForSoListAdvance,findSellPriceProductByIndex,countGetAuthorizedProductWithGroupProductOuListForInfo,findUomById,isUomExistsByIndex,valProductStatusExistsByIndex,getProductListForInfo,getAuthorizedNonAssemblyProductListForInfo,editProductUomConversion,addSellPriceProduct,getAuthorizedNonServiceSubCtgrProductListAdvance,editGroupProductOu,getProductPartsListByProduct,findSellPriceProductForSoForNewSellPrice,findPolicyProductById,findSubCtgrProductById,removePolicyProduct,findProductWarrantyById,getProductAssemblyDetailListAdvance,findCtgrProductById,isBrandExistsByIndex,getProductUomConvertList,findProductOuById,findProductPartsWarrantyById,valProductKeywordExistsById,countGetProductAssemblyListAdvance,isProductBarcodeExistsByIndex,addUom,findProductById,addPromoPriceProduct,getAuthorizedPromoPriceProductListByProductId,findProductUomConversionById,findSellPriceProductForSoByIndex,getUnregisteredSubCtgrProductForProductOuList,valCanInputSellPriceProductForSo,findProductPartsById,getSubCtgrProductListAdvance,addProductPackaging,getSellPriceProductForSoListAdvance,countGetAuthorizedNonAssemblyProductListForInfo,getCtgrProductList,findUomByIndex,findProductAssemblyById,addProductPartsWarranty,valSellPriceProductForSoExistsByIndex,getAssemblyProductListForInfo,isProductStatusExistsByIndex,findProductAssemblyDetailByIndex,addProductSerialNumber,isPromoCodeProductExistsByOu,isCommissionOuExistsByIndex,countGetProductListForInfo,findSellPriceProductByDate,findPromoCommissionOuById,findCommissionOuById,findProductWeightDimensionById,addProductParts,isProductPartsWarrantyExistsById,isProductWeightDimensionExistsById,isProductStatusExistsById,countGetAssemblyProductListForInfo,editPromoCommissionOu,isProductPartsExists,findPromoPriceProductByIndex,getCtgrProductListWithProductOu,isProductPackagingExistsById,getCtgrProductListAdvance,editProductPartsWarranty,isSellPriceProductForSoExistsById,getSubCtgrProductListByCtgrProductWithProductOu,isProductAssemblyExistsByIndex,editProductWarranty,isProductWarrantyExists,getSellPriceProductListByProductId,valSellPriceProductForSoDateOverlap,addPromoCommissionOu,addProductSpecs,getAuthorizedProductWithGroupProductOuListForInfo,valProductPartsWarrantyExistsById,getProductOuListByGroupProduct,getProductAssemblyDetailListByParentProduct,getGroupProductListForCombo,getSubCtgrProductListByCtgrProduct,getAuthorizedPromoPriceProductListAdvance,isProductExistsByIndex,findBrandByIndex,getPromoPriceProductListByProductId,findProductSerialNumberById,getAuthorizedSubCtgrProductListByCtgrProduct,editProductSerialNumber,valProductBarcodeExistsByIndex,findProductStatusByIndex,findProductPackagingById,removeGroupProductOu,removeProductStatus,isProductBarcodeExistsById,valPromoPriceProductDateOverlap,getCtgrProductListWithGroupProduct,removeProductSerialNumber,removeSubCtgrProduct,getSellPriceProductListAdvance,getProductUomConvertWithBaseList,getAuthorizedSellPriceProductListByProductId,isProductSerialNumberExistsById,valProductKeywordExistsByIndex,getProductList,valProductWeightDimensionExistsById,isProductKeywordExistsById,valSellPriceProductForSoExistsById,findPromoPriceProductById,isProductOuExistsByIndex,removeUom,removeProductPartsWarranty,valSellPriceProductDateOverlap,removeProductOu,getProductUomConversionListByProduct,addProductAssemblyDetail,removeProductUomConversion,addCtgrProduct,countGetAuthorizedProductListForInfo,addSubCtgrProduct,removePromoCommissionOu,countGetSellPriceProductListAdvance,valProductBarcodeExistsById,findProductKeywordByIndex,getGroupProductList,removeProductParts,valAuthorizedPolicyProduct,getAuthorizedProductWithGroupProductOuListAdvance,removePromoPriceProduct,editSellPriceProductForSo,isSellPriceProductForSoExistsByIndex,editSellPriceProduct,editGroupProduct,findBrandById,removeProductSpecs,getNonAssemblyProductForConsignmentListForInfo,isProductUomConversionExists,findSellPriceProductFirstData,isPolicyProductExists,isSubCtgrProductExistsByIndex,findProductKeywordByProduct,findProductSpecsById,addOrEditProductUpload,findProductStatusById,countGetPromoPriceProductListByCodeAndOU,valProductSerialNumberExistsById,editSellPriceProductForClosing,editCtgrProduct,isProductKeywordExistsByIndex,getAuthorizedSubCtgrProductListAdvance,getSellPriceForSoByPartner,valProductStatusExistsById,isPromoPriceProductExistsByIndex,getAuthorizedProductAssemblyListAdvance,getAuthorizedSellPriceProductListAdvance,removeSellPriceProduct,editSubCtgrProduct,removeCtgrProduct,findProductAssemblyDetailById,isPromoCommissionOuExistsByIndex,isCtgrProductExistsByIndex,findGroupProductById,findSellPriceProductById,isProductPartsExistsByIndex,editCommissionOu,getProductStatusListByFlag,findGroupProductOuById,addProductOu,editProductStatus,getGroupProductOuListByOu,addSellPriceProductForSo,findProductKeywordById,valCanInputSellPriceProduct,getUomList,findSellPriceProductForSoByDate,editProductParts,isGroupProductOuExistsByIndex,getAuthorizedProductListForInfo,getBrandList,addGroupProductOu,removeProductAssemblyDetail,countGetAuthorizedAssemblyProductListForInfo,editProductAssemblyDetail,addProductAssembly,editProductSpecs,addProductUomConversion,getProductAssemblyListAdvance,findSellPriceProductForSoById,getAuthorizedProductList,getProductStatusListAdvance,editBrand,addCommissionOu,findDigitDecimalCurrency,calculateAmountFromNettPrice,getReportParameterConfigValue,calculateAmountFromGrossPrice,getDigitDecimalCurrencyByDocType,getDigitDecimalCurrency,findDocumentJournalById,getRoundingParameter,getAuthorizedBUBranchListAdvance,getBUNonOutletListAdvance,getAuthorizedBUNonOutletListAdvance,getAuthorizedBUOutletListAdvance,removeCatalog,isCatalogExistsByIndex,findCatalogByIndex,editCatalog,isCatalogExistsById,addCatalog,valCatalogExistsByIndex,getCatalogList,findCatalogById,valCatalogExistsById,findRegisterCustPaymentById,valRegisterCustPaymentExistsByIndex,isRegisterCustomerExtExistsById,valRegisterCustDocExistsByIndex,isRegisterCustDocExistsById,valRegisterCustomerExtExistsById,valRegisterCustPaymentExistsById,findRegisterCustDocById,findRegisterCustomerExtById,isRegisterCustDocExistsByIndex,editRegisterCustDoc,addRegisterCustDoc,isRegisterCustPaymentExistsById,getCustDocListByRegisterPartner,findRegisterCustDocByIndex,isRegisterCustPaymentExistsByIndex,valRegisterCustDocExistsById,findRegisterCustPaymentByIndex,editRegisterPartnerAsCustomer,getDraftRegisterPartnerList,removeRegisterPartnerAsSupplier,editRegisterPartner,isRegisterPartnerExistsByIndex,getPartnerListForRegisterPartner,findRegisterPartnerById,isRegisterPartnerExistsById,addRegisterPartnerAsCustomer,editRegisterPartnerAsSupplier,findRegisterPartnerByIndex,submitRegisterPartner,valRegisterPartnerExistsByIndex,valRegisterPartnerExistsById,getApprovedRegisterPartnerList,updateRegisterPartnerWorkflowStatus,addRegisterPartnerAsSupplier,removeRegisterPartnerAsCustomer,removeRegisterPartner,unsubmitRegisterPartner,isRegisterPartnerExistsByCode,copyPartnerForAddRegisterPartner,addRegisterPartner,valPolicyBrandExistsById,findPolicyBrandById,isPolicyBrandExistsById,getUnmappedProductList,findWhsLocationProductById,isWhsLocationProductExistsById,findWhsLocationProductByIndex,countGetProductListForWhsLocationProductMapping,getWhsLocationProductMappingList,addWhsLocationProductMapping,getProductListForWhsLocationProductMapping,isWhsLocationProductExistsByIndex,removeWhsLocationProductMapping,countGetWhsLocationProductMapping,valWhsLocationProductExistsByIndex,countGetUnmappedProductList,valWhsLocationProductExistsById,findRegisterPartnerRelByIndex,editRegisterPartnerRelation,addRegisterPartnerRelation,valRegisterPartnerRelExistsById,valRegisterPartnerRelExistsByIndex,getRegisterPartnerListForRelations,isRegisterPartnerRelExistsById,findRegisterPartnerRelById,removeRegisterPartnerRelation,isRegisterPartnerRelExistsByIndex,getRegisterPartnerRelationListByRegisterPartner,isRegisterPartnerFileExistsById,editRegisterPartnerFile,findRegisterPartnerFileByIndex,findRegisterPartnerFileById,valRegisterPartnerFileExistsById,addRegisterPartnerFile,valRegisterPartnerFileExistsByIndex,getRegisterPartnerFileListByRegisterPartner,isRegisterPartnerFileExistsByIndex,valProductConsignmentSuppInfoExistsById,isProductConsignmentSuppInfoExistsByIndex,valProductConsignmentSuppInfoExistsByIndex,findProductConsignmentSuppInfoById,isProductConsignmentSuppInfoExistsById,findProductConsignmentSuppInfoByIndex,findWhsLocationAttrCompValueById,getWhsLocationAttrCompValueList,valWhsLocationAttrCompValueExistsByIndex,editWhsLocationAttrCompValue,removeWhsLocationAttrCompValue,valWhsLocationAttrCompValueExistsById,isWhsLocationAttrCompValueExistsByIndex,findWhsLocationAttrCompValueByIndex,addWhsLocationAttrCompValue,isWhsLocationAttrCompValueExistsById,countGetProductCatalogList,findProductCatalogById,getProductCatalogList,valProductCatalogExistsById,findActiveProductCatalogByCode,isProductCatalogExistsById,findProductCatalogByIndex,valProductCatalogExistsByIndex,isProductCatalogExistsByIndex,addEmployee,editEmployee,masterDataLogger,findDataLogById,processMasterDataLog,addPolicyMappingList,removePolicyMapping,removePolicyMappingList,getAllPolicyDataListByType,addPolicyMapping,getPolicyMappingListByUserRole,getPolicyMappingTypeList,isPolicyWhsLocationExistsById,findPolicyWhsLocationById,valPolicyWhsLocationExistsById,findRegisterPartnerAddressByIndex,isRegisterPartnerAddressExistsById,removeRegisterPartnerAddress,addRegisterPartnerAddress,getRegisterPartnerAddressListByRegisterPartner,isRegisterPartnerAddressExistsByIndex,findRegisterPartnerAddressById,findOfficialRegisterPartnerAddress,valRegisterPartnerAddressExistsById,valRegisterPartnerAddressExistsByIndex,editRegisterPartnerAddress,setRegisterPartnerDefaultAddress,setRegisterPartnerOfficialAddress,findDefaultRegisterPartnerAddress,valRegisterPartnerTypeExistsById,valRegisterPartnerTypeExistsByIndex,findRegisterPartnerTypeByIndex,findRegisterPartnerTypeById,isRegisterPartnerTypeExistsByIndex,isRegisterPartnerTypeExistsById,addProductVat,findProductVatByIndex,countProductVatListAdvance,findProductVatById,removeProductVat,isProductVatExistByIndex,editProductVat,getProductVatListAdvance,valWhsLocationExistsByIndex,findWhsLocationByIndex,getWhsLocationList,valWhsLocationExistsById,isWhsLocationExistsById,findWhsLocationById,isWhsLocationExistsByIndex,removeWhsLocation,editWhsLocation,addWhsLocation,modDto,isWhsLocationAttrCodeExistsById,valWhsLocationAttrCodeExistsById,findWhsLocationAttrCodeById,findPolicyAreaSalesById,isPolicyAreaSalesExistsById,valPolicyAreaSalesExistsById,isProductCatalogChangeCatalogExistsById,findProductCatalogChangeCatalogById,valProductCatalogChangeCatalogExistsById,valJobReceiptReasonExistsById,getJobReceiptReasonListAdvance,isJobReceiptReasonExistsById,editJobReceiptReason,removeJobReceiptReason,isJobReceiptReasonExistsByIndex,addJobReceiptReason,valJobReceiptReasonExistsByIndex,findJobReceiptReasonById,findJobReceiptReasonByIndex,calculateAmountFromGrossPriceForKtmt,findSellPriceBrandByIndex,getSellPriceListByLevelAndBrand,countSellPriceBrandListAdvance,editSellPriceBrand,valCanInputSellPriceBrand,getBrandSellPriceForEdit,findSellPriceBrandForNewSellPrice,getSellPriceBrandListAdvance,findSellPriceBrandById,addSellPriceBrand,editSellPriceBrandForClosing,isSellPriceBrandExistByIndex,addCity,getCityListAdvance,isCityExistsByName,editCity,isCityExistsById,valCityExistsByIndex,isCityExistsByIndex,removeCity,valCityExistsById,findCityByIndex,findCityById,addProductLaunchingItem,addProductLaunching,editProductLaunchingItem,getProductLaunching,deleteProductLaunchingItem,getProductLaunchingListAdvance,editProductLaunching,getDataBrandListForKtmt,getBrandListForKtmt,addBrandForKtmt,editBrandForKtmt,findBrandExtById,valBrandExtExistsById,isBrandExtExistsById,removeBrand,editPurchPriceByBrand,editPurchPriceByBrandForClosing,valPurchPriceByBrandExistsByIndex,isPurchPriceByBrandExistsById,getPurchPriceByBrandList,isPurchPriceByBrandExistsByIndex,findPurchPriceByBrandById,findPurchPriceByBrandByIndex,valPurchPriceByBrandExistsById,valCanInputPurchPriceByBrand,findPurchPriceByBrandForNewPurchPrice,addPurchPriceByBrand,getProductListByBrandId,removePromoItem,getPromoItemListByPromoId,valPromoItemExistsById,addPromoItem,findPromoItemByIndex,isPromoItemExistsByIndex,valPromoItemExistsByIndex,findPromoItemById,getProductListAdvance,getColorOfProductListByBrand,editProduct,countGetProductListAdvance,countGetNonAssemblyProductListForInfo,addProduct,isProductGroupBrandExistsById,getProductListByBrandForSettlement,getNonAssemblyProductListForInfo,valProductGroupBrandExistsById,removeProduct,findProductGroupBrandById,editProvince,valProvinceExistsById,addProvince,isProvinceExistsById,getProvinceListAdvance,valProvinceExistsByIndex,isProvinceExistsByIndex,findProvinceById,isProvinceExistsByName,removeProvince,findProvinceByIndex,countGetExpeditionListAdvance,editPartnerAddress,addPartnerAddress,editPartner,getExpeditionListAdvance,addPartner,getAuthorizedSalesmanAndSpesificPartnerListAdvance,findPromoById,addPromo,valPromoExistsByIndex,valPromoExistsById,findPromoByIndex,editPromo,getPromoListAdvance,getPromoListByOuId,isPromoExistsByIndex,brandExtDaoImpl,purchPriceByBrandDaoImpl,promoItemDaoImpl,cityDaoImpl,promoDaoImpl,sellPriceByBrandDaoImpl,provinceDaoImpl,productGroupBrandDaoImpl,approvedEdcSettlementPostEventFired,approvedFollowUpCashAdvanceSettlementPostEventFired,approvedConversionCBInPartnerToOtherPostEventFired,approvedRequestCashAdvancePostEventFired,approvedCGVoidPostEventFired,approvedCBInOtherReceivePostEventFired,approvedConversionCBInOtherToPartnerPostEventFired,approvedCBOutPostEventFired,approvedCBInPartnerReceivePostEventFired,approvedVoidConversionCBInOtherPostEventFired,approvedCGRealizationPostEventFired,approvedPaymentOrderCBPostEventFired,approvedCashAdvanceSettlementPostEventFired,approvedCGReceiptPartnerReceivePostEventFired,approvedCBTransferPostEventFired,addCBInCost,editCBInCost,getDataCashBankFromAddCBOut,valCBInPartnerIsNotAllocated,addCBOut,getOutstandingCashAdvanceSettlementListForInquiryProgressCashBankByEmployee,getOutstandingCashAdvanceSettlementListForInquiryProgressCashBank,getCashBankTrxListForInquiryCashBank,getOutstandingChequeGiroInListForInquiryProgressCashBank,getInProgressChequeGiroListForInquiryProgressChequeGiro,countInProgressChequeGiroForInquiryProgressChequeGiro,editChequeGiroBalanceForAdminDepositList,isChequeGiroAlreadyVoidOrInProgressAllocExists,addCGRealizationItem,removeCGRealization,getDataCashBankFromAddCGRealization,removeCGRealizationItem,addCGRealization,editChequeGiroBalanceForAdminDeposit,getCGBalanceListAdvanceforRealization,getAllocationArListByChequeGiro,addConversionCBInPartnerToCBInOther,getCBInPartnerList,inOutCashbankEdcDaoImpl,cashBankBalanceDaoImpl,balanceSettlementDaoImpl,paymentOrderCBCostDaoImpl,advanceSettleDaoImpl,inOutCGBalanceDaoImpl,transferCashbankDaoImpl,paymentOrderCBDaoImpl,chequeGiroRealizationDaoImpl,transferCashbankCostDaoImpl,advanceSettleCostDaoImpl,nonArReceiveToArBalanceDaoImpl,inOutChequeGiroPaymentDaoImpl,jobOrderRequestMoneyReconcileDaoImpl,transferCashbankReceiveDaoImpl,chequeGiroVoidDaoImpl,inOutCashbankDaoImpl,inOutCashbankCostDaoImpl,advanceBalanceDaoImpl,logDepositAdministrationCGDaoImpl,jobOrderRequestMoneyDaoImpl,inOutCashbankPaymentDaoImpl,trxCashbankBalanceDaoImpl,addCGItemVoid,getDraftCGRealizationList,getLastCGReceiptItemByInOutCBId,getDraftCGVoidList,unsubmitCGRealization,getDraftCGReceiptPartnerReceiveList,findChequeGiroBalanceById,getCGReceiptItemListByInOutCashbankId,submitCGVoid,unsubmitCGReceipt,getCGRealizationListByPartner,getCGRealizationItemListByInOutCashbankId,getCGReceiptListByPartner,getApprovedCGVoidListAdvance,findChequeGiroRealizationById,editCGRealizationItem,editCGRealization,removeCGReceiptPartnerReceive,getCGBalanceListAdvanceForVoid,updateCGRealizationWorkflowStatus,addCGReceiptPartnerReceive,submitCGReceipt,findCGVoidById,removeCGVoid,submitCGRealization,updateCGReceiptWorkflowStatus,updateCGVoidWorkflowStatus,editCGVoid,addCGRealizationCost,findLogDepositAdministrationCGByCGBalanceId,removeCGRealizationCost,removeCGItemVoid,editCGReceiptItemPartnerReceive,findCGReceiptItemPartnerReceiveById,getChequeGiroBalanceListAdvance,editCGReceiptPartnerReceive,getApprovedCGReceiptPartnerReceiveListAdvance,getActivityCGReceiptPartnerReceiveDocumentListAdvance,findChequeGiroBalanceByIndex,addCGReceiptItemPartnerReceive,removeCGReceiptItemPartnerReceive,getApprovedCGRealizationListAdvance,getCGItemVoidListByInOutCashbankId,addCGVoid,unSubmitCGVoid,removeRequestCashAdvance,getActivityForRequestCashAdvance,getDraftRequestCashAdvanceList,getEmployeeListForRequestCashAdvance,unsubmitRequestCashAdvance,voidRequestCashAdvance,findRequestCashAdvanceById,updateRequestCashAdvanceWorkflowStatus,submitRequestCashAdvance,getApprovedRequestCashAdvanceList,editRequestCashAdvance,getEmployeeListWithApprovedRequestCashAdvance,getRequestCashAdvanceAmount,getEmployeeListWithInquiryCashAdvance,addRequestCashAdvance,getEmployeeListWithDraftRequestCashAdvance,editEdcSettlementCost,addEdcSettlement,getApprovedEdcSettlementList,editEdcSettlement,unsubmitEdcSettlement,removeEdcSettlement,addEdcSettlementCost,getDraftEdcSettlementList,getSummaryEdcSettlement,removeEdcSettlementDetailBalanceSettlement,updateEdcSettlementWorkflowStatus,submitEdcSettlement,getInOutCashbankEdcListByInOutCashbank,getAuthorizedEdcListForSettlement,getBalanceSettlementListForEdcSettlement,unsubmitConversionCBInOtherToCBInPartner,addConversionCBInOtherCost,removeItemConversionCBInPartnerToCBInOther,removeConversionCBInOtherToCBInPartner,editConversionCBInOtherToCBInPartner,addItemConversionCBInPartnerToCBInOther,getDraftConversionCBInOtherToCBInPartnerList,getReceiptArBalanceListAdvanceForConversion,removeConversionCBInPartnerToCBInOther,getDraftConversionCBInPartnerToCBInOtherList,updateConversionCBInOtherToCBInPartnerWorkflowStatus,editVoidConversionCBInOther,getCBInOtherReceiveListForConversion,addVoidConversionCBInOther,getApprovedConversionCBInOtherToCBInPartnerList,getApprovedVoidConversionCBInOtherListAdvance,getRemainingAmountForConversionCbInOther,updateConversionCBInPartnerToCBInOtherWorkflowStatus,submitConversionCBInPartnerToCBInOther,editConversionCBInPartnerToCBInOther,unsubmitConversionCBInPartnerToCBInOther,updateVoidConversionCBInOtherWorkflowStatus,getDraftVoidConversionCBInOtherListAdvance,getInOutCashbankCostListByIndex,getCostConversionCBInPartnerToCBInOther,getConversionCBInOtherListAdvance,getLastInOutCashbankCostByInOutCBId,submitConversionCBInOtherToCBInPartner,isNonArReceiveToArBalanceExistsById,getApprovedConversionCBInPartnerToCBInOtherList,unsubmitVoidConversionCBInOther,getCashbankListForDraftConversionCBIn,valNonArReceiveToArBalanceExistsById,removeVoidConversionCBInOther,findNonArReceiveToArBalanceById,submitVoidConversionCBInOther,removeConversionCBInOtherCost,addConversionCBInOtherToCBInPartner,editConversionCBInOtherCost,editItemConversionCBInPartnerToCBInOther,getOutstandingRequestCashAdvanceListForInquiryCashAdvance,getCashBankOutPaymentListForInquiryProgressCashBank,getCashBankInPaymentListForInquiryProgressCashBank,getOutstandingCashBankInListForInquiryProgressCashBank,getOutstandingCashBankOutListForInquiryProgressCashBank,getDetailTransferCashBankListForInquiryProgressCashBank,getPaymentOrderCashBankListForInquiryPaymentOrderCashBank,getOutstandingPaymentListForInquiryProgressCashBank,getOutstandingTransferCashBankListForInquiryProgressCashBank,getCashBankTransferListForInquiryCashBank,valJobOrderRequestMoneyReconcileExistsById,isJobOrderRequestMoneyExistsById,updatePaymentJobOrderRequestMoney,getCourierListForJobOrderReconcilement,findJobOrderRequestMoneyById,updateJobOrderReconcilement,removePaymentJobOrderRequestMoney,getJobOrderRequestMoneyListForReconcilement,findJobOrderRequestMoneyReconcileById,getJobOrderRequestMoneyListForPayment,getCurrencyListForJobOrderRequestMoney,getCourierListForJobOrderRequestMoney,removeJobOrderReconcilement,valJobOrderRequestMoneyExistsById,isJobOrderRequestMoneyReconcileExistsById,findAdvanceSettleByIndex,getMaxLineNoAdvanceSettleCost,valAdvanceSettleCostExistsByIndex,valAdvanceSettleCostExistsById,editCashAdvanceSettlementCost,removeCashAdvanceSettlement,unsubmitCashAdvanceSettlement,updateWorkflowStatusCashAdvanceSettlement,valAdvanceSettleExistsById,addCashAdvanceSettlementCost,removeCashAdvanceSettlementCost,editCashAdvanceSettlement,findAdvanceSettleCostByIndex,isAdvanceSettleCostExistsByIndex,isAdvanceSettleExistsById,isAdvanceSettleExistsByIndex,getEmployeeListForApprovedCashAdvanceSettlement,getEmployeeListForDraftCashAdvanceSettlement,valAdvanceSettleExistsByIndex,getSummaryCashAdvanceSettlement,findAdvanceSettleCostById,getOutstandingCashAdvanceListByEmployee,getDraftCashAdvanceSettlement,getOutstandingCashAdvanceListForSettlement,getCashAdvanceSettlementCostListByCashAdvanceSettlement,getApprovedCashAdvanceSettlement,isAdvanceSettleCostExistsById,submitCashAdvanceSettlement,addCashAdvanceSettlement,findAdvanceSettleById,valPaymentOrderCBExistsById,findPaymentOrderCBByIndex,isPaymentOrderCBExistsByIndex,getPartnerListForPaymentOrderCB,getPartnerListWithDraftPaymentOrderCB,findPaymentOrderCBCostByIndex,submitPaymentOrderCB,voidPaymentOrderCB,findPaymentOrderCBCostById,findPaymentOrderCBById,valPaymentOrderCBCostExistsById,getDraftPaymentOrderCBList,editPaymentOrderCBCost,updatePaymentOrderCBWorkflowStatus,getPaymentOrderCBAmount,valPaymentOrderCBExistsByIndex,getActivityPaymentOrderCBDocumentListAdvance,isPaymentOrderCBCostExistsByIndex,isPaymentOrderCBCostExistsById,getCostAllocationItemListForPaymentOrderCB,addPaymentOrderCB,getApprovedPaymentOrderCBList,getPaymentOrderCBCostListByPaymentOrderCB,removePaymentOrderCBCost,isPaymentOrderCBExistsById,getPartnerListWithApprovedPaymentOrderCB,getCostAllocationListForPaymentOrderCB,findPaymentOrderCostLastLineNo,valPaymentOrderCBCostExistsByIndex,editPaymentOrderCB,unsubmitPaymentOrderCB,removePaymentOrderCB,addPaymentOrderCBCost,updateTransferCashbankWorkflowStatus,getDraftTransferCashbankList,removeTransferCashbankReceive,unsubmitTransferCashbank,removeTransferCashbank,valTransferCashbankExistsById,isTransferCashbankReceiveExistsById,editTransferCashbank,getApprovedTransferCashbankList,isTransferCashbankCostExistsByIndex,getSummaryReceiveTransferCashbank,valTransferCashbankExistsByIndex,isTransferCashbankExistsById,getAuthorizedCashBankReceiveListForTransferCashbank,addTransferCashbank,isTransferCashbankCostExistsById,valTransferCashbankReceiveExistsByIndex,editTransferCashbankBankReceive,findTransferCashbankReceiveByIndex,getTransferCashbankCostListByTransferCashbank,isTransferCashbankExistsByIndex,findTransferCashbankById,valTransferCashbankReceiveExistsById,submitTransferCashbank,findTransferCashbankCostById,valTransferCashbankCostExistsByIndex,findTransferCashbankCostByIndex,valTransferCashbankCostExistsById,editTransferCashbankCashReceive,findTransferCashbankByIndex,getAuthorizedBankReceiveListFromCashOutlet,getTransferCashbankReceiveListByTransferCashbank,isTransferCashbankReceiveExistsByIndex,findTransferCashbankReceiveById,unsubmitFollowUpCashAdvanceSettlement,removeFollowUpCashAdvanceSettlement,submitCBOut,getCBInPaymentListByCBIn,updateFollowUpCashAdvanceSettlementWorkflowStatus,unsubmitCBOut,findChequeGiroPaymentByInOutCBId,valInOutCashbankExistsById,isChequeGiroPaymentExistByIndex,getPartnerListForDraftCBOut,isInOutCashbankCostExistsById,editCBIn,getApprovedCBOutList,valSufficientCashbankBalance,valInOutCashbankExistsByIndex,getPartnerListForDraftFollowUpCashAdvanceSettlement,addFollowUpCashAdvanceSettlementBankPayment,getPaymentForCBInOtherReceive,getCashbankListForApprovedCBInPartnerReceive,valInOutCashbankEdcExistsByIndex,editCBOutCashPayment,getActivityCashBankInOtherReceiveDocumentListAdvance,findInOutCashbankById,editFollowUpCashAdvanceSettlementBankPayment,editCBInPartnerReceive,getOutstandingPartnerListForCBOut,findInOutCashbankCostLastLineNo,findInOutCashbankEdcById,getCBOutPaymentListByCBOut,getSummaryPaymentCBOut,findInOutCashbankPaymentById,getActivityCashBankInPartnerReceiveDocumentListAdvance,findInOutCashbankCostById,getDraftInvoiceForCBInPartnerReceive,getCashbankListForApprovedCBIn,editCBOut,getPartnerListForApprovedCBOut,submitFollowUpCashAdvanceSettlement,getApprovedFollowUpCashAdvanceSettlementList,isInOutCashbankPaymentExistsById,editFollowUpCashAdvanceSettlement,isInOutCashbankEdcExistsByIndex,isInOutCashbankExistsById,getOutstandingDocumentListForCBOut,unsubmitCBIn,removeCBInCostPartnerReceive,getCashbankListForDraftCBInPartnerReceive,addCBIn,updateCBInWorkflowStatus,getSummaryPaymentCBInPartnerReceive,getSummaryPaymentFollowUpCashAdvanceSettlement,valInOutCashbankCostExistsByIndex,addCBOutCashPayment,getInOutCashbankCostList,editCBInCostPartnerReceive,findInOutCashbankCostByIndex,editFollowUpCashAdvanceSettlementCashPayment,findInOutCashbankPaymentByIndex,getPartnerListForDraftCBIn,findInOutCashbankByIndex,addFollowUpCashAdvanceSettlement,valInOutCashbankCostExistsById,getCashbankListForDraftCBIn,isInOutCashbankExistsByIndex,removeCBInCost,findInOutCashbankEdcByIndex,getFollowUpCashAdvanceSettlementPaymentList,getDraftCBInPartnerReceiveList,valInOutCashbankEdcExistsById,addCBInPartnerReceive,getDraftCBOutList,isInOutCashbankPaymentExistsByIndex,getPaymentForCBInPartnerReceive,getPartnerListForApprovedFollowUpCashAdvanceSettlement,removeCBIn,submitCBIn,removeFollowUpCashAdvanceSettlementPayment,valInOutCashbankPaymentExistsById,addCBOutBankPayment,getApprovedCBInPartnerReceiveList,editCBOutBankPayment,removeCBOutPayment,getOutstandingDeliveryOrderForCBInPartnerReceive,isInOutCashbankEdcExistsById,getOutstandingCashAdvanceSettlementList,getDraftFollowUpCashAdvanceSettlementList,addCBInCostPartnerReceive,getOutstandingPartnerListForFollowUpCashAdvanceSettlement,isInOutCashbankCostExistsByIndex,getApprovedCBInList,getCashbankInListByPartner,updateCBOutWorkflowStatus,valInOutCashbankPaymentExistsByIndex,removeCBOut,getDraftCBInList,addFollowUpCashAdvanceSettlementCashPayment,isBalanceSettlementExistsByIndex,valTrxCashbankBalanceExistsById,findTrxCashbankBalanceById,findTrxCashbankBalanceByIndex,getEndOfMonthCashBalanceList,valAdvanceBalanceExistsById,findCashBankBalanceByIndex,getDetailInfoLastCashBankInOut,isTrxCashbankBalanceExistsByIndex,getCurrentCashBankBalance,isAdvanceBalanceExistsById,isBalanceSettlementExistsById,findBalanceSettlementById,findAdvanceBalanceById,isCashBankBalanceExistsByIndex,findBalanceSettlementByIndex,valBalanceSettlementExistsById,isTrxCashbankBalanceExistsById,valTrxCashbankBalanceExistsByIndex,serviceFlowExecutor,serviceFlowManager,serviceFlowResolver]; root of factory hierarchy
  609. [WARN] Activate Realm LDAP without any configuration
  610. [INFO] Starting xml validation
  611. [INFO] Perform validation...
  612. [INFO] XML validated with schema
  613. [INFO] Load workflow name is finished
  614. [INFO] Load workflow description is finished
  615. [INFO] Load workflow states is finished
  616. [INFO] Load workflow actions is finished
  617. [INFO] Load workflow state mapping is finished
  618. [INFO] Load workflow user actions mapping is finished
  619. [INFO] Starting xml validation
  620. [INFO] Perform validation...
  621. [INFO] XML validated with schema
  622. [INFO] Load scheme initial action is finished
  623. [INFO] Load scheme initial state is finished
  624. [INFO] Load scheme initial state is finished
  625. [INFO] Load scheme state transitions is finished
  626. [INFO] Starting xml validation
  627. [INFO] Perform validation...
  628. [INFO] XML validated with schema
  629. [INFO] Load scheme initial action is finished
  630. [INFO] Load scheme initial state is finished
  631. [INFO] Load scheme initial state is finished
  632. [INFO] Load scheme state transitions is finished
  633. [INFO] Starting xml validation
  634. [INFO] Perform validation...
  635. [INFO] XML validated with schema
  636. [INFO] Load scheme initial action is finished
  637. [INFO] Load scheme initial state is finished
  638. [INFO] Load scheme initial state is finished
  639. [INFO] Load scheme state transitions is finished
  640. [INFO] Starting xml validation
  641. [INFO] Perform validation...
  642. [INFO] XML validated with schema
  643. [INFO] Load scheme initial action is finished
  644. [INFO] Load scheme initial state is finished
  645. [INFO] Load scheme initial state is finished
  646. [INFO] Load scheme state transitions is finished
  647. [INFO] Starting xml validation
  648. [INFO] Perform validation...
  649. [INFO] XML validated with schema
  650. [INFO] Load scheme initial action is finished
  651. [INFO] Load scheme initial state is finished
  652. [INFO] Load scheme initial state is finished
  653. [INFO] Load scheme state transitions is finished
  654. [INFO] Starting xml validation
  655. [INFO] Perform validation...
  656. [INFO] XML validated with schema
  657. [INFO] Load scheme initial action is finished
  658. [INFO] Load scheme initial state is finished
  659. [INFO] Load scheme initial state is finished
  660. [INFO] Load scheme state transitions is finished
  661. [INFO] Starting xml validation
  662. [INFO] Perform validation...
  663. [INFO] XML validated with schema
  664. [INFO] Load scheme initial action is finished
  665. [INFO] Load scheme initial state is finished
  666. [INFO] Load scheme initial state is finished
  667. [INFO] Load scheme state transitions is finished
  668. [INFO] Starting xml validation
  669. [INFO] Perform validation...
  670. [INFO] XML validated with schema
  671. [INFO] Load scheme initial action is finished
  672. [INFO] Load scheme initial state is finished
  673. [INFO] Load scheme initial state is finished
  674. [INFO] Load scheme state transitions is finished
  675. [INFO] Starting xml validation
  676. [INFO] Perform validation...
  677. [INFO] XML validated with schema
  678. [INFO] Load scheme initial action is finished
  679. [INFO] Load scheme initial state is finished
  680. [INFO] Load scheme initial state is finished
  681. [INFO] Load scheme state transitions is finished
  682. [INFO] Starting xml validation
  683. [INFO] Perform validation...
  684. [INFO] XML validated with schema
  685. [INFO] Load scheme initial action is finished
  686. [INFO] Load scheme initial state is finished
  687. [INFO] Load scheme initial state is finished
  688. [INFO] Load scheme state transitions is finished
  689. [INFO] Starting xml validation
  690. [INFO] Perform validation...
  691. [INFO] XML validated with schema
  692. [INFO] Load scheme initial action is finished
  693. [INFO] Load scheme initial state is finished
  694. [INFO] Load scheme initial state is finished
  695. [INFO] Load scheme state transitions is finished
  696. [INFO] Starting xml validation
  697. [INFO] Perform validation...
  698. [INFO] XML validated with schema
  699. [INFO] Load scheme initial action is finished
  700. [INFO] Load scheme initial state is finished
  701. [INFO] Load scheme initial state is finished
  702. [INFO] Load scheme state transitions is finished
  703. [INFO] Starting xml validation
  704. [INFO] Perform validation...
  705. [INFO] XML validated with schema
  706. [INFO] Load scheme initial action is finished
  707. [INFO] Load scheme initial state is finished
  708. [INFO] Load scheme initial state is finished
  709. [INFO] Load scheme state transitions is finished
  710. [INFO] Starting xml validation
  711. [INFO] Perform validation...
  712. [INFO] XML validated with schema
  713. [INFO] Load scheme initial action is finished
  714. [INFO] Load scheme initial state is finished
  715. [INFO] Load scheme initial state is finished
  716. [INFO] Load scheme state transitions is finished
  717. [INFO] Load workflow schemes is finished
  718. [INFO] Deploying Web service: cb-service-3.4.0.0.KTMT-SNAPSHOT.aar - file:/home/sts/erp-enterprise/server/axis2/repository/services/cb-service-3.4.0.0.KTMT-SNAPSHOT.aar
  719. [INFO] Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@7b103411: startup date [Thu Mar 09 09:05:46 WIT 2017]; root of context hierarchy
  720. [INFO] Loading XML bean definitions from class path resource [org/jleaf/erp/purch/services/applicationContext.xml]
  721. [INFO] Loading XML bean definitions from class path resource [org/jleaf/erp/purch/services/datasourceContext.xml]
  722. [INFO] Loading XML bean definitions from class path resource [org/jleaf/erp/purch/services/workflow-context.xml]
  723. [INFO] Loading XML bean definitions from class path resource [org/jleaf/erp/purch/services/taskServiceContext.xml]
  724. [INFO] Loading XML bean definitions from class path resource [org/jleaf/erp/purch/services/additionalContext.xml]
  725. [INFO] Loading properties file from URL [jar:file:/home/sts/erp-enterprise/server/axis2-1.6.0/lib/server-config-3.0.6.jar!/server-config.properties]
  726. [INFO] Loading properties file from class path resource [org/jleaf/erp/purch/services/workflow-config.properties]
  727. [INFO] Bean 'org.jleaf.core.orm.jpa.MergingPersistenceUnitPostProcessor#164b3e4f' of type [class org.jleaf.core.orm.jpa.MergingPersistenceUnitPostProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  728. [INFO] Bean 'pum' of type [class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  729. [INFO] Bean 'org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter#25e7bff8' of type [class org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  730. [INFO] Loaded JDBC driver: org.postgresql.Driver
  731. [INFO] Bean 'dataSource' of type [class org.springframework.jdbc.datasource.DriverManagerDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  732. [INFO] Building JPA container EntityManagerFactory for persistence unit 'default'
  733. [INFO] Processing PersistenceUnitInfo [
  734. name: default
  735. ...]
  736. [INFO] Binding entity from annotated class: org.jleaf.autonum.entity.AutoNumRule
  737. [INFO] Binding Named query: findAutoNumRule => select e from org.jleaf.autonum.entity.AutoNumRule e WHERE e.tenantId = :tenantId AND e.scheme = :scheme
  738. [INFO] Binding Named query: findAutoNumRuleByIndex => select e from org.jleaf.autonum.entity.AutoNumRule e WHERE e.tenantId = :tenantId AND e.scheme = :scheme AND e.formatCode = :formatCode
  739. [INFO] Bind entity org.jleaf.autonum.entity.AutoNumRule on table autonum_rule
  740. [INFO] Binding entity from annotated class: org.jleaf.autonum.entity.AutoNumLast
  741. [INFO] Binding Named query: findAutoNumLastByIndex => SELECT e FROM org.jleaf.autonum.entity.AutoNumLast e WHERE e.ruleId = :ruleId AND e.tenantId = :tenantId AND e.resetValue = :resetValue
  742. [INFO] Bind entity org.jleaf.autonum.entity.AutoNumLast on table autonum_last
  743. [INFO] Binding entity from annotated class: org.jleaf.autonum.entity.AutoNumGenerated
  744. [INFO] Bind entity org.jleaf.autonum.entity.AutoNumGenerated on table autonum_generated
  745. [INFO] Binding entity from annotated class: org.jleaf.autonum.entity.AutoNumRefMapping
  746. [INFO] Binding Named query: findAutoNumRefMappingByAutoNumId => SELECT e FROM org.jleaf.autonum.entity.AutoNumRefMapping e WHERE e.autoNumId = :autoNumId
  747. [INFO] Bind entity org.jleaf.autonum.entity.AutoNumRefMapping on table autonum_ref_mapping
  748. [INFO] Binding entity from annotated class: org.jleaf.autonum.entity.AutoNumCancel
  749. [INFO] Bind entity org.jleaf.autonum.entity.AutoNumCancel on table autonum_cancel
  750. [INFO] Binding entity from annotated class: org.jleaf.common.entity.Tenant
  751. [INFO] Bind entity org.jleaf.common.entity.Tenant on table t_tenant
  752. [INFO] Binding entity from annotated class: org.jleaf.common.entity.OUType
  753. [INFO] Bind entity org.jleaf.common.entity.OUType on table t_ou_type
  754. [INFO] Binding entity from annotated class: org.jleaf.common.entity.OU
  755. [INFO] Bind entity org.jleaf.common.entity.OU on table t_ou
  756. [INFO] Binding entity from annotated class: org.jleaf.common.entity.OULegal
  757. [INFO] Bind entity org.jleaf.common.entity.OULegal on table t_ou_legal
  758. [INFO] Binding entity from annotated class: org.jleaf.common.entity.Policy
  759. [INFO] Bind entity org.jleaf.common.entity.Policy on table t_policy
  760. [INFO] Binding entity from annotated class: org.jleaf.common.entity.PolicyOU
  761. [INFO] Bind entity org.jleaf.common.entity.PolicyOU on table t_policy_ou
  762. [INFO] Binding entity from annotated class: org.jleaf.common.entity.Role
  763. [INFO] Bind entity org.jleaf.common.entity.Role on table t_role
  764. [INFO] Binding entity from annotated class: org.jleaf.common.entity.User
  765. [INFO] Bind entity org.jleaf.common.entity.User on table t_user
  766. [INFO] Binding entity from annotated class: org.jleaf.common.entity.Combo
  767. [INFO] Bind entity org.jleaf.common.entity.Combo on table t_combo
  768. [INFO] Binding entity from annotated class: org.jleaf.common.entity.ComboValue
  769. [INFO] Bind entity org.jleaf.common.entity.ComboValue on table t_combo_value
  770. [INFO] Binding entity from annotated class: org.jleaf.common.entity.UserRole
  771. [INFO] Bind entity org.jleaf.common.entity.UserRole on table t_user_role
  772. [INFO] Binding entity from annotated class: org.jleaf.common.entity.Task
  773. [INFO] Bind entity org.jleaf.common.entity.Task on table t_task
  774. [INFO] Binding entity from annotated class: org.jleaf.common.entity.RoleTask
  775. [INFO] Bind entity org.jleaf.common.entity.RoleTask on table t_role_task
  776. [INFO] Binding entity from annotated class: org.jleaf.common.entity.TaskMapping
  777. [INFO] Bind entity org.jleaf.common.entity.TaskMapping on table t_task_mapping
  778. [INFO] Binding entity from annotated class: org.jleaf.common.entity.PropsLabel
  779. [INFO] Bind entity org.jleaf.common.entity.PropsLabel on table t_props_label
  780. [INFO] Binding entity from annotated class: org.jleaf.common.entity.UserProps
  781. [INFO] Bind entity org.jleaf.common.entity.UserProps on table t_user_props
  782. [INFO] Binding entity from annotated class: org.jleaf.common.entity.Module
  783. [INFO] Bind entity org.jleaf.common.entity.Module on table t_module
  784. [INFO] Binding entity from annotated class: org.jleaf.common.entity.Parameter
  785. [INFO] Bind entity org.jleaf.common.entity.Parameter on table t_parameter
  786. [INFO] Binding entity from annotated class: org.jleaf.common.entity.SystemConfig
  787. [INFO] Bind entity org.jleaf.common.entity.SystemConfig on table t_system_config
  788. [INFO] Binding entity from annotated class: org.jleaf.common.entity.audit.UserAudit
  789. [INFO] Bind entity org.jleaf.common.entity.audit.UserAudit on table t_user_audit
  790. [INFO] Binding entity from annotated class: org.jleaf.common.entity.audit.UserAuditAction
  791. [INFO] Bind entity org.jleaf.common.entity.audit.UserAuditAction on table t_user_audit_action
  792. [INFO] Binding entity from annotated class: org.jleaf.common.entity.audit.DataAudit
  793. [INFO] Bind entity org.jleaf.common.entity.audit.DataAudit on table jl_data_audit
  794. [INFO] Binding entity from annotated class: org.jleaf.common.entity.GroupUser
  795. [INFO] Bind entity org.jleaf.common.entity.GroupUser on table t_group_user
  796. [INFO] Binding entity from annotated class: org.jleaf.common.entity.GroupMembers
  797. [INFO] Bind entity org.jleaf.common.entity.GroupMembers on table t_group_members
  798. [INFO] Binding entity from annotated class: org.jleaf.common.entity.PolicyGroupUser
  799. [INFO] Bind entity org.jleaf.common.entity.PolicyGroupUser on table t_policy_group_user
  800. [INFO] Binding entity from annotated class: org.jleaf.common.entity.whitelist.UserWhiteList
  801. [INFO] Bind entity org.jleaf.common.entity.whitelist.UserWhiteList on table t_user_whitelist
  802. [INFO] Binding entity from annotated class: org.jleaf.common.entity.whitelist.UserWhiteListIp
  803. [INFO] Bind entity org.jleaf.common.entity.whitelist.UserWhiteListIp on table t_user_whitelist_ip
  804. [INFO] Binding entity from annotated class: org.jleaf.common.entity.whitelist.GroupUserWhiteList
  805. [INFO] Bind entity org.jleaf.common.entity.whitelist.GroupUserWhiteList on table t_group_user_whitelist
  806. [INFO] Binding entity from annotated class: org.jleaf.common.entity.whitelist.GroupUserWhiteListIp
  807. [INFO] Bind entity org.jleaf.common.entity.whitelist.GroupUserWhiteListIp on table t_group_user_whitelist_ip
  808. [INFO] Binding entity from annotated class: org.jleaf.common.entity.userrealm.UserRealmMapping
  809. [INFO] Bind entity org.jleaf.common.entity.userrealm.UserRealmMapping on table t_user_realm_mapping
  810. [INFO] Binding entity from annotated class: org.jleaf.common.entity.PasswordPolicy
  811. [INFO] Bind entity org.jleaf.common.entity.PasswordPolicy on table jl_password_policy
  812. [INFO] Binding entity from annotated class: org.jleaf.common.entity.UserLoginInformation
  813. [INFO] Bind entity org.jleaf.common.entity.UserLoginInformation on table jl_user_login_information
  814. [INFO] Binding entity from annotated class: org.jleaf.common.entity.UserLock
  815. [INFO] Bind entity org.jleaf.common.entity.UserLock on table jl_user_lock
  816. [INFO] Binding entity from annotated class: org.jleaf.common.entity.audit.AuditReport
  817. [INFO] Bind entity org.jleaf.common.entity.audit.AuditReport on table t_audit_report
  818. [INFO] Binding entity from annotated class: org.jleaf.common.entity.audit.ReportForm
  819. [INFO] Bind entity org.jleaf.common.entity.audit.ReportForm on table t_report_form
  820. [INFO] Binding entity from annotated class: org.jleaf.common.entity.audit.ReportFormCounter
  821. [INFO] Bind entity org.jleaf.common.entity.audit.ReportFormCounter on table t_report_form_counter
  822. [INFO] Binding entity from annotated class: org.jleaf.common.entity.audit.ReportFormConfig
  823. [INFO] Bind entity org.jleaf.common.entity.audit.ReportFormConfig on table t_report_form_config
  824. [INFO] Binding entity from annotated class: org.jleaf.common.entity.audit.ReprintReportForm
  825. [INFO] Bind entity org.jleaf.common.entity.audit.ReprintReportForm on table t_reprint_report_form
  826. [INFO] Binding entity from annotated class: org.jleaf.erp.purch.entity.Invoice
  827. [INFO] Bind entity org.jleaf.erp.purch.entity.Invoice on table pu_invoice
  828. [INFO] Binding entity from annotated class: org.jleaf.erp.purch.entity.InvoiceCost
  829. [INFO] Bind entity org.jleaf.erp.purch.entity.InvoiceCost on table pu_invoice_cost
  830. [INFO] Binding entity from annotated class: org.jleaf.erp.purch.entity.InvoiceItem
  831. [INFO] Bind entity org.jleaf.erp.purch.entity.InvoiceItem on table pu_invoice_item
  832. [INFO] Binding entity from annotated class: org.jleaf.erp.purch.entity.InvoiceTax
  833. [INFO] Bind entity org.jleaf.erp.purch.entity.InvoiceTax on table pu_invoice_tax
  834. [INFO] Binding entity from annotated class: org.jleaf.erp.purch.entity.LogPurchaseOrderBalanceItem
  835. [INFO] Bind entity org.jleaf.erp.purch.entity.LogPurchaseOrderBalanceItem on table pu_log_po_balance_item
  836. [INFO] Binding entity from annotated class: org.jleaf.erp.purch.entity.ManagePurchaseOrder
  837. [INFO] Bind entity org.jleaf.erp.purch.entity.ManagePurchaseOrder on table pu_manage_po
  838. [INFO] Binding entity from annotated class: org.jleaf.erp.purch.entity.ManagePurchaseOrderChanges
  839. [INFO] Bind entity org.jleaf.erp.purch.entity.ManagePurchaseOrderChanges on table pu_manage_po_changes
  840. [INFO] Binding entity from annotated class: org.jleaf.erp.purch.entity.ManagePurchaseOrderHeader
  841. [INFO] Bind entity org.jleaf.erp.purch.entity.ManagePurchaseOrderHeader on table pu_manage_po_header
  842. [INFO] Binding entity from annotated class: org.jleaf.erp.purch.entity.ManagePurchaseOrderItem
  843. [INFO] Bind entity org.jleaf.erp.purch.entity.ManagePurchaseOrderItem on table pu_manage_po_item
  844. [INFO] Binding entity from annotated class: org.jleaf.erp.purch.entity.PurchaseOrder
  845. [INFO] Bind entity org.jleaf.erp.purch.entity.PurchaseOrder on table pu_po
  846. [INFO] Binding entity from annotated class: org.jleaf.erp.purch.entity.PurchaseOrderBalanceInvoice
  847. [INFO] Bind entity org.jleaf.erp.purch.entity.PurchaseOrderBalanceInvoice on table pu_po_balance_invoice
  848. [INFO] Binding entity from annotated class: org.jleaf.erp.purch.entity.PurchaseOrderBalanceInvoiceTax
  849. [INFO] Bind entity org.jleaf.erp.purch.entity.PurchaseOrderBalanceInvoiceTax on table pu_po_balance_invoice_tax
  850. [INFO] Binding entity from annotated class: org.jleaf.erp.purch.entity.PurchaseOrderBalanceItem
  851. [INFO] Bind entity org.jleaf.erp.purch.entity.PurchaseOrderBalanceItem on table pu_po_balance_item
  852. [INFO] Binding entity from annotated class: org.jleaf.erp.purch.entity.PurchaseOrderCost
  853. [INFO] Bind entity org.jleaf.erp.purch.entity.PurchaseOrderCost on table pu_po_cost
  854. [INFO] Binding entity from annotated class: org.jleaf.erp.purch.entity.PurchaseOrderItem
  855. [INFO] Bind entity org.jleaf.erp.purch.entity.PurchaseOrderItem on table pu_po_item
  856. [INFO] Binding entity from annotated class: org.jleaf.erp.purch.entity.PurchaseOrderTax
  857. [INFO] Bind entity org.jleaf.erp.purch.entity.PurchaseOrderTax on table pu_po_tax
  858. [INFO] Binding entity from annotated class: org.jleaf.erp.purch.entity.ReceiveGoods
  859. [INFO] Bind entity org.jleaf.erp.purch.entity.ReceiveGoods on table pu_receive_goods
  860. [INFO] Binding entity from annotated class: org.jleaf.erp.purch.entity.ReceiveGoodsItem
  861. [INFO] Bind entity org.jleaf.erp.purch.entity.ReceiveGoodsItem on table pu_receive_goods_item
  862. [INFO] Binding entity from annotated class: org.jleaf.erp.purch.entity.ReceiveGoodsProduct
  863. [INFO] Bind entity org.jleaf.erp.purch.entity.ReceiveGoodsProduct on table pu_receive_goods_product
  864. [INFO] Binding entity from annotated class: org.jleaf.erp.purch.entity.MonthlyPriceProduct
  865. [INFO] Bind entity org.jleaf.erp.purch.entity.MonthlyPriceProduct on table pu_monthly_price_product
  866. [INFO] Binding entity from annotated class: org.jleaf.erp.purch.entity.LogMonthlyPriceProduct
  867. [INFO] Bind entity org.jleaf.erp.purch.entity.LogMonthlyPriceProduct on table pu_log_monthly_price_product
  868. [INFO] Binding entity from annotated class: org.jleaf.erp.purch.entity.PoInternal
  869. [INFO] Bind entity org.jleaf.erp.purch.entity.PoInternal on table pu_po_internal
  870. [INFO] Binding entity from annotated class: org.jleaf.erp.purch.entity.PoInternalItem
  871. [INFO] Bind entity org.jleaf.erp.purch.entity.PoInternalItem on table pu_po_internal_item
  872. [INFO] Binding entity from annotated class: org.jleaf.erp.purch.entity.PoInternalProduct
  873. [INFO] Bind entity org.jleaf.erp.purch.entity.PoInternalProduct on table pu_po_internal_product
  874. [INFO] Binding entity from annotated class: org.jleaf.erp.purch.entity.PoInternalTax
  875. [INFO] Bind entity org.jleaf.erp.purch.entity.PoInternalTax on table pu_po_internal_tax
  876. [INFO] Binding entity from annotated class: org.jleaf.erp.purch.entity.PoBalanceAdvanceInvoice
  877. [INFO] Bind entity org.jleaf.erp.purch.entity.PoBalanceAdvanceInvoice on table pu_po_balance_advance_invoice
  878. [INFO] Binding entity from annotated class: org.jleaf.erp.purch.entity.InvoiceAdvance
  879. [INFO] Bind entity org.jleaf.erp.purch.entity.InvoiceAdvance on table pu_invoice_advance
  880. [INFO] Binding entity from annotated class: org.jleaf.erp.purch.entity.PurchaseOrderCod
  881. [INFO] Bind entity org.jleaf.erp.purch.entity.PurchaseOrderCod on table pu_po_cod
  882. [INFO] Binding entity from annotated class: org.jleaf.erp.purch.entity.PurchaseOrderLogistic
  883. [INFO] Bind entity org.jleaf.erp.purch.entity.PurchaseOrderLogistic on table pu_po_logistic
  884. [INFO] Binding entity from annotated class: org.jleaf.erp.purch.entity.ReceiveGoodsProductAutoSn
  885. [INFO] Bind entity org.jleaf.erp.purch.entity.ReceiveGoodsProductAutoSn on table pu_receive_goods_product_auto_sn
  886. [INFO] Binding entity from annotated class: org.jleaf.erp.purch.entity.PoBalanceItemConsignment
  887. [INFO] Bind entity org.jleaf.erp.purch.entity.PoBalanceItemConsignment on table pu_po_balance_item_consignment
  888. [INFO] Binding entity from annotated class: org.jleaf.erp.purch.entity.ReceiveGoodsConsignment
  889. [INFO] Bind entity org.jleaf.erp.purch.entity.ReceiveGoodsConsignment on table pu_receive_goods_consignment
  890. [INFO] Binding entity from annotated class: org.jleaf.erp.purch.entity.ReceiveGoodsConsignmentItem
  891. [INFO] Bind entity org.jleaf.erp.purch.entity.ReceiveGoodsConsignmentItem on table pu_receive_goods_consignment_item
  892. [INFO] Binding entity from annotated class: org.jleaf.erp.purch.entity.ReceiveGoodsConsignmentProduct
  893. [INFO] Bind entity org.jleaf.erp.purch.entity.ReceiveGoodsConsignmentProduct on table pu_receive_goods_consignment_product
  894. [INFO] Binding entity from annotated class: org.jleaf.erp.purch.entity.InvoiceReceipt
  895. [INFO] Bind entity org.jleaf.erp.purch.entity.InvoiceReceipt on table pu_invoice_receipt
  896. [INFO] Binding entity from annotated class: org.jleaf.erp.purch.entity.InvoiceReceiptItem
  897. [INFO] Bind entity org.jleaf.erp.purch.entity.InvoiceReceiptItem on table pu_invoice_receipt_item
  898. [INFO] Binding entity from annotated class: org.jleaf.erp.purch.entity.Lpbd
  899. [INFO] Bind entity org.jleaf.erp.purch.entity.Lpbd on table pu_lpbd
  900. [INFO] Binding entity from annotated class: org.jleaf.erp.purch.entity.LpbdItem
  901. [INFO] Bind entity org.jleaf.erp.purch.entity.LpbdItem on table pu_lpbd_item
  902. [INFO] Binding entity from annotated class: org.jleaf.erp.purch.entity.LpbdProduct
  903. [INFO] Bind entity org.jleaf.erp.purch.entity.LpbdProduct on table pu_lpbd_product
  904. [INFO] Binding entity from annotated class: org.jleaf.erp.purch.entity.ReceiveGoodsBrandItem
  905. [INFO] Bind entity org.jleaf.erp.purch.entity.ReceiveGoodsBrandItem on table pu_receive_goods_brand_item
  906. [INFO] Binding entity from annotated class: org.jleaf.erp.purch.entity.FinalizationPo
  907. [INFO] Bind entity org.jleaf.erp.purch.entity.FinalizationPo on table pu_finalization_po
  908. [INFO] Binding entity from annotated class: org.jleaf.erp.purch.entity.FinalizationPoRgItem
  909. [INFO] Bind entity org.jleaf.erp.purch.entity.FinalizationPoRgItem on table pu_finalization_po_rg_item
  910. [INFO] Binding entity from annotated class: org.jleaf.erp.purch.entity.FinalizationPoLpbdItem
  911. [INFO] Bind entity org.jleaf.erp.purch.entity.FinalizationPoLpbdItem on table pu_finalization_po_lpbd_item
  912. [INFO] Binding entity from annotated class: org.jleaf.erp.cb.entity.AdvanceBalance
  913. [INFO] Bind entity org.jleaf.erp.cb.entity.AdvanceBalance on table cb_advance_balance
  914. [INFO] Binding entity from annotated class: org.jleaf.erp.cb.entity.AdvanceSettle
  915. [INFO] Bind entity org.jleaf.erp.cb.entity.AdvanceSettle on table cb_advance_settle
  916. [INFO] Binding entity from annotated class: org.jleaf.erp.cb.entity.AdvanceSettleCost
  917. [INFO] Bind entity org.jleaf.erp.cb.entity.AdvanceSettleCost on table cb_advance_settle_cost
  918. [INFO] Binding entity from annotated class: org.jleaf.erp.cb.entity.BalanceSettlement
  919. [INFO] Bind entity org.jleaf.erp.cb.entity.BalanceSettlement on table cb_balance_settlement
  920. [INFO] Binding entity from annotated class: org.jleaf.erp.cb.entity.CashBankBalance
  921. [INFO] Bind entity org.jleaf.erp.cb.entity.CashBankBalance on table cb_cashbank_balance
  922. [INFO] Binding entity from annotated class: org.jleaf.erp.cb.entity.InOutCashbank
  923. [INFO] Bind entity org.jleaf.erp.cb.entity.InOutCashbank on table cb_in_out_cashbank
  924. [INFO] Binding entity from annotated class: org.jleaf.erp.cb.entity.InOutCashbankCost
  925. [INFO] Bind entity org.jleaf.erp.cb.entity.InOutCashbankCost on table cb_in_out_cashbank_cost
  926. [INFO] Binding entity from annotated class: org.jleaf.erp.cb.entity.InOutCashbankEdc
  927. [INFO] Bind entity org.jleaf.erp.cb.entity.InOutCashbankEdc on table cb_in_out_cashbank_edc
  928. [INFO] Binding entity from annotated class: org.jleaf.erp.cb.entity.InOutCashbankPayment
  929. [INFO] Bind entity org.jleaf.erp.cb.entity.InOutCashbankPayment on table cb_in_out_cashbank_payment
  930. [INFO] Binding entity from annotated class: org.jleaf.erp.cb.entity.InOutCGBalance
  931. [INFO] Bind entity org.jleaf.erp.cb.entity.InOutCGBalance on table cb_cheque_giro_balance
  932. [INFO] Binding entity from annotated class: org.jleaf.erp.cb.entity.InOutChequeGiroPayment
  933. [INFO] Bind entity org.jleaf.erp.cb.entity.InOutChequeGiroPayment on table cb_in_out_cheque_giro_payment
  934. [INFO] Binding entity from annotated class: org.jleaf.erp.cb.entity.ChequeGiroRealization
  935. [INFO] Bind entity org.jleaf.erp.cb.entity.ChequeGiroRealization on table cb_cheque_giro_realization
  936. [INFO] Binding entity from annotated class: org.jleaf.erp.cb.entity.ChequeGiroVoid
  937. [INFO] Bind entity org.jleaf.erp.cb.entity.ChequeGiroVoid on table cb_cheque_giro_void
  938. [INFO] Binding entity from annotated class: org.jleaf.erp.cb.entity.LogDepositAdministrationCG
  939. [INFO] Bind entity org.jleaf.erp.cb.entity.LogDepositAdministrationCG on table cb_log_deposit_administration_cheque_giro
  940. [INFO] Binding entity from annotated class: org.jleaf.erp.cb.entity.PaymentOrderCB
  941. [INFO] Bind entity org.jleaf.erp.cb.entity.PaymentOrderCB on table cb_payment_order
  942. [INFO] Binding entity from annotated class: org.jleaf.erp.cb.entity.PaymentOrderCBCost
  943. [INFO] Bind entity org.jleaf.erp.cb.entity.PaymentOrderCBCost on table cb_payment_order_cost
  944. [INFO] Binding entity from annotated class: org.jleaf.erp.cb.entity.TransferCashbank
  945. [INFO] Bind entity org.jleaf.erp.cb.entity.TransferCashbank on table cb_transfer_cashbank
  946. [INFO] Binding entity from annotated class: org.jleaf.erp.cb.entity.TransferCashbankReceive
  947. [INFO] Bind entity org.jleaf.erp.cb.entity.TransferCashbankReceive on table cb_transfer_cashbank_receive
  948. [INFO] Binding entity from annotated class: org.jleaf.erp.cb.entity.TrxCashbankBalance
  949. [INFO] Bind entity org.jleaf.erp.cb.entity.TrxCashbankBalance on table cb_trx_cashbank_balance
  950. [INFO] Binding entity from annotated class: org.jleaf.erp.cb.entity.TransferCashbankCost
  951. [INFO] Bind entity org.jleaf.erp.cb.entity.TransferCashbankCost on table cb_transfer_cashbank_cost
  952. [INFO] Binding entity from annotated class: org.jleaf.erp.cb.entity.JobOrderRequestMoney
  953. [INFO] Bind entity org.jleaf.erp.cb.entity.JobOrderRequestMoney on table cb_job_order_request_money
  954. [INFO] Binding entity from annotated class: org.jleaf.erp.cb.entity.JobOrderRequestMoneyReconcile
  955. [INFO] Bind entity org.jleaf.erp.cb.entity.JobOrderRequestMoneyReconcile on table cb_job_order_request_money_reconcile
  956. [INFO] Binding entity from annotated class: org.jleaf.erp.cb.entity.NonArReceiveToArBalance
  957. [INFO] Bind entity org.jleaf.erp.cb.entity.NonArReceiveToArBalance on table cb_non_ar_receive_to_ar_balance
  958. [INFO] Binding entity from annotated class: org.jleaf.erp.inv.entity.Assembly
  959. [INFO] Bind entity org.jleaf.erp.inv.entity.Assembly on table in_assembly
  960. [INFO] Binding entity from annotated class: org.jleaf.erp.inv.entity.AssemblyItem
  961. [INFO] Bind entity org.jleaf.erp.inv.entity.AssemblyItem on table in_assembly_item
  962. [INFO] Binding entity from annotated class: org.jleaf.erp.inv.entity.AssemblyProduct
  963. [INFO] Bind entity org.jleaf.erp.inv.entity.AssemblyProduct on table in_assembly_product
  964. [INFO] Binding entity from annotated class: org.jleaf.erp.inv.entity.AssemblyRef
  965. [INFO] Bind entity org.jleaf.erp.inv.entity.AssemblyRef on table in_assembly_ref
  966. [INFO] Binding entity from annotated class: org.jleaf.erp.inv.entity.BalanceDeliveryOrderItem
  967. [INFO] Bind entity org.jleaf.erp.inv.entity.BalanceDeliveryOrderItem on table in_balance_do_item
  968. [INFO] Binding entity from annotated class: org.jleaf.erp.inv.entity.BalanceReceiveGoodsItem
  969. [INFO] Bind entity org.jleaf.erp.inv.entity.BalanceReceiveGoodsItem on table in_balance_receive_goods_item
  970. [INFO] Binding entity from annotated class: org.jleaf.erp.inv.entity.BalanceRequestTransferOut
  971. [INFO] Bind entity org.jleaf.erp.inv.entity.BalanceRequestTransferOut on table in_balance_req_transfer_out
  972. [INFO] Binding entity from annotated class: org.jleaf.erp.inv.entity.BalanceTransferOut
  973. [INFO] Bind entity org.jleaf.erp.inv.entity.BalanceTransferOut on table in_balance_transfer_out
  974. [INFO] Binding entity from annotated class: org.jleaf.erp.inv.entity.Inventory
  975. [INFO] Bind entity org.jleaf.erp.inv.entity.Inventory on table in_inventory
  976. [INFO] Binding entity from annotated class: org.jleaf.erp.inv.entity.InventoryItem
  977. [INFO] Bind entity org.jleaf.erp.inv.entity.InventoryItem on table in_inventory_item
  978. [INFO] Binding entity from annotated class: org.jleaf.erp.inv.entity.InventoryPriceItem
  979. [INFO] Bind entity org.jleaf.erp.inv.entity.InventoryPriceItem on table in_inventory_price_item
  980. [INFO] Binding entity from annotated class: org.jleaf.erp.inv.entity.LogProductBalanceStock
  981. [INFO] Bind entity org.jleaf.erp.inv.entity.LogProductBalanceStock on table in_log_product_balance_stock
  982. [INFO] Binding entity from annotated class: org.jleaf.erp.inv.entity.LogProductPriceBalanceStock
  983. [INFO] Bind entity org.jleaf.erp.inv.entity.LogProductPriceBalanceStock on table in_log_product_price_balance_stock
  984. [INFO] Binding entity from annotated class: org.jleaf.erp.inv.entity.ProductBalance
  985. [INFO] Bind entity org.jleaf.erp.inv.entity.ProductBalance on table in_product_balance
  986. [INFO] Binding entity from annotated class: org.jleaf.erp.inv.entity.ProductBalanceStock
  987. [INFO] Bind entity org.jleaf.erp.inv.entity.ProductBalanceStock on table in_product_balance_stock
  988. [INFO] Binding entity from annotated class: org.jleaf.erp.inv.entity.ProductPriceBalance
  989. [INFO] Bind entity org.jleaf.erp.inv.entity.ProductPriceBalance on table in_product_price_balance
  990. [INFO] Binding entity from annotated class: org.jleaf.erp.inv.entity.ProductPriceBalanceStock
  991. [INFO] Bind entity org.jleaf.erp.inv.entity.ProductPriceBalanceStock on table in_product_price_balance_stock
  992. [INFO] Binding entity from annotated class: org.jleaf.erp.inv.entity.SummaryMonthlyActivity
  993. [INFO] Bind entity org.jleaf.erp.inv.entity.SummaryMonthlyActivity on table in_summary_monthly_activity
  994. [INFO] Binding entity from annotated class: org.jleaf.erp.inv.entity.SummaryMonthlyAmount
  995. [INFO] Bind entity org.jleaf.erp.inv.entity.SummaryMonthlyAmount on table in_summary_monthly_amount
  996. [INFO] Binding entity from annotated class: org.jleaf.erp.inv.entity.SummaryMonthlyCogs
  997. [INFO] Bind entity org.jleaf.erp.inv.entity.SummaryMonthlyCogs on table in_summary_monthly_cogs
  998. [INFO] Binding entity from annotated class: org.jleaf.erp.inv.entity.SummaryMonthlyQty
  999. [INFO] Bind entity org.jleaf.erp.inv.entity.SummaryMonthlyQty on table in_summary_monthly_qty
  1000. [INFO] Binding entity from annotated class: org.jleaf.erp.inv.entity.DeliveryOrderReceipt
  1001. [INFO] Bind entity org.jleaf.erp.inv.entity.DeliveryOrderReceipt on table in_do_receipt
  1002. [INFO] Binding entity from annotated class: org.jleaf.erp.inv.entity.DeliveryOrderReceiptItem
  1003. [INFO] Bind entity org.jleaf.erp.inv.entity.DeliveryOrderReceiptItem on table in_do_receipt_item
  1004. [INFO] Binding entity from annotated class: org.jleaf.erp.inv.entity.DeliveryOrderReceiptProduct
  1005. [INFO] Bind entity org.jleaf.erp.inv.entity.DeliveryOrderReceiptProduct on table in_do_receipt_product
  1006. [INFO] Binding entity from annotated class: org.jleaf.erp.inv.entity.InventoryChangeStatusItem
  1007. [INFO] Bind entity org.jleaf.erp.inv.entity.InventoryChangeStatusItem on table in_inventory_chg_stts_item
  1008. [INFO] Binding entity from annotated class: org.jleaf.erp.inv.entity.InventoryBorrow
  1009. [INFO] Bind entity org.jleaf.erp.inv.entity.InventoryBorrow on table in_inventory_borrow
  1010. [INFO] Binding entity from annotated class: org.jleaf.erp.inv.entity.InventoryLogistic
  1011. [INFO] Bind entity org.jleaf.erp.inv.entity.InventoryLogistic on table in_inventory_logistic
  1012. [INFO] Binding entity from annotated class: org.jleaf.erp.inv.entity.ProductConsignmentBalanceStock
  1013. [INFO] Bind entity org.jleaf.erp.inv.entity.ProductConsignmentBalanceStock on table in_product_consignment_balance_stock
  1014. [INFO] Binding entity from annotated class: org.jleaf.erp.inv.entity.InventoryReturnBorrowing
  1015. [INFO] Bind entity org.jleaf.erp.inv.entity.InventoryReturnBorrowing on table in_inventory_return_borrowing
  1016. [INFO] Binding entity from annotated class: org.jleaf.erp.inv.entity.BorrowedProductBalanceStock
  1017. [INFO] Bind entity org.jleaf.erp.inv.entity.BorrowedProductBalanceStock on table in_borrowed_product_balance_stock
  1018. [INFO] Binding entity from annotated class: org.jleaf.erp.inv.entity.InventoryBorrowBalanceItem
  1019. [INFO] Bind entity org.jleaf.erp.inv.entity.InventoryBorrowBalanceItem on table in_inventory_borrow_balance_item
  1020. [INFO] Binding entity from annotated class: org.jleaf.erp.inv.entity.InventoryAllocCost
  1021. [INFO] Bind entity org.jleaf.erp.inv.entity.InventoryAllocCost on table in_inventory_alloc_cost
  1022. [INFO] Binding entity from annotated class: org.jleaf.erp.inv.entity.InventoryAllocCostItem
  1023. [INFO] Bind entity org.jleaf.erp.inv.entity.InventoryAllocCostItem on table in_inventory_alloc_cost_item
  1024. [INFO] Binding entity from annotated class: org.jleaf.erp.inv.entity.InventoryAllocCostDetail
  1025. [INFO] Bind entity org.jleaf.erp.inv.entity.InventoryAllocCostDetail on table in_inventory_alloc_cost_detail
  1026. [INFO] Binding entity from annotated class: org.jleaf.erp.inv.entity.InventoryItemReceipt
  1027. [INFO] Bind entity org.jleaf.erp.inv.entity.InventoryItemReceipt on table in_inventory_item_receipt
  1028. [INFO] Binding entity from annotated class: org.jleaf.erp.inv.entity.BalanceTransferInItem
  1029. [INFO] Bind entity org.jleaf.erp.inv.entity.BalanceTransferInItem on table in_balance_transfer_in_item
  1030. [INFO] Binding entity from annotated class: org.jleaf.erp.inv.entity.ProductStandardCogs
  1031. [INFO] Bind entity org.jleaf.erp.inv.entity.ProductStandardCogs on table in_product_standard_cogs
  1032. [INFO] Binding entity from annotated class: org.jleaf.erp.inv.entity.RequestDeliveryGoodsBorrowing
  1033. [INFO] Bind entity org.jleaf.erp.inv.entity.RequestDeliveryGoodsBorrowing on table in_request_delivery_goods_borrowing
  1034. [INFO] Binding entity from annotated class: org.jleaf.erp.inv.entity.RequestDeliveryGoodsBorrowingItem
  1035. [INFO] Bind entity org.jleaf.erp.inv.entity.RequestDeliveryGoodsBorrowingItem on table in_request_delivery_goods_borrowing_item
  1036. [INFO] Binding entity from annotated class: org.jleaf.erp.inv.entity.MappingExchange
  1037. [INFO] Bind entity org.jleaf.erp.inv.entity.MappingExchange on table in_mapping_exchange
  1038. [INFO] Binding entity from annotated class: org.jleaf.erp.inv.entity.MappingExchangeItem
  1039. [INFO] Bind entity org.jleaf.erp.inv.entity.MappingExchangeItem on table in_mapping_exchange_item
  1040. [INFO] Binding entity from annotated class: org.jleaf.erp.inv.entity.InOutExchange
  1041. [INFO] Bind entity org.jleaf.erp.inv.entity.InOutExchange on table in_in_out_exchange
  1042. [INFO] Binding entity from annotated class: org.jleaf.erp.inv.entity.InOutExchangeItem
  1043. [INFO] Bind entity org.jleaf.erp.inv.entity.InOutExchangeItem on table in_in_out_exchange_item
  1044. [INFO] Binding entity from annotated class: org.jleaf.erp.inv.entity.InOutExchangeBalance
  1045. [INFO] Bind entity org.jleaf.erp.inv.entity.InOutExchangeBalance on table in_in_out_exchange_balance
  1046. [INFO] Binding entity from annotated class: org.jleaf.erp.inv.entity.InOutExchangeItemReject
  1047. [INFO] Bind entity org.jleaf.erp.inv.entity.InOutExchangeItemReject on table in_in_out_exchange_item_reject
  1048. [INFO] Binding entity from annotated class: org.jleaf.erp.inv.entity.ManageExchange
  1049. [INFO] Bind entity org.jleaf.erp.inv.entity.ManageExchange on table in_manage_exchange
  1050. [INFO] Binding entity from annotated class: org.jleaf.erp.inv.entity.ManageExchangeItem
  1051. [INFO] Bind entity org.jleaf.erp.inv.entity.ManageExchangeItem on table in_manage_exchange_item
  1052. [INFO] Binding entity from annotated class: org.jleaf.erp.inv.entity.ProductBalanceStockReserved
  1053. [INFO] Bind entity org.jleaf.erp.inv.entity.ProductBalanceStockReserved on table in_product_balance_stock_reserved
  1054. [INFO] Binding entity from annotated class: org.jleaf.erp.inv.entity.ScannerHeader
  1055. [INFO] Bind entity org.jleaf.erp.inv.entity.ScannerHeader on table in_scanner_header
  1056. [INFO] Binding entity from annotated class: org.jleaf.erp.inv.entity.ScannerItem
  1057. [INFO] Bind entity org.jleaf.erp.inv.entity.ScannerItem on table in_scanner_item
  1058. [INFO] Binding entity from annotated class: org.jleaf.erp.inv.entity.ScannerItemSerialNumber
  1059. [INFO] Bind entity org.jleaf.erp.inv.entity.ScannerItemSerialNumber on table in_scanner_item_serial_number
  1060. [INFO] Binding entity from annotated class: org.jleaf.erp.inv.entity.LogItemScanner
  1061. [INFO] Bind entity org.jleaf.erp.inv.entity.LogItemScanner on table in_log_item_scanner
  1062. [INFO] Binding entity from annotated class: org.jleaf.erp.inv.entity.VerificationHeader
  1063. [INFO] Bind entity org.jleaf.erp.inv.entity.VerificationHeader on table in_verification_header
  1064. [INFO] Binding entity from annotated class: org.jleaf.erp.inv.entity.VerificationItem
  1065. [INFO] Bind entity org.jleaf.erp.inv.entity.VerificationItem on table in_verification_item
  1066. [INFO] Binding entity from annotated class: org.jleaf.erp.inv.entity.ScannerHeaderPurchasing
  1067. [INFO] Bind entity org.jleaf.erp.inv.entity.ScannerHeaderPurchasing on table in_scanner_header_purchasing
  1068. [INFO] Binding entity from annotated class: org.jleaf.erp.inv.entity.InOutExchangeStatus
  1069. [INFO] Bind entity org.jleaf.erp.inv.entity.InOutExchangeStatus on table in_in_out_exchange_status
  1070. [INFO] Binding entity from annotated class: org.jleaf.erp.inv.entity.LogBook
  1071. [INFO] Bind entity org.jleaf.erp.inv.entity.LogBook on table in_log_book
  1072. [INFO] Binding entity from annotated class: org.jleaf.erp.inv.entity.ItemLogBookBalance
  1073. [INFO] Bind entity org.jleaf.erp.inv.entity.ItemLogBookBalance on table in_item_log_book_balance
  1074. [INFO] Binding entity from annotated class: org.jleaf.erp.inv.entity.AwbLogBook
  1075. [INFO] Bind entity org.jleaf.erp.inv.entity.AwbLogBook on table in_awb_log_book
  1076. [INFO] Binding entity from annotated class: org.jleaf.erp.inv.entity.AwbLogBookLog
  1077. [INFO] Bind entity org.jleaf.erp.inv.entity.AwbLogBookLog on table in_awb_log_book_log
  1078. [INFO] Binding entity from annotated class: org.jleaf.erp.inv.entity.GenerateOngkir
  1079. [INFO] Bind entity org.jleaf.erp.inv.entity.GenerateOngkir on table in_generate_ongkir
  1080. [INFO] Binding entity from annotated class: org.jleaf.erp.inv.entity.InOutExchangeStatusLog
  1081. [INFO] Bind entity org.jleaf.erp.inv.entity.InOutExchangeStatusLog on table in_in_out_exchange_status_log
  1082. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.Activity
  1083. [INFO] Bind entity org.jleaf.erp.master.entity.Activity on table m_activity_gl
  1084. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.ActivityDocument
  1085. [INFO] Bind entity org.jleaf.erp.master.entity.ActivityDocument on table m_activity_gl_doc
  1086. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.Brand
  1087. [INFO] Bind entity org.jleaf.erp.master.entity.Brand on table m_brand
  1088. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.CashBank
  1089. [INFO] Bind entity org.jleaf.erp.master.entity.CashBank on table m_cashbank
  1090. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.CashBankOu
  1091. [INFO] Bind entity org.jleaf.erp.master.entity.CashBankOu on table m_cashbank_ou
  1092. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.Coa
  1093. [INFO] Bind entity org.jleaf.erp.master.entity.Coa on table m_coa
  1094. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.CommissionOu
  1095. [INFO] Bind entity org.jleaf.erp.master.entity.CommissionOu on table m_commision_ou
  1096. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.CtgrPartner
  1097. [INFO] Bind entity org.jleaf.erp.master.entity.CtgrPartner on table m_ctgr_partner
  1098. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.CtgrProduct
  1099. [INFO] Bind entity org.jleaf.erp.master.entity.CtgrProduct on table m_ctgr_product
  1100. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.DataLog
  1101. [INFO] Bind entity org.jleaf.erp.master.entity.DataLog on table m_data_log
  1102. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.DeviceMerchant
  1103. [INFO] Bind entity org.jleaf.erp.master.entity.DeviceMerchant on table m_device_merchant
  1104. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.DeviceMerchantOu
  1105. [INFO] Bind entity org.jleaf.erp.master.entity.DeviceMerchantOu on table m_device_merchant_ou
  1106. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.ExchangeRate
  1107. [INFO] Bind entity org.jleaf.erp.master.entity.ExchangeRate on table m_exchange_rate
  1108. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.ExtProduct
  1109. [INFO] Bind entity org.jleaf.erp.master.entity.ExtProduct on table m_ext_product
  1110. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.GroupCoa
  1111. [INFO] Bind entity org.jleaf.erp.master.entity.GroupCoa on table m_group_coa
  1112. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.GroupProduct
  1113. [INFO] Bind entity org.jleaf.erp.master.entity.GroupProduct on table m_group_product
  1114. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.GroupProductOu
  1115. [INFO] Bind entity org.jleaf.erp.master.entity.GroupProductOu on table m_group_product_ou
  1116. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.ItemWarehouse
  1117. [INFO] Bind entity org.jleaf.erp.master.entity.ItemWarehouse on table m_item_warehouse
  1118. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.Partner
  1119. [INFO] Bind entity org.jleaf.erp.master.entity.Partner on table m_partner
  1120. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.PartnerAddress
  1121. [INFO] Bind entity org.jleaf.erp.master.entity.PartnerAddress on table m_partner_address
  1122. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.PartnerBank
  1123. [INFO] Bind entity org.jleaf.erp.master.entity.PartnerBank on table m_partner_bank
  1124. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.PartnerCp
  1125. [INFO] Bind entity org.jleaf.erp.master.entity.PartnerCp on table m_partner_cp
  1126. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.PartnerNpwp
  1127. [INFO] Bind entity org.jleaf.erp.master.entity.PartnerNpwp on table m_partner_npwp
  1128. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.PartnerOu
  1129. [INFO] Bind entity org.jleaf.erp.master.entity.PartnerOu on table m_partner_ou
  1130. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.PartnerRelation
  1131. [INFO] Bind entity org.jleaf.erp.master.entity.PartnerRelation on table m_partner_rel
  1132. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.PartnerType
  1133. [INFO] Bind entity org.jleaf.erp.master.entity.PartnerType on table m_partner_type
  1134. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.PolicyActivity
  1135. [INFO] Bind entity org.jleaf.erp.master.entity.PolicyActivity on table m_policy_activity_gl
  1136. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.PolicyCashBank
  1137. [INFO] Bind entity org.jleaf.erp.master.entity.PolicyCashBank on table m_policy_cashbank
  1138. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.PolicyPartner
  1139. [INFO] Bind entity org.jleaf.erp.master.entity.PolicyPartner on table m_policy_partner
  1140. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.PolicyProduct
  1141. [INFO] Bind entity org.jleaf.erp.master.entity.PolicyProduct on table m_policy_product
  1142. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.PolicyWarehouse
  1143. [INFO] Bind entity org.jleaf.erp.master.entity.PolicyWarehouse on table m_policy_warehouse
  1144. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.Product
  1145. [INFO] Bind entity org.jleaf.erp.master.entity.Product on table m_product
  1146. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.ProductAssembly
  1147. [INFO] Bind entity org.jleaf.erp.master.entity.ProductAssembly on table m_product_assembly
  1148. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.ProductOu
  1149. [INFO] Bind entity org.jleaf.erp.master.entity.ProductOu on table m_product_ou
  1150. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.ProductParts
  1151. [INFO] Bind entity org.jleaf.erp.master.entity.ProductParts on table m_product_parts
  1152. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.ProductSpecs
  1153. [INFO] Bind entity org.jleaf.erp.master.entity.ProductSpecs on table m_product_specs
  1154. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.ProductUomConversion
  1155. [INFO] Bind entity org.jleaf.erp.master.entity.ProductUomConversion on table m_product_uom_cnv
  1156. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.ProductWarranty
  1157. [INFO] Bind entity org.jleaf.erp.master.entity.ProductWarranty on table m_product_warranty
  1158. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.PromoCommissionOu
  1159. [INFO] Bind entity org.jleaf.erp.master.entity.PromoCommissionOu on table m_promo_commision_ou
  1160. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.PromoPriceProduct
  1161. [INFO] Bind entity org.jleaf.erp.master.entity.PromoPriceProduct on table m_promo_price_product
  1162. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.SegmentCoa
  1163. [INFO] Bind entity org.jleaf.erp.master.entity.SegmentCoa on table m_segment_coa
  1164. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.SellPriceProduct
  1165. [INFO] Bind entity org.jleaf.erp.master.entity.SellPriceProduct on table m_sell_price_product
  1166. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.SubCtgrProduct
  1167. [INFO] Bind entity org.jleaf.erp.master.entity.SubCtgrProduct on table m_sub_ctgr_product
  1168. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.Tax
  1169. [INFO] Bind entity org.jleaf.erp.master.entity.Tax on table m_tax
  1170. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.TypePartner
  1171. [INFO] Bind entity org.jleaf.erp.master.entity.TypePartner on table m_type_partner
  1172. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.Uom
  1173. [INFO] Bind entity org.jleaf.erp.master.entity.Uom on table m_uom
  1174. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.Warehouse
  1175. [INFO] Bind entity org.jleaf.erp.master.entity.Warehouse on table m_warehouse
  1176. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.WarehouseOu
  1177. [INFO] Bind entity org.jleaf.erp.master.entity.WarehouseOu on table m_warehouse_ou
  1178. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.BrandUngeneratedId
  1179. [INFO] Bind entity org.jleaf.erp.master.entity.BrandUngeneratedId on table m_brand
  1180. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.CashBankUngeneratedId
  1181. [INFO] Bind entity org.jleaf.erp.master.entity.CashBankUngeneratedId on table m_cashbank
  1182. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.CommissionOuUngeneratedId
  1183. [INFO] Bind entity org.jleaf.erp.master.entity.CommissionOuUngeneratedId on table m_commision_ou
  1184. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.CtgrProductUngeneratedId
  1185. [INFO] Bind entity org.jleaf.erp.master.entity.CtgrProductUngeneratedId on table m_ctgr_product
  1186. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.DeviceMerchantUngeneratedId
  1187. [INFO] Bind entity org.jleaf.erp.master.entity.DeviceMerchantUngeneratedId on table m_device_merchant
  1188. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.ExchangeRateUngeneratedId
  1189. [INFO] Bind entity org.jleaf.erp.master.entity.ExchangeRateUngeneratedId on table m_exchange_rate
  1190. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.GroupProductOuUngeneratedId
  1191. [INFO] Bind entity org.jleaf.erp.master.entity.GroupProductOuUngeneratedId on table m_group_product_ou
  1192. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.ItemWarehouseUngeneratedId
  1193. [INFO] Bind entity org.jleaf.erp.master.entity.ItemWarehouseUngeneratedId on table m_item_warehouse
  1194. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.PartnerTypeUngeneratedId
  1195. [INFO] Bind entity org.jleaf.erp.master.entity.PartnerTypeUngeneratedId on table m_partner_type
  1196. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.PartnerUngeneratedId
  1197. [INFO] Bind entity org.jleaf.erp.master.entity.PartnerUngeneratedId on table m_partner
  1198. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.ProductAssemblyUngeneratedId
  1199. [INFO] Bind entity org.jleaf.erp.master.entity.ProductAssemblyUngeneratedId on table m_product_assembly
  1200. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.ProductOuUngeneratedId
  1201. [INFO] Bind entity org.jleaf.erp.master.entity.ProductOuUngeneratedId on table m_product_ou
  1202. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.ProductUngeneratedId
  1203. [INFO] Bind entity org.jleaf.erp.master.entity.ProductUngeneratedId on table m_product
  1204. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.PromoCommissionOuUngeneratedId
  1205. [INFO] Bind entity org.jleaf.erp.master.entity.PromoCommissionOuUngeneratedId on table m_promo_commision_ou
  1206. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.PromoPriceProductUngeneratedId
  1207. [INFO] Bind entity org.jleaf.erp.master.entity.PromoPriceProductUngeneratedId on table m_promo_price_product
  1208. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.SellPriceProductUngeneratedId
  1209. [INFO] Bind entity org.jleaf.erp.master.entity.SellPriceProductUngeneratedId on table m_sell_price_product
  1210. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.SubCtgrProductUngeneratedId
  1211. [INFO] Bind entity org.jleaf.erp.master.entity.SubCtgrProductUngeneratedId on table m_sub_ctgr_product
  1212. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.TaxUngeneratedId
  1213. [INFO] Bind entity org.jleaf.erp.master.entity.TaxUngeneratedId on table m_tax
  1214. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.UomUngeneratedId
  1215. [INFO] Bind entity org.jleaf.erp.master.entity.UomUngeneratedId on table m_uom
  1216. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.WarehouseUngeneratedId
  1217. [INFO] Bind entity org.jleaf.erp.master.entity.WarehouseUngeneratedId on table m_warehouse
  1218. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.GroupProductOuPromoCommisionUngeneratedId
  1219. [INFO] Bind entity org.jleaf.erp.master.entity.GroupProductOuPromoCommisionUngeneratedId on table m_group_product_ou_promo_commision
  1220. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.AreaSales
  1221. [INFO] Bind entity org.jleaf.erp.master.entity.AreaSales on table m_area_sales
  1222. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.AreaSalesPromo
  1223. [INFO] Bind entity org.jleaf.erp.master.entity.AreaSalesPromo on table m_area_sales_promo
  1224. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.AreaSalesPrice
  1225. [INFO] Bind entity org.jleaf.erp.master.entity.AreaSalesPrice on table m_area_sales_price
  1226. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.GroupProductOuPromoCommision
  1227. [INFO] Bind entity org.jleaf.erp.master.entity.GroupProductOuPromoCommision on table m_group_product_ou_promo_commision
  1228. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.AdminProcessLedger
  1229. [INFO] Bind entity org.jleaf.erp.master.entity.AdminProcessLedger on table m_admin_process_ledger
  1230. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.DocumentJournal
  1231. [INFO] Bind entity org.jleaf.erp.master.entity.DocumentJournal on table m_document_journal
  1232. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.OuStructure
  1233. [INFO] Bind entity org.jleaf.erp.master.entity.OuStructure on table m_ou_structure
  1234. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.CustPayment
  1235. [INFO] Bind entity org.jleaf.erp.master.entity.CustPayment on table m_cust_payment
  1236. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.SuppPayment
  1237. [INFO] Bind entity org.jleaf.erp.master.entity.SuppPayment on table m_supp_payment
  1238. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.CustDoc
  1239. [INFO] Bind entity org.jleaf.erp.master.entity.CustDoc on table m_cust_doc
  1240. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.SuppProduct
  1241. [INFO] Bind entity org.jleaf.erp.master.entity.SuppProduct on table m_supp_product
  1242. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.PartnerFile
  1243. [INFO] Bind entity org.jleaf.erp.master.entity.PartnerFile on table m_partner_file
  1244. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.ProductBarcode
  1245. [INFO] Bind entity org.jleaf.erp.master.entity.ProductBarcode on table m_product_barcode
  1246. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.ProductKeyword
  1247. [INFO] Bind entity org.jleaf.erp.master.entity.ProductKeyword on table m_product_keyword
  1248. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.ProductWeightDimension
  1249. [INFO] Bind entity org.jleaf.erp.master.entity.ProductWeightDimension on table m_product_weight_dimension
  1250. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.ProductPackaging
  1251. [INFO] Bind entity org.jleaf.erp.master.entity.ProductPackaging on table m_product_packaging
  1252. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.ProductPartsWarranty
  1253. [INFO] Bind entity org.jleaf.erp.master.entity.ProductPartsWarranty on table m_product_parts_warranty
  1254. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.ProductSerialNumber
  1255. [INFO] Bind entity org.jleaf.erp.master.entity.ProductSerialNumber on table m_product_serial_number
  1256. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.ProductStatus
  1257. [INFO] Bind entity org.jleaf.erp.master.entity.ProductStatus on table m_product_status
  1258. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.TaxNumber
  1259. [INFO] Bind entity org.jleaf.erp.master.entity.TaxNumber on table m_tax_number
  1260. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.GenTaxNumber
  1261. [INFO] Bind entity org.jleaf.erp.master.entity.GenTaxNumber on table m_gen_tax_number
  1262. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.SellPriceProductForSo
  1263. [INFO] Bind entity org.jleaf.erp.master.entity.SellPriceProductForSo on table m_sell_price_product_for_so
  1264. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.JobReceiptReason
  1265. [INFO] Bind entity org.jleaf.erp.master.entity.JobReceiptReason on table m_job_receipt_reason
  1266. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.Vehicle
  1267. [INFO] Bind entity org.jleaf.erp.master.entity.Vehicle on table m_vehicle
  1268. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.PartnerVehicle
  1269. [INFO] Bind entity org.jleaf.erp.master.entity.PartnerVehicle on table m_partner_vehicle
  1270. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.ProductAttrCode
  1271. [INFO] Bind entity org.jleaf.erp.master.entity.ProductAttrCode on table m_product_attr_code
  1272. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.ProductAttrComp
  1273. [INFO] Bind entity org.jleaf.erp.master.entity.ProductAttrComp on table m_product_attr_comp
  1274. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.ProductAttrCompValue
  1275. [INFO] Bind entity org.jleaf.erp.master.entity.ProductAttrCompValue on table m_product_attr_comp_value
  1276. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.CtgrProductAttrComp
  1277. [INFO] Bind entity org.jleaf.erp.master.entity.CtgrProductAttrComp on table m_ctgr_product_attr_comp
  1278. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.WhsLocationAttrComp
  1279. [INFO] Bind entity org.jleaf.erp.master.entity.WhsLocationAttrComp on table m_whs_location_attr_comp
  1280. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.WhsLocationAttrCompValue
  1281. [INFO] Bind entity org.jleaf.erp.master.entity.WhsLocationAttrCompValue on table m_whs_location_attr_comp_value
  1282. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.WarehouseWhsLocationAttrComp
  1283. [INFO] Bind entity org.jleaf.erp.master.entity.WarehouseWhsLocationAttrComp on table m_warehouse_whs_location_attr_comp
  1284. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.Catalog
  1285. [INFO] Bind entity org.jleaf.erp.master.entity.Catalog on table m_catalog
  1286. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.ProductCatalog
  1287. [INFO] Bind entity org.jleaf.erp.master.entity.ProductCatalog on table m_product_catalog
  1288. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.WhsLocation
  1289. [INFO] Bind entity org.jleaf.erp.master.entity.WhsLocation on table m_whs_location
  1290. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.WhsLocationAttrCode
  1291. [INFO] Bind entity org.jleaf.erp.master.entity.WhsLocationAttrCode on table m_whs_location_attr_code
  1292. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.WhsLocationProduct
  1293. [INFO] Bind entity org.jleaf.erp.master.entity.WhsLocationProduct on table m_whs_location_product
  1294. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.PolicyWhsLocation
  1295. [INFO] Bind entity org.jleaf.erp.master.entity.PolicyWhsLocation on table m_policy_whs_location
  1296. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.PolicyAreaSales
  1297. [INFO] Bind entity org.jleaf.erp.master.entity.PolicyAreaSales on table m_policy_area_sales
  1298. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.ProductCatalogChangeCatalog
  1299. [INFO] Bind entity org.jleaf.erp.master.entity.ProductCatalogChangeCatalog on table log_product_catalog_change_catalog
  1300. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.ProductCatalogChangePrice
  1301. [INFO] Bind entity org.jleaf.erp.master.entity.ProductCatalogChangePrice on table log_product_catalog_change_price
  1302. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.ProductCustom
  1303. [INFO] Bind entity org.jleaf.erp.master.entity.ProductCustom on table m_product_custom
  1304. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.ProductConsignmentSuppInfo
  1305. [INFO] Bind entity org.jleaf.erp.master.entity.ProductConsignmentSuppInfo on table m_product_consignment_supp_info
  1306. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.ProductCtgrTree
  1307. [INFO] Bind entity org.jleaf.erp.master.entity.ProductCtgrTree on table m_product_ctgr_tree
  1308. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.BrandSupplier
  1309. [INFO] Bind entity org.jleaf.erp.master.entity.BrandSupplier on table m_brand_supplier
  1310. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.TempProductCatalog
  1311. [INFO] Bind entity org.jleaf.erp.master.entity.TempProductCatalog on table m_temp_product_catalog
  1312. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.ProductVat
  1313. [INFO] Bind entity org.jleaf.erp.master.entity.ProductVat on table m_product_vat
  1314. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.PolicyBrand
  1315. [INFO] Bind entity org.jleaf.erp.master.entity.PolicyBrand on table m_policy_brand
  1316. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.CustomerExt
  1317. [INFO] Bind entity org.jleaf.erp.master.entity.CustomerExt on table m_customer_ext
  1318. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.WarrantyType
  1319. [INFO] Bind entity org.jleaf.erp.master.entity.WarrantyType on table m_warranty_type
  1320. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.ProductDefWarranty
  1321. [INFO] Bind entity org.jleaf.erp.master.entity.ProductDefWarranty on table m_product_def_warranty
  1322. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.RegisterPartner
  1323. [INFO] Bind entity org.jleaf.erp.master.entity.RegisterPartner on table m_register_partner
  1324. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.RegisterPartnerAddress
  1325. [INFO] Bind entity org.jleaf.erp.master.entity.RegisterPartnerAddress on table m_register_partner_address
  1326. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.RegisterPartnerBank
  1327. [INFO] Bind entity org.jleaf.erp.master.entity.RegisterPartnerBank on table m_register_partner_bank
  1328. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.RegisterPartnerCp
  1329. [INFO] Bind entity org.jleaf.erp.master.entity.RegisterPartnerCp on table m_register_partner_cp
  1330. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.RegisterPartnerFile
  1331. [INFO] Bind entity org.jleaf.erp.master.entity.RegisterPartnerFile on table m_register_partner_file
  1332. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.RegisterPartnerNpwp
  1333. [INFO] Bind entity org.jleaf.erp.master.entity.RegisterPartnerNpwp on table m_register_partner_npwp
  1334. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.RegisterPartnerRel
  1335. [INFO] Bind entity org.jleaf.erp.master.entity.RegisterPartnerRel on table m_register_partner_rel
  1336. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.RegisterPartnerType
  1337. [INFO] Bind entity org.jleaf.erp.master.entity.RegisterPartnerType on table m_register_partner_type
  1338. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.RegisterSuppPayment
  1339. [INFO] Bind entity org.jleaf.erp.master.entity.RegisterSuppPayment on table m_register_supp_payment
  1340. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.RegisterSuppProduct
  1341. [INFO] Bind entity org.jleaf.erp.master.entity.RegisterSuppProduct on table m_register_supp_product
  1342. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.RegisterCustomerExt
  1343. [INFO] Bind entity org.jleaf.erp.master.entity.RegisterCustomerExt on table m_register_customer_ext
  1344. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.RegisterCustPayment
  1345. [INFO] Bind entity org.jleaf.erp.master.entity.RegisterCustPayment on table m_register_cust_payment
  1346. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.RegisterCustDoc
  1347. [INFO] Bind entity org.jleaf.erp.master.entity.RegisterCustDoc on table m_register_cust_doc
  1348. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.WarrantyTypeForSellPriceSo
  1349. [INFO] Bind entity org.jleaf.erp.master.entity.WarrantyTypeForSellPriceSo on table m_warranty_type_for_sell_price_so
  1350. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.SellPriceByBrand
  1351. [INFO] Bind entity org.jleaf.erp.master.entity.SellPriceByBrand on table m_sell_price_by_brand
  1352. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.PurchPriceByBrand
  1353. [INFO] Bind entity org.jleaf.erp.master.entity.PurchPriceByBrand on table m_purch_price_by_brand
  1354. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.Promo
  1355. [INFO] Bind entity org.jleaf.erp.master.entity.Promo on table m_promo
  1356. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.PromoItem
  1357. [INFO] Bind entity org.jleaf.erp.master.entity.PromoItem on table m_promo_item
  1358. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.ProductGroupBrand
  1359. [INFO] Bind entity org.jleaf.erp.master.entity.ProductGroupBrand on table m_product_group_brand
  1360. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.BrandExt
  1361. [INFO] Bind entity org.jleaf.erp.master.entity.BrandExt on table m_brand_ext
  1362. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.Province
  1363. [INFO] Bind entity org.jleaf.erp.master.entity.Province on table m_province
  1364. [INFO] Binding entity from annotated class: org.jleaf.erp.master.entity.City
  1365. [INFO] Bind entity org.jleaf.erp.master.entity.City on table m_city
  1366. [INFO] Binding entity from annotated class: org.jleaf.jms.entity.ProcessMessage
  1367. [INFO] Binding Named query: findProcessMessageByIndex => select e from org.jleaf.jms.entity.ProcessMessage e WHERE e.tenantId = :tenantId AND e.processName = :processName AND e.processNo = :processNo
  1368. [INFO] Bind entity org.jleaf.jms.entity.ProcessMessage on table t_process_message
  1369. [INFO] Binding entity from annotated class: org.jleaf.jms.entity.ProcessParameter
  1370. [INFO] Bind entity org.jleaf.jms.entity.ProcessParameter on table t_process_parameter
  1371. [INFO] Binding entity from annotated class: org.jleaf.jms.entity.ProcessResult
  1372. [INFO] Bind entity org.jleaf.jms.entity.ProcessResult on table t_process_result
  1373. [INFO] Binding entity from annotated class: org.jleaf.jms.entity.ProcessTag
  1374. [INFO] Binding Named query: findProcessTagByIndex => select e from org.jleaf.jms.entity.ProcessTag e WHERE e.tenantId = :tenantId AND e.processName = :processName AND e.tagName = :tagName
  1375. [INFO] Bind entity org.jleaf.jms.entity.ProcessTag on table t_process_tag
  1376. [INFO] Binding entity from annotated class: org.jleaf.jms.entity.ReprocessMessage
  1377. [INFO] Bind entity org.jleaf.jms.entity.ReprocessMessage on table t_reprocess_message
  1378. [INFO] Binding entity from annotated class: org.jleaf.jms.entity.ReprocessParameter
  1379. [INFO] Bind entity org.jleaf.jms.entity.ReprocessParameter on table t_reprocess_parameter
  1380. [INFO] Binding entity from annotated class: org.jleaf.jms.entity.ProcessResultFatalError
  1381. [INFO] Bind entity org.jleaf.jms.entity.ProcessResultFatalError on table t_process_result_fatal_error
  1382. [INFO] Binding entity from annotated class: org.jleaf.jms.entity.ReportMessage
  1383. [INFO] Bind entity org.jleaf.jms.entity.ReportMessage on table t_report_message
  1384. [INFO] Binding entity from annotated class: org.jleaf.jms.entity.ReportParameter
  1385. [INFO] Bind entity org.jleaf.jms.entity.ReportParameter on table t_report_parameter
  1386. [INFO] Binding entity from annotated class: org.jleaf.jms.entity.ReportResult
  1387. [INFO] Bind entity org.jleaf.jms.entity.ReportResult on table t_report_result
  1388. [INFO] Binding entity from annotated class: org.jleaf.jms.entity.ReportFile
  1389. [INFO] Bind entity org.jleaf.jms.entity.ReportFile on table t_report_file
  1390. [INFO] Binding entity from annotated class: org.jleaf.jms.entity.ReportLabel
  1391. [INFO] Bind entity org.jleaf.jms.entity.ReportLabel on table t_report_label
  1392. [INFO] Binding entity from annotated class: org.jleaf.workflow.core.jpa.entity.HistoryDoc
  1393. [INFO] Bind entity org.jleaf.workflow.core.jpa.entity.HistoryDoc on table awe_historydoc
  1394. [INFO] Binding entity from annotated class: org.jleaf.workflow.core.jpa.entity.CurrentDocStatus
  1395. [INFO] Bind entity org.jleaf.workflow.core.jpa.entity.CurrentDocStatus on table awe_currdoc_status
  1396. [INFO] Binding entity from annotated class: org.jleaf.workflow.core.jpa.entity.Worklist
  1397. [INFO] Bind entity org.jleaf.workflow.core.jpa.entity.Worklist on table awe_worklist
  1398. [INFO] Binding entity from annotated class: org.jleaf.workflow.core.jpa.entity.TriggerAwe
  1399. [INFO] Bind entity org.jleaf.workflow.core.jpa.entity.TriggerAwe on table awe_trigger
  1400. [INFO] Binding entity from annotated class: org.jleaf.workflow.core.jpa.entity.MasterDocument
  1401. [INFO] Bind entity org.jleaf.workflow.core.jpa.entity.MasterDocument on table m_document
  1402. [INFO] Binding entity from annotated class: org.jleaf.workflow.core.jpa.entity.ForwardSetting
  1403. [INFO] Bind entity org.jleaf.workflow.core.jpa.entity.ForwardSetting on table awe_forward_setting
  1404. [INFO] Binding entity from annotated class: org.jleaf.workflow.core.jpa.entity.FlowSubItemReason
  1405. [INFO] Bind entity org.jleaf.workflow.core.jpa.entity.FlowSubItemReason on table awe_flow_sub_item_reason
  1406. [INFO] Binding entity from annotated class: org.jleaf.workflow.core.jpa.entity.HistoryDocReason
  1407. [INFO] Bind entity org.jleaf.workflow.core.jpa.entity.HistoryDocReason on table awe_historydoc_reason
  1408. [INFO] Binding entity from annotated class: org.jleaf.workflow.core.jpa.entity.Flow
  1409. [INFO] Bind entity org.jleaf.workflow.core.jpa.entity.Flow on table awe_flow
  1410. [INFO] Binding entity from annotated class: org.jleaf.workflow.core.jpa.entity.FlowItem
  1411. [INFO] Bind entity org.jleaf.workflow.core.jpa.entity.FlowItem on table awe_flow_item
  1412. [INFO] Hibernate Validator not found: ignoring
  1413. [INFO] Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled.
  1414. [WARN] composite-id class does not override equals(): org.jleaf.erp.master.entity.PolicyPartnerPk
  1415. [WARN] composite-id class does not override hashCode(): org.jleaf.erp.master.entity.PolicyPartnerPk
  1416. [WARN] composite-id class does not override equals(): org.jleaf.erp.master.entity.ProductWarrantyPk
  1417. [WARN] composite-id class does not override hashCode(): org.jleaf.erp.master.entity.ProductWarrantyPk
  1418. [WARN] composite-id class does not override equals(): org.jleaf.common.entity.ComboValuePk
  1419. [WARN] composite-id class does not override hashCode(): org.jleaf.common.entity.ComboValuePk
  1420. [WARN] composite-id class does not override equals(): org.jleaf.workflow.core.jpa.entity.WorklistPk
  1421. [WARN] composite-id class does not override hashCode(): org.jleaf.workflow.core.jpa.entity.WorklistPk
  1422. [WARN] composite-id class does not override equals(): org.jleaf.common.entity.PolicyGroupUserPk
  1423. [WARN] composite-id class does not override hashCode(): org.jleaf.common.entity.PolicyGroupUserPk
  1424. [WARN] composite-id class does not override equals(): org.jleaf.erp.master.entity.ProductSpecsPk
  1425. [WARN] composite-id class does not override hashCode(): org.jleaf.erp.master.entity.ProductSpecsPk
  1426. [WARN] composite-id class does not override equals(): org.jleaf.erp.master.entity.PartnerOuPk
  1427. [WARN] composite-id class does not override hashCode(): org.jleaf.erp.master.entity.PartnerOuPk
  1428. [WARN] composite-id class does not override equals(): org.jleaf.common.entity.UserPropsPk
  1429. [WARN] composite-id class does not override hashCode(): org.jleaf.common.entity.UserPropsPk
  1430. [WARN] composite-id class does not override equals(): org.jleaf.erp.master.entity.ActivityDocumentPk
  1431. [WARN] composite-id class does not override hashCode(): org.jleaf.erp.master.entity.ActivityDocumentPk
  1432. [WARN] composite-id class does not override equals(): org.jleaf.erp.master.entity.ProductUomConversionPk
  1433. [WARN] composite-id class does not override hashCode(): org.jleaf.erp.master.entity.ProductUomConversionPk
  1434. [WARN] composite-id class does not override equals(): org.jleaf.erp.master.entity.PolicyWarehousePk
  1435. [WARN] composite-id class does not override hashCode(): org.jleaf.erp.master.entity.PolicyWarehousePk
  1436. [WARN] composite-id class does not override equals(): org.jleaf.erp.master.entity.PolicyProductPk
  1437. [WARN] composite-id class does not override hashCode(): org.jleaf.erp.master.entity.PolicyProductPk
  1438. [WARN] composite-id class does not override equals(): org.jleaf.erp.master.entity.PolicyBrandPk
  1439. [WARN] composite-id class does not override hashCode(): org.jleaf.erp.master.entity.PolicyBrandPk
  1440. [WARN] composite-id class does not override equals(): org.jleaf.erp.master.entity.PolicyCashBankPk
  1441. [WARN] composite-id class does not override hashCode(): org.jleaf.erp.master.entity.PolicyCashBankPk
  1442. [WARN] composite-id class does not override equals(): org.jleaf.erp.master.entity.PolicyActivityPk
  1443. [WARN] composite-id class does not override hashCode(): org.jleaf.erp.master.entity.PolicyActivityPk
  1444. [WARN] composite-id class does not override equals(): org.jleaf.erp.master.entity.PolicyAreaSalesPk
  1445. [WARN] composite-id class does not override hashCode(): org.jleaf.erp.master.entity.PolicyAreaSalesPk
  1446. [WARN] composite-id class does not override equals(): org.jleaf.erp.master.entity.PolicyWhsLocationPk
  1447. [WARN] composite-id class does not override hashCode(): org.jleaf.erp.master.entity.PolicyWhsLocationPk
  1448. [WARN] composite-id class does not override equals(): org.jleaf.erp.master.entity.ExtProductPk
  1449. [WARN] composite-id class does not override hashCode(): org.jleaf.erp.master.entity.ExtProductPk
  1450. [INFO] Using Hibernate built-in connection pool (not for production use!)
  1451. [INFO] Hibernate connection pool size: 20
  1452. [INFO] autocommit mode: true
  1453. [INFO] using driver: org.postgresql.Driver at URL: jdbc:postgresql://localhost:5432/learn-jleaf
  1454. [INFO] connection properties: {user=postgres, password=****, autocommit=true, release_mode=auto}
  1455. [INFO] Database ->
  1456. name : PostgreSQL
  1457. version : 9.3.14
  1458. major : 9
  1459. minor : 3
  1460. [INFO] Driver ->
  1461. name : PostgreSQL Native Driver
  1462. version : PostgreSQL 9.1 JDBC4 (build 902)
  1463. major : 9
  1464. minor : 1
  1465. [INFO] Using dialect: org.hibernate.dialect.PostgreSQLDialect
  1466. [INFO] Disabling contextual LOB creation as createClob() method threw error : java.lang.reflect.InvocationTargetException
  1467. [INFO] Transaction strategy: org.hibernate.transaction.JDBCTransactionFactory
  1468. [INFO] No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended)
  1469. [INFO] Automatic flush during beforeCompletion(): disabled
  1470. [INFO] Automatic session close at end of transaction: disabled
  1471. [INFO] JDBC batch size: 15
  1472. [INFO] JDBC batch updates for versioned data: disabled
  1473. [INFO] Scrollable result sets: enabled
  1474. [INFO] JDBC3 getGeneratedKeys(): enabled
  1475. [INFO] Connection release mode: auto
  1476. [INFO] Default batch fetch size: 1
  1477. [INFO] Generate SQL with comments: disabled
  1478. [INFO] Order SQL updates by primary key: disabled
  1479. [INFO] Order SQL inserts for batching: disabled
  1480. [INFO] Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
  1481. [INFO] Using ASTQueryTranslatorFactory
  1482. [INFO] Query language substitutions: {}
  1483. [INFO] JPA-QL strict compliance: enabled
  1484. [INFO] Second-level cache: enabled
  1485. [INFO] Query cache: disabled
  1486. [INFO] Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory
  1487. [INFO] Optimize cache for minimal puts: disabled
  1488. [INFO] Structured second-level cache entries: disabled
  1489. [INFO] Echoing all SQL to stdout
  1490. [INFO] Statistics: disabled
  1491. [INFO] Deleted entity synthetic identifier rollback: disabled
  1492. [INFO] Default entity-mode: pojo
  1493. [INFO] Named query checking : enabled
  1494. [INFO] Check Nullability in Core (should be disabled when Bean Validation is on): enabled
  1495. [INFO] building session factory
  1496. [INFO] Not binding factory to JNDI, no JNDI name configured
  1497. [INFO] Bean 'entityManagerFactory' of type [class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  1498. [INFO] Bean 'mongo' of type [class org.springframework.data.mongodb.core.MongoFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  1499. [INFO] Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@50b742d3: defining beans [boLazyLoader,mainAppContext,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0,org.springframework.transaction.interceptor.TransactionInterceptor#0,org.springframework.transaction.config.internalTransactionAdvisor,dataSource,pum,entityManagerFactory,transactionManager,jdbcTemplate,mongo,org.springframework.beans.factory.config.CustomEditorConfigurer#0,org.springframework.beans.factory.config.CustomEditorConfigurer#1,mongoTemplate,org.springframework.dao.annotation.PersistenceExceptionTranslationPostProcessor#0,taskDaoImpl,policyOUDaoImpl,propsLabelImpl,userLoginInformationDaoImpl,reportFormDaoImpl,reprintReportFormDaoImpl,userAuditActionDaoImpl,auditReportDaoImpl,reportFormCounterDaoImpl,reportFormConfigDaoImpl,dataAuditDaoImpl,userAuditDaoImpl,OUTypeDaoImpl,comboValueDaoImpl,userLockDaoImpl,policyDaoImpl,userDaoImpl,policyGroupUserDaoImpl,OUDaoImpl,systemConfigDaoImpl,tenantDaoImpl,OULegalDaoImpl,moduleDaoImpl,userRealmMappingDaoImpl,roleDaoImpl,roleTaskDaoImpl,groupUserWhiteListDaoImpl,userWhiteListDaoImpl,groupUserWhiteListIpDaoImpl,userWhiteListIpDaoImpl,groupMembersDaoImpl,userPropsDaoImpl,passwordPolicyDaoImpl,userRoleDaoImpl,parameterDaoImpl,comboDaoImpl,taskMappingDaoImpl,groupUserDaoImpl,removeReprintReportForm,submitReprintReportForm,addReprintReportForm,updateWorkflowStatusReprintReportForm,editReprintReportForm,getReportFormCounterListForReprintReport,getReprintReportFormListAdvance,isComboValueExistsByCode,findComboValueByCode,addComboValue,editComboValue,getFixComboList,getFixComboById,findComboValueById,isComboValueExistsById,findComboById,getFixComboByIdAndGroup,removeComboValue,getComboValueListByComboId,valComboValueByCode,findModuleById,isReprintReportFormExistsById,valReprintReportFormExistsById,valReportFormExistsByIndex,findAuditReportById,valAuditReportExistsById,addDataAudit,addDataAuditList,addAuditReport,isReportFormConfigExists,isReportFormConfigExistsById,findReportFormById,isReportFormExistsByIndex,valReportFormCounterExistsByIndex,addUserAudit,findReportFormCounterById,valReportFormExistsById,valReportFormConfigExistsById,valReportFormCounterExistsById,findReportFormByIndex,findReportFormConfig,isReportFormCounterExistsByIndex,findLastAuditReportByReportCodeAndDoc,countAuditReportListAdvance,addUserAuditAction,isReportFormCounterExistsById,isAuditReportExistsById,findReportFormConfigById,getActiveReportFormListAdvance,isReprintReportFormExistsByFormCounter,findReprintReportFormById,getAuditReportListAdvance,findReportFormCounterByIndex,isReportFormExistsById,findSystemConfigByParamCode,findSystemConfigByIndex,findParameterByIndex,isSystemConfigExistsByParameterCode,isSystemConfigExistsByIndex,isMatchSystemConfigValueByParameterCode,findSystemConfigById,editSystemConfig,getSystemConfigListAdvance,getParameterList,findParameterById,isGroupUserExistsByIndex,findGroupUserById,editGroupUser,copyGroupUserFromSpecificUserRoleId,removeGroupUser,getGroupUserListAdvance,getAuthorizedGroupUserList,addAuthorizedGroupUserList,addGroupUser,getUnauthorizedGroupUserList,addUnauthorizedGroupUserList,isPolicyGroupUserExistsById,getAvailableGroupListByUserId,copyGroupMemberFromSpecificUser,isGroupMembersExistsByGroupId,getAvailableUserListByGroupId,getJoinedUserListByGroupId,findGroupMembersByIndex,removeMemberGroupUser,isGroupMembersExistByIndex,addMemberGroupUser,getJoinedGroupListByUserId,addTenant,removeTenant,findTenantByCode,findTenantById,valTenantLoginCanUse,editTenant,getTenantListAdvance,findTenantByKey,isTenantExistsById,getTenantList,isUserHasRoleAdmin,resetPassword,removeUserRole,getUserRoleList,isUserExistsById,findUserByIndex,valAuthenticateUser,addUserRole,removeUser,valAuthorizationUser,getRoleListByUser,isUserRoleExistsByIndex,findUserPropsById,changePassword,findUserRoleById,editUserRole,getUserRoleListAdvance,valAuthenticateMobileUser,authenticateUser,getUserPropsListByUser,isUserRoleExistsById,findUserById,findUserLoginInformationById,isUserLoginInformationExistsById,addUser,changeExpiredPassword,editProfile,getUserListAdvance,isUserExistsByIndex,editUser,findUserRoleByIndex,getAuthorizedTaskListByRole,getTaskListByRole,addRoleTask,isRoleHasUserRole,removeRole,removeRoleTask,valRoleIsSuperAdmin,editRole,isRoleTaskExistsById,isRoleExistsById,addRoleTaskByTaskList,findRoleByName,isRoleAdmin,addRole,isRoleHasUser,findRoleById,getRoleTaskListAdvance,isRoleSuperAdmin,saveRoleTask,removeAllRoleTaskByRole,getRoleListByTenant,isRoleExistsByIndex,isRoleTaskExists,valRoleIsAdmin,findRoleTaskById,getRoleListAdvance,realmActiveDirectory,getTaskListAdvance,getTaskGroupList,getTaskListByGroup,findTaskMappingById,findTaskById,updateUserRealmMapping,getUserRealmMappingList,findUserRealmMappingById,findUserRealmMappingByIndex,countLockedUserListAdvance,findUserLockById,getLockedUserListAdvance,unlockUser,isUserLockedByUserId,editSytemConfigPasswordEncryption,findPasswordPolicyById,valPasswordPolicy,connectionEmailTest,findPasswordPolicyByIndex,getPasswordPolicyList,editPasswordPolicyList,validateUserIpToAccess,findPolicyOUById,findPolicyOUByIndex,isPolicyHasUserRole,findPolicyById,getPolicyOUListAdvance,getPolicyOUListByPolicyId,getPolicyListAdvance,getPolicyListByTenant,addPolicy,removePolicyOU,isPolicyExistsById,getPolicyList,isPolicyOUExistsById,findPolicyByIndex,addPolicyOU,removePolicy,editPolicy,valOUAsSubBusinessUnit,isOULegalExistsByIndex,getOUMainBuListAdvance,valAuthorizedPolicyOU,getBUListAdvance,getOUListByOUType,findOULegalByIndex,getAuthorizedOUAccountingListAdvance,getAuthorizedOUSubBuListAdvance,getAuthorizedOUListByOUType,isOUAsBranch,findOUByIndex,valOUAsBranch,isOUAsMainBusinessUnitOrBranch,isOUHasChild,addOULegal,isOUExistsById,isOUTypeHasOU,findOUTypeByIndex,getOULegalListByOU,removeOULegal,getAuthorizedOUBusinessUnitListAdvance,valOUAsLegal,isOUTypeExistsById,addOU,addOUType,isOUAsSubBusinessUnit,getOUList,valOUAsMainBusinessUnit,valOUAsBusinessUnit,getOUTypeListByTenant,valOUAsSubAccounting,getOUTypeList,isOUHasUser,valOUForPolicy,editOUType,getOUTypeListAdvance,getOUListByTenant,isOULegalExistsById,findParentOUMainBuByOu,getAuthorizedOUMainBuListAdvance,getAuthorizedOUMainBuOrBranchListAdvance,getOUListAdvance,editOU,getOUMainBuOrBranchListAdvance,getAuthorizedBUListAdvance,getAuthorizedOUBranchListAdvance,getOUTypeListForBusinessUnit,findOULegalById,findOUById,editOULegal,removeOU,getAuthorizedOULegalListAdvance,removeOUType,getAuthorizedBUListByOUType,findOUTypeById,isOUAsMainBusinessUnit,valOUAsMainBusinessUnitOrBranch,checkLastUser,defaultAction,conditionalAction,noAction,changeRequestProcessor,rejectedProcessor,requestApprovalProcessor,deletedProcessor,voidProcessor,cancelProcessor,approvedProcessor,updateChangesProcessor,initialProcessor,clientRequestRepositoryImpl,applicationContextProvider,flowItemDaoImpl,historyDocReasonDaoImpl,flowSubItemReasonDaoImpl,flowSubItemDaoImpl,flowDaoImpl,triggerAweDaoImpl,currentDocStatusDaoImpl,masterDocumentDaoImpl,worklistDaoImpl,forwardSettingDaoImpl,historyDocDaoImpl,isCurrentDocStatusExistById,removeWorklistByNoItem,getMyDocumentListAdvance,getWorklistByUserRoleId,valFlowSubItemReasonExistsById,getWorklistByRequestId,findCurrentDocStatusByIndex,findHistoryDocReasonById,getToDoListAdvance,findDocumentBySchema,findCurrentDocStatusById,getDocumentList,isHistoryDocReasonExistsById,getHistoryDocListByScheme,removeWorklist,findWorklistByIndex,addHistoryDoc,isFlowSubItemReasonExistsById,addApprovalReassignment,isForwardSettingExistsById,valForwardSettingExistsById,findForwardSettingById,removeApprovalReassignment,isExistsApprovalReassignment,editApprovalReassignment,reassignDocument,getApprovalReassignmentList,getOutstandingDocumentListByCurrentUserOrRole,getRecentActivityListAdvance,findWorklistById,getDocumentTypeList,editWorklist,getCurrentDocStatusList,findFlowSubItemReasonById,getTriggerListByHistoryDocId,countRecentActivityListAdvance,findHistoryDocById,countMyDocumentListAdvance,editWorkflowRemark,getHistoryDocListByRequestId,findDocumentById,countToDoListAdvance,getHistoryDocListByDocId,isWorklistExistsByIndex,valHistoryDocReasonExistsById,getWorklistByDocId,addTrigger,valFlowItemExistsByIndex,validateFlow,getFlowListByScheme,findFlowItemById,valFlowExistByExp,getFlowItemListByFlowId,getCompleteFlowByFlowId,findFlowItemByIndex,findFlowSubItemById,addFlow,removeFlowItem,getFlowSubItemListByFlowItem,editFlow,findFlowById,valFlowExistByDesc,addFlowSubItemList,editFlowSubItemList,saveOrUpdateCurrentDocStatus,addWorklist,getDocStatusByUserRoleAndDocId,workflowProperty,workflowLoader,actionFactory,workflowExecutor,schemeLoader,processParameterDaoImpl,reprocessParameterDaoImpl,processResultFatalErrorDaoImpl,processMessageDaoImpl,reportResultDaoImpl,reportParameterDaoImpl,reportLabelDaoImpl,reprocessMessageDaoImpl,processTagDaoImpl,reportMessageDaoImpl,reportFileDaoImpl,processResultDaoImpl,getGenerateReportFileList,countRequestReportMessageListAdvance,getRequestReportMessageListAdvance,completeGenerateReport,requestGenerateReport,countGenerateReportResultList,requestGenerateReportWithConsumer,getGenerateReportResultList,editReprocessParameter,removeReprocessParameter,getReprocessMessageListAdvance,removeReprocessPlanning,editReprocessPlanning,addReprocessPlanning,countReprocessMessageListAdvance,addReprocessParameter,findProcessMessageByIndex,getProcessMessageListAdvance,reprocessUploadFile,getErrorProcessListAdvance,getReprocessResultListAdvance,findReprocessMessageByIndex,getReprocessParameterListByProcessMessageId,sendReprocessPlanningToQueue,countProcessMessageListAdvance,getProcessParameterListByProcessMessageId,findProcessParameterById,addReprocess,getProcessResultOkListByProcessMessageId,addProcessResultFatalError,findProcessMessageById,addProcessResult,finishProcessQueue,countReprocessResultListAdvance,startProcessQueue,countErrorProcessListAdvance,findProcessResultFatalErrorById,isProcessMessageExistsByIndex,getProcessResultErrorListByProcessMessageId,resendQueue,prepareProcessQueue,sendProcessToQueue,getProcessResultWarningListByProcessMessageId,isTagExistsById,isTagExistsByIndex,getProcessTagListByProcessName,findProcessTagByIndex,findProcessTagById,getReportParameterListByReportMessageId,updateReportMessageStatus,isReportMessageExistsById,valReportMessageExistsById,findReportMessageById,autoNumRefMappingDaoImpl,autoNumGeneratedDaoImpl,autoNumLastDaoImpl,autoNumRuleDaoImpl,autoNumCancelDaoImpl,jsEvaluator,editAutoNumLastCounterList,isAutoNumLastExistsByIndex,getAutoNumLastCounterListByRuleId,findAutoNumLastById,addAutoNumLastCounter,deleteAutoNum,findGeneratedAutoNumByIndex,findAutoNumById,findAutoNumRefMappingById,findAutoNumRefMappingByIndex,createAutoNum,commitAutoNum,updateAutoNumDataIfExists,findAutoNumCancelById,countAutoNumCancelByAutoNumRuleId,countAutoNumGeneratedByAutoNumRuleId,getAutoNumGeneratedPeriodListAdvance,isAutoNumGeneratedExistsById,removeUnusedAutoNumGenerated,findAutoNumGeneratedById,valErrorIfAutonumAlreadyExistAndUsed,isGeneratedAutoNumExistsByIndexYearMonth,isGeneratedAutoNumExistsByIndex,getAutoNumGeneratedListAdvance,unusedAutoNum,isAutoNumRuleExistsById,editAutoNumRule,isAutoNumRuleExistsByIndex,removeAutoNumRule,getAutoNumRuleListAdvance,changeActiveAutoNumRule,addAutoNumRule,validateAutoNumRuleListByScheme,findAutoNumRuleById,generateAutoNum,updateToInProgressIfAutoNumExist,updateAutoNum,registerPartnerBankDaoImpl,promoCommissionOuUngeneratedIdDaoImpl,partnerTypeUngeneratedIdDaoImpl,itemWarehouseUngeneratedIdDaoImpl,whsLocationDaoImpl,commissionOuUngeneratedIdDaoImpl,policyActivityDaoImpl,ctgrProductAttrCompDaoImpl,catalogDaoImpl,productWeightDimensionDaoImpl,whsLocationAttrCompValueDaoImpl,cashBankOuDaoImpl,productUomConversionDaoImpl,registerCustPaymentDaoImpl,whsLocationProductDaoImpl,productVatDaoImpl,partnerFileDaoImpl,brandSupplierDaoImpl,partnerOuDaoImpl,subCtgrProductDaoImpl,registerPartnerRelDaoImpl,registerPartnerDaoImpl,whsLocationAttrCompDaoImpl,brandDaoImpl,sellPriceProductForSoDaoImpl,registerPartnerFileDaoImpl,warrantyTypeDaoImpl,partnerDaoImpl,activityDocumentDaoImpl,partnerBankDaoImpl,taxDaoImpl,extProductDaoImpl,cashBankDaoImpl,cashBankUngeneratedIdDaoImpl,groupProductOuDaoImpl,whsLocationAttrCodeDaoImpl,productOuUngeneratedIdDaoImpl,partnerUngeneratedIdDaoImpl,productBarcodeDaoImpl,subCtgrProductUngeneratedIdDaoImpl,exchangeRateDaoImpl,partnerRelationDaoImpl,exchangeRateUngeneratedIdDaoImpl,productCustomDaoImpl,productAssemblyDaoImpl,promoPriceProductDaoImpl,taxUngeneratedIdDaoImpl,uomDaoImpl,areaSalesPriceDaoImpl,deviceMerchantUngeneratedIdDaoImpl,productKeywordDaoImpl,policyBrandDaoImpl,registerSuppProductDaoImpl,registerPartnerNpwpDaoImpl,groupProductOuUngeneratedIdDaoImpl,partnerNpwpDaoImpl,registerPartnerCpDaoImpl,registerSuppPaymentDaoImpl,productAssemblyUngeneratedIdDaoImpl,warrantyTypeForSellPriceSoDaoImpl,brandUngeneratedIdDaoImpl,uomUngeneratedIdDaoImpl,productOuDaoImpl,productCtgrTreeDaoImpl,promoPriceProductUngeneratedIdDaoImpl,productCatalogDaoImpl,groupProductOuPromoCommisionUngeneratedIdDaoImpl,partnerAddressDaoImpl,productUngeneratedIdDaoImpl,productCatalogChangeCatalogDaoImpl,registerCustomerExtDaoImpl,productConsignmentSuppInfoDaoImpl,productCatalogChangePriceDaoImpl,ouStructureDaoImpl,documentJournalDaoImpl,groupCoaDaoImpl,partnerCpDaoImpl,areaSalesPromoDaoImpl,vehicleDaoImpl,custPaymentDaoImpl,sellPriceProductDaoImpl,warehouseDaoImpl,segmentCoaDaoImpl,productAttrCompValueDaoImpl,partnerVehicleDaoImpl,policyAreaSalesDaoImpl,suppPaymentDaoImpl,dataLogDaoImpl,custDocDaoImpl,typePartnerDaoImpl,productWarrantyDaoImpl,registerCustDocDaoImpl,activityDaoImpl,suppProductDaoImpl,promoCommissionOuDaoImpl,policyProductDaoImpl,partnerTypeDaoImpl,productSpecsDaoImpl,productSerialNumberDaoImpl,productDaoImpl,productPartsDaoImpl,policyPartnerDaoImpl,policyCashBankDaoImpl,policyWhsLocationDaoImpl,productPartsWarrantyDaoImpl,ctgrProductDaoImpl,sellPriceProductUngeneratedIdDaoImpl,groupProductDaoImpl,deviceMerchantOuDaoImpl,groupProductOuPromoCommisionDaoImpl,ctgrProductUngeneratedIdDaoImpl,jobReceiptReasonDaoImpl,productStatusDaoImpl,deviceMerchantDaoImpl,warehouseOuDaoImpl,warehouseUngeneratedIdDaoImpl,areaSalesDaoImpl,itemWarehouseDaoImpl,registerPartnerAddressDaoImpl,tempProductCatalogDaoImpl,taxNumberDaoImpl,genTaxNumberDaoImpl,productPackagingDaoImpl,customerExtDaoImpl,registerPartnerTypeDaoImpl,productAttrCodeDaoImpl,productDefWarrantyDaoImpl,adminProcessLedgerDaoImpl,warehouseWhsLocationAttrCompDaoImpl,ctgrPartnerDaoImpl,commissionOuDaoImpl,coaDaoImpl,productAttrCompDaoImpl,policyWarehouseDaoImpl,findProductCtgrTreeByIndex,getProductCtgrTreeListByParentId,removeProductCtgrTree,addProductCtgrTree,isProductCtgrTreeExistsByIndex,valProductCtgrTreeExistsByIndex,isProductCtgrTreeExistsById,valProductCtgrTreeExistsById,getProductCtgrTreeList,getProductCtgrTreeByFlgUseAttr,editProductCtgrTree,findProductCtgrTreeById,getAuthorizedWareHouseEmbeddedOutletListByMainBuOrBranch,findItemWarehouseById,isPolicyWarehouseExists,valAuthorizedPolicyWarehouse,removePolicyWarehouse,getItemWarehouseListByWarehouse,valWarehouseExistsInOu,addWarehouse,getAuthorizedWarehouseListByOuChild,findWarehouseOuById,isWarehouseOuExistsById,getAuthorizedWarehouseNonOutletListAdvance,findPolicyWarehouseById,isWarehouseExistsByIndex,findWarehouseByIndex,findWarehouseById,getAuthorizedWarehouseListByMainBuOrBranch,isWarehouseExists,getWarehouseOuListAdvance,addPolicyWarehouse,getAuthorizedWarehouseOutletListAdvance,removeWarehouse,getAuthorizedWarehouseListByOu,removeItemWarehouse,getWarehouseNonOutletListByMainBuOrBranch,getPolicyWarehouseListAdvance,getItemWarehouseList,addAllItemWarehouse,getAuthorizedWarehouseNonOutletListByMainBuOrBranch,getAuthorizedWarehouseListInOuBu,valWarehouseAsWarehouseNonOutlet,valWarehouseExistsInOuBu,getItemWarehouseListAdvance,isItemWarehouseExists,getAuthorizedWarehouseNonOutletListInBuByOu,editItemWarehouse,getWarehouseList,getAuthorizedWarehouseNonOutletListByMainBuOrBranchAndWarehouseId,valWarehouseAsWarehouseOutlet,getAuthorizedWarehouseOutletListByMainBuOrBranch,valWarehouseAsWarehouseNonOutletNonEmbedded,addItemWarehouse,getAuthorizedWarehouseListAdvance,findItemWarehouseByIndex,getAuthorizedWarehouseOuAndWarehouseOuBuList,editWarehouse,isItemWarehouseExistsByIndex,getWarehouseListAdvance,valWhsLocationAttrCompExistsById,isWhsLocationAttrCompExistsById,valWhsLocationAttrCompExistsByIndex,isWhsLocationAttrCompExistsByIndex,removeWhsLocationAttrComp,editWhsLocationAttrComp,getWhsLocationAttrCompList,findWhsLocationAttrCompById,addWhsLocationAttrComp,findWhsLocationAttrCompByIndex,addCashBank,isExchangeRateExistsByIndex,findDeviceMerchantByIndex,addPolicyCashBank,findCashBankOuById,addExchangeRate,findCashBankById,removePolicyCashBank,getCashBankListAdvance,findDeviceMerchantOuById,editCashBank,findPolicyCashBankById,findCashBankByIndex,addExchangeRateTaxAndCommercial,getAuthorizedCashBankListAdvance,findExchangeRateByIndex,findDeviceMerchantById,addExchangeRateCommercialByPeriod,getCashBankOuListAdvance,findExchangeRateByDate,isPolicyCashBankExists,valExchangeRateDateOverlap,getCashListByOuAndCurrency,removeExchangeRate,findExchangeRateById,isBankAccountOwnedByParentOu,editDeviceMerchant,removeDeviceMerchant,getAuthorizedBankListByOu,getDeviceMerchantListAdvance,getPolicyCashBankListAdvance,isDeviceMerchantExistsByIndex,getExchangeRateListAdvance,isCashBankExistsByIndex,valCashBankExistsInOu,getAuthorizedCashListByOuAndCurrency,isCashBankOuExistsById,isCashBankExistsByCoa,getAuthorizedCashListByOu,editExchangeRate,isDeviceMerchantOuExistsById,removeCashBank,addDeviceMerchant,getAuthorizedCashOutletListByMainBuOrBranch,getAuthorizedCashBankCurrencyListByOu,getDeviceMerchantOuListAdvance,valAuthorizedPolicyCashBank,getAuthorizedCashBankListByOuAndCurrency,valWarrantyTypeForSellPriceSoExistsById,valWarrantyTypeExistsInSoWarrantyItemByWarrantyTypeId,findWarrantyTypeForSellPriceSoById,isProductHasWarrantyTypeForSellPriceSoByIndex,valProductDefWarrantyExistsById,removeWarrantyType,getWarrantyTypeListForCombo,isProductDefWarrantyExistsById,editWarrantyTypeForSellPriceSo,valWarrantyTypeExistsInWarrantyTypeForSellPriceSoByWarrantyTypeId,removeWarrantyTypeForSellPriceSo,addProductDefaultWarranty,valWarrantyTypeExistsInProductDefWarrantyByWarrantyTypeId,valProductDefWarrantyExistsByIndex,valWarrantyTypeExistsByIndex,findWarrantyTypeByIndex,valWarrantyTypeExistsById,findWarrantyTypeForSellPriceSoByIndex,findWarrantyTypeById,valWarrantyTypeForSellPriceSoExistsByIndex,getProductDefaultWarrantyList,isProductDefWarrantyExistsByIndex,isWarrantyTypeForSellPriceSoExistsByIndex,removeProductDefaultWarranty,countProductDefaultWarrantyList,isProductIdExistsInProductDefWarranty,isWarrantyTypeForSellPriceSoExistsById,getWarrantyTypeForSellPriceSoList,isWarrantyTypeExistsByIndex,addWarrantyType,findProductDefWarrantyById,findProductDefWarrantyByIndex,getWarrantyTypeList,addWarrantyTypeForSellPriceSo,getWarrantyTypeForSellPriceSoForAddSalesList,isWarrantyTypeExistsById,getProductDefaultWarrantyForAddSalesList,findCommissionOuByGroupProductOuIdDate,isCtgrProductAttrCompExistsById,isCtgrProductAttrCompExistsByIndex,valCtgrProductAttrCompExistsById,addCtgrProductAttrComp,moveUpCtgrProductAttrComp,findCtgrProductAttrCompById,valCtgrProductAttrCompExistsByIndex,moveDownCtgrProductAttrComp,findCtgrProductAttrCompByIndex,getCtgrProductAttrCompList,removeCtgrProductAttrComp,findPartnerVehicleById,getVehicleList,isPartnerVehicleExistsByIndex,valVehicleExistsByIndex,removePartnerVehicle,getVehicleListAdvance,setActiveStatusPartnerVehicle,addVehicle,findPartnerVehicleByIndex,getMessengerList,editVehicle,getCourierListAdvance,findPartnerVehicleByPartnerId,getVehicleListByCourier,addPartnerVehicle,findCourierById,valPartnerVehicleExistsByIndex,findVehicleByIndex,isVehicleExistsByIndex,removeVehicle,findVehicleById,valVehicleExistsById,isPartnerVehicleExistsById,valPartnerVehicleExistsById,getPartnerVehicleListByVehicleId,isPartnerVehicleExistsByVehicleId,isVehicleExistsById,getRegisterPartnerCpListByRegisterPartner,valRegisterPartnerCpExistsById,removeRegisterPartnerCp,isRegisterPartnerCpExistsByIndex,findRegisterPartnerCpById,isRegisterPartnerCpNameExistsInPartnerBank,valRegisterPartnerCpExistsByIndex,isRegisterPartnerCpExistsById,findRegisterPartnerCpByIndex,editRegisterPartnerCp,addRegisterPartnerCp,addTempProductCatalog,valTempProductCatalogExistsByIndex,editTempProductCatalog,findTempProductCatalogById,isTempProductCatalogExistsByIndex,findTempProductCatalogByIndex,valTempProductCatalogExistsById,countGetTempProductCatalogList,removeTempProductCatalog,submitTempProductCatalog,isTempProductCatalogExistsById,getTempProductCatalogList,addProductAttrComp,isProductAttrCompExistsByIndex,valProductAttrCompExistsByIndex,removeProductAttrComp,findProductAttrCompByIndex,valProductAttrCompExistsById,editProductAttrComp,findProductAttrCompById,getProductAttrCompList,isProductAttrCompExistsById,valWarehouseWhsLocationAttrCompExistsById,getWarehouseWhsLocationAttrCompList,isWarehouseWhsLocationAttrCompExistsByIndex,valWarehouseWhsLocationAttrCompExistsByIndex,isWarehouseWhsLocationAttrCompExistsById,removeWarehouseWhsLocationAttrComp,findWarehouseWhsLocationAttrCompByIndex,findWarehouseWhsLocationAttrCompById,moveUpWarehouseWhsLocationAttrComp,addWarehouseWhsLocationAttrComp,moveDownWarehouseWhsLocationAttrComp,isProductAttrCompValueExistsById,getProductAttrCompValueList,valProductAttrCompValueExistsByIndex,removeProductAttrCompValue,editProductAttrCompValue,addProductAttrCompValue,isProductAttrCompValueExistsByIndex,findProductAttrCompValueById,findProductAttrCompValueByIndex,valProductAttrCompValueExistsById,isBrandSupplierExistsById,findBrandSupplierById,valBrandSupplierExistsById,getPartnerCpListByPartner,isCustDocExistsById,findSuppPaymentById,findOfficialPartnerAddress,findSuppProductById,getSuppProductListByPartner,removePartnerRelation,isPartnerRelationExistsByIndex,editPartnerAsSupplier,findPolicyPartnerById,isCustomerExtExistsById,findPartnerTypeByIndex,findPurchaseOfficerById,valCustDocExistsByIndex,getSupplierList,getPartnerNpwpListByPartner,isPolicyPartnerExists,valSuppPaymentExistsById,getAuthorizedPurchaseOfficerListAdvance,findCustPaymentByIndex,editPartnerType,isPartnerBankExistsByIndex,getAuthorizedHoldingPartnerList,findPartnerNpwpByIndex,isPartnerAddressExistsByIndex,editPartnerCp,isCustPaymentExistsById,findPartnerTypeById,findTypePartnerById,addPartnerType,getPartnerBankListByPartnerAndCurrency,getHoldingPartnerList,getAuthorizedSalesmanListByMainBu,getPartnerBankListByPartner,getPolicyPartnerListAdvance,isCtgrPartnerExistsByIndex,findPartnerOuById,getCtgrPartnerList,findPartnerBankByIndex,getPartnerListForRelations,getPartnerOuListByPartner,getCustomerList,isPartnerFileExistsById,getAuthorizedCustomerListAdvance,addPartnerAsCustomer,findTypePartnerByIndex,valCustDocExistsById,findCustomerExtById,addPartnerInternal,findPartnerAddressByIndex,editCtgrPartner,findPartnerFileById,isPartnerAsEmployee,isPartnerCpNameExistsInPartnerBank,getTypePartnerList,editPartnerNpwp,editPartnerAsCustomer,editPartnerInternal,editPurchaseOfficer,countGetPartnerListAdvance,editPartnerFile,isCustPaymentExistsByIndex,addSalesman,getPurchaseOfficerListAdvance,findPartnerCpById,removePartnerAsSupplier,addPolicyPartner,valPartnerBankExistsInPartner,isSuppPaymentExistsByIndex,isPartnerAddressDescExistsByIndex,addCustDoc,setPartnerOfficialAddress,removeSupplierProduct,removePolicyPartner,getTypePartnerListByGroupPartner,removePartnerAsCustomer,findPartnerFileByIndex,getAuthorizedPartnerNonEmployeeListAdvance,getPartnerShipToListByPartner,getCompleteInfoPartnerByPartnerId,isPartnerExistsByIndex,valPartnerAsSupplier,removePurchaseOfficer,isSuppProductExistsById,valPartnerFileExistsById,addPartnerNpwp,findPartnerById,getEmployeeListAdvance,valSuppProductExistsById,isPartnerTypeExistsByIndex,findPartnerRelationByIndex,findPartnerByIndex,findPartnerCpByIndex,valPartnerAsEmployee,editCustDoc,findPartnerRelationById,getAuthorizedCustomerListAdvanceWithoutAddress,getAuthorizedPartnerListAdvance,findCtgrPartnerById,isPartnerNpwpExistsByIndex,findCustDocByIndex,getPartnerBillToListByPartner,findPartnerBankById,isPartnerOuExistsById,getNonInternalTypePartnerListByGroupPartner,getPartnerInternalList,getCustomerInternalList,valSuppProductExistsByIndex,removePartnerAddress,valAuthorizedPolicyPartner,removeCtgrPartner,getPartnerListForRelationCombo,getPartnerRelationListByPartner,getPartnerOuBuOrBranchListByPartner,findPartnerNpwpById,getPartnerBankById,getSalesmanListAdvance,findSuppProductByIndex,editSalesman,valCustPaymentExistsByIndex,getAuthorizedSalesmanListAdvance,getInternalTypePartnerListByGroupPartner,removePartnerType,addPartnerRelation,getPartnerAddressListByPartner,isSuppProductExistsByIndex,addPurchaseOfficer,getPartnerShipAddressListByPartner,addSupplierProduct,removePartnerCp,isPartnerFileExistsByIndex,isPartnerCpExistsByIndex,valPartnerFileExistsByIndex,valCustPaymentExistsById,removePartnerBank,setPartnerDefaultAddress,addPartnerBank,editPartnerBank,getEmployeeList,findSuppPaymentByIndex,addPartnerAsSupplier,findPartnerAddressById,isEmployeeInOuBuBranch,getPartnerOuListAdvance,valSuppPaymentExistsByIndex,getEmployeeListByOu,findSalesmanById,getAuthorizedSupplierListAdvance,editPartnerRelation,getAuthorizedCtgrPartnerList,addPartnerCp,isSuppPaymentExistsById,findCustPaymentById,removePartner,findCustDocById,findCtgrPartnerByIndex,getPartnerListAdvance,getPartnerFileListByPartner,getCustDocListByPartner,removeSalesman,findDefaultPartnerAddress,getAuthorizedCustomerList,editTypePartner,addCtgrPartner,removePartnerNpwp,addPartnerFile,isCustDocExistsByIndex,getSupplierInternalList,addSegmentCoa,getSystemActivityGlList,getGroupCoaListForSystemActivityGl,getCoaListAdvance,isActivityDocumentExists,getSegmentCoaListAdvance,addActivity,removeActivityDocument,getActivityListByCoa,removeUserDefinedGroupCoa,findCoaById,removeActivity,editGroupCoa,getCoaListForTemplateMappingReport,isSegmentCoaExistsByIndex,getGroupCoaListByCoaType,getActivityDocumentListAdvance,getGroupCoaListForTemplateMappingReport,findSegmentCoaById,getGroupNonSystemCoaList,addUserDefinedGroupCoa,getGroupCoaList,findSegmentCoaByIndex,getAuthorizedActivityListAdvance,editSegmentCoa,isSegmentCoaExistsById,removePolicyActivity,editSystemActivityGl,setActiveStatusSegmentCoa,getAuthorizedActivityDocumentListAdvance,getPolicyActivityListAdvance,getSegmentCoaListById,getAuthorizedActivityListByCoa,isGroupCoaExistsByIndex,isActivityExistsByIndex,valSegmentCoaExistsByIndex,getGroupCoaListAdvance,addActivityDocument,findGroupCoaById,getCoaListByGroupCoaList,isSegmentCoaOthersExistsByIndex,findActivityDocumentById,removeSegmentCoa,addCoa,removeCoa,isPolicyActivityExists,valSegmentCoaExistsById,findPolicyActivityById,getActivityListAdvance,isCoaExistsByIndex,findCoaByIndex,findActivityById,editCoa,findActivityByIndex,valAuthorizedPolicyActivity,addPolicyActivity,getCoaListByGroupCoa,findGroupCoaByIndex,isProductCustomExistsById,findProductCustomById,valProductCustomExistsById,addRegisterSupplierProduct,valRegisterSuppProductExistsById,isRegisterSuppPaymentExistsByIndex,findRegisterSuppProductById,isRegisterSuppProductExistsById,valRegisterSuppPaymentExistsById,findRegisterSuppPaymentById,getSuppProductListByRegisterPartner,findRegisterSuppProductByIndex,removeRegisterSupplierProduct,valRegisterSuppProductExistsByIndex,findRegisterSuppPaymentByIndex,valRegisterSuppPaymentExistsByIndex,isRegisterSuppPaymentExistsById,isRegisterSuppProductExistsByIndex,isRegisterPartnerBankExistsById,findRegisterPartnerBankById,getRegisterPartnerBankListByRegisterPartner,editRegisterPartnerBank,findRegisterPartnerBankByIndex,isRegisterPartnerBankExistsByIndex,addRegisterPartnerBank,valRegisterPartnerBankExistsById,removeRegisterPartnerBank,valRegisterPartnerBankExistsByIndex,valFinanceApArTrxCanInput,getAdminProcessLedgerListForCashBank,closingCashBank,valPosTrxCanInput,getDataMonthlyJournalList,getDataDailyJournalList,cancelClosingAp,cancelClosingProcessFinishGoodsAmount,getAdminProcessUnprocessedOutletList,cancelClosingQtyInventory,cancelClosingGl,isAdminProcessLedgerExistsByIndex,closingSales,valInventoryTrxCanInput,valFinanceArTrxCanInput,closingGl,cancelClosingCashBank,valAdminProcessCheckThisMonthMustHaveNotProcessed,closingQtyInventory,closingProcessWipAmount,closingAp,valPurchSalesTrxCanInput,valAdminProcessCheckThisMonthMustHaveProcessed,valSalesTrxCanInput,closingAr,valCashBankTrxCanInput,closingPurch,getLastProcessedYearMonthAdminProcessLedgerInvQty,getAdminProcessLedgerListForInventory,cancelClosingProcessWipAmount,closingProcessFinishGoodsAmount,valFinanceApTrxCanInput,isAdminProcessLedgerGlAlreadyClosed,valGlTrxCanInput,closingProcessRawMaterialAmount,valAdminProcessCheckLastMonthMustHaveProcessed,valAdminProcessLedgerExistsByIndex,getEarliestYearMonthOfNotYetClosedAdminProcessLedgerByOu,cancelClosingAr,getAdminProcessLedgerListForPos,closingPos,getAdminProcessUnreleaseDocList,cancelClosingSales,getAdminProcessLedgerList,valProcessFinsihGoodsAmount,findAdminProcessIdByIndex,cancelClosingPurch,findAdminProcessLedgerByIndex,valPurchTrxCanInput,cancelClosingProcessRawMaterialAmount,cancelClosingPos,getAdminProcessLedgerListForPurchSalesFinance,isPostingProcessError,valAdminProcessCheckNextMonthMustHaveNotProcessed,valClosingQtyInventory,findAreaSalesPriceByIndex,getAreaSalesPriceForNewProduct,findAreaSalesPromoById,isAreaSalesPriceExistsByIndex,isAreaSalesPromoExistsByIndex,getAreaSalesPriceListExistsInSellPrice,getAreaSalesPriceListByAreaSalesIdWithProductIdList,findAreaSalesPromoByIndex,getAreaSalesPriceListNotExistsAndExistsInSellPrice,isAreaSalesExistsByIndex,removeAreaSales,findAreaSalesPriceById,findAreaSalesByIndex,editAreaSalesPrice,getAreaSalesListAdvance,addAreaSalesPrice,findAreaSalesById,getAreaSalesPriceListNotExistsInSellPrice,removeAreaSalesPromo,getAreaSalesPriceListByAreaSalesId,addAreaSales,addSellPriceProductFromAreaSales,removeAreaSalesPrice,getAuthorizedOuBranchListInStructureByMainBu,valOuStructureExistsById,getAuthorizedOuSubBuListInStructureByMainBuAndBranch,getOuBuAndChildList,getAuthorizedOUMainBuOrBranchOrEmbeddedOutletListAdvance,findOuStructureById,isOuStructureExistsById,findProductCatalogChangePriceById,isProductCatalogChangePriceExistsById,valProductCatalogChangePriceExistsById,getProductAttrCodeByProductId,findProductAttrCodeById,isProductAttrCodeExistsById,valProductAttrCodeExistsById,removeGroupProductOuPromoCommision,isGroupProductOuPromoCommisionExistsByIndex,findGroupProductOuPromoCommisionByIndex,findGroupProductOuPromoCommisionById,addGroupProductOuPromoCommision,findGroupProductOuPromoCommisionByDate,removeRegisterPartnerNpwp,editRegisterPartnerNpwp,valRegisterPartnerNpwpExistsById,valRegisterPartnerNpwpExistsByIndex,findRegisterPartnerNpwpByIndex,isRegisterPartnerNpwpExistsByIndex,addRegisterPartnerNpwp,isRegisterPartnerNpwpExistsById,findRegisterPartnerNpwpById,getRegisterPartnerNpwpListByRegisterPartner,getNotYetUsedGeneratedTaxNumberListByOtherInvoice,isGenTaxNumberExistsById,findGenTaxNumberByIndex,getTaxListAdvance,generateTaxNumber,findTaxNumberById,isTaxNumberExistsById,getGeneratedTaxNumberListAdvance,findTaxNumberByIndex,editTaxNumber,valGenTaxNumberExistsByIndex,getNotYetUsedGeneratedTaxNumberList,findGenTaxNumberById,valTaxNumberExistsById,isTaxNumberExistsByIndex,valTaxNumberExistsByIndex,getTaxNumberListAdvance,isGenTaxNumberExistsByIndex,findTaxById,valGenTaxNumberExistsById,editTax,getPrefixTaxNoByPartner,valGenTaxNumberNotYetUsed,getProductPartsWarrantyListByProduct,getPromoPriceProductListAdvance,getPolicyProductListAdvance,removeProductPackaging,findProductConsignmentByIndex,getProductAssemblyListByCoreProduct,editUom,countGetPromoPriceProductListAdvance,editPromoPriceProduct,countGetNonAssemblyProductForConsignmentListForInfo,findSellPriceProductForNewSellPrice,findProductOuBySubCtgrProduct,getPromoCommissionOuListByOu,getAuthorizedProductListAdvance,removeProductWarranty,editProductAssembly,findProductBarcodeById,editSellPriceProductSoForClosing,removeCommissionOu,getCtgrProductOfUnregisteredProductOuList,getGroupProductOuPromoCommissionListByOu,editProductPackaging,isSellPriceProductExistsByIndex,findProductBarcodeByIndex,addPolicyProduct,isProductSpecsExists,valProductPackagingExistsById,getAuthorizedProductListByCode,getAuthorizedAssemblyProductListForInfo,findProductByIndex,addProductStatus,findSubCtgrProductByIndex,findCtgrProductByIndex,getPromoPriceProductListByCodeAndOU,addProductWarranty,countGetSellPriceProductForSoListAdvance,findSellPriceProductByIndex,countGetAuthorizedProductWithGroupProductOuListForInfo,findUomById,isUomExistsByIndex,valProductStatusExistsByIndex,getProductListForInfo,getAuthorizedNonAssemblyProductListForInfo,editProductUomConversion,addSellPriceProduct,getAuthorizedNonServiceSubCtgrProductListAdvance,editGroupProductOu,getProductPartsListByProduct,findSellPriceProductForSoForNewSellPrice,findPolicyProductById,findSubCtgrProductById,removePolicyProduct,findProductWarrantyById,getProductAssemblyDetailListAdvance,findCtgrProductById,isBrandExistsByIndex,getProductUomConvertList,findProductOuById,findProductPartsWarrantyById,valProductKeywordExistsById,countGetProductAssemblyListAdvance,isProductBarcodeExistsByIndex,addUom,findProductById,addPromoPriceProduct,getAuthorizedPromoPriceProductListByProductId,findProductUomConversionById,findSellPriceProductForSoByIndex,getUnregisteredSubCtgrProductForProductOuList,valCanInputSellPriceProductForSo,findProductPartsById,getSubCtgrProductListAdvance,addProductPackaging,getSellPriceProductForSoListAdvance,countGetAuthorizedNonAssemblyProductListForInfo,getCtgrProductList,findUomByIndex,findProductAssemblyById,addProductPartsWarranty,valSellPriceProductForSoExistsByIndex,getAssemblyProductListForInfo,isProductStatusExistsByIndex,findProductAssemblyDetailByIndex,addProductSerialNumber,isPromoCodeProductExistsByOu,isCommissionOuExistsByIndex,countGetProductListForInfo,findSellPriceProductByDate,findPromoCommissionOuById,findCommissionOuById,findProductWeightDimensionById,addProductParts,isProductPartsWarrantyExistsById,isProductWeightDimensionExistsById,isProductStatusExistsById,countGetAssemblyProductListForInfo,editPromoCommissionOu,isProductPartsExists,findPromoPriceProductByIndex,getCtgrProductListWithProductOu,isProductPackagingExistsById,getCtgrProductListAdvance,editProductPartsWarranty,isSellPriceProductForSoExistsById,getSubCtgrProductListByCtgrProductWithProductOu,isProductAssemblyExistsByIndex,editProductWarranty,isProductWarrantyExists,getSellPriceProductListByProductId,valSellPriceProductForSoDateOverlap,addPromoCommissionOu,addProductSpecs,getAuthorizedProductWithGroupProductOuListForInfo,valProductPartsWarrantyExistsById,getProductOuListByGroupProduct,getProductAssemblyDetailListByParentProduct,getGroupProductListForCombo,getSubCtgrProductListByCtgrProduct,getAuthorizedPromoPriceProductListAdvance,isProductExistsByIndex,findBrandByIndex,getPromoPriceProductListByProductId,findProductSerialNumberById,getAuthorizedSubCtgrProductListByCtgrProduct,editProductSerialNumber,valProductBarcodeExistsByIndex,findProductStatusByIndex,findProductPackagingById,removeGroupProductOu,removeProductStatus,isProductBarcodeExistsById,valPromoPriceProductDateOverlap,getCtgrProductListWithGroupProduct,removeProductSerialNumber,removeSubCtgrProduct,getSellPriceProductListAdvance,getProductUomConvertWithBaseList,getAuthorizedSellPriceProductListByProductId,isProductSerialNumberExistsById,valProductKeywordExistsByIndex,getProductList,valProductWeightDimensionExistsById,isProductKeywordExistsById,valSellPriceProductForSoExistsById,findPromoPriceProductById,isProductOuExistsByIndex,removeUom,removeProductPartsWarranty,valSellPriceProductDateOverlap,removeProductOu,getProductUomConversionListByProduct,addProductAssemblyDetail,removeProductUomConversion,addCtgrProduct,countGetAuthorizedProductListForInfo,addSubCtgrProduct,removePromoCommissionOu,countGetSellPriceProductListAdvance,valProductBarcodeExistsById,findProductKeywordByIndex,getGroupProductList,removeProductParts,valAuthorizedPolicyProduct,getAuthorizedProductWithGroupProductOuListAdvance,removePromoPriceProduct,editSellPriceProductForSo,isSellPriceProductForSoExistsByIndex,editSellPriceProduct,editGroupProduct,findBrandById,removeProductSpecs,getNonAssemblyProductForConsignmentListForInfo,isProductUomConversionExists,findSellPriceProductFirstData,isPolicyProductExists,isSubCtgrProductExistsByIndex,findProductKeywordByProduct,findProductSpecsById,addOrEditProductUpload,findProductStatusById,countGetPromoPriceProductListByCodeAndOU,valProductSerialNumberExistsById,editSellPriceProductForClosing,editCtgrProduct,isProductKeywordExistsByIndex,getAuthorizedSubCtgrProductListAdvance,getSellPriceForSoByPartner,valProductStatusExistsById,isPromoPriceProductExistsByIndex,getAuthorizedProductAssemblyListAdvance,getAuthorizedSellPriceProductListAdvance,removeSellPriceProduct,editSubCtgrProduct,removeCtgrProduct,findProductAssemblyDetailById,isPromoCommissionOuExistsByIndex,isCtgrProductExistsByIndex,findGroupProductById,findSellPriceProductById,isProductPartsExistsByIndex,editCommissionOu,getProductStatusListByFlag,findGroupProductOuById,addProductOu,editProductStatus,getGroupProductOuListByOu,addSellPriceProductForSo,findProductKeywordById,valCanInputSellPriceProduct,getUomList,findSellPriceProductForSoByDate,editProductParts,isGroupProductOuExistsByIndex,getAuthorizedProductListForInfo,getBrandList,addGroupProductOu,removeProductAssemblyDetail,countGetAuthorizedAssemblyProductListForInfo,editProductAssemblyDetail,addProductAssembly,editProductSpecs,addProductUomConversion,getProductAssemblyListAdvance,findSellPriceProductForSoById,getAuthorizedProductList,getProductStatusListAdvance,editBrand,addCommissionOu,findDigitDecimalCurrency,calculateAmountFromNettPrice,getReportParameterConfigValue,calculateAmountFromGrossPrice,getDigitDecimalCurrencyByDocType,getDigitDecimalCurrency,findDocumentJournalById,getRoundingParameter,getAuthorizedBUBranchListAdvance,getBUNonOutletListAdvance,getAuthorizedBUNonOutletListAdvance,getAuthorizedBUOutletListAdvance,removeCatalog,isCatalogExistsByIndex,findCatalogByIndex,editCatalog,isCatalogExistsById,addCatalog,valCatalogExistsByIndex,getCatalogList,findCatalogById,valCatalogExistsById,findRegisterCustPaymentById,valRegisterCustPaymentExistsByIndex,isRegisterCustomerExtExistsById,valRegisterCustDocExistsByIndex,isRegisterCustDocExistsById,valRegisterCustomerExtExistsById,valRegisterCustPaymentExistsById,findRegisterCustDocById,findRegisterCustomerExtById,isRegisterCustDocExistsByIndex,editRegisterCustDoc,addRegisterCustDoc,isRegisterCustPaymentExistsById,getCustDocListByRegisterPartner,findRegisterCustDocByIndex,isRegisterCustPaymentExistsByIndex,valRegisterCustDocExistsById,findRegisterCustPaymentByIndex,editRegisterPartnerAsCustomer,getDraftRegisterPartnerList,removeRegisterPartnerAsSupplier,editRegisterPartner,isRegisterPartnerExistsByIndex,getPartnerListForRegisterPartner,findRegisterPartnerById,isRegisterPartnerExistsById,addRegisterPartnerAsCustomer,editRegisterPartnerAsSupplier,findRegisterPartnerByIndex,submitRegisterPartner,valRegisterPartnerExistsByIndex,valRegisterPartnerExistsById,getApprovedRegisterPartnerList,updateRegisterPartnerWorkflowStatus,addRegisterPartnerAsSupplier,removeRegisterPartnerAsCustomer,removeRegisterPartner,unsubmitRegisterPartner,isRegisterPartnerExistsByCode,copyPartnerForAddRegisterPartner,addRegisterPartner,valPolicyBrandExistsById,findPolicyBrandById,isPolicyBrandExistsById,getUnmappedProductList,findWhsLocationProductById,isWhsLocationProductExistsById,findWhsLocationProductByIndex,countGetProductListForWhsLocationProductMapping,getWhsLocationProductMappingList,addWhsLocationProductMapping,getProductListForWhsLocationProductMapping,isWhsLocationProductExistsByIndex,removeWhsLocationProductMapping,countGetWhsLocationProductMapping,valWhsLocationProductExistsByIndex,countGetUnmappedProductList,valWhsLocationProductExistsById,findRegisterPartnerRelByIndex,editRegisterPartnerRelation,addRegisterPartnerRelation,valRegisterPartnerRelExistsById,valRegisterPartnerRelExistsByIndex,getRegisterPartnerListForRelations,isRegisterPartnerRelExistsById,findRegisterPartnerRelById,removeRegisterPartnerRelation,isRegisterPartnerRelExistsByIndex,getRegisterPartnerRelationListByRegisterPartner,isRegisterPartnerFileExistsById,editRegisterPartnerFile,findRegisterPartnerFileByIndex,findRegisterPartnerFileById,valRegisterPartnerFileExistsById,addRegisterPartnerFile,valRegisterPartnerFileExistsByIndex,getRegisterPartnerFileListByRegisterPartner,isRegisterPartnerFileExistsByIndex,valProductConsignmentSuppInfoExistsById,isProductConsignmentSuppInfoExistsByIndex,valProductConsignmentSuppInfoExistsByIndex,findProductConsignmentSuppInfoById,isProductConsignmentSuppInfoExistsById,findProductConsignmentSuppInfoByIndex,findWhsLocationAttrCompValueById,getWhsLocationAttrCompValueList,valWhsLocationAttrCompValueExistsByIndex,editWhsLocationAttrCompValue,removeWhsLocationAttrCompValue,valWhsLocationAttrCompValueExistsById,isWhsLocationAttrCompValueExistsByIndex,findWhsLocationAttrCompValueByIndex,addWhsLocationAttrCompValue,isWhsLocationAttrCompValueExistsById,countGetProductCatalogList,findProductCatalogById,getProductCatalogList,valProductCatalogExistsById,findActiveProductCatalogByCode,isProductCatalogExistsById,findProductCatalogByIndex,valProductCatalogExistsByIndex,isProductCatalogExistsByIndex,addEmployee,editEmployee,masterDataLogger,findDataLogById,processMasterDataLog,addPolicyMappingList,removePolicyMapping,removePolicyMappingList,getAllPolicyDataListByType,addPolicyMapping,getPolicyMappingListByUserRole,getPolicyMappingTypeList,isPolicyWhsLocationExistsById,findPolicyWhsLocationById,valPolicyWhsLocationExistsById,findRegisterPartnerAddressByIndex,isRegisterPartnerAddressExistsById,removeRegisterPartnerAddress,addRegisterPartnerAddress,getRegisterPartnerAddressListByRegisterPartner,isRegisterPartnerAddressExistsByIndex,findRegisterPartnerAddressById,findOfficialRegisterPartnerAddress,valRegisterPartnerAddressExistsById,valRegisterPartnerAddressExistsByIndex,editRegisterPartnerAddress,setRegisterPartnerDefaultAddress,setRegisterPartnerOfficialAddress,findDefaultRegisterPartnerAddress,valRegisterPartnerTypeExistsById,valRegisterPartnerTypeExistsByIndex,findRegisterPartnerTypeByIndex,findRegisterPartnerTypeById,isRegisterPartnerTypeExistsByIndex,isRegisterPartnerTypeExistsById,addProductVat,findProductVatByIndex,countProductVatListAdvance,findProductVatById,removeProductVat,isProductVatExistByIndex,editProductVat,getProductVatListAdvance,valWhsLocationExistsByIndex,findWhsLocationByIndex,getWhsLocationList,valWhsLocationExistsById,isWhsLocationExistsById,findWhsLocationById,isWhsLocationExistsByIndex,removeWhsLocation,editWhsLocation,addWhsLocation,modDto,isWhsLocationAttrCodeExistsById,valWhsLocationAttrCodeExistsById,findWhsLocationAttrCodeById,findPolicyAreaSalesById,isPolicyAreaSalesExistsById,valPolicyAreaSalesExistsById,isProductCatalogChangeCatalogExistsById,findProductCatalogChangeCatalogById,valProductCatalogChangeCatalogExistsById,valJobReceiptReasonExistsById,getJobReceiptReasonListAdvance,isJobReceiptReasonExistsById,editJobReceiptReason,removeJobReceiptReason,isJobReceiptReasonExistsByIndex,addJobReceiptReason,valJobReceiptReasonExistsByIndex,findJobReceiptReasonById,findJobReceiptReasonByIndex,calculateAmountFromGrossPriceForKtmt,findSellPriceBrandByIndex,getSellPriceListByLevelAndBrand,countSellPriceBrandListAdvance,editSellPriceBrand,valCanInputSellPriceBrand,getBrandSellPriceForEdit,findSellPriceBrandForNewSellPrice,getSellPriceBrandListAdvance,findSellPriceBrandById,addSellPriceBrand,editSellPriceBrandForClosing,isSellPriceBrandExistByIndex,addCity,getCityListAdvance,isCityExistsByName,editCity,isCityExistsById,valCityExistsByIndex,isCityExistsByIndex,removeCity,valCityExistsById,findCityByIndex,findCityById,addProductLaunchingItem,addProductLaunching,editProductLaunchingItem,getProductLaunching,deleteProductLaunchingItem,getProductLaunchingListAdvance,editProductLaunching,getDataBrandListForKtmt,getBrandListForKtmt,addBrandForKtmt,editBrandForKtmt,findBrandExtById,valBrandExtExistsById,isBrandExtExistsById,removeBrand,editPurchPriceByBrand,editPurchPriceByBrandForClosing,valPurchPriceByBrandExistsByIndex,isPurchPriceByBrandExistsById,getPurchPriceByBrandList,isPurchPriceByBrandExistsByIndex,findPurchPriceByBrandById,findPurchPriceByBrandByIndex,valPurchPriceByBrandExistsById,valCanInputPurchPriceByBrand,findPurchPriceByBrandForNewPurchPrice,addPurchPriceByBrand,getProductListByBrandId,removePromoItem,getPromoItemListByPromoId,valPromoItemExistsById,addPromoItem,findPromoItemByIndex,isPromoItemExistsByIndex,valPromoItemExistsByIndex,findPromoItemById,getProductListAdvance,getColorOfProductListByBrand,editProduct,countGetProductListAdvance,countGetNonAssemblyProductListForInfo,addProduct,isProductGroupBrandExistsById,getProductListByBrandForSettlement,getNonAssemblyProductListForInfo,valProductGroupBrandExistsById,removeProduct,findProductGroupBrandById,editProvince,valProvinceExistsById,addProvince,isProvinceExistsById,getProvinceListAdvance,valProvinceExistsByIndex,isProvinceExistsByIndex,findProvinceById,isProvinceExistsByName,removeProvince,findProvinceByIndex,countGetExpeditionListAdvance,editPartnerAddress,addPartnerAddress,editPartner,getExpeditionListAdvance,addPartner,getAuthorizedSalesmanAndSpesificPartnerListAdvance,findPromoById,addPromo,valPromoExistsByIndex,valPromoExistsById,findPromoByIndex,editPromo,getPromoListAdvance,getPromoListByOuId,isPromoExistsByIndex,brandExtDaoImpl,purchPriceByBrandDaoImpl,promoItemDaoImpl,cityDaoImpl,promoDaoImpl,sellPriceByBrandDaoImpl,provinceDaoImpl,productGroupBrandDaoImpl,inOutCashbankEdcDaoImpl,cashBankBalanceDaoImpl,balanceSettlementDaoImpl,paymentOrderCBCostDaoImpl,advanceSettleDaoImpl,inOutCGBalanceDaoImpl,transferCashbankDaoImpl,paymentOrderCBDaoImpl,chequeGiroRealizationDaoImpl,transferCashbankCostDaoImpl,advanceSettleCostDaoImpl,nonArReceiveToArBalanceDaoImpl,inOutChequeGiroPaymentDaoImpl,jobOrderRequestMoneyReconcileDaoImpl,transferCashbankReceiveDaoImpl,chequeGiroVoidDaoImpl,inOutCashbankDaoImpl,inOutCashbankCostDaoImpl,advanceBalanceDaoImpl,logDepositAdministrationCGDaoImpl,jobOrderRequestMoneyDaoImpl,inOutCashbankPaymentDaoImpl,trxCashbankBalanceDaoImpl,addCGItemVoid,getDraftCGRealizationList,getLastCGReceiptItemByInOutCBId,getDraftCGVoidList,unsubmitCGRealization,getDraftCGReceiptPartnerReceiveList,findChequeGiroBalanceById,getCGReceiptItemListByInOutCashbankId,submitCGVoid,unsubmitCGReceipt,getCGRealizationListByPartner,getCGRealizationItemListByInOutCashbankId,getCGReceiptListByPartner,getApprovedCGVoidListAdvance,findChequeGiroRealizationById,editCGRealizationItem,editCGRealization,removeCGReceiptPartnerReceive,getCGBalanceListAdvanceForVoid,updateCGRealizationWorkflowStatus,addCGReceiptPartnerReceive,submitCGReceipt,findCGVoidById,removeCGVoid,submitCGRealization,updateCGReceiptWorkflowStatus,updateCGVoidWorkflowStatus,editCGVoid,addCGRealizationCost,findLogDepositAdministrationCGByCGBalanceId,removeCGRealizationCost,removeCGItemVoid,editCGReceiptItemPartnerReceive,findCGReceiptItemPartnerReceiveById,getChequeGiroBalanceListAdvance,editCGReceiptPartnerReceive,getApprovedCGReceiptPartnerReceiveListAdvance,getActivityCGReceiptPartnerReceiveDocumentListAdvance,findChequeGiroBalanceByIndex,addCGReceiptItemPartnerReceive,removeCGReceiptItemPartnerReceive,getApprovedCGRealizationListAdvance,getCGItemVoidListByInOutCashbankId,addCGVoid,unSubmitCGVoid,removeRequestCashAdvance,getActivityForRequestCashAdvance,getDraftRequestCashAdvanceList,getEmployeeListForRequestCashAdvance,unsubmitRequestCashAdvance,voidRequestCashAdvance,findRequestCashAdvanceById,updateRequestCashAdvanceWorkflowStatus,submitRequestCashAdvance,getApprovedRequestCashAdvanceList,editRequestCashAdvance,getEmployeeListWithApprovedRequestCashAdvance,getRequestCashAdvanceAmount,getEmployeeListWithInquiryCashAdvance,addRequestCashAdvance,getEmployeeListWithDraftRequestCashAdvance,editEdcSettlementCost,addEdcSettlement,getApprovedEdcSettlementList,editEdcSettlement,unsubmitEdcSettlement,removeEdcSettlement,addEdcSettlementCost,getDraftEdcSettlementList,getSummaryEdcSettlement,removeEdcSettlementDetailBalanceSettlement,updateEdcSettlementWorkflowStatus,submitEdcSettlement,getInOutCashbankEdcListByInOutCashbank,getAuthorizedEdcListForSettlement,getBalanceSettlementListForEdcSettlement,unsubmitConversionCBInOtherToCBInPartner,addConversionCBInOtherCost,removeItemConversionCBInPartnerToCBInOther,removeConversionCBInOtherToCBInPartner,editConversionCBInOtherToCBInPartner,addItemConversionCBInPartnerToCBInOther,getDraftConversionCBInOtherToCBInPartnerList,getReceiptArBalanceListAdvanceForConversion,removeConversionCBInPartnerToCBInOther,getDraftConversionCBInPartnerToCBInOtherList,updateConversionCBInOtherToCBInPartnerWorkflowStatus,editVoidConversionCBInOther,getCBInOtherReceiveListForConversion,addVoidConversionCBInOther,getApprovedConversionCBInOtherToCBInPartnerList,getApprovedVoidConversionCBInOtherListAdvance,getRemainingAmountForConversionCbInOther,updateConversionCBInPartnerToCBInOtherWorkflowStatus,submitConversionCBInPartnerToCBInOther,editConversionCBInPartnerToCBInOther,unsubmitConversionCBInPartnerToCBInOther,updateVoidConversionCBInOtherWorkflowStatus,getDraftVoidConversionCBInOtherListAdvance,getInOutCashbankCostListByIndex,getCostConversionCBInPartnerToCBInOther,getConversionCBInOtherListAdvance,getLastInOutCashbankCostByInOutCBId,submitConversionCBInOtherToCBInPartner,isNonArReceiveToArBalanceExistsById,getApprovedConversionCBInPartnerToCBInOtherList,unsubmitVoidConversionCBInOther,getCashbankListForDraftConversionCBIn,valNonArReceiveToArBalanceExistsById,removeVoidConversionCBInOther,findNonArReceiveToArBalanceById,submitVoidConversionCBInOther,removeConversionCBInOtherCost,addConversionCBInOtherToCBInPartner,editConversionCBInOtherCost,editItemConversionCBInPartnerToCBInOther,getOutstandingRequestCashAdvanceListForInquiryCashAdvance,getCashBankOutPaymentListForInquiryProgressCashBank,getCashBankInPaymentListForInquiryProgressCashBank,getOutstandingCashBankInListForInquiryProgressCashBank,getOutstandingCashBankOutListForInquiryProgressCashBank,getDetailTransferCashBankListForInquiryProgressCashBank,getOutstandingPaymentListForInquiryProgressCashBank,getOutstandingTransferCashBankListForInquiryProgressCashBank,getCashBankTransferListForInquiryCashBank,valJobOrderRequestMoneyReconcileExistsById,isJobOrderRequestMoneyExistsById,updatePaymentJobOrderRequestMoney,getCourierListForJobOrderReconcilement,findJobOrderRequestMoneyById,updateJobOrderReconcilement,removePaymentJobOrderRequestMoney,getJobOrderRequestMoneyListForReconcilement,findJobOrderRequestMoneyReconcileById,getJobOrderRequestMoneyListForPayment,getCurrencyListForJobOrderRequestMoney,getCourierListForJobOrderRequestMoney,removeJobOrderReconcilement,valJobOrderRequestMoneyExistsById,isJobOrderRequestMoneyReconcileExistsById,findAdvanceSettleByIndex,getMaxLineNoAdvanceSettleCost,valAdvanceSettleCostExistsByIndex,valAdvanceSettleCostExistsById,editCashAdvanceSettlementCost,removeCashAdvanceSettlement,unsubmitCashAdvanceSettlement,updateWorkflowStatusCashAdvanceSettlement,valAdvanceSettleExistsById,addCashAdvanceSettlementCost,removeCashAdvanceSettlementCost,editCashAdvanceSettlement,findAdvanceSettleCostByIndex,isAdvanceSettleCostExistsByIndex,isAdvanceSettleExistsById,isAdvanceSettleExistsByIndex,getEmployeeListForApprovedCashAdvanceSettlement,getEmployeeListForDraftCashAdvanceSettlement,valAdvanceSettleExistsByIndex,getSummaryCashAdvanceSettlement,findAdvanceSettleCostById,getOutstandingCashAdvanceListByEmployee,getDraftCashAdvanceSettlement,getOutstandingCashAdvanceListForSettlement,getCashAdvanceSettlementCostListByCashAdvanceSettlement,getApprovedCashAdvanceSettlement,isAdvanceSettleCostExistsById,submitCashAdvanceSettlement,addCashAdvanceSettlement,findAdvanceSettleById,valPaymentOrderCBExistsById,findPaymentOrderCBByIndex,isPaymentOrderCBExistsByIndex,getPartnerListForPaymentOrderCB,getPartnerListWithDraftPaymentOrderCB,findPaymentOrderCBCostByIndex,submitPaymentOrderCB,voidPaymentOrderCB,findPaymentOrderCBCostById,findPaymentOrderCBById,valPaymentOrderCBCostExistsById,getDraftPaymentOrderCBList,editPaymentOrderCBCost,updatePaymentOrderCBWorkflowStatus,getPaymentOrderCBAmount,valPaymentOrderCBExistsByIndex,getActivityPaymentOrderCBDocumentListAdvance,isPaymentOrderCBCostExistsByIndex,isPaymentOrderCBCostExistsById,getCostAllocationItemListForPaymentOrderCB,addPaymentOrderCB,getApprovedPaymentOrderCBList,getPaymentOrderCBCostListByPaymentOrderCB,removePaymentOrderCBCost,isPaymentOrderCBExistsById,getPartnerListWithApprovedPaymentOrderCB,getCostAllocationListForPaymentOrderCB,findPaymentOrderCostLastLineNo,valPaymentOrderCBCostExistsByIndex,editPaymentOrderCB,unsubmitPaymentOrderCB,removePaymentOrderCB,addPaymentOrderCBCost,updateTransferCashbankWorkflowStatus,getDraftTransferCashbankList,removeTransferCashbankReceive,unsubmitTransferCashbank,removeTransferCashbank,valTransferCashbankExistsById,isTransferCashbankReceiveExistsById,editTransferCashbank,getApprovedTransferCashbankList,isTransferCashbankCostExistsByIndex,getSummaryReceiveTransferCashbank,valTransferCashbankExistsByIndex,isTransferCashbankExistsById,getAuthorizedCashBankReceiveListForTransferCashbank,addTransferCashbank,isTransferCashbankCostExistsById,valTransferCashbankReceiveExistsByIndex,editTransferCashbankBankReceive,findTransferCashbankReceiveByIndex,getTransferCashbankCostListByTransferCashbank,isTransferCashbankExistsByIndex,findTransferCashbankById,valTransferCashbankReceiveExistsById,submitTransferCashbank,findTransferCashbankCostById,valTransferCashbankCostExistsByIndex,findTransferCashbankCostByIndex,valTransferCashbankCostExistsById,editTransferCashbankCashReceive,findTransferCashbankByIndex,getAuthorizedBankReceiveListFromCashOutlet,getTransferCashbankReceiveListByTransferCashbank,isTransferCashbankReceiveExistsByIndex,findTransferCashbankReceiveById,unsubmitFollowUpCashAdvanceSettlement,removeFollowUpCashAdvanceSettlement,submitCBOut,getCBInPaymentListByCBIn,updateFollowUpCashAdvanceSettlementWorkflowStatus,unsubmitCBOut,findChequeGiroPaymentByInOutCBId,valInOutCashbankExistsById,isChequeGiroPaymentExistByIndex,getPartnerListForDraftCBOut,isInOutCashbankCostExistsById,editCBIn,getApprovedCBOutList,valSufficientCashbankBalance,valInOutCashbankExistsByIndex,getPartnerListForDraftFollowUpCashAdvanceSettlement,addFollowUpCashAdvanceSettlementBankPayment,getPaymentForCBInOtherReceive,getCashbankListForApprovedCBInPartnerReceive,valInOutCashbankEdcExistsByIndex,editCBOutCashPayment,getActivityCashBankInOtherReceiveDocumentListAdvance,findInOutCashbankById,editFollowUpCashAdvanceSettlementBankPayment,editCBInPartnerReceive,getOutstandingPartnerListForCBOut,findInOutCashbankCostLastLineNo,findInOutCashbankEdcById,getCBOutPaymentListByCBOut,getSummaryPaymentCBOut,findInOutCashbankPaymentById,getActivityCashBankInPartnerReceiveDocumentListAdvance,findInOutCashbankCostById,getDraftInvoiceForCBInPartnerReceive,getCashbankListForApprovedCBIn,editCBOut,getPartnerListForApprovedCBOut,submitFollowUpCashAdvanceSettlement,getApprovedFollowUpCashAdvanceSettlementList,isInOutCashbankPaymentExistsById,editFollowUpCashAdvanceSettlement,isInOutCashbankEdcExistsByIndex,isInOutCashbankExistsById,getOutstandingDocumentListForCBOut,unsubmitCBIn,removeCBInCostPartnerReceive,getCashbankListForDraftCBInPartnerReceive,addCBIn,updateCBInWorkflowStatus,getSummaryPaymentCBInPartnerReceive,getSummaryPaymentFollowUpCashAdvanceSettlement,valInOutCashbankCostExistsByIndex,addCBOutCashPayment,getInOutCashbankCostList,editCBInCostPartnerReceive,findInOutCashbankCostByIndex,editFollowUpCashAdvanceSettlementCashPayment,findInOutCashbankPaymentByIndex,getPartnerListForDraftCBIn,findInOutCashbankByIndex,addFollowUpCashAdvanceSettlement,valInOutCashbankCostExistsById,getCashbankListForDraftCBIn,isInOutCashbankExistsByIndex,removeCBInCost,findInOutCashbankEdcByIndex,getFollowUpCashAdvanceSettlementPaymentList,getDraftCBInPartnerReceiveList,valInOutCashbankEdcExistsById,addCBInPartnerReceive,getDraftCBOutList,isInOutCashbankPaymentExistsByIndex,getPaymentForCBInPartnerReceive,getPartnerListForApprovedFollowUpCashAdvanceSettlement,removeCBIn,submitCBIn,removeFollowUpCashAdvanceSettlementPayment,valInOutCashbankPaymentExistsById,addCBOutBankPayment,getApprovedCBInPartnerReceiveList,editCBOutBankPayment,removeCBOutPayment,getOutstandingDeliveryOrderForCBInPartnerReceive,isInOutCashbankEdcExistsById,getOutstandingCashAdvanceSettlementList,getDraftFollowUpCashAdvanceSettlementList,addCBInCostPartnerReceive,getOutstandingPartnerListForFollowUpCashAdvanceSettlement,isInOutCashbankCostExistsByIndex,getApprovedCBInList,getCashbankInListByPartner,updateCBOutWorkflowStatus,valInOutCashbankPaymentExistsByIndex,removeCBOut,getDraftCBInList,addFollowUpCashAdvanceSettlementCashPayment,isBalanceSettlementExistsByIndex,valTrxCashbankBalanceExistsById,findTrxCashbankBalanceById,findTrxCashbankBalanceByIndex,getEndOfMonthCashBalanceList,valAdvanceBalanceExistsById,findCashBankBalanceByIndex,getDetailInfoLastCashBankInOut,isTrxCashbankBalanceExistsByIndex,getCurrentCashBankBalance,isAdvanceBalanceExistsById,isBalanceSettlementExistsById,findBalanceSettlementById,findAdvanceBalanceById,isCashBankBalanceExistsByIndex,findBalanceSettlementByIndex,valBalanceSettlementExistsById,isTrxCashbankBalanceExistsById,valTrxCashbankBalanceExistsByIndex,valInOutExchangeBalanceExistsById,valInOutExchangeBalanceExistsByIndex,removeMappingExchangeItem,isInOutExchangeBalanceExistsByIndex,addMappingExchangeItem,findMappingExchangeItemByIndex,updateMappingExchangeWorkflowStatus,valMappingExchangeItemExistsByIndex,isInOutExchangeBalanceExistsById,findMappingExchangeById,getDraftMappingExchangeList,submitMappingExchange,findInOutExchangeBalanceById,editMappingExchangeItem,isMappingExchangeExistsByIndex,removeMappingExchange,isMappingExchangeItemExistsByIndex,findInOutExchangeBalanceByIndex,getMappingExchangeItemListByMappingExchangeId,findMappingExchangeByIndex,isMappingExchangeItemExistsById,valMappingExchangeExistsByIndex,isMappingExchangeExistsById,valMappingExchangeItemExistsById,findMappingExchangeItemById,editMappingExchange,addMappingExchange,unsubmitMappingExchange,getApprovedMappingExchangeList,getExchangeBalanceList,valMappingExchangeExistsById,findDeliveryOrderByDocNo,removeDeliveryOrderReceipt,addDoReceiptAllItem,addDoReceiptFromScanner,getFailListForDoReceiptFromScanner,valDoValidToCreateDoReceipt,valInvoiceExistsByDoNo,updateWorkflowStatusExchangeOut,submitExchangeOut,updateWorkflowStatusExchangeIn,addExchangeOut,removeExchangeOut,getApprovedExchangeOut,getExchangeListAdvance,removeExchangeIn,getProductListForExchangeOut,unsubmitExchangeIn,isCanExtPrintPreviewForExchangeIn,getProductListAdvanceForExchangeIn,findInOutExchangeStatusById,isInOutExchangeExistsByIndex,submitExchangeIn,findInOutExchangeStatusLogById,isInOutExchangeExistsById,findQtyExchangeByExchangeId,addExchangeIn,getExchangeInDraftList,isInOutExchangeStatusLogExistsById,editExchangeIn,getApprovedExchangeIn,valInOutExchangeStatusExistsById,valInOutExchangeExistsByIndex,valInOutExchangeStatusLogExistsById,findInOutExchangeByDocNo,findInOutExchangeById,findInOutExchangeByIndex,unsubmitExchangeOut,getProductListForExchangeIn,valInOutExchangeExistsById,getBrandStockListByBrandId,getExchangeOutDraftList,editExchangeOut,isInOutExchangeStatusExistsById,findQtyGoodsBorrowingByPartnerId,valGoodsBorrowingExistsByPartnerId,getGoodsBorrowingItemByPartnerId,getReturnGoodsBorrowingItemListByReturnGoodsBorrowing,getExchangeItemListByInOutExchangeId,getExchangeInRejectItem,findInOutExchangeItemById,isInOutExchangeItemExistsByIndex,findInOutExchangeItemByIndex,valInOutExchangeItemExistsByIndex,isInOutExchangeItemExistsById,editExchangeInItem,addExchangeOutItem,removeExchangeInItem,valInOutExchangeItemExistsById,addExchangeInItem,removeExchangeOutItem,editExchangeOutItem,findCategoryProductAndLogBookType,findItemLogBookBalanceById,addDataLogBookAfterPrint,getDetailLogBookPPListAdvance,getItemLogBookBalanceListByDateAndStatusItem,getDetailLogBookListAdvanceForReprint,isLogBookExistsByIndex,isItemLogBookBalanceExistsByIndex,findItemLogBookBalanceByIndex,findLogBookByIndex,getDetailLogBookLKOrDASListAdvance,getLogBookListAdvanceForReprint,isItemLogBookBalanceExistsById,getDataForAutonumberLogBook,valItemLogBookBalanceExistsById,valItemLogBookBalanceExistsByIndex,valItemLogBookBalanceForAddLogBook,findLogBookById,getConstantKeyForAutonumberLogBook,valLogBookExistsById,isLogBookExistsById,editLogBookIdInItemLogBookBalanceForStatusUnprinted,getLogBookItemListForPrint,getNextvalInLogBookSeq,getDetailLogBookDKListAdvance,valLogBookExistsByIndex,addNewVerificationScannerHeaderForExchangeOut,addNewVerificationScannerItemForExchangeOut,unverifyForGenerateVerificationCodeForExchange,isStockSufficientForVerification,verifyForGenerateVerificationCodeForExchange,getBrandListByExchange,requestVerificationFromScannerForExchangeOut,addNewVerificationScannerHeaderForExchangeOutHeaderOnly,removeGenerateVerificationCodeForExchange,cancelVerificationFromScannerForExchangeOut,editVerificationScannerItemForExchangeOut,removeVerificationScannerItemForExchangeOut,updateStatusExchangeOutByExchangeId,findExchangeByDocNoAndDocTypeId,findProductBalanceStockReservedByIndex,valProductBalanceStockReservedExistsByIndex,isProductBalanceStockReservedExistsById,isProductBalanceStockReservedExistsByIndex,findProductBalanceStockReservedById,valProductBalanceStockReservedExistsById,getInquiryGoodsBorrowingListDetailWithSerialNumber,getInquiryGoodsBorrowingList,countInquiryStockDetailWithSerialNumber,inquiryStockOutstandingDocumentDetailWithSerialNumber,countInquiryStock,inquiryStock,inquiryStockDetailSerialNumber,countInquiryStockDetailSerialNumber,inquiryStockOutstandingDocument,inquiryStockDetailWithSerialNumber,updateWorkflowStatusManageExchangeCancelQty,valManageExchangeItemExistsByIndex,isManageExchangeExistsByIndex,valManageExchangeExistsByIndex,getApprovedManageExchangeList,isManageExchangeItemExistsById,findManageExchangeById,getManageExchangeItemListByManageExchangeId,isManageExchangeExistsById,isManageExchangeItemExistsByIndex,editManageExchangeCancelQty,getDraftManageExchangeList,getDocChangesVersionByExchangeId,valManageExchangeExistsById,getExchangeBalanceListForManageExchange,findManageExchangeItemById,valManageExchangeItemExistsById,unsubmitManageExchangeCancelQty,findManageExchangeByIndex,removeManageExchangeCancelQty,findManageExchangeItemByIndex,removeManageExchangeCancelQtyItem,getExchangeBalanceListForManageExchangeItem,addManageExchangeCancelQty,submitManageExchangeCancelQty,getReturnNoteItemListByReturnNote,editReturnNote,findRequestReturnSalesByDocNo,getDetailBrandRequestReturnSalesForScanner,findAdditionalInfoRequestReturnSales,addReturnNoteFromScanner,valRrsValidToCreateReturnNote,addReturnNote,getFailListForReturnNoteFromScanner,editReturnNoteItem,removeReturnNote,removeReturnNoteItem,submitReturnNote,valSubmitReturnNote,getInquiryExchangeRejectItemList,getInquiryExchangeList,countInquiryExchangeList,getDetailBrandExchangeOutForScanner,isScannerHeaderExistsByIndex,isVerificationItemExistsByIndex,valVerificationHeaderExistsByIndex,valGenerateScannerForExchangeOut,editScannerItemSerialNumber,removeScanner,findVerificationHeaderById,addExchangeOutFromScanner,valScannerItemSerialNumberExistsById,isScannerHeaderPurchasingByDocIdAndDocTypeId,isSerialNumberValidWithProductCodeExistsBySN,getScannerItemSerialNumberList,findScannerHeaderByDocIdAndDocTypeId,saveScannerItemSerialNumber,submitScanner,saveScannerItemSerialNumberForNewProductPurchSpecificBrand,removeScannerItemSerialNumber,findScannerHeaderById,removeScannerPurchasing,isScannerHeaderPurchasingExistsById,isScannerItemSerialNumberExistsById,findScannerQtySoByHeaderId,getScannerItemListByDocNoAndDocType,isVerificationCodeExistsByVerificationCode,countGetVerificationItemListByVerification,checkVerifyScanner,valScannerHeaderPurchasingExistsByIndex,countGetScannerItemListAdvancePlusBrand,getVerificationItemListByVerification,valGenerateScannerForReturnGoodsBorrowing,valVerificationItemExistsById,isScannerItemSerialNumberExistsByIndexProductBalance,getDetailBrandOsConsignmentForScanner,isVerificationHeaderExistsById,isScannerNeedVerificationByScannerHeaderId,isVerificationItemExistsById,findScannerItemById,editScannerItemSerialNumberPurchasing,findScannerInfoById,findScannerQtyPurchasingById,saveScannerItemSerialNumberForPurchasing,getScannerItemListAdvance,isScannerHeaderPurchasingExistsByBrand,isScannerHeaderExistsById,findScannerQtyById,isVerificationHeaderExistsByIndex,removeScannerItem,valVerificationHeaderExistsById,isScannerItemSerialNumberExistsByProductBalance,addReturnGoodsBorrowingFromScanner,getVerifyItemVsScannerItemList,generateScannerPurchasing,isScannerItemExistsByProduct,getScannerItemListByScannerHeader,getScannerItemGroupByBrandListByPartner,removeScannerItemSerialNumberPurchasing,valScannerHeaderPurchasingExistsById,isScannerItemExistsById,countGetScannerItemListByDocNoAndDocType,findScannerInfoPurchasingById,valScannerHeaderExistsById,findScannerItemSerialNumberById,removeScannerItemPurchasing,addExchangeInFromScanner,findVerificationHeaderByIndex,countGetScannerItemListAdvance,isScannerItemExistsByProductAndFlgStatusItem,valScannerHeaderExistsByIndex,isProductBalanceExistsBySerialNumber,findScannerHeaderPurchasingByIndex,generateScanner,findVerificationItemById,isScannerItemSerialNumberExistsBySerialNumber,saveScannerItemSerialNumberForNewProduct,saveScannerItemSerialNumberForNewProductPurch,findScannerHeaderPurchasingById,saveScannerItemSerialNumberForSpecificBrand,valScannerItemByScannerHeaderId,getScannerItemListAdvancePlusBrand,getScannerItemListForVerifyByDocNoAndDocType,getSummaryScannerItemByBrandList,valScannerItemExistsById,isScannerHeaderPurchasingExistsByIndex,findScannerHeaderByIndex,findScannerHeaderPurchasingByDocIdAndDocTypeId,updateWorkflowStatusReqExchangeOut,unsubmitReqExchangeOut,getReqExchangeItemListByInOutExchangeId,addReqExchangeOut,getApprovedReqExchangeOut,isStockSufficientForReqExchangeOut,removeReqExchangeOutItem,removeReqExchangeOut,submitReqExchangeOut,addReqExchangeOutItem,editReqExchangeOut,editReqExchangeOutItem,getProductListForReqExchangeOut,getReqExchangeOutDraftList,addAdjustmentStockItem,addAdjustmentStockAmountItemList,addAdjustmentStockQty,addAdjustmentStockAmount,addAdjustmentStockQtyItemList,valSerialNumberAndLotNumberValidForAdjust,findProductBalanceBySerialNumber,getResiListByGenerateOngkir,addResi,findGenerateOngkirById,findDebtNoteArByIdFromResi,addCorrectionOngkirForResi,getGenerateOngkirListAdvance,isAwbLogBookExistsByIndex,getDocDeliveryOrderOrEXOListForCreateResi,getResiListAdvanceAfterInputCorrection,findAwbLogBookLogById,isGenerateOngkirExistsByIndex,getAwbLogBookLogLastInsertListByAwbLogBook,removeCorrectionOngkirForResi,isNotValidCorrectionOngkirCauseDNArAlreadyAllocatedExists,isDocDeliveryOrderExistsAsItemResi,valAwbLogBookLogExistsById,valGenerateOngkirExistsByIndex,getResiItemListByResi,submitCorrectionOngkirForResi,findAwbLogBookById,isAwbLogBookLogExistsById,getResiWithGenerateOngkirListAdvance,getResiWithoutGenerateOngkirListAdvance,valAwbLogBookExistsByIndex,addGenerateOngkir,findAwbLogBookByIndex,isAwbLogBookExistsById,findGenerateOngkirByIndex,isGenerateOngkirExistsById,valAwbLogBookExistsById,editCorrectionOngkirForResi,valGenerateOngkirExistsById,manageExchangeDaoImpl,inOutExchangeBalanceDaoImpl,awbLogBookDaoImpl,scannerHeaderPurchasingDaoImpl,verificationItemDaoImpl,productBalanceStockReservedDaoImpl,inOutExchangeItemDaoImpl,itemLogBookBalanceDaoImpl,awbLogBookLogDaoImpl,inOutExchangeStatusDaoImpl,mappingExchangeItemDaoImpl,scannerItemSerialNumberDaoImpl,logBookDaoImpl,scannerHeaderDaoImpl,verificationHeaderDaoImpl,generateOngkirDaoImpl,inOutExchangeDaoImpl,mappingExchangeDaoImpl,manageExchangeItemDaoImpl,logItemScannerDaoImpl,scannerItemDaoImpl,inOutExchangeItemRejectDaoImpl,inOutExchangeStatusLogDaoImpl,logProductPriceBalanceStockDaoImpl,deliveryOrderReceiptItemDaoImpl,inventoryAllocCostDetailDaoImpl,requestDeliveryGoodsBorrowingItemDaoImpl,productStandardCogsDaoImpl,balanceDeliveryOrderItemDaoImpl,inventoryItemDaoImpl,summaryMonthlyQtyDaoImpl,inventoryReturnBorrowingDaoImpl,assemblyItemDaoImpl,summaryMonthlyCogsDaoImpl,productBalanceStockDaoImpl,balanceTransferInItemDaoImpl,deliveryOrderReceiptProductDaoImpl,deliveryOrderReceiptDaoImpl,assemblyDaoImpl,inventoryChangeStatusItemDaoImpl,balanceTransferOutDaoImpl,inventoryLogisticDaoImpl,productConsignmentBalanceStockDaoImpl,inventoryAllocCostDaoImpl,assemblyRefDaoImpl,inventoryPriceItemDaoImpl,inventoryDaoImpl,productPriceBalanceStockDaoImpl,summaryMonthlyAmountDaoImpl,balanceRequestTransferOutDaoImpl,summaryMonthlyActivityDaoImpl,borrowedProductBalanceStockDaoImpl,balanceReceiveGoodsItemDaoImpl,assemblyProductDaoImpl,inventoryBorrowBalanceItemDaoImpl,requestDeliveryGoodsBorrowingDaoImpl,inventoryBorrowDaoImpl,inventoryAllocCostItemDaoImpl,productBalanceDaoImpl,logProductBalanceStockDaoImpl,productPriceBalanceDaoImpl,inventoryItemReceiptDaoImpl,countGetProductStandardCogsListAdvance,findProductStandardCogsByIndex,removeProductStandardCogs,valProductStandardCogsExistsByIndex,getProductStandardCogsListAdvance,valProductStandardCogsExistsById,isProductStandardCogsExistsByIndex,addProductStandardCogs,editProductStandardCogs,isProductStandardCogsExistsById,findProductStandardCogsById,getProductFromRequestDeliveryGoodsBorrowingList,valRequestDeliveryGoodsBorrowingItemExistsById,valRequestDeliveryGoodsBorrowingExistsById,getAuthorizedProductBalanceStockListFromRequestDeliveryGoodsBorrowing,getRequestDeliveryGoodsBorrowingListForDeliveryGoodsBorrowing,valRequestDeliveryGoodsBorrowingItemExistsByIndex,getRequestDeliveryGoodsBorrowingItemListByRequestDeliveryGoodsBorrowing,getRequestDeliveryGoodsBorrowingListAdvance,valRequestDeliveryGoodsBorrowingExistsByIndex,getProductListForRequestDeliveryGoodsBorrowing,editRequestDeliveryGoodsBorrowing,isRequestDeliveryGoodsBorrowingItemExistsById,countGetAuthorizedProductBalanceStockListFromRequestDeliveryGoodsBorrowing,removeRequestDeliveryGoodsBorrowingItem,findRequestDeliveryGoodsBorrowingItemByIndex,submitRequestDeliveryGoodsBorrowing,isRequestDeliveryGoodsBorrowingExistsById,addRequestDeliveryGoodsBorrowing,editRequestDeliveryGoodsBorrowingItem,isRequestDeliveryGoodsBorrowingExistsByIndex,findRequestDeliveryGoodsBorrowingById,removeRequestDeliveryGoodsBorrowing,addRequestDeliveryGoodsBorrowingItem,findReqDgbItemLastLineNo,countGetProductListForRequestDeliveryGoodsBorrowing,isRequestDeliveryGoodsBorrowingItemExistsByIndex,findRequestDeliveryGoodsBorrowingItemById,voidRequestDeliveryGoodsBorrowing,findRequestDeliveryGoodsBorrowingByIndex,findInventoryById,findBalanceReceiveGoodsConsignmentItemById,findInventoryLogisticById,valInventoryItemReceiptExistsById,findBalanceTransferOutById,findBalanceReceiveGoodsItemById,getApprovedInventoryListAdvance,inquiryStockLogStockCard,isInventoryLogisticExistsById,findInventoryItemByIndex,isInventoryLogisticExistsByIndex,inquiryStockLogStockCardConsignment,findBalanceRequestTransferOutById,getClaimConsignmentItemListByClaimConsignment,getDraftInventoryListAdvance,findInventoryByIndex,findBalanceDeliveryOrderItemById,getSummaryForInquiryStockLogStockCardDetailWithSerialNumber,getSummaryForInquiryStockLogStockCardConsignment,findInventoryItemReceiptByIndex,valJournalForReportStockAmountCard,findInventoryItemById,findInventoryItemReceiptById,getInventoryItemListByInventoryWithDoDetail,isInventoryItemReceiptExistsByIndex,editDetailSerialNumber,isInventoryExistsByIndex,getSummaryForInquiryStockLogStockCard,valInventoryItemReceiptExistsByIndex,isInventoryItemReceiptExistsById,valInventoryLogisticExistsByIndex,getClaimNoteItemListByClaimNote,getInventoryItemListByInventory,findInventoryItemLastLineNo,valInventoryLogisticExistsById,findInventoryLogisticByIndex,isInventoryItemExistsByIndex,inquiryStockLogStockCardDetailWithSerialNumber,getCustomerListForClaimNote,addClaimNote,updateClaimNoteWorkflowStatus,getApprovedClaimNoteListAdvance,removeClaimNote,findAdditionalInfoPoInBalanceReceiveGoodsItem,removeClaimNoteItem,submitClaimNote,getBalanceReceiveGoodsItemListForClaimNote,getDraftClaimNoteListAdvance,unsubmitClaimNote,editClaimNote,getBalanceReceiveGoodsItemListForClaimNoteBySo,getSupplierListForClaimNote,editClaimNoteItem,getInquiryProcessCostingFinishGoodsResultListAdvance,getInquiryOutletGoodsTransferInDetailListAdvance,getSummaryLogStockGoodsBorrowing,getInquiryProcessCostingFinishGoodsResultDetailListAdvance,getSummaryLogStockGoodsBorrowingDetailWithSerialNumber,getYearMonthListForInquiryProcessCostingFinishGoods,getLogStockGoodsBorrowingListDetailWithSerialNumber,getInquiryOutletGoodsTransferInListAdvance,getLogStockGoodsBorrowingList,getPartnerShipToListForInquiryGoodsBorrowing,getInquiryProcessCostingFinishGoodsZeroQtyResultListAdvance,getDraftAdjustmentStockQtyListAdvance,updateAdjStockQtyWorkflowStatus,getDraftAdjustmentStockAmountListAdvance,editAdjustmentStockQty,editAdjustmentStockItem,updateAdjStockAmountWorkflowStatus,unsubmitAdjustmentStock,getApprovedAdjustmentStockAmountListAdvance,removeAdjustmentStockItem,countGetAuthorizedProductListForInfoInAdjustmentAmount,submitAdjustmentStock,removeAdjustmentStock,editAdjustmentStockAmount,getAuthorizedProductListForInfoInAdjustmentAmount,getApprovedAdjustmentStockQtyListAdvance,getAuthorizedProductBalanceStockListForAdjustmentStockAmount,getProductBalanceListAdvance,findProductBalanceById,isProductHasSerialNumber,findProductBalanceByIndex,isProductBalanceExistsByIndex,isInventoryAllocCostDetailExistsById,editInventoryAllocCostDetail,valInventoryAllocCostDetailExistsById,getPurchaseOrderListForCostAllocation,removeInventoryAllocCostDetail,addCostAllocationItemList,findInventoryAllocCostDetailByIndex,isInventoryAllocCostItemExistsById,removeCostAllocation,unsubmitCostAllocation,valInventoryAllocCostExistsById,valInventoryAllocCostItemExistsById,findCostAllocationProductDetailCostLastLineNo,addCostAllocation,removeCostAllocationItem,updateCostAllocationWorkflowStatus,findInventoryAllocCostItemById,getDraftCostAllocationListAdvance,editCostAllocation,valInventoryAllocCostDetailExistsByIndex,getProductListForCostAllocation,getPartnerListForCostAllocation,valInventoryAllocCostItemExistsByIndex,isInventoryAllocCostItemExistsByIndex,getApprovedCostAllocationListAdvance,isInventoryAllocCostExistsById,getCostAllocationItemListByCostAllocation,isInventoryAllocCostDetailExistsByIndex,addInventoryAllocCostDetail,submitCostAllocation,getReceiveGoodsItemListForCostAllocation,findInventoryAllocCostItemByIndex,findInventoryAllocCostById,findInventoryAllocCostDetailById,getSummaryMonthlyZeroQtyAmountList,removeReturnGoodsBorrowingItem,submitReturnGoodsBorrowing,removeReturnGoodsBorrowing,countGoodsBorrowingItemListForReturnGoodsBorrowing,findInventoryReturnBorrowingByInventory,getAuthorizedPartnerListForReturnGoodsBorrowing,updateReturnGoodsBorrowingWorkflowStatus,findInventoryReturnBorrowingById,getApprovedReturnGoodsBorrowingListAdvance,valInventoryReturnBorrowingExistsById,isInventoryReturnBorrowingExistsById,editReturnGoodsBorrowing,addReturnGoodsBorrowing,getGoodsBorrowingItemListForReturnGoodsBorrowing,getGoodsBorrowingListForReturnGoodsBorrowing,getDraftReturnGoodsBorrowingListAdvance,unsubmitReturnGoodsBorrowing,removeDeliveryGoodsBorrowing,findBorrowedProductBalanceStockByIndex,submitDeliveryGoodsBorrowing,isInventoryBorrowBalanceItemExistsById,removeDeliveryGoodsBorrowingItem,unsubmitDeliveryGoodsBorrowing,updateDeliveryGoodsBorrowingWorkflowStatus,isBorrowedProductBalanceStockExistsByIndex,isInventoryBorrowExistsById,findBorrowedProductBalanceStockById,valInventoryBorrowBalanceItemExistsById,editDeliveryGoodsBorrowing,findInventoryBorrowById,findInventoryBorrowByInventory,valBorrowedProductBalanceStockExistsById,valBorrowedProductBalanceStockExistsByIndex,addDeliveryGoodsBorrowing,isBorrowedProductBalanceStockExistsById,addDeliveryGoodsBorrowingItem,findInventoryBorrowBalanceItemById,valInventoryBorrowExistsById,findInventoryChangeStatusItemById,valInventoryChangeStatusItemExistsById,unsubmitProductStatusChanges,removeProductStatusChangesItem,submitProductStatusChanges,isInventoryChangeStatusItemExistsById,isInventoryChangeStatusItemExistsByIndex,removeProductStatusChanges,getInventoryChangeStatusItemListByInventory,findInventoryChangeStatusItemByIndex,updateProductStatusChangesWorkflowStatus,valInventoryChangeStatusItemExistsByIndex,addProductStatusChanges,editProductStatusChanges,unsubmitDisassembly,removeDisassemblyRef,getAssemblyRefListByDissasembly,editDisassembly,submitDisassembly,getAssemblySideProductListByAssemblyForDisassembly,getAuthorizedProductAssemblyBalanceStockForDisassembly,addDisassembly,removeDisassembly,getAssemblyCoreProductListByProductAssemblyForDisassembly,getDraftDisassemblyListAdvance,updateDisassemblyWorkflowStatus,getDeliveryOrderListForReturnNote,findAdditionalInfoSoInBalanceDeliveryOrderItem,getBalanceDeliveryOrderItemListForReturnNoteByCustomer,getApprovedReturnNoteListAdvance,getBalanceDeliveryOrderItemListForReturnNote,unsubmitReturnNote,getDraftReturnNoteListAdvance,getCustomerListForReturnNote,updateReturnNoteWorkflowStatus,getPartnerListForDeliveryOrderReceipt,findAdditionalInfoDoInBalanceDeliveryOrderItem,getDeliveryOrderReceiptProductListByDeliveryOrderReceiptItem,findDeliveryOrderReceiptProductById,editDeliveryOrderReceiptItem,valDeliveryOrderReceiptExistsById,getLogProductBalanceStockListForDeliveryOrderReceipt,getApprovedDeliveryOrderReceiptListAdvance,valDeliveryOrderReceiptProductExistsById,addDeliveryOrderReceiptProduct,valOutstandingDoReceiptItemForInvoicing,isDeliveryOrderReceiptItemExistsById,unsubmitDeliveryOrderReceipt,addDeliveryOrderReceipt,valDeliveryOrderReceiptItemExistsByIndex,isDeliveryOrderReceiptExistsById,findDeliveryOrderReceiptById,getAvailableDeliveryOrderItemForDeliveryOrderReceipt,findDeliveryOrderReceiptItemByIndex,isDeliveryOrderReceiptProductExistsById,findDeliveryOrderReceiptItemByDeliveryOrderItem,valCanCreateDoReceiptBySalesOrderBalanceItem,addDeliveryOrderReceiptItem,getDeliveryOrderListForDeliveryOrderReceipt,valCanCreateDoReceiptBySalesOrderBalanceInvoice,findDeliveryOrderReceiptItemLastLineNo,valDeliveryOrderReceiptItemExistsById,submitDeliveryOrderReceipt,removeDeliveryOrderReceiptItem,getDeliveryOrderReceiptListAdvance,isDeliveryOrderReceiptItemExistsByIndex,findDeliveryOrderReceiptProductLastLineNo,findDeliveryOrderReceiptItemById,removeDeliveryOrderReceiptProduct,updateDeliveryOrderReceiptWorkflowStatus,editDeliveryOrderReceipt,getDeliveryOrderReceiptItemListByDeliveryOrderReceipt,getBalanceDeliveryOrderItemListByDeliveryOrder,valCanCreateDoReceiptBySalesOrder,findProductConsignmentBalanceStockById,isProductConsignmentBalanceStockExistsById,findProductConsignmentBalanceStockByIndex,valProductConsignmentBalanceStockExistsByIndex,isProductConsignmentBalanceStockExistsByIndex,valProductConsignmentBalanceStockExistsById,addGoodsTransferOut,unsubmitGoodsTransferOut,submitGoodsTransferOutFromOutlet,getApprovedGoodsTransferOutListAdvance,getDraftGoodsTransferOutListAdvance,getAgingGoodsTransferOutItemList,submitGoodsTransferOut,editGoodsTransferOut,updateGoodsTransferOutWorkflowStatus,removeGoodsTransferOut,getGoodsTransferOutForOutlet,removeGoodsTransferOutItem,findProductBalanceStockById,valSufficientProductBalanceStock,countGetEndOfMonthProductBalanceStock,getAuthorizedProductBalanceStockListForGoodsTransfer,isProductBalanceStockExistsByIndex,findLogProductConsignmentBalanceStockById,getAuthorizedProductBalanceStockListForRequestGoodsTransferOut,getDraftDeliveryGoodsBorrowingListAdvance,findProductBalanceStockByIndex,getProductAssemblyDetailBalanceStockListForAssembly,countGetAuthorizedProductBalanceStockListForGoodsTransfer,getEndOfMonthProductBalanceStockList,getAuthorizedProductBalanceStockListForDeliveryGoodsBorrowing,getInfoProductShopInShop,countGetAuthorizedProductBalanceStockListForDeliveryGoodsBorrowing,getAuthorizedProductBalanceStockListForAdjustmentStock,findLogProductBalanceStockById,getInfoProductShop,countGetInfoProductShop,getApprovedDeliveryGoodsBorrowingListAdvance,countGetInfoProductShopInShop,getAuthorizedProductBalanceStockListForProductStatusChanges,getBalanceReceiveGoodsConsignmentItemListForClaimConsignment,editClaimConsignmentItem,unsubmitClaimConsignment,getApprovedClaimConsignmentListAdvance,removeClaimConsignmentItem,addClaimConsignment,getDraftClaimConsignmentListAdvance,removeClaimConsignment,findAdditionalInfoPoInBalanceReceiveGoodsConsignmentItem,updateClaimConsignmentWorkflowStatus,getSupplierListForClaimConsignment,submitClaimConsignment,editClaimConsignment,removeAssembly,findAssemblyProductById,removeAssemblyProduct,findAssemblyProductLastLineNo,getAssemblyProductListByAssemblyItem,addAssemblyProduct,getProductAssemblyDetailBalanceStockList,findAssemblyItemById,isAssemblyExistBySerialNumber,isAssemblyExistsByIndex,getAuthorizedProductBalanceStockList,unsubmitAssembly,addAssembly,getAssemblyItemListByAssembly,findAssemblyById,updateAssemblyWorkflowStatus,submitAssembly,editAssembly,getDraftAssemblyListAdvance,addGoodsTransferIn,getGoodsTransferOutListForGoodsTransferIn,editGoodsTransferInItem,submitGoodsTransferInFromOutlet,updateGoodsTransferInWorkflowStatus,editGoodsTransferIn,removeGoodsTransferIn,getGoodsTransferOutItemListForGoodsTransferIn,submitGoodsTransferIn,getDraftGoodsTransferInListAdvance,getApprovedGoodsTransferInListAdvance,unsubmitGoodsTransferIn,addRequestGoodsTransferOut,unsubmitRequestGoodsTransferOut,submitRequestGoodsTransferOut,getRequestGoodsTransferOutForOutlet,removeRequestGoodsTransferOut,removeRequestGoodsTransferOutItem,editRequestGoodsTransferOut,updateRequestGoodsTransferOutWorkflowStatus,getGoodsTransferInListForGoodsTransferInReceipt,getBalanceGoodsTransferInItemListForGoodsTransferInReceipt,getDraftGoodsTransferInReceiptListAdvance,updateGoodsTransferInReceiptWorkflowStatus,submitGoodsTransferInReceipt,editGoodsTransferInReceipt,getInventoryItemReceiptListByInventory,addGoodsTransferInReceipt,removeGoodsTransferInReceipt,unsubmitGoodsTransferInReceipt,getApprovedGoodsTransferInReceiptListAdvance,isBalanceTransferInItemExistsById,editStatusBalanceTransferOutWhenOutletGetData,editStatusBalanceRequestTransferOutWhenOutletGetData,valBalanceTransferInItemExistsById,findBalanceTransferInItemById,getReceiveGoodsStatusByUserRoleAndDocIdService,approvedReceiveGoodsPostEventFired,deletedReceiveGoodsPostEventFired,draftReceiveGoodsCreatedPostEventFired,changeRequestedReceiveGoodsPostEventFired,rejectedReceiveGoodsPostEventFired,requestApprovalReceiveGoodsPostEventFired,getReturnInvoiceStatusByUserRoleAndDocIdService,approvedReturnPurchaseInvoicePostEventFired,getManageVoidPurchaseOrderStatusByUserRoleAndDocIdService,getManageCancelPurchaseOrderStatusByUserRoleAndDocIdService,approvedModifyItemPurchaseOrderPostEventFired,approvedModifyHeaderPurchaseOrderPostEventFired,approvedCancelPurchaseOrderPostEventFired,approvedVoidPurchaseOrderPostEventFired,approvedModifyHeaderPurchaseOrderConsignmentPostEventFired,approvedModifyItemPurchaseOrderConsignmentPostEventFired,approvedCancelPurchaseOrderConsignmentPostEventFired,approvedVoidPurchaseOrderConsignmentPostEventFired,getPurchaseOrderStatusByUserRoleAndDocIdService,changeRequestedPurchaseOrderPostEventFired,draftPurchaseOrderCreatedWithExceptionPostEventFired,rejectedPurchaseOrderPostEventFired,approvedPurchaseOrderPostEventFired,draftPurchaseOrderCreatedPostEventFired,deletedPurchaseOrderPostEventFired,requestApprovalPurchaseOrderPostEventFired,getInvoiceStatusByUserRoleAndDocIdService,approvedPurchaseInvoicePostEventFired,approvedFinalizationPOPostEventFired,approvedLpbdPostEventFired,approvedPoInternalPostEventFired,approvedReceiveGoodsConsignmentPostEventFired,getOutstandingPurchaseOrderBalanceItemListAdvance,editReceiveGoodsItem,addReceiveGoodsItem,addReceiveGoodsProduct,valReceiveGoodsValidToProcess,findReceiveGoodsBrandItemByIndex,valReceiveGoodsBrandItemExistsByIndex,valReceiveGoodsBrandItemExistsById,getLastLineNoReceiveGoodsItemByReceiveGoodsId,findReceiveGoodsBrandItemById,removeReceiveGoods,isReceiveGoodsBrandItemExistsById,removeReceiveGoodsItem,editReceiveGoodsProduct,editReceiveGoodsProductAutoSn,addReceiveGoods,isReceiveGoodsItemExistsByIndex,isReceiveGoodsBrandItemExistsByIndex,unsubmitLpbd,getLpbdItemListByLpbdId,isOutstandingLpbdProductExistsByProductSerialNumber,addLpbdItem,valLpbdItemExistsById,findLpbdProductById,editLpbdProduct,addLpbdProduct,isLpbdItemExistsByIndex,valLpbdExistsById,removeLpbdProduct,removeLpbdItem,findLpbdItemById,getLastLineNoLpbdProductByLpbdItemId,valLpbdExistsByIndex,isLpbdExistsById,getProductByBrandId,updateLpbdWorkflowStatus,submitLpbd,isLpbdExistsByIndex,getPurchaseOrderListForScannerLpbd,findLpbdById,getApprovedLpbdList,getDraftLpbdList,isLpbdProductExistsById,isLpbdItemExistsById,getLpbdProductListByLpbdItemId,getUserNameToReport,valLpbdProductExistsById,editLpbd,removeLpbd,findLpbdByIndex,getOutstandingPurchaseOrderBalanceItemListForLpbd,getDetailBrandListForReportLPBD,getPurchaseOrderListBySupplier,getPoListBySupplier,getSupplierListPo,getOutstandingPoItemList,getLpbdItemListForInquiryProgressPoForKtmt,getReceiveGoodsItemListForInquiryProgressPo,getClaimNoteItemListForInquiryProgressPo,getOutstandingSoItemListForInquiryProgressPo,getTotalAmountPoListForInquiryPo,editPurchaseOrderItemList,getPurchaseOrderItemListForScanner,getInitialStatusDocPoByPoId,addPurchaseOrderItemList,getBrandListByPurchaseOrderNo,getPurchaseOrderListForScannerReceiveGoods,findPurchaseOrderByDocNoForScanner,findQtyPurchaseOrderByPurchaseOrderId,getBrandListByPoNo,getPurchaseOrderBrandItemListByPurchaseOrder,getPurchaseOrderItemListByPurchaseOrder,getPurchaseOrderItemListByBrandId,valReceiveGoodsExistsByPoAndBrand,valGenerateScannerForLPBD,valReceiveGoodsExistsByPurchaseOrderId,getDetailBrandPurchaseOrderForScanner,addReceiveGoodsFromScanner,addLPBDFromScanner,getProductListByCodeForPurchaseOrderByBrand,getPurchaseOrderListWithAmountForPrepayment,addInvoice,findFinalizationPoLpbdItemByIndex,isFinalizationPoRgItemExistsById,findFinalizationPoById,valFinalizationPoLpbdItemExistsById,valFinalizationPoRgItemExistsByIndex,isFinalizationPoExistsById,getGoodsReceiveListByPO,unsubmitFinalizationPO,findFinalizationPoRgItemByIndex,getFinalizationPoLpbdItemListByFinalizationPo,isFinalizationPoRgItemExistsByIndex,addFinalizationPO,valFinalizationPoExistsById,valFinalizationPoExistsByIndex,getDraftFinalizationPOListAdvance,isFinalizationPoLpbdItemExistsByIndex,editFinalizationPO,isFinalizationPoExistsByPo,submitFinalizationPO,findFinalizationPoByIndex,removeFinalizationPO,findFinalizationPoLpbdItemById,valFinalizationPoLpbdItemExistsByIndex,valFinalizationPoRgItemExistsById,findFinalizationPoRgItemById,updateFinalizationPOWorkflowStatus,getPOListForFinalization,getPoListByOuAndPartner,getLPBDListByPO,isFinalizationPoLpbdItemExistsById,isFinalizationPoExistsByIndex,getFinalizationPoRgItemListByFinalizationPo,getApprovedFinalizationPOListAdvance,countGetUnfinishedItemPO,finalizationPoDaoImpl,finalizationPoLpbdItemDaoImpl,lpbdDaoImpl,lpbdProductDaoImpl,purchaseOrderItemForKtmtDaoImpl,receiveGoodsBrandItemDaoImpl,lpbdItemDaoImpl,finalizationPoRgItemDaoImpl,managePurchaseOrderDaoImpl,invoiceReceiptDaoImpl,invoiceTaxDaoImpl,receiveGoodsConsignmentProductAutoSnDaoImpl,managePurchaseOrderHeaderDaoImpl,invoiceAdvanceDaoImpl,receiveGoodsDaoImpl,monthlyPriceProductDaoImpl,purchaseOrderLogisticDaoImpl,invoiceDaoImpl,logPurchaseOrderBalanceItemDaoImpl,purchaseOrderCodDaoImpl,receiveGoodsProductAutoSnDaoImpl,purchaseOrderItemDaoImpl,poBalanceAdvanceInvoiceDaoImpl,purchaseOrderCostDaoImpl,poInternalTaxDaoImpl,purchaseOrderBalanceItemDaoImpl,purchaseOrderBalanceInvoiceTaxDaoImpl,purchaseOrderDaoImpl,receiveGoodsConsignmentItemDaoImpl,poInternalProductDaoImpl,poInternalItemDaoImpl,poInternalDaoImpl,invoiceCostDaoImpl,receiveGoodsConsignmentDaoImpl,logMonthlyPriceProductDaoImpl,receiveGoodsConsignmentProductConsignmentDaoImpl,managePurchaseOrderItemDaoImpl,purchaseOrderTaxDaoImpl,invoiceReceiptItemDaoImpl,receiveGoodsItemDaoImpl,invoiceItemDaoImpl,managePurchaseOrderChangesDaoImpl,purchaseOrderBalanceInvoiceDaoImpl,poBalanceItemConsignmentDaoImpl,receiveGoodsProductDaoImpl,getPurchaseOrderBalanceItemConsignmentListByPurchaseOrder,editReceiveGoodsConsignmentItem,getApprovedReceiveGoodsConsignmentListAdvance,submitReceiveGoodsConsignment,findReceiveGoodsConsignmentProductById,getPurchaseOrderListForReceiveGoodsConsignment,removeReceiveGoodsConsignment,findReceiveGoodsConsignmentProductAutoSnById,getReceiveGoodsConsignmentItemListByReceiveGoodsConsignment,findReceiveGoodsConsignmentProductLastLineNo,getDraftReceiveGoodsConsignmentListAdvance,isReceiveGoodsConsignmentExistsByIndex,addReceiveGoodsConsignment,addReceiveGoodsConsignmentProductAutoSn,getReceiveGoodsConsignmentProductAutoSnListByReceiveGoodsConsignmentItem,findReceiveGoodsConsignmentProductAutoSnLastLineNo,removeReceiveGoodsConsignmentProduct,unsubmitReceiveGoodsConsignment,valPurchaseOrderItemNotUsingProductSnAutoGenerateConsignment,valPurchaseOrderItemUsingProductSnAutoGenerateConsignment,getAuthorizedSupplierListForReceiveGoodsConsignmentList,isOutstandingReceiveGoodsConsignmentProductExistsByProductSerialNumber,getReceiveGoodsConsignmentListByPurchaseOrderItemId,findReceiveGoodsConsignmentById,_GetAuthorizedSupplierListForOsReceiveGoodsConsignment,findReceiveGoodsConsignmentItemLastLineNo,uploadDataReceiveGoodsConsignmentProduct,valReceiveGoodsConsignmentProductAutoSnExistsById,getOutstandingPurchaseOrderBalanceItemConsignmentListAdvance,_FindDateFromOsReceiveGoodsConsignment,editReceiveGoodsConsignment,addReceiveGoodsConsignmentProduct,updateReceiveGoodsConsignmentWorkflowStatus,getReceiveGoodsConsignmentProductListByReceiveGoodsConsignmentItem,findReceiveGoodsConsignmentItemById,isReceiveGoodsConsignmentProductAutoSnExistsById,removeReceiveGoodsConsignmentProductAutoSn,isInvoiceReceiptItemExistsById,getPurchaseOrderListForInvoicing,addPurchaseInvoiceReceipt,removeInvoice,getApprovedInvoiceListAdvance,findInvoiceAdvanceById,getDraftInvoiceListAdvance,removeInvoiceItem,getInvoiceTaxListByInvoice,editInvoice,removePurchaseInvoiceReceipt,isInvoiceReceiptExistsById,getPurchaseOrderListWithAmountForInvoicing,findInvoiceReceiptByIndex,findInvoiceReceiptById,unsubmitInvoice,getPurchaseOrderBalanceInvoiceListAdvanceForInvoicing,findTotalSummaryInvoiceTaxListByInvoice,getPurchaseOrderBalanceInvoiceTaxListByReceiveGoodsItem,addInvoiceCostWithoutTax,isInvoiceExistsByIndex,isPurchaseInvoiceExistsByPo,updateInvoiceWorkflowStatus,valInvoiceReceiptExistsById,isInvoiceCostExistsByIndex,getInvoiceAdvanceListByInvoice,valInvoiceAdvanceExistsById,getAuthorizedSupplierListForInvoiceReceipt,findInvoiceCostById,removeInvoiceCostWithoutTax,getPurchaseOrderListForInvoiceReceipt,isInvoiceReceiptExistsByIndex,editPurchaseInvoiceReceipt,findInvoiceById,findInvoiceTaxById,removeInvoiceAdvance,findInvoiceTaxByIndex,valInvoiceReceiptExistsByIndex,getAuthorizedSupplierListForPurchaseInvoiceList,findInvoiceByIndex,findInvoiceItemById,valInvoiceReceiptItemExistsByIndex,getInvoiceCostListByInvoice,getInvoiceItemListByInvoice,getOutstandingPurchaseOrderBalanceInvoiceListByPoItem,getPoBalanceAdvanceInvoiceListByPurchaseOrder,isInvoiceReceiptItemExistsByIndex,getDocumentListFromInvoiceReceipt,valInvoiceReceiptItemExistsById,isPoBalanceAdvanceInvoiceExistsByPurchaseOrder,getPurchaseInvoiceReceiptList,findInvoiceReceiptItemByIndex,findInvoiceCostLastLineNo,submitInvoice,isInvoiceAdvanceExistsById,findInvoiceReceiptItemById,getOutstandingPoList,getCtgrSubCtgrProductOsPoList,getPoListForInquiryPo,findPurchaseOrderBalanceInvoiceById,findPurchaseOrderBalanceInvoiceByIndex,isPoBalanceAdvanceInvoiceExistsById,findPurchaseOrderBalanceItemById,isPoBalanceAdvanceInvoiceExistsByIndex,valPoBalanceAdvanceInvoiceExistsByIndex,findPoBalanceAdvanceInvoiceById,findPoBalanceAdvanceInvoiceByIndex,valPoBalanceAdvanceInvoiceExistsById,getPurchaseOrderBalanceItemListByPurchaseOrder,isLogMonthlyPriceProductExistsByIndex,isMonthlyPriceProductExistsByIndex,editMonthlyPriceProduct,createNewMonthlyPriceProductFromPrevPeriode,findLogMonthlyPriceProductByIndex,findMonthlyPriceProductByIndex,findMonthlyPriceProductById,findLogMonthlyPriceProductById,getProductListForAddNewMonthlyPriceProduct,getLogMonthlyPriceProductListAdvance,addNewMonthlyPriceProduct,getMonthlyPriceProductListAdvance,isPoBalanceItemConsignmentExistsById,valPoBalanceItemConsignmentExistsById,findPoBalanceItemConsignmentById,getTotalAdjQtyAndAmountManagePurchaseOrderConsignmentItemByManagePoId,addModifyItemPurchaseOrderConsignment,removeModifyItemPurchaseOrderConsignment,getDraftModifyHeaderItemPurchaseOrderConsignmentListAdvance,getManagePurchaseOrderConsignmentChangesListByManagePoId,submitManageCancelPurchaseOrderConsignment,editModifyItemPurchaseOrderConsignment,removeManagePurchaseOrderConsignmentItem,submitModifyHeaderPurchaseOrderConsignment,getApprovedManageCancelVoidPurchaseOrderConsignmentListAdvance,addModifyItemPurchaseOrderConsignmentNewItem,removeModifyHeaderPurchaseOrderConsignment,getManageCancelPurchaseOrderConsignmentItemListByManagePurchaseOrderConsignment,addManageCancelPurchaseOrderConsignment,editModifyHeaderPurchaseOrderConsignment,removeManageCancelPurchaseOrderConsignment,addManageVoidPurchaseOrderConsignment,submitModifyItemPurchaseOrderConsignment,submitManageVoidPurchaseOrderConsignment,editManagePurchaseOrderConsignment,getApprovedModifyHeaderItemPurchaseOrderConsignmentListAdvance,removeManageVoidPurchaseOrderConsignment,countGetNonAssemblyProductConsignmentListForInfo,editModifyItemPurchaseOrderConsignmentNewItem,getMinMaxPoDocDateForManagePurchaseOrderConsignment,getNonAssemblyProductConsignmentListForInfo,getPurchaseOrderConsignmentListForManagePurchaseOrderConsignment,editModifyItemPurchaseOrderConsignmentItem,addModifyHeaderPurchaseOrderConsignment,removeModifyItemPurchaseOrderConsignmentItem,unsubmitManagePurchaseOrderConsignment,getSupplierListForManagePurchaseOrderConsignment,getDraftManageCancelVoidPurchaseOrderConsignmentListAdvance,updateManagePurchaseOrderConsignmentWorkflowStatus,getManagePurchaseOrderConsignmentItemListForModifyItemPo,addModifyItemSelectedPurchaseOrderConsignment,getManageCancelPurchaseOrderItemListByManagePurchaseOrder,editModifyItemPurchaseOrder,editManagePurchaseOrder,getPurchaseOrderBalanceInvoiceListForManagePo,getApprovedModifyHeaderItemPurchaseOrderListAdvance,findManagePurchaseOrderById,valManagePurchaseOrderChangesExistsById,isManagePurchaseOrderChangesExistsById,removeModifyHeaderPurchaseOrder,addModifyItemPurchaseOrder,addManageVoidPurchaseOrder,valPoItemNotExistsInInvoiceForModifyItemPo,submitModifyItemPurchaseOrder,removeManageCancelPurchaseOrder,findManagePurchaseOrderChangesByIndex,editModifyItemPurchaseOrderNewItem,editModifyHeaderPurchaseOrder,valManagePurchaseOrderChangesExistsByIndex,unsubmitManagePurchaseOrder,getDraftModifyHeaderItemPurchaseOrderListAdvance,submitManageCancelPurchaseOrder,editModifyItemPurchaseOrderItem,getManagePurchaseOrderChangesListByManagePoId,findManagePurchaseOrderHeaderById,findOldDataManagePurchaseOrderChangesForModifyItemPo,addModifyItemPurchaseOrderNewItem,removeManageVoidPurchaseOrder,submitManageVoidPurchaseOrder,findManagePurchaseOrderByIndex,getOutstandingSalesOrderBalanceItemListForManagePoItemFromSo,submitModifyHeaderPurchaseOrder,findOldDataManagePurchaseOrderChangesForModifyHeaderPo,isPoItemExistsInInvoiceForModifyItemPo,findManagePurchaseOrderChangesById,isClaimNoteExistsByPoItemIdAndPoId,findManagePurchaseOrderItemById,getMinMaxPoDocDateForManagePurchaseOrder,removeModifyItemPurchaseOrder,removeModifyItemPurchaseOrderItem,isManagePurchaseOrderChangesExistsByIndex,addManageCancelPurchaseOrder,findManagePurchaseOrderHeaderByManagePoId,updateManagePurchaseOrderWorkflowStatus,getSupplierListForManagePurchaseOrder,addModifyHeaderPurchaseOrder,getPurchaseOrderListForManagePurchaseOrder,isClaimNoteExistsByPoId,addModifyItemSelectedPurchaseOrder,isManagePurchaseOrderExistsByIndex,removeManagePurchaseOrderItem,getManagePurchaseOrderItemListForModifyItemPo,getDraftManageCancelVoidPurchaseOrderListAdvance,getApprovedManageCancelVoidPurchaseOrderListAdvance,removePurchaseOrderItem,getNewSoListForPo,findSalesOrderItemByLineNoForPo,isPurchaseOrderCodExistsById,findSalesOrderItemByIdForPo,findPurchaseOrderByIndex,findDateFromOsPo,getOutstandingSoListForPo,unsubmitPurchaseOrder,findPurchaseOrderDetailById,isPurchaseOrderLogisticExistsByIndex,valPurchaseOrderLogisticExistsByIndex,getSummaryPurchaseOrderTaxList,addPurchaseOrderMultipleItem,editPurchaseOrder,getOutstandingSalesOrderBalanceItemListForPurchaseOrder,findPurchaseOrderById,getDraftPurchaseOrderListAdvance,findSoPoBalanceItemByIdForPo,updatePurchaseOrderWorkflowStatus,getAuthorizedProductNotInStockListForPurchaseOrder,getSummaryPurchaseOrderBalanceInvoiceTaxListByPurchaseOrder,valPurchaseOrderCodExistsById,findPurchaseOrderItemLastLineNo,findSalesOrderBalanceItemByIdForPo,getPurchaseOrderCodListByPurchaseOrder,getLastPurchasingPriceListByProduct,addPurchaseOrder,submitPurchaseOrder,findPurchaseOrderLogisticById,isPurchaseOrderItemExistsByIndex,isPurchaseOrderLogisticExistsById,getApprovedPurchaseOrderListAdvance,valPurchaseOrderUnusedForFinance,findPurchaseOrderCodById,findPurchaseOrderInfoForApproval,findTotalGrossAmountPurchaseOrderItem,findPurchaseOrderLogisticByIndex,getAuthorizedProductBalanceStockListAdvance,addPurchaseOrderItem,removePurchaseOrder,findPurchaseOrderByDocNo,findPurchaseOrderItemById,findPurchaseOrderAmount,isPurchaseOrderExistsByIndex,getLatestPurchaseOrderItemInfoByProduct,getOutstandingPurchaseOrderListByProduct,findTotalSummaryPurchaseOrder,findTotalGrossAmountManagePurchaseOrderItem,findSalesOrderByIdForRefPo,getAuthorizedSupplierListForOsPo,valPurchaseOrderLogisticExistsById,editPurchaseOrderItem,getReceiveGoodsItemListByReceiveGoods,valPurchaseOrderItemNotUsingProductSnAutoGenerate,findReceiveGoodsById,getDraftReceiveGoodsListAdvance,uploadDataReceiveGoodsProduct,valPurchaseOrderItemUsingProductSnAutoGenerate,valReceiveGoodsProductAutoSnExistsById,editReceiveGoods,findReceiveGoodsItemById,removeReceiveGoodsProduct,findReceiveGoodsProductById,updateReceiveGoodsWorkflowStatus,getAuthorizedSupplierListForOsReceiveGoods,unsubmitReceiveGoods,findReceiveGoodsProductAutoSnLastLineNo,removeReceiveGoodsProductAutoSn,getReceiveGoodsProductAutoSnListByReceiveGoodsItem,getAuthorizedSupplierListForReceiveGoodsList,getReceiveGoodsListByPurchaseOrderItemId,addReceiveGoodsProductAutoSn,submitReceiveGoods,getApprovedReceiveGoodsListAdvance,isReceiveGoodsExistsByIndex,findReceiveGoodsItemLastLineNo,findReceiveGoodsProductLastLineNo,findReceiveGoodsProductAutoSnById,isReceiveGoodsProductAutoSnExistsById,findDateFromOsReceiveGoods,isOutstandingReceiveGoodsProductExistsByProductSerialNumber,isReceiveGoodsExistsByPoDate,getReceiveGoodsProductListByReceiveGoodsItem,getPurchaseOrderListForReceiveGoods,getReturnInvoiceCostListByReturnInvoice,getDraftReturnInvoiceListAdvance,getReturnInvoiceTaxListByReturnInvoice,addReturnInvoice,removeReturnInvoiceItem,unsubmitReturnInvoice,getPurchaseOrderListForReturnInvoicing,removeReturnInvoiceCostWithoutTax,getApprovedReturnInvoiceListAdvance,addReturnInvoiceCostWithoutTax,findTotalSummaryReturnInvoiceTaxListByReturnInvoice,getPurchaseOrderBalanceInvoiceListAdvanceForReturnInvoicing,editReturnInvoice,getReturnInvoiceItemListByReturnInvoice,updateReturnInvoiceWorkflowStatus,submitReturnInvoice,removeReturnInvoice,isPoInternalItemExistsById,findPoInternalItemLastLineNo,findTotalSummaryPoInternal,editPoInternal,updatePoInternalWorkflowStatus,removePoInternal,findPoInternalTaxById,isPoInternalItemExistsByIndex,isPoInternalDocNoExistsByPoInternalId,isPoInternalExistsByIndex,removePoInternalProduct,findPoInternalItemByIndex,findPoInternalItemById,valPoInternalProductExistsByIndex,getApprovedPoInternalListAdvance,getSummaryPoInternalTaxList,findPoInternalProductByIndex,editPoInternalItem,submitPoInternal,getPoInternalProductListByPoInternalItem,addPoInternal,getPoInternalItemListByPoInternal,getDraftPoInternalListAdvance,removePoInternalItem,getPoInternalDocId,isPoInternalProductExistsById,findPoInternalTaxByIndex,findPoInternalProductLastLineNo,valPoInternalItemExistsByIndex,addPoInternalProduct,valPoInternalExistsById,valPoInternalTaxExistsByIndex,isPoInternalTaxExistsById,valPoInternalExistsByIndex,getProductBalanceStockListForPoInternalProduct,findPoInternalById,valPoInternalProductExistsById,isPoInternalTaxExistsByIndex,findPoInternalByIndex,unsubmitPoInternal,isPoInternalExistsById,isPoInternalProductExistsByIndex,valPoInternalTaxExistsById,getProductListForPoInternal,findPoInternalProductById,valPoInternalItemExistsById,serviceFlowExecutor,serviceFlowManager,serviceFlowResolver]; root of factory hierarchy
  1500. [WARN] Activate Realm LDAP without any configuration
  1501. ^C
  1502. sts@sts-Lenovo-B4400:~/erp-enterprise/server/axis2/bin$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement