integrated Web POS 1.7.3.
This commit is contained in:
parent
eba99d0482
commit
e0a37c9e32
|
@ -0,0 +1,36 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<classpath>
|
||||||
|
<classpathentry kind="src" path="posterita/src/main"/>
|
||||||
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
||||||
|
<classpathentry kind="lib" path="posterita/web/WEB-INF/lib/barcode4j.jar"/>
|
||||||
|
<classpathentry kind="lib" path="posterita/web/WEB-INF/lib/commons-beanutils-1.7.0.jar"/>
|
||||||
|
<classpathentry kind="lib" path="posterita/web/WEB-INF/lib/commons-collections.jar"/>
|
||||||
|
<classpathentry kind="lib" path="posterita/web/WEB-INF/lib/commons-digester.jar"/>
|
||||||
|
<classpathentry kind="lib" path="posterita/web/WEB-INF/lib/commons-fileupload.jar"/>
|
||||||
|
<classpathentry kind="lib" path="posterita/web/WEB-INF/lib/commons-lang-2.3.jar"/>
|
||||||
|
<classpathentry kind="lib" path="posterita/web/WEB-INF/lib/commons-logging.jar"/>
|
||||||
|
<classpathentry kind="lib" path="posterita/web/WEB-INF/lib/commons-validator.jar"/>
|
||||||
|
<classpathentry kind="lib" path="posterita/web/WEB-INF/lib/displaytag-1.1.1.jar"/>
|
||||||
|
<classpathentry kind="lib" path="posterita/web/WEB-INF/lib/displaytag-export-poi-1.1.1.jar"/>
|
||||||
|
<classpathentry kind="lib" path="posterita/web/WEB-INF/lib/itext-1.3.jar"/>
|
||||||
|
<classpathentry kind="lib" path="posterita/web/WEB-INF/lib/jcommon-1.0.10.jar"/>
|
||||||
|
<classpathentry kind="lib" path="posterita/web/WEB-INF/lib/jfreechart-1.0.2.jar"/>
|
||||||
|
<classpathentry kind="lib" path="posterita/web/WEB-INF/lib/poi-3.0-FINAL.jar"/>
|
||||||
|
<classpathentry kind="lib" path="posterita/web/WEB-INF/lib/servlet.jar"/>
|
||||||
|
<classpathentry kind="lib" path="posterita/web/WEB-INF/lib/struts.jar"/>
|
||||||
|
<classpathentry kind="src" path="/base"/>
|
||||||
|
<classpathentry kind="src" path="/looks"/>
|
||||||
|
<classpathentry kind="src" path="/tools"/>
|
||||||
|
<classpathentry kind="src" path="/JasperReports"/>
|
||||||
|
<classpathentry kind="src" path="/JasperReportsTools"/>
|
||||||
|
<classpathentry kind="lib" path="/tools/lib/barbecue-1.1.jar"/>
|
||||||
|
<classpathentry kind="lib" path="/tools/lib/jpedal.jar"/>
|
||||||
|
<classpathentry kind="src" path="/serverApps"/>
|
||||||
|
<classpathentry kind="lib" path="/tools/lib/j2ee.jar"/>
|
||||||
|
<classpathentry kind="lib" path="/jboss/client/jbossall-client.jar"/>
|
||||||
|
<classpathentry kind="lib" path="/tools/lib/ocrs12.jar"/>
|
||||||
|
<classpathentry kind="lib" path="/tools/lib/ojdbc14.jar"/>
|
||||||
|
<classpathentry kind="lib" path="/tools/lib/postgresql.jar"/>
|
||||||
|
<classpathentry kind="lib" path="/sqlj/sqlj.jar"/>
|
||||||
|
<classpathentry kind="output" path="posterita/web/WEB-INF/classes"/>
|
||||||
|
</classpath>
|
|
@ -0,0 +1,18 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<projectDescription>
|
||||||
|
<name>posterita</name>
|
||||||
|
<comment></comment>
|
||||||
|
<projects>
|
||||||
|
</projects>
|
||||||
|
<buildSpec>
|
||||||
|
<buildCommand>
|
||||||
|
<name>org.eclipse.jdt.core.javabuilder</name>
|
||||||
|
<arguments>
|
||||||
|
</arguments>
|
||||||
|
</buildCommand>
|
||||||
|
</buildSpec>
|
||||||
|
<natures>
|
||||||
|
<nature>org.eclipse.jdt.core.javanature</nature>
|
||||||
|
<nature>com.sysdeo.eclipse.tomcat.tomcatnature</nature>
|
||||||
|
</natures>
|
||||||
|
</projectDescription>
|
|
@ -0,0 +1,328 @@
|
||||||
|
#Mon Apr 14 16:31:16 MUT 2008 (Ashley G Ramdass)
|
||||||
|
eclipse.preferences.version=1
|
||||||
|
org.eclipse.jdt.core.codeComplete.argumentPrefixes=
|
||||||
|
org.eclipse.jdt.core.codeComplete.argumentSuffixes=
|
||||||
|
org.eclipse.jdt.core.codeComplete.fieldPrefixes=
|
||||||
|
org.eclipse.jdt.core.codeComplete.fieldSuffixes=
|
||||||
|
org.eclipse.jdt.core.codeComplete.localPrefixes=
|
||||||
|
org.eclipse.jdt.core.codeComplete.localSuffixes=
|
||||||
|
org.eclipse.jdt.core.codeComplete.staticFieldPrefixes=
|
||||||
|
org.eclipse.jdt.core.codeComplete.staticFieldSuffixes=
|
||||||
|
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
|
||||||
|
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
|
||||||
|
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
|
||||||
|
org.eclipse.jdt.core.compiler.compliance=1.5
|
||||||
|
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
|
||||||
|
org.eclipse.jdt.core.compiler.debug.localVariable=generate
|
||||||
|
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
|
||||||
|
org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
|
||||||
|
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
|
||||||
|
org.eclipse.jdt.core.compiler.problem.autoboxing=ignore
|
||||||
|
org.eclipse.jdt.core.compiler.problem.deprecation=warning
|
||||||
|
org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled
|
||||||
|
org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=disabled
|
||||||
|
org.eclipse.jdt.core.compiler.problem.discouragedReference=warning
|
||||||
|
org.eclipse.jdt.core.compiler.problem.emptyStatement=ignore
|
||||||
|
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
|
||||||
|
org.eclipse.jdt.core.compiler.problem.fallthroughCase=ignore
|
||||||
|
org.eclipse.jdt.core.compiler.problem.fatalOptionalError=enabled
|
||||||
|
org.eclipse.jdt.core.compiler.problem.fieldHiding=ignore
|
||||||
|
org.eclipse.jdt.core.compiler.problem.finalParameterBound=warning
|
||||||
|
org.eclipse.jdt.core.compiler.problem.finallyBlockNotCompletingNormally=warning
|
||||||
|
org.eclipse.jdt.core.compiler.problem.forbiddenReference=error
|
||||||
|
org.eclipse.jdt.core.compiler.problem.hiddenCatchBlock=warning
|
||||||
|
org.eclipse.jdt.core.compiler.problem.incompatibleNonInheritedInterfaceMethod=warning
|
||||||
|
org.eclipse.jdt.core.compiler.problem.incompleteEnumSwitch=ignore
|
||||||
|
org.eclipse.jdt.core.compiler.problem.indirectStaticAccess=ignore
|
||||||
|
org.eclipse.jdt.core.compiler.problem.localVariableHiding=ignore
|
||||||
|
org.eclipse.jdt.core.compiler.problem.methodWithConstructorName=warning
|
||||||
|
org.eclipse.jdt.core.compiler.problem.missingDeprecatedAnnotation=ignore
|
||||||
|
org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotation=ignore
|
||||||
|
org.eclipse.jdt.core.compiler.problem.missingSerialVersion=warning
|
||||||
|
org.eclipse.jdt.core.compiler.problem.noEffectAssignment=warning
|
||||||
|
org.eclipse.jdt.core.compiler.problem.noImplicitStringConversion=warning
|
||||||
|
org.eclipse.jdt.core.compiler.problem.nonExternalizedStringLiteral=ignore
|
||||||
|
org.eclipse.jdt.core.compiler.problem.nullReference=ignore
|
||||||
|
org.eclipse.jdt.core.compiler.problem.overridingPackageDefaultMethod=warning
|
||||||
|
org.eclipse.jdt.core.compiler.problem.parameterAssignment=ignore
|
||||||
|
org.eclipse.jdt.core.compiler.problem.possibleAccidentalBooleanAssignment=ignore
|
||||||
|
org.eclipse.jdt.core.compiler.problem.potentialNullReference=ignore
|
||||||
|
org.eclipse.jdt.core.compiler.problem.rawTypeReference=warning
|
||||||
|
org.eclipse.jdt.core.compiler.problem.redundantNullCheck=ignore
|
||||||
|
org.eclipse.jdt.core.compiler.problem.specialParameterHidingField=disabled
|
||||||
|
org.eclipse.jdt.core.compiler.problem.staticAccessReceiver=warning
|
||||||
|
org.eclipse.jdt.core.compiler.problem.suppressWarnings=enabled
|
||||||
|
org.eclipse.jdt.core.compiler.problem.syntheticAccessEmulation=ignore
|
||||||
|
org.eclipse.jdt.core.compiler.problem.typeParameterHiding=warning
|
||||||
|
org.eclipse.jdt.core.compiler.problem.uncheckedTypeOperation=warning
|
||||||
|
org.eclipse.jdt.core.compiler.problem.undocumentedEmptyBlock=ignore
|
||||||
|
org.eclipse.jdt.core.compiler.problem.unhandledWarningToken=warning
|
||||||
|
org.eclipse.jdt.core.compiler.problem.unnecessaryElse=ignore
|
||||||
|
org.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck=ignore
|
||||||
|
org.eclipse.jdt.core.compiler.problem.unqualifiedFieldAccess=ignore
|
||||||
|
org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownException=ignore
|
||||||
|
org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding=disabled
|
||||||
|
org.eclipse.jdt.core.compiler.problem.unusedImport=warning
|
||||||
|
org.eclipse.jdt.core.compiler.problem.unusedLabel=warning
|
||||||
|
org.eclipse.jdt.core.compiler.problem.unusedLocal=warning
|
||||||
|
org.eclipse.jdt.core.compiler.problem.unusedParameter=ignore
|
||||||
|
org.eclipse.jdt.core.compiler.problem.unusedParameterIncludeDocCommentReference=enabled
|
||||||
|
org.eclipse.jdt.core.compiler.problem.unusedParameterWhenImplementingAbstract=disabled
|
||||||
|
org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disabled
|
||||||
|
org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning
|
||||||
|
org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
|
||||||
|
org.eclipse.jdt.core.compiler.source=1.5
|
||||||
|
org.eclipse.jdt.core.formatter.align_type_members_on_columns=true
|
||||||
|
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16
|
||||||
|
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant=16
|
||||||
|
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call=16
|
||||||
|
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation=16
|
||||||
|
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression=16
|
||||||
|
org.eclipse.jdt.core.formatter.alignment_for_assignment=0
|
||||||
|
org.eclipse.jdt.core.formatter.alignment_for_binary_expression=16
|
||||||
|
org.eclipse.jdt.core.formatter.alignment_for_compact_if=16
|
||||||
|
org.eclipse.jdt.core.formatter.alignment_for_conditional_expression=80
|
||||||
|
org.eclipse.jdt.core.formatter.alignment_for_enum_constants=0
|
||||||
|
org.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_initializer=16
|
||||||
|
org.eclipse.jdt.core.formatter.alignment_for_multiple_fields=16
|
||||||
|
org.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration=16
|
||||||
|
org.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration=16
|
||||||
|
org.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation=16
|
||||||
|
org.eclipse.jdt.core.formatter.alignment_for_superclass_in_type_declaration=16
|
||||||
|
org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_enum_declaration=16
|
||||||
|
org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_type_declaration=16
|
||||||
|
org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_constructor_declaration=16
|
||||||
|
org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_method_declaration=16
|
||||||
|
org.eclipse.jdt.core.formatter.blank_lines_after_imports=1
|
||||||
|
org.eclipse.jdt.core.formatter.blank_lines_after_package=1
|
||||||
|
org.eclipse.jdt.core.formatter.blank_lines_before_field=0
|
||||||
|
org.eclipse.jdt.core.formatter.blank_lines_before_first_class_body_declaration=0
|
||||||
|
org.eclipse.jdt.core.formatter.blank_lines_before_imports=1
|
||||||
|
org.eclipse.jdt.core.formatter.blank_lines_before_member_type=1
|
||||||
|
org.eclipse.jdt.core.formatter.blank_lines_before_method=1
|
||||||
|
org.eclipse.jdt.core.formatter.blank_lines_before_new_chunk=1
|
||||||
|
org.eclipse.jdt.core.formatter.blank_lines_before_package=0
|
||||||
|
org.eclipse.jdt.core.formatter.blank_lines_between_import_groups=1
|
||||||
|
org.eclipse.jdt.core.formatter.blank_lines_between_type_declarations=1
|
||||||
|
org.eclipse.jdt.core.formatter.brace_position_for_annotation_type_declaration=next_line
|
||||||
|
org.eclipse.jdt.core.formatter.brace_position_for_anonymous_type_declaration=end_of_line
|
||||||
|
org.eclipse.jdt.core.formatter.brace_position_for_array_initializer=end_of_line
|
||||||
|
org.eclipse.jdt.core.formatter.brace_position_for_block=next_line
|
||||||
|
org.eclipse.jdt.core.formatter.brace_position_for_block_in_case=next_line
|
||||||
|
org.eclipse.jdt.core.formatter.brace_position_for_constructor_declaration=next_line
|
||||||
|
org.eclipse.jdt.core.formatter.brace_position_for_enum_constant=end_of_line
|
||||||
|
org.eclipse.jdt.core.formatter.brace_position_for_enum_declaration=next_line
|
||||||
|
org.eclipse.jdt.core.formatter.brace_position_for_method_declaration=next_line
|
||||||
|
org.eclipse.jdt.core.formatter.brace_position_for_switch=next_line
|
||||||
|
org.eclipse.jdt.core.formatter.brace_position_for_type_declaration=next_line
|
||||||
|
org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_block_comment=false
|
||||||
|
org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_javadoc_comment=false
|
||||||
|
org.eclipse.jdt.core.formatter.comment.format_block_comments=true
|
||||||
|
org.eclipse.jdt.core.formatter.comment.format_header=false
|
||||||
|
org.eclipse.jdt.core.formatter.comment.format_html=true
|
||||||
|
org.eclipse.jdt.core.formatter.comment.format_javadoc_comments=true
|
||||||
|
org.eclipse.jdt.core.formatter.comment.format_line_comments=true
|
||||||
|
org.eclipse.jdt.core.formatter.comment.format_source_code=true
|
||||||
|
org.eclipse.jdt.core.formatter.comment.indent_parameter_description=true
|
||||||
|
org.eclipse.jdt.core.formatter.comment.indent_root_tags=true
|
||||||
|
org.eclipse.jdt.core.formatter.comment.insert_new_line_before_root_tags=insert
|
||||||
|
org.eclipse.jdt.core.formatter.comment.insert_new_line_for_parameter=insert
|
||||||
|
org.eclipse.jdt.core.formatter.comment.line_length=80
|
||||||
|
org.eclipse.jdt.core.formatter.compact_else_if=true
|
||||||
|
org.eclipse.jdt.core.formatter.continuation_indentation=2
|
||||||
|
org.eclipse.jdt.core.formatter.continuation_indentation_for_array_initializer=2
|
||||||
|
org.eclipse.jdt.core.formatter.format_guardian_clause_on_one_line=false
|
||||||
|
org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_annotation_declaration_header=true
|
||||||
|
org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_constant_header=true
|
||||||
|
org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_declaration_header=true
|
||||||
|
org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_type_header=true
|
||||||
|
org.eclipse.jdt.core.formatter.indent_breaks_compare_to_cases=true
|
||||||
|
org.eclipse.jdt.core.formatter.indent_empty_lines=false
|
||||||
|
org.eclipse.jdt.core.formatter.indent_statements_compare_to_block=true
|
||||||
|
org.eclipse.jdt.core.formatter.indent_statements_compare_to_body=true
|
||||||
|
org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_cases=true
|
||||||
|
org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_switch=true
|
||||||
|
org.eclipse.jdt.core.formatter.indentation.size=4
|
||||||
|
org.eclipse.jdt.core.formatter.insert_new_line_after_annotation=insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_new_line_after_opening_brace_in_array_initializer=do not insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_new_line_at_end_of_file_if_missing=do not insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_new_line_before_catch_in_try_statement=insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_new_line_before_closing_brace_in_array_initializer=do not insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_new_line_before_else_in_if_statement=insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_new_line_before_finally_in_try_statement=insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_new_line_before_while_in_do_statement=insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_new_line_in_empty_annotation_declaration=insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_new_line_in_empty_anonymous_type_declaration=insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_new_line_in_empty_block=insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_constant=insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_declaration=insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_new_line_in_empty_method_body=insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_new_line_in_empty_type_declaration=insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_after_and_in_type_parameter=insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_after_assignment_operator=insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation=do not insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation_type_declaration=do not insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_after_binary_operator=insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_arguments=insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_parameters=insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_after_closing_brace_in_block=insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_after_closing_paren_in_cast=insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_after_colon_in_assert=insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_after_colon_in_case=insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_after_colon_in_conditional=insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_after_colon_in_for=insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_after_colon_in_labeled_statement=insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_after_comma_in_allocation_expression=insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_after_comma_in_annotation=insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_after_comma_in_array_initializer=insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_parameters=insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_throws=insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_constant_arguments=insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_declarations=insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_after_comma_in_explicitconstructorcall_arguments=insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_increments=insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_inits=insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_parameters=insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_throws=insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_invocation_arguments=insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_field_declarations=insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_local_declarations=insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_after_comma_in_parameterized_type_reference=insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_after_comma_in_superinterfaces=insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_arguments=insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_parameters=insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_after_ellipsis=insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_parameterized_type_reference=do not insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_arguments=do not insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_parameters=do not insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_after_opening_brace_in_array_initializer=insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_allocation_expression=do not insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_reference=do not insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_annotation=do not insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_cast=do not insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_catch=do not insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_constructor_declaration=do not insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_enum_constant=do not insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_for=do not insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_if=do not insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_declaration=do not insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_invocation=do not insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_parenthesized_expression=do not insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_switch=do not insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_synchronized=do not insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_while=do not insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_after_postfix_operator=do not insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_after_prefix_operator=do not insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_after_question_in_conditional=insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_after_question_in_wildcard=do not insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_for=insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_after_unary_operator=do not insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_before_and_in_type_parameter=insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_before_assignment_operator=insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_before_at_in_annotation_type_declaration=insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_before_binary_operator=insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_parameterized_type_reference=do not insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_arguments=do not insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_parameters=do not insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_before_closing_brace_in_array_initializer=insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_allocation_expression=do not insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_reference=do not insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_annotation=do not insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_cast=do not insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_catch=do not insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_constructor_declaration=do not insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_enum_constant=do not insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_for=do not insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_if=do not insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_declaration=do not insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_invocation=do not insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_parenthesized_expression=do not insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_switch=do not insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_synchronized=do not insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_while=do not insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_before_colon_in_assert=insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_before_colon_in_case=do not insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_before_colon_in_conditional=insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_before_colon_in_default=do not insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_before_colon_in_for=insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_before_colon_in_labeled_statement=do not insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_before_comma_in_allocation_expression=do not insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_before_comma_in_annotation=do not insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_before_comma_in_array_initializer=do not insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_parameters=do not insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_throws=do not insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_constant_arguments=do not insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_declarations=do not insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_before_comma_in_explicitconstructorcall_arguments=do not insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_increments=do not insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_inits=do not insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_parameters=do not insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_throws=do not insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_invocation_arguments=do not insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_field_declarations=do not insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_local_declarations=do not insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_before_comma_in_parameterized_type_reference=do not insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_before_comma_in_superinterfaces=do not insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_arguments=do not insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_parameters=do not insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_before_ellipsis=do not insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_parameterized_type_reference=do not insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_arguments=do not insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_parameters=do not insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_annotation_type_declaration=insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_anonymous_type_declaration=insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_array_initializer=insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_block=insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_constructor_declaration=insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_constant=insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_declaration=insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_method_declaration=insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_switch=insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_type_declaration=insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_allocation_expression=do not insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_reference=do not insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_type_reference=do not insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation=do not insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation_type_member_declaration=do not insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_catch=insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_constructor_declaration=do not insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_enum_constant=do not insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_for=insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_if=insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_declaration=do not insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_invocation=do not insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_parenthesized_expression=do not insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_switch=insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_synchronized=insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_while=insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_return=insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_throw=insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_before_postfix_operator=do not insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_before_prefix_operator=do not insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_before_question_in_conditional=insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_before_question_in_wildcard=do not insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_before_semicolon=do not insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_for=do not insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_before_unary_operator=do not insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_between_brackets_in_array_type_reference=do not insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_between_empty_braces_in_array_initializer=do not insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_between_empty_brackets_in_array_allocation_expression=do not insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_annotation_type_member_declaration=do not insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_constructor_declaration=do not insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_enum_constant=do not insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_declaration=do not insert
|
||||||
|
org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_invocation=do not insert
|
||||||
|
org.eclipse.jdt.core.formatter.keep_else_statement_on_same_line=false
|
||||||
|
org.eclipse.jdt.core.formatter.keep_empty_array_initializer_on_one_line=false
|
||||||
|
org.eclipse.jdt.core.formatter.keep_imple_if_on_one_line=false
|
||||||
|
org.eclipse.jdt.core.formatter.keep_then_statement_on_same_line=false
|
||||||
|
org.eclipse.jdt.core.formatter.lineSplit=80
|
||||||
|
org.eclipse.jdt.core.formatter.never_indent_block_comments_on_first_column=false
|
||||||
|
org.eclipse.jdt.core.formatter.never_indent_line_comments_on_first_column=false
|
||||||
|
org.eclipse.jdt.core.formatter.number_of_blank_lines_at_beginning_of_method_body=0
|
||||||
|
org.eclipse.jdt.core.formatter.number_of_empty_lines_to_preserve=1
|
||||||
|
org.eclipse.jdt.core.formatter.put_empty_statement_on_new_line=true
|
||||||
|
org.eclipse.jdt.core.formatter.tabulation.char=space
|
||||||
|
org.eclipse.jdt.core.formatter.tabulation.size=4
|
||||||
|
org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations=true
|
||||||
|
org.eclipse.jdt.core.formatter.wrap_before_binary_operator=true
|
File diff suppressed because one or more lines are too long
|
@ -0,0 +1,11 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<tomcatProjectProperties>
|
||||||
|
<rootDir>/</rootDir>
|
||||||
|
<exportSource>false</exportSource>
|
||||||
|
<reloadable>true</reloadable>
|
||||||
|
<redirectLogger>true</redirectLogger>
|
||||||
|
<updateXml>true</updateXml>
|
||||||
|
<warLocation></warLocation>
|
||||||
|
<extraInfo></extraInfo>
|
||||||
|
<webPath>/posterita</webPath>
|
||||||
|
</tomcatProjectProperties>
|
|
@ -0,0 +1,53 @@
|
||||||
|
## -*- shell-script -*- ######################################################
|
||||||
|
## ##
|
||||||
|
## JBoss Bootstrap Script Configuration ##
|
||||||
|
## ##
|
||||||
|
##############################################################################
|
||||||
|
|
||||||
|
### $Id: run.conf,v 1.3 2005/09/04 17:52:33 jjanke Exp $
|
||||||
|
|
||||||
|
#
|
||||||
|
# This file is optional; it may be removed if not needed.
|
||||||
|
#
|
||||||
|
|
||||||
|
#
|
||||||
|
# Specify the maximum file descriptor limit, use "max" or "maximum" to use
|
||||||
|
# the default, as queried by the system.
|
||||||
|
#
|
||||||
|
# Defaults to "maximum"
|
||||||
|
#
|
||||||
|
#MAX_FD="maximum"
|
||||||
|
|
||||||
|
#
|
||||||
|
# Specify the profiler configuration file to load.
|
||||||
|
#
|
||||||
|
# Default is to not load profiler configuration file.
|
||||||
|
#
|
||||||
|
#PROFILER=""
|
||||||
|
|
||||||
|
#
|
||||||
|
# Specify the location of the Java home directory. If set then $JAVA will
|
||||||
|
# be defined to $JAVA_HOME/bin/java, else $JAVA will be "java".
|
||||||
|
#
|
||||||
|
#JAVA_HOME="/opt/java/jdk"
|
||||||
|
|
||||||
|
#
|
||||||
|
# Specify the exact Java VM executable to use.
|
||||||
|
#
|
||||||
|
#JAVA=""
|
||||||
|
|
||||||
|
#
|
||||||
|
# Specify options to pass to the Java VM.
|
||||||
|
#
|
||||||
|
if [ "x$JAVA_OPTS" = "x" ]; then
|
||||||
|
JAVA_OPTS="-server -Xms128m -Xmx128m"
|
||||||
|
fi
|
||||||
|
|
||||||
|
# Sample JPDA settings for remote socket debuging
|
||||||
|
#JAVA_OPTS="$JAVA_OPTS -Xdebug -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=y"
|
||||||
|
|
||||||
|
# Sample JPDA settings for shared memory debugging
|
||||||
|
#JAVA_OPTS="$JAVA_OPTS -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_shmem,server=y,suspend=n,address=jboss"
|
||||||
|
|
||||||
|
# AspectJ integration
|
||||||
|
JAVA_OPTS="$JAVA_OPTS -javaagent:$ADEMPIERE_HOME/lib/aspectjweaver.jar"
|
|
@ -0,0 +1,50 @@
|
||||||
|
<project name="migrate-posterita-db-oracle-1.0" default="run-scripts" basedir=".">
|
||||||
|
<property file="../oracle.properties" />
|
||||||
|
<path id="lib.path">
|
||||||
|
<fileset dir="../../../../tools/lib">
|
||||||
|
<include name="**/*.jar" />
|
||||||
|
</fileset>
|
||||||
|
</path>
|
||||||
|
<taskdef resource="net/sf/antcontrib/antlib.xml">
|
||||||
|
<classpath>
|
||||||
|
<fileset dir="../../../../tools/lib">
|
||||||
|
<include name="**/*.jar" />
|
||||||
|
</fileset>
|
||||||
|
</classpath>
|
||||||
|
</taskdef>
|
||||||
|
|
||||||
|
<target name="init">
|
||||||
|
<echo message="============================================================" />
|
||||||
|
<echo message=" Oracle database migration tool for Adempiere ERP" />
|
||||||
|
<echo message=" Adempiere Licese is GNU GPL License" />
|
||||||
|
<echo message="============================================================" />
|
||||||
|
<echo message="" file="sqlplus.log" append="false" />
|
||||||
|
<echo append="false" file="build.log" message="#Build log:${line.separator}${line.separator}" />
|
||||||
|
</target>
|
||||||
|
|
||||||
|
<target name="run-scripts" depends="init">
|
||||||
|
<echo message="----- Running migration SQL scripts -----" />
|
||||||
|
<echo file="sqlplus.log" append="true" message="${line.separator}#Run Scripts:${line.separator}${line.separator}" />
|
||||||
|
<foreach param="file.name" target="load">
|
||||||
|
<path>
|
||||||
|
<fileset dir="./oracle">
|
||||||
|
<include name="*.sql" />
|
||||||
|
</fileset>
|
||||||
|
</path>
|
||||||
|
</foreach>
|
||||||
|
</target>
|
||||||
|
|
||||||
|
<target name="load">
|
||||||
|
<echo message="Loading file ${file.name}" />
|
||||||
|
<exec dir="${oracle.home}/bin" executable="${oracle.home}/bin/sqlplus" resultproperty="sqlplus.result" output="sqlplus.log" append="true">
|
||||||
|
<arg line="${oracle.connect.param}" />
|
||||||
|
<arg line="@'${file.name}'" />
|
||||||
|
</exec>
|
||||||
|
<echo message="File ${file.name} status ${sqlplus.result}" />
|
||||||
|
<echo append="true" file="build.log">File ${file.name} status ${sqlplus.result}</echo>
|
||||||
|
<echo append="true" file="build.log" message="${line.separator}" />
|
||||||
|
</target>
|
||||||
|
|
||||||
|
</project>
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,32 @@
|
||||||
|
INSERT INTO ad_element
|
||||||
|
(ad_element_id, ad_client_id, ad_org_id, isactive, created, createdby, updated, updatedby,
|
||||||
|
columnname, entitytype, name, printname, description, help, po_name, po_printname, po_description, po_help)
|
||||||
|
VALUES(52027, 0, 0, 'Y', TO_DATE('2008-03-28 16:00:00','YYYY-MM-DD HH24:MI:SS'), 100, TO_DATE('2008-03-28 16:00:00','YYYY-MM-DD HH24:MI:SS'), 100, 'isPresentForProduct',
|
||||||
|
'U', 'isPresentForProduct', 'Present for Product', NULL, NULL, NULL, NULL, NULL, NULL);
|
||||||
|
|
||||||
|
INSERT INTO ad_column
|
||||||
|
(ad_column_id, ad_client_id, ad_org_id, isactive, created, updated, createdby, updatedby, name,
|
||||||
|
description, help, version, entitytype, columnname, ad_table_id, ad_reference_id, ad_reference_value_id,
|
||||||
|
ad_val_rule_id, fieldlength, defaultvalue, iskey, isparent, ismandatory, isupdateable, readonlylogic,
|
||||||
|
isidentifier, seqno, istranslated, isencrypted, callout, vformat, valuemin, valuemax, isselectioncolumn,
|
||||||
|
ad_element_id, ad_process_id, issyncdatabase, isalwaysupdateable, columnsql, mandatorylogic)
|
||||||
|
VALUES( 52071, 0, 0, 'Y', TO_DATE('2008-03-28 16:00:00','YYYY-MM-DD HH24:MI:SS'), TO_DATE('2008-03-28 16:00:00','YYYY-MM-DD HH24:MI:SS'), 100, 100,
|
||||||
|
'isPresentForProduct', 'Price List appears in Product Screen', '', 0, 'U', 'isPresentForProduct',
|
||||||
|
255, 20, NULL, NULL, 1, NULL, 'N', 'N', 'N', 'Y', NULL,
|
||||||
|
'N', 0, 'N', 'N', NULL, NULL, NULL, NULL, 'N',
|
||||||
|
52027, NULL, 'N', 'N', NULL, NULL);
|
||||||
|
|
||||||
|
INSERT INTO ad_column
|
||||||
|
(ad_column_id, ad_client_id, ad_org_id, isactive, created, updated, createdby, updatedby,
|
||||||
|
name, description, help, version, entitytype, columnname, ad_table_id, ad_reference_id,
|
||||||
|
ad_reference_value_id, ad_val_rule_id, fieldlength, defaultvalue, iskey, isparent, ismandatory,
|
||||||
|
isupdateable, readonlylogic, isidentifier, seqno, istranslated, isencrypted, callout, vformat,
|
||||||
|
valuemin, valuemax, isselectioncolumn, ad_element_id, ad_process_id, issyncdatabase,
|
||||||
|
isalwaysupdateable, columnsql, mandatorylogic)
|
||||||
|
VALUES(52072 ,
|
||||||
|
0, 0, 'Y', TO_DATE('2008-03-28 16:00:00','YYYY-MM-DD HH24:MI:SS'), TO_DATE('2008-03-28 16:00:00','YYYY-MM-DD HH24:MI:SS'), 100, 100, 'Mandatory', 'Data entry is required in this column',
|
||||||
|
'The field must have a value for the record to be saved to the database.', 0, 'U', 'IsMandatory',
|
||||||
|
255, 20, NULL, NULL, 1, NULL, 'N', 'N', 'N', 'Y', NULL, 'N', 0, 'N', 'N', NULL, NULL, NULL, NULL, 'N',
|
||||||
|
392, NULL, 'N', 'N', NULL, NULL);
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,65 @@
|
||||||
|
INSERT INTO AD_MESSAGE
|
||||||
|
(ad_message_id, ad_client_id, ad_org_id, isactive, created, createdby,
|
||||||
|
updated, updatedby, VALUE, msgtext, msgtip, msgtype, entitytype)
|
||||||
|
VALUES(52441 , 0, 0, 'Y', TO_DATE('2008-03-28 16:00:00','YYYY-MM-DD HH24:MI:SS'), 100, TO_DATE('2008-03-28 16:00:00','YYYY-MM-DD HH24:MI:SS'), 100,
|
||||||
|
'smenu.price.list', 'Price List', ' ', 'I', 'D');
|
||||||
|
|
||||||
|
INSERT INTO AD_MESSAGE
|
||||||
|
(ad_message_id, ad_client_id, ad_org_id, isactive, created, createdby,
|
||||||
|
updated, updatedby, VALUE, msgtext, msgtip, msgtype, entitytype)
|
||||||
|
VALUES(52442 , 0, 0, 'Y', TO_DATE('2008-03-28 16:00:00','YYYY-MM-DD HH24:MI:SS'), 100, TO_DATE('2008-03-28 16:00:00','YYYY-MM-DD HH24:MI:SS'), 100,
|
||||||
|
'pmenu.help', 'Help', ' ', 'I', 'D');
|
||||||
|
|
||||||
|
INSERT INTO AD_MESSAGE
|
||||||
|
(ad_message_id, ad_client_id, ad_org_id, isactive, created, createdby,
|
||||||
|
updated, updatedby, VALUE, msgtext, msgtip, msgtype, entitytype)
|
||||||
|
VALUES(52443 , 0, 0, 'Y', TO_DATE('2008-03-28 16:00:00','YYYY-MM-DD HH24:MI:SS'), 100, TO_DATE('2008-03-28 16:00:00','YYYY-MM-DD HH24:MI:SS'), 100,
|
||||||
|
'list.price', 'List Price', ' ', 'I', 'D');
|
||||||
|
|
||||||
|
INSERT INTO AD_MESSAGE
|
||||||
|
(ad_message_id, ad_client_id, ad_org_id, isactive, created, createdby,
|
||||||
|
updated, updatedby, VALUE, msgtext, msgtip, msgtype, entitytype)
|
||||||
|
VALUES(52444 , 0, 0, 'Y', TO_DATE('2008-03-28 16:00:00','YYYY-MM-DD HH24:MI:SS'), 100, TO_DATE('2008-03-28 16:00:00','YYYY-MM-DD HH24:MI:SS'), 100,
|
||||||
|
'standard.price', 'Standard Price', ' ', 'I', 'D');
|
||||||
|
|
||||||
|
INSERT INTO AD_MESSAGE
|
||||||
|
(ad_message_id, ad_client_id, ad_org_id, isactive, created, createdby,
|
||||||
|
updated, updatedby, VALUE, msgtext, msgtip, msgtype, entitytype)
|
||||||
|
VALUES(52445 , 0, 0, 'Y', TO_DATE('2008-03-28 16:00:00','YYYY-MM-DD HH24:MI:SS'), 100, TO_DATE('2008-03-28 16:00:00','YYYY-MM-DD HH24:MI:SS'), 100,
|
||||||
|
'limit.price', 'Limit Price', ' ', 'I', 'D');
|
||||||
|
|
||||||
|
INSERT INTO AD_MESSAGE
|
||||||
|
(ad_message_id, ad_client_id, ad_org_id, isactive, created, createdby,
|
||||||
|
updated, updatedby, VALUE, msgtext, msgtip, msgtype, entitytype)
|
||||||
|
VALUES(52446 , 0, 0, 'Y', TO_DATE('2008-03-28 16:00:00','YYYY-MM-DD HH24:MI:SS'), 100, TO_DATE('2008-03-28 16:00:00','YYYY-MM-DD HH24:MI:SS'), 100,
|
||||||
|
'tax.incl', 'Tax Incl', ' ', 'I', 'D');
|
||||||
|
|
||||||
|
INSERT INTO AD_MESSAGE
|
||||||
|
(ad_message_id, ad_client_id, ad_org_id, isactive, created, createdby,
|
||||||
|
updated, updatedby, VALUE, msgtext, msgtip, msgtype, entitytype)
|
||||||
|
VALUES(52447 , 0, 0, 'Y', TO_DATE('2008-03-28 16:00:00','YYYY-MM-DD HH24:MI:SS'), 100, TO_DATE('2008-03-28 16:00:00','YYYY-MM-DD HH24:MI:SS'), 100,
|
||||||
|
'tax.excl', 'Tax Excl', ' ', 'I', 'D');
|
||||||
|
|
||||||
|
INSERT INTO AD_MESSAGE
|
||||||
|
(ad_message_id, ad_client_id, ad_org_id, isactive, created, createdby,
|
||||||
|
updated, updatedby, VALUE, msgtext, msgtip, msgtype, entitytype)
|
||||||
|
VALUES(52448 , 0, 0, 'Y', TO_DATE('2008-03-28 16:00:00','YYYY-MM-DD HH24:MI:SS'), 100, TO_DATE('2008-03-28 16:00:00','YYYY-MM-DD HH24:MI:SS'), 100,
|
||||||
|
'type.of.price.list', 'Type of Price List', ' ', 'I', 'D');
|
||||||
|
|
||||||
|
INSERT INTO AD_MESSAGE
|
||||||
|
(ad_message_id, ad_client_id, ad_org_id, isactive, created, createdby,
|
||||||
|
updated, updatedby, VALUE, msgtext, msgtip, msgtype, entitytype)
|
||||||
|
VALUES(52449 , 0, 0, 'Y', TO_DATE('2008-03-28 16:00:00','YYYY-MM-DD HH24:MI:SS'), 100, TO_DATE('2008-03-28 16:00:00','YYYY-MM-DD HH24:MI:SS'), 100,
|
||||||
|
'purchase', 'Purchase', ' ', 'I', 'D');
|
||||||
|
|
||||||
|
INSERT INTO AD_MESSAGE
|
||||||
|
(ad_message_id, ad_client_id, ad_org_id, isactive, created, createdby,
|
||||||
|
updated, updatedby, VALUE, msgtext, msgtip, msgtype, entitytype)
|
||||||
|
VALUES(52450 , 0, 0, 'Y', TO_DATE('2008-03-28 16:00:00','YYYY-MM-DD HH24:MI:SS'), 100, TO_DATE('2008-03-28 16:00:00','YYYY-MM-DD HH24:MI:SS'), 100,
|
||||||
|
'sales', 'Sales', ' ', 'I', 'D');
|
||||||
|
|
||||||
|
INSERT INTO AD_MESSAGE
|
||||||
|
(ad_message_id, ad_client_id, ad_org_id, isactive, created, createdby,
|
||||||
|
updated, updatedby, VALUE, msgtext, msgtip, msgtype, entitytype)
|
||||||
|
VALUES(52451 , 0, 0, 'Y', TO_DATE('2008-03-28 16:00:00','YYYY-MM-DD HH24:MI:SS'), 100, TO_DATE('2008-03-28 16:00:00','YYYY-MM-DD HH24:MI:SS'), 100,
|
||||||
|
'isPresentForProduct', 'Present for Product', ' ', 'I', 'D');
|
|
@ -0,0 +1,5 @@
|
||||||
|
ALTER TABLE m_pricelist ADD ismandatory char(1) DEFAULT 'N';
|
||||||
|
|
||||||
|
ALTER TABLE m_pricelist ADD ispresentforproduct char(1) DEFAULT 'N';
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,32 @@
|
||||||
|
INSERT INTO ad_element
|
||||||
|
(ad_element_id, ad_client_id, ad_org_id, isactive, created, createdby, updated, updatedby,
|
||||||
|
columnname, entitytype, name, printname, description, help, po_name, po_printname, po_description, po_help)
|
||||||
|
VALUES(52027, 0, 0, 'Y', TO_TIMESTAMP('2008-03-28 16:00:00','YYYY-MM-DD HH24:MI:SS'), 100, TO_TIMESTAMP('2008-03-28 16:00:00','YYYY-MM-DD HH24:MI:SS'), 100, 'isPresentForProduct',
|
||||||
|
'U', 'isPresentForProduct', 'Present for Product', NULL, NULL, NULL, NULL, NULL, NULL);
|
||||||
|
|
||||||
|
INSERT INTO ad_column
|
||||||
|
(ad_column_id, ad_client_id, ad_org_id, isactive, created, updated, createdby, updatedby, name,
|
||||||
|
description, help, version, entitytype, columnname, ad_table_id, ad_reference_id, ad_reference_value_id,
|
||||||
|
ad_val_rule_id, fieldlength, defaultvalue, iskey, isparent, ismandatory, isupdateable, readonlylogic,
|
||||||
|
isidentifier, seqno, istranslated, isencrypted, callout, vformat, valuemin, valuemax, isselectioncolumn,
|
||||||
|
ad_element_id, ad_process_id, issyncdatabase, isalwaysupdateable, columnsql, mandatorylogic)
|
||||||
|
VALUES( 52071, 0, 0, 'Y', TO_TIMESTAMP('2008-03-28 16:00:00','YYYY-MM-DD HH24:MI:SS'), TO_TIMESTAMP('2008-03-28 16:00:00','YYYY-MM-DD HH24:MI:SS'), 100, 100,
|
||||||
|
'isPresentForProduct', 'Price List appears in Product Screen', '', 0, 'U', 'isPresentForProduct',
|
||||||
|
255, 20, NULL, NULL, 1, NULL, 'N', 'N', 'N', 'Y', NULL,
|
||||||
|
'N', 0, 'N', 'N', NULL, NULL, NULL, NULL, 'N',
|
||||||
|
52027, NULL, 'N', 'N', NULL, NULL);
|
||||||
|
|
||||||
|
INSERT INTO ad_column
|
||||||
|
(ad_column_id, ad_client_id, ad_org_id, isactive, created, updated, createdby, updatedby,
|
||||||
|
name, description, help, version, entitytype, columnname, ad_table_id, ad_reference_id,
|
||||||
|
ad_reference_value_id, ad_val_rule_id, fieldlength, defaultvalue, iskey, isparent, ismandatory,
|
||||||
|
isupdateable, readonlylogic, isidentifier, seqno, istranslated, isencrypted, callout, vformat,
|
||||||
|
valuemin, valuemax, isselectioncolumn, ad_element_id, ad_process_id, issyncdatabase,
|
||||||
|
isalwaysupdateable, columnsql, mandatorylogic)
|
||||||
|
VALUES(52072 ,
|
||||||
|
0, 0, 'Y', TO_TIMESTAMP('2008-03-28 16:00:00','YYYY-MM-DD HH24:MI:SS'), TO_TIMESTAMP('2008-03-28 16:00:00','YYYY-MM-DD HH24:MI:SS'), 100, 100, 'Mandatory', 'Data entry is required in this column',
|
||||||
|
'The field must have a value for the record to be saved to the database.', 0, 'U', 'IsMandatory',
|
||||||
|
255, 20, NULL, NULL, 1, NULL, 'N', 'N', 'N', 'Y', NULL, 'N', 0, 'N', 'N', NULL, NULL, NULL, NULL, 'N',
|
||||||
|
392, NULL, 'N', 'N', NULL, NULL);
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,65 @@
|
||||||
|
INSERT INTO AD_MESSAGE
|
||||||
|
(ad_message_id, ad_client_id, ad_org_id, isactive, created, createdby,
|
||||||
|
updated, updatedby, VALUE, msgtext, msgtip, msgtype, entitytype)
|
||||||
|
VALUES(52441 , 0, 0, 'Y', TO_TIMESTAMP('2008-03-28 16:00:00','YYYY-MM-DD HH24:MI:SS'), 100, TO_TIMESTAMP('2008-03-28 16:00:00','YYYY-MM-DD HH24:MI:SS'), 100,
|
||||||
|
'smenu.price.list', 'Price List', ' ', 'I', 'D');
|
||||||
|
|
||||||
|
INSERT INTO AD_MESSAGE
|
||||||
|
(ad_message_id, ad_client_id, ad_org_id, isactive, created, createdby,
|
||||||
|
updated, updatedby, VALUE, msgtext, msgtip, msgtype, entitytype)
|
||||||
|
VALUES(52442 , 0, 0, 'Y', TO_TIMESTAMP('2008-03-28 16:00:00','YYYY-MM-DD HH24:MI:SS'), 100, TO_TIMESTAMP('2008-03-28 16:00:00','YYYY-MM-DD HH24:MI:SS'), 100,
|
||||||
|
'pmenu.help', 'Help', ' ', 'I', 'D');
|
||||||
|
|
||||||
|
INSERT INTO AD_MESSAGE
|
||||||
|
(ad_message_id, ad_client_id, ad_org_id, isactive, created, createdby,
|
||||||
|
updated, updatedby, VALUE, msgtext, msgtip, msgtype, entitytype)
|
||||||
|
VALUES(52443 , 0, 0, 'Y', TO_TIMESTAMP('2008-03-28 16:00:00','YYYY-MM-DD HH24:MI:SS'), 100, TO_TIMESTAMP('2008-03-28 16:00:00','YYYY-MM-DD HH24:MI:SS'), 100,
|
||||||
|
'list.price', 'List Price', ' ', 'I', 'D');
|
||||||
|
|
||||||
|
INSERT INTO AD_MESSAGE
|
||||||
|
(ad_message_id, ad_client_id, ad_org_id, isactive, created, createdby,
|
||||||
|
updated, updatedby, VALUE, msgtext, msgtip, msgtype, entitytype)
|
||||||
|
VALUES(52444 , 0, 0, 'Y', TO_TIMESTAMP('2008-03-28 16:00:00','YYYY-MM-DD HH24:MI:SS'), 100, TO_TIMESTAMP('2008-03-28 16:00:00','YYYY-MM-DD HH24:MI:SS'), 100,
|
||||||
|
'standard.price', 'Standard Price', ' ', 'I', 'D');
|
||||||
|
|
||||||
|
INSERT INTO AD_MESSAGE
|
||||||
|
(ad_message_id, ad_client_id, ad_org_id, isactive, created, createdby,
|
||||||
|
updated, updatedby, VALUE, msgtext, msgtip, msgtype, entitytype)
|
||||||
|
VALUES(52445 , 0, 0, 'Y', TO_TIMESTAMP('2008-03-28 16:00:00','YYYY-MM-DD HH24:MI:SS'), 100, TO_TIMESTAMP('2008-03-28 16:00:00','YYYY-MM-DD HH24:MI:SS'), 100,
|
||||||
|
'limit.price', 'Limit Price', ' ', 'I', 'D');
|
||||||
|
|
||||||
|
INSERT INTO AD_MESSAGE
|
||||||
|
(ad_message_id, ad_client_id, ad_org_id, isactive, created, createdby,
|
||||||
|
updated, updatedby, VALUE, msgtext, msgtip, msgtype, entitytype)
|
||||||
|
VALUES(52446 , 0, 0, 'Y', TO_TIMESTAMP('2008-03-28 16:00:00','YYYY-MM-DD HH24:MI:SS'), 100, TO_TIMESTAMP('2008-03-28 16:00:00','YYYY-MM-DD HH24:MI:SS'), 100,
|
||||||
|
'tax.incl', 'Tax Incl', ' ', 'I', 'D');
|
||||||
|
|
||||||
|
INSERT INTO AD_MESSAGE
|
||||||
|
(ad_message_id, ad_client_id, ad_org_id, isactive, created, createdby,
|
||||||
|
updated, updatedby, VALUE, msgtext, msgtip, msgtype, entitytype)
|
||||||
|
VALUES(52447 , 0, 0, 'Y', TO_TIMESTAMP('2008-03-28 16:00:00','YYYY-MM-DD HH24:MI:SS'), 100, TO_TIMESTAMP('2008-03-28 16:00:00','YYYY-MM-DD HH24:MI:SS'), 100,
|
||||||
|
'tax.excl', 'Tax Excl', ' ', 'I', 'D');
|
||||||
|
|
||||||
|
INSERT INTO AD_MESSAGE
|
||||||
|
(ad_message_id, ad_client_id, ad_org_id, isactive, created, createdby,
|
||||||
|
updated, updatedby, VALUE, msgtext, msgtip, msgtype, entitytype)
|
||||||
|
VALUES(52448 , 0, 0, 'Y', TO_TIMESTAMP('2008-03-28 16:00:00','YYYY-MM-DD HH24:MI:SS'), 100, TO_TIMESTAMP('2008-03-28 16:00:00','YYYY-MM-DD HH24:MI:SS'), 100,
|
||||||
|
'type.of.price.list', 'Type of Price List', ' ', 'I', 'D');
|
||||||
|
|
||||||
|
INSERT INTO AD_MESSAGE
|
||||||
|
(ad_message_id, ad_client_id, ad_org_id, isactive, created, createdby,
|
||||||
|
updated, updatedby, VALUE, msgtext, msgtip, msgtype, entitytype)
|
||||||
|
VALUES(52449 , 0, 0, 'Y', TO_TIMESTAMP('2008-03-28 16:00:00','YYYY-MM-DD HH24:MI:SS'), 100, TO_TIMESTAMP('2008-03-28 16:00:00','YYYY-MM-DD HH24:MI:SS'), 100,
|
||||||
|
'purchase', 'Purchase', ' ', 'I', 'D');
|
||||||
|
|
||||||
|
INSERT INTO AD_MESSAGE
|
||||||
|
(ad_message_id, ad_client_id, ad_org_id, isactive, created, createdby,
|
||||||
|
updated, updatedby, VALUE, msgtext, msgtip, msgtype, entitytype)
|
||||||
|
VALUES(52450 , 0, 0, 'Y', TO_TIMESTAMP('2008-03-28 16:00:00','YYYY-MM-DD HH24:MI:SS'), 100, TO_TIMESTAMP('2008-03-28 16:00:00','YYYY-MM-DD HH24:MI:SS'), 100,
|
||||||
|
'sales', 'Sales', ' ', 'I', 'D');
|
||||||
|
|
||||||
|
INSERT INTO AD_MESSAGE
|
||||||
|
(ad_message_id, ad_client_id, ad_org_id, isactive, created, createdby,
|
||||||
|
updated, updatedby, VALUE, msgtext, msgtip, msgtype, entitytype)
|
||||||
|
VALUES(52451 , 0, 0, 'Y', TO_TIMESTAMP('2008-03-28 16:00:00','YYYY-MM-DD HH24:MI:SS'), 100, TO_TIMESTAMP('2008-03-28 16:00:00','YYYY-MM-DD HH24:MI:SS'), 100,
|
||||||
|
'isPresentForProduct', 'Present for Product', ' ', 'I', 'D');
|
|
@ -0,0 +1,5 @@
|
||||||
|
ALTER TABLE m_pricelist ADD COLUMN ismandatory char(1) DEFAULT 'N';
|
||||||
|
|
||||||
|
ALTER TABLE m_pricelist ADD COLUMN ispresentforproduct char(1) DEFAULT 'N';
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,50 @@
|
||||||
|
<project name="migrate-posterita-db-oracle-1.6" default="run-scripts" basedir=".">
|
||||||
|
<property file="../oracle.properties" />
|
||||||
|
<path id="lib.path">
|
||||||
|
<fileset dir="../../../../tools/lib">
|
||||||
|
<include name="**/*.jar" />
|
||||||
|
</fileset>
|
||||||
|
</path>
|
||||||
|
<taskdef resource="net/sf/antcontrib/antlib.xml">
|
||||||
|
<classpath>
|
||||||
|
<fileset dir="../../../../tools/lib">
|
||||||
|
<include name="**/*.jar" />
|
||||||
|
</fileset>
|
||||||
|
</classpath>
|
||||||
|
</taskdef>
|
||||||
|
|
||||||
|
<target name="init">
|
||||||
|
<echo message="============================================================" />
|
||||||
|
<echo message=" Oracle database migration tool for Adempiere ERP" />
|
||||||
|
<echo message=" Adempiere Licese is GNU GPL License" />
|
||||||
|
<echo message="============================================================" />
|
||||||
|
<echo message="" file="sqlplus.log" append="false" />
|
||||||
|
<echo append="false" file="build.log" message="#Build log:${line.separator}${line.separator}" />
|
||||||
|
</target>
|
||||||
|
|
||||||
|
<target name="run-scripts" depends="init">
|
||||||
|
<echo message="----- Running migration SQL scripts -----" />
|
||||||
|
<echo file="sqlplus.log" append="true" message="${line.separator}#Run Scripts:${line.separator}${line.separator}" />
|
||||||
|
<foreach param="file.name" target="load">
|
||||||
|
<path>
|
||||||
|
<fileset dir="./oracle">
|
||||||
|
<include name="*.sql" />
|
||||||
|
</fileset>
|
||||||
|
</path>
|
||||||
|
</foreach>
|
||||||
|
</target>
|
||||||
|
|
||||||
|
<target name="load">
|
||||||
|
<echo message="Loading file ${file.name}" />
|
||||||
|
<exec dir="${oracle.home}/bin" executable="${oracle.home}/bin/sqlplus" resultproperty="sqlplus.result" output="sqlplus.log" append="true">
|
||||||
|
<arg line="${oracle.connect.param}" />
|
||||||
|
<arg line="@'${file.name}'" />
|
||||||
|
</exec>
|
||||||
|
<echo message="File ${file.name} status ${sqlplus.result}" />
|
||||||
|
<echo append="true" file="build.log">File ${file.name} status ${sqlplus.result}</echo>
|
||||||
|
<echo append="true" file="build.log" message="${line.separator}" />
|
||||||
|
</target>
|
||||||
|
|
||||||
|
</project>
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,14 @@
|
||||||
|
INSERT INTO AD_Element
|
||||||
|
(ad_element_id, ad_client_id, ad_org_id, isactive, created, createdby, updated, updatedby,
|
||||||
|
columnname, entitytype, name, printname, description, help, po_name, po_printname, po_description, po_help)
|
||||||
|
VALUES(52073, 0, 0, 'Y', TO_TIMESTAMP('2008-04-17 16:00:00','YYYY-MM-DD HH24:MI:SS'), 100, TO_TIMESTAMP('2008-04-17 16:00:00','YYYY-MM-DD HH24:MI:SS'), 100,
|
||||||
|
'RoundOffFactor', 'U', 'Round Off Factor', 'Round Off Factor', 'Used to Round Off Payment Amount', NULL, NULL, NULL, NULL, NULL);
|
||||||
|
|
||||||
|
INSERT INTO ad_column
|
||||||
|
(ad_column_id, ad_client_id, ad_org_id, isactive, created, updated, createdby, updatedby, name,
|
||||||
|
description, help, version, entitytype, columnname, ad_table_id, ad_reference_id, ad_reference_value_id,
|
||||||
|
ad_val_rule_id, fieldlength, defaultvalue, iskey, isparent, ismandatory, isupdateable, readonlylogic,
|
||||||
|
isidentifier, seqno, istranslated, isencrypted, callout, vformat, valuemin, valuemax, isselectioncolumn,
|
||||||
|
ad_element_id, ad_process_id, issyncdatabase, isalwaysupdateable, columnsql, mandatorylogic)
|
||||||
|
VALUES(52074, 0, 0, 'Y', TO_TIMESTAMP('2008-04-17 16:00:00','YYYY-MM-DD HH24:MI:SS'), TO_TIMESTAMP('2008-04-17 16:00:00','YYYY-MM-DD HH24:MI:SS'), 100, 100, 'RoundOffFactor' , 'Used to Round Off Payment Amount', NULL, 0, 'U', 'RoundOffFactor', 141, 22, NULL, NULL, 14, 1, 'N', 'N', 'Y', 'Y', NULL,
|
||||||
|
'N', 0, 'N', 'N', NULL, NULL, NULL, NULL, 'N', 52073, NULL, 'N', 'N', NULL, NULL);
|
|
@ -0,0 +1,11 @@
|
||||||
|
INSERT INTO AD_MESSAGE
|
||||||
|
(ad_message_id, ad_client_id, ad_org_id, isactive, created, createdby,
|
||||||
|
updated, updatedby, VALUE, msgtext, msgtip, msgtype, entitytype)
|
||||||
|
VALUES(52467 , 0, 0, 'Y', TO_TIMESTAMP('2008-04-25 14:30:00','YYYY-MM-DD HH24:MI:SS'), 100, TO_TIMESTAMP('2008-04-25 14:30:00','YYYY-MM-DD HH24:MI:SS'), 100,
|
||||||
|
'smenu.currency', 'Currency', ' ', 'I', 'D');
|
||||||
|
|
||||||
|
INSERT INTO AD_MESSAGE
|
||||||
|
(ad_message_id, ad_client_id, ad_org_id, isactive, created, createdby,
|
||||||
|
updated, updatedby, VALUE, msgtext, msgtip, msgtype, entitytype)
|
||||||
|
VALUES(52468 , 0, 0, 'Y', TO_TIMESTAMP('2008-04-25 14:30:00','YYYY-MM-DD HH24:MI:SS'), 100, TO_TIMESTAMP('2008-04-25 14:30:00','YYYY-MM-DD HH24:MI:SS'), 100,
|
||||||
|
'smenu.delete.price.on.pricelist', 'Delete Price On Price List', ' ', 'I', 'D');
|
|
@ -0,0 +1,2 @@
|
||||||
|
ALTER TABLE C_Currency ADD roundOffFactor NUMBER;
|
||||||
|
|
|
@ -0,0 +1,14 @@
|
||||||
|
INSERT INTO AD_Element
|
||||||
|
(ad_element_id, ad_client_id, ad_org_id, isactive, created, createdby, updated, updatedby,
|
||||||
|
columnname, entitytype, name, printname, description, help, po_name, po_printname, po_description, po_help)
|
||||||
|
VALUES(52073, 0, 0, 'Y', TO_TIMESTAMP('2008-04-17 16:00:00','YYYY-MM-DD HH24:MI:SS'), 100, TO_TIMESTAMP('2008-04-17 16:00:00','YYYY-MM-DD HH24:MI:SS'), 100,
|
||||||
|
'RoundOffFactor', 'U', 'Round Off Factor', 'Round Off Factor', 'Used to Round Off Payment Amount', NULL, NULL, NULL, NULL, NULL);
|
||||||
|
|
||||||
|
INSERT INTO ad_column
|
||||||
|
(ad_column_id, ad_client_id, ad_org_id, isactive, created, updated, createdby, updatedby, name,
|
||||||
|
description, help, version, entitytype, columnname, ad_table_id, ad_reference_id, ad_reference_value_id,
|
||||||
|
ad_val_rule_id, fieldlength, defaultvalue, iskey, isparent, ismandatory, isupdateable, readonlylogic,
|
||||||
|
isidentifier, seqno, istranslated, isencrypted, callout, vformat, valuemin, valuemax, isselectioncolumn,
|
||||||
|
ad_element_id, ad_process_id, issyncdatabase, isalwaysupdateable, columnsql, mandatorylogic)
|
||||||
|
VALUES(52074, 0, 0, 'Y', TO_TIMESTAMP('2008-04-17 16:00:00','YYYY-MM-DD HH24:MI:SS'), TO_TIMESTAMP('2008-04-17 16:00:00','YYYY-MM-DD HH24:MI:SS'), 100, 100, 'RoundOffFactor' , 'Used to Round Off Payment Amount', NULL, 0, 'U', 'RoundOffFactor', 141, 22, NULL, NULL, 14, 1, 'N', 'N', 'Y', 'Y', NULL,
|
||||||
|
'N', 0, 'N', 'N', NULL, NULL, NULL, NULL, 'N', 52073, NULL, 'N', 'N', NULL, NULL);
|
|
@ -0,0 +1,18 @@
|
||||||
|
INSERT INTO AD_MESSAGE
|
||||||
|
(ad_message_id, ad_client_id, ad_org_id, isactive, created, createdby,
|
||||||
|
updated, updatedby, VALUE, msgtext, msgtip, msgtype, entitytype)
|
||||||
|
VALUES(52467 , 0, 0, 'Y', TO_TIMESTAMP('2008-04-25 14:30:00','YYYY-MM-DD HH24:MI:SS'), 100, TO_TIMESTAMP('2008-04-25 14:30:00','YYYY-MM-DD HH24:MI:SS'), 100,
|
||||||
|
'smenu.currency', 'Currency', ' ', 'I', 'D');
|
||||||
|
|
||||||
|
INSERT INTO AD_MESSAGE
|
||||||
|
(ad_message_id, ad_client_id, ad_org_id, isactive, created, createdby,
|
||||||
|
updated, updatedby, VALUE, msgtext, msgtip, msgtype, entitytype)
|
||||||
|
VALUES(52468 , 0, 0, 'Y', TO_TIMESTAMP('2008-04-25 14:30:00','YYYY-MM-DD HH24:MI:SS'), 100, TO_TIMESTAMP('2008-04-25 14:30:00','YYYY-MM-DD HH24:MI:SS'), 100,
|
||||||
|
'smenu.delete.price.on.pricelist', 'Delete Price On Price List', ' ', 'I', 'D');
|
||||||
|
|
||||||
|
INSERT INTO AD_MESSAGE
|
||||||
|
(ad_message_id, ad_client_id, ad_org_id, isactive, created, createdby,
|
||||||
|
updated, updatedby, VALUE, msgtext, msgtip, msgtype, entitytype)
|
||||||
|
VALUES(52469 , 0, 0, 'Y', TO_TIMESTAMP('2008-04-25 14:30:00','YYYY-MM-DD HH24:MI:SS'), 100, TO_TIMESTAMP('2008-04-25 14:30:00','YYYY-MM-DD HH24:MI:SS'), 100,
|
||||||
|
'smenu.organisation', 'Organisation', ' ', 'I', 'D');
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
ALTER TABLE C_Currency ADD COLUMN roundOffFactor NUMERIC;
|
||||||
|
|
|
@ -0,0 +1,50 @@
|
||||||
|
<project name="migrate-posterita-db-oracle-1.7.0" default="run-scripts" basedir=".">
|
||||||
|
<property file="../oracle.properties" />
|
||||||
|
<path id="lib.path">
|
||||||
|
<fileset dir="../../../../tools/lib">
|
||||||
|
<include name="**/*.jar" />
|
||||||
|
</fileset>
|
||||||
|
</path>
|
||||||
|
<taskdef resource="net/sf/antcontrib/antlib.xml">
|
||||||
|
<classpath>
|
||||||
|
<fileset dir="../../../../tools/lib">
|
||||||
|
<include name="**/*.jar" />
|
||||||
|
</fileset>
|
||||||
|
</classpath>
|
||||||
|
</taskdef>
|
||||||
|
|
||||||
|
<target name="init">
|
||||||
|
<echo message="============================================================" />
|
||||||
|
<echo message=" Oracle database migration tool for Adempiere ERP" />
|
||||||
|
<echo message=" Adempiere Licese is GNU GPL License" />
|
||||||
|
<echo message="============================================================" />
|
||||||
|
<echo message="" file="sqlplus.log" append="false" />
|
||||||
|
<echo append="false" file="build.log" message="#Build log:${line.separator}${line.separator}" />
|
||||||
|
</target>
|
||||||
|
|
||||||
|
<target name="run-scripts" depends="init">
|
||||||
|
<echo message="----- Running migration SQL scripts -----" />
|
||||||
|
<echo file="sqlplus.log" append="true" message="${line.separator}#Run Scripts:${line.separator}${line.separator}" />
|
||||||
|
<foreach param="file.name" target="load">
|
||||||
|
<path>
|
||||||
|
<fileset dir="./oracle">
|
||||||
|
<include name="*.sql" />
|
||||||
|
</fileset>
|
||||||
|
</path>
|
||||||
|
</foreach>
|
||||||
|
</target>
|
||||||
|
|
||||||
|
<target name="load">
|
||||||
|
<echo message="Loading file ${file.name}" />
|
||||||
|
<exec dir="${oracle.home}/bin" executable="${oracle.home}/bin/sqlplus" resultproperty="sqlplus.result" output="sqlplus.log" append="true">
|
||||||
|
<arg line="${oracle.connect.param}" />
|
||||||
|
<arg line="@'${file.name}'" />
|
||||||
|
</exec>
|
||||||
|
<echo message="File ${file.name} status ${sqlplus.result}" />
|
||||||
|
<echo append="true" file="build.log">File ${file.name} status ${sqlplus.result}</echo>
|
||||||
|
<echo append="true" file="build.log" message="${line.separator}" />
|
||||||
|
</target>
|
||||||
|
|
||||||
|
</project>
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,24 @@
|
||||||
|
-- May 22, 2008 10:57:07 AM GMT+04:00
|
||||||
|
-- Create Mixed in the payment rules list
|
||||||
|
INSERT INTO AD_Ref_List (AD_Client_ID,AD_Org_ID,AD_Reference_ID,AD_Ref_List_ID,Created,CreatedBy,EntityType,IsActive,Name,Updated,UpdatedBy,Value) VALUES (0,0,195,52000,TO_DATE('2008-05-22 10:55:30','YYYY-MM-DD HH24:MI:SS'),100,'D','Y','Mixed',TO_DATE('2008-05-22 10:55:30','YYYY-MM-DD HH24:MI:SS'),100,'M')
|
||||||
|
;
|
||||||
|
|
||||||
|
-- May 22, 2008 10:57:11 AM GMT+04:00
|
||||||
|
-- Update the translation
|
||||||
|
INSERT INTO AD_Ref_List_Trl (AD_Language,AD_Ref_List_ID, Description,Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Ref_List_ID, t.Description,t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Ref_List t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Ref_List_ID=52000 AND EXISTS (SELECT * FROM AD_Ref_List_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Ref_List_ID!=t.AD_Ref_List_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- May 22, 2008 11:28:12 AM GMT+04:00
|
||||||
|
-- Creates new Validation rule so that rich client does not get Mixed rule
|
||||||
|
INSERT INTO AD_Val_Rule (AD_Client_ID,AD_Org_ID,AD_Val_Rule_ID,Code,Created,CreatedBy,EntityType,IsActive,Name,Type,Updated,UpdatedBy) VALUES (0,0,52002,'AD_Ref_List.Value <> ''M''',TO_DATE('2008-05-22 11:28:12','YYYY-MM-DD HH24:MI:SS'),100,'D','Y','All_Payment Rule - No mixed','S',TO_DATE('2008-05-22 11:28:12','YYYY-MM-DD HH24:MI:SS'),100)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- May 22, 2008 11:30:02 AM GMT+04:00
|
||||||
|
-- Updates all columns in AD where the payment rule list is used with the validation created earlier
|
||||||
|
UPDATE AD_Column SET AD_Val_Rule_ID=52002 WHERE AD_Reference_Value_ID=195 AND AD_Val_Rule_ID IS NULL
|
||||||
|
;
|
||||||
|
|
||||||
|
-- May 22, 2008 11:31:15 AM GMT+04:00
|
||||||
|
-- Updates all columns in AD where an existing validation rule exist and set it to ignore the Mixed rule
|
||||||
|
UPDATE AD_Val_Rule SET Code='AD_Ref_List.Value <> ''B'' AND AD_Ref_List.Value <> ''M''' WHERE AD_Val_Rule_ID=161
|
||||||
|
;
|
|
@ -0,0 +1,629 @@
|
||||||
|
-- Jun 2, 2008 9:19:48 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Table (AccessLevel,AD_Client_ID,AD_Org_ID,AD_Table_ID,CopyColumnsFromTable,Created,CreatedBy,EntityType,ImportTable,IsActive,IsChangeLog,IsDeleteable,IsHighVolume,IsSecurityEnabled,IsView,LoadSeq,Name,ReplicationType,TableName,Updated,UpdatedBy) VALUES ('1',0,0,52004,'N',TO_DATE('2008-06-02 21:19:47','YYYY-MM-DD HH24:MI:SS'),100,'A','N','Y','N','Y','N','N','N',0,'POS Terminal','L','U_POSTerminal',TO_DATE('2008-06-02 21:19:47','YYYY-MM-DD HH24:MI:SS'),100)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:19:48 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Table_Trl (AD_Language,AD_Table_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Table_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Table t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Table_ID=52004 AND EXISTS (SELECT * FROM AD_Table_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Table_ID!=t.AD_Table_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:21:23 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Table_ID,AD_Val_Rule_ID,ColumnName,Created,CreatedBy,DefaultValue,Description,EntityType,FieldLength,Help,IsActive,IsAlwaysUpdateable,IsEncrypted,IsIdentifier,IsKey,IsMandatory,IsParent,IsSelectionColumn,IsSyncDatabase,IsTranslated,IsUpdateable,Name,SeqNo,Updated,UpdatedBy,Version) VALUES (0,52077,102,0,19,52004,129,'AD_Client_ID',TO_DATE('2008-06-02 21:21:22','YYYY-MM-DD HH24:MI:SS'),100,'@#AD_Client_ID@','Client/Tenant for this installation.','A',22,'A Client is a company or a legal entity. You cannot share data between Clients. Tenant is a synonym for Client.','Y','N','N','N','N','Y','N','N','N','N','Y','Client',0,TO_DATE('2008-06-02 21:21:22','YYYY-MM-DD HH24:MI:SS'),100,0)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:21:23 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Column_ID=52077 AND EXISTS (SELECT * FROM AD_Column_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Column_ID!=t.AD_Column_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:22:32 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Table_ID,AD_Val_Rule_ID,ColumnName,Created,CreatedBy,DefaultValue,Description,EntityType,FieldLength,Help,IsActive,IsAlwaysUpdateable,IsEncrypted,IsIdentifier,IsKey,IsMandatory,IsParent,IsSelectionColumn,IsSyncDatabase,IsTranslated,IsUpdateable,Name,SeqNo,Updated,UpdatedBy,Version) VALUES (0,52078,113,0,19,52004,130,'AD_Org_ID',TO_DATE('2008-06-02 21:22:32','YYYY-MM-DD HH24:MI:SS'),100,'@#AD_Org_ID@','Organizational entity within client','A',22,'An organization is a unit of your client or legal entity - examples are store, department. You can share data between organizations.','Y','N','N','N','N','Y','N','N','N','N','Y','Organization',0,TO_DATE('2008-06-02 21:22:32','YYYY-MM-DD HH24:MI:SS'),100,0)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:22:32 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Column_ID=52078 AND EXISTS (SELECT * FROM AD_Column_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Column_ID!=t.AD_Column_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:23:51 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Element (AD_Client_ID,AD_Element_ID,AD_Org_ID,ColumnName,Created,CreatedBy,Description,EntityType,IsActive,Name,PrintName,Updated,UpdatedBy) VALUES (0,52030,0,'AutoLock',TO_DATE('2008-06-02 21:23:51','YYYY-MM-DD HH24:MI:SS'),100,'Whether to automatically lock the terminal when till is closed','A','Y','Auto Lock','Auto Lock',TO_DATE('2008-06-02 21:23:51','YYYY-MM-DD HH24:MI:SS'),100)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:23:51 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Element_Trl (AD_Language,AD_Element_ID, Description,Help,Name,PO_Description,PO_Help,PO_Name,PO_PrintName,PrintName, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Element_ID, t.Description,t.Help,t.Name,t.PO_Description,t.PO_Help,t.PO_Name,t.PO_PrintName,t.PrintName, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Element t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Element_ID=52030 AND EXISTS (SELECT * FROM AD_Element_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Element_ID!=t.AD_Element_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:24:30 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Table_ID,ColumnName,Created,CreatedBy,DefaultValue,Description,EntityType,FieldLength,IsActive,IsAlwaysUpdateable,IsEncrypted,IsIdentifier,IsKey,IsMandatory,IsParent,IsSelectionColumn,IsSyncDatabase,IsTranslated,IsUpdateable,Name,SeqNo,Updated,UpdatedBy,Version) VALUES (0,52079,52030,0,20,52004,'AutoLock',TO_DATE('2008-06-02 21:24:30','YYYY-MM-DD HH24:MI:SS'),100,'N','Whether to automatically lock the terminal when till is closed','A',1,'Y','N','N','N','N','Y','N','N','N','N','Y','Auto Lock',0,TO_DATE('2008-06-02 21:24:30','YYYY-MM-DD HH24:MI:SS'),100,0)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:24:30 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Column_ID=52079 AND EXISTS (SELECT * FROM AD_Column_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Column_ID!=t.AD_Column_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:26:51 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Element (AD_Client_ID,AD_Element_ID,AD_Org_ID,ColumnName,Created,CreatedBy,Description,EntityType,IsActive,Name,PrintName,Updated,UpdatedBy) VALUES (0,52031,0,'CashBookTransferType',TO_DATE('2008-06-02 21:26:51','YYYY-MM-DD HH24:MI:SS'),100,'Where the money in the cash book should be transfered to. Either a Bank Account or another Cash Book','A','Y','Cash Book Transfer Type','Cash Book Transfer Type',TO_DATE('2008-06-02 21:26:51','YYYY-MM-DD HH24:MI:SS'),100)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:26:51 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Element_Trl (AD_Language,AD_Element_ID, Description,Help,Name,PO_Description,PO_Help,PO_Name,PO_PrintName,PrintName, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Element_ID, t.Description,t.Help,t.Name,t.PO_Description,t.PO_Help,t.PO_Name,t.PO_PrintName,t.PrintName, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Element t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Element_ID=52031 AND EXISTS (SELECT * FROM AD_Element_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Element_ID!=t.AD_Element_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:29:14 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Reference (AD_Client_ID,AD_Org_ID,AD_Reference_ID,Created,CreatedBy,Description,EntityType,IsActive,Name,Updated,UpdatedBy,ValidationType) VALUES (0,0,52002,TO_DATE('2008-06-02 21:29:14','YYYY-MM-DD HH24:MI:SS'),100,'Where money should be transfered to','A','Y','_TransferType',TO_DATE('2008-06-02 21:29:14','YYYY-MM-DD HH24:MI:SS'),100,'L')
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:29:14 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Reference_Trl (AD_Language,AD_Reference_ID, Description,Help,Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Reference_ID, t.Description,t.Help,t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Reference t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Reference_ID=52002 AND EXISTS (SELECT * FROM AD_Reference_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Reference_ID!=t.AD_Reference_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:29:42 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Ref_List (AD_Client_ID,AD_Org_ID,AD_Reference_ID,AD_Ref_List_ID,Created,CreatedBy,EntityType,IsActive,Name,Updated,UpdatedBy,Value) VALUES (0,0,52002,52001,TO_DATE('2008-06-02 21:29:42','YYYY-MM-DD HH24:MI:SS'),100,'A','Y','Bank Account',TO_DATE('2008-06-02 21:29:42','YYYY-MM-DD HH24:MI:SS'),100,'B')
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:29:42 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Ref_List_Trl (AD_Language,AD_Ref_List_ID, Description,Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Ref_List_ID, t.Description,t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Ref_List t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Ref_List_ID=52001 AND EXISTS (SELECT * FROM AD_Ref_List_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Ref_List_ID!=t.AD_Ref_List_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:29:51 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Ref_List (AD_Client_ID,AD_Org_ID,AD_Reference_ID,AD_Ref_List_ID,Created,CreatedBy,EntityType,IsActive,Name,Updated,UpdatedBy,Value) VALUES (0,0,52002,52002,TO_DATE('2008-06-02 21:29:51','YYYY-MM-DD HH24:MI:SS'),100,'A','Y','CashBook',TO_DATE('2008-06-02 21:29:51','YYYY-MM-DD HH24:MI:SS'),100,'C')
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:29:51 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Ref_List_Trl (AD_Language,AD_Ref_List_ID, Description,Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Ref_List_ID, t.Description,t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Ref_List t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Ref_List_ID=52002 AND EXISTS (SELECT * FROM AD_Ref_List_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Ref_List_ID!=t.AD_Ref_List_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:30:13 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Reference_Value_ID,AD_Table_ID,ColumnName,Created,CreatedBy,Description,EntityType,FieldLength,IsActive,IsAlwaysUpdateable,IsEncrypted,IsIdentifier,IsKey,IsMandatory,IsParent,IsSelectionColumn,IsSyncDatabase,IsTranslated,IsUpdateable,Name,SeqNo,Updated,UpdatedBy,Version) VALUES (0,52080,52031,0,17,52002,52004,'CashBookTransferType',TO_DATE('2008-06-02 21:30:13','YYYY-MM-DD HH24:MI:SS'),100,'Where the money in the cash book should be transfered to. Either a Bank Account or another Cash Book','A',1,'Y','N','N','N','N','Y','N','N','N','N','Y','Cash Book Transfer Type',0,TO_DATE('2008-06-02 21:30:13','YYYY-MM-DD HH24:MI:SS'),100,0)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:30:13 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Column_ID=52080 AND EXISTS (SELECT * FROM AD_Column_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Column_ID!=t.AD_Column_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:32:22 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Element (AD_Client_ID,AD_Element_ID,AD_Org_ID,ColumnName,Created,CreatedBy,Description,EntityType,IsActive,Name,PrintName,Updated,UpdatedBy) VALUES (0,52032,0,'CashTransferBankAccount_ID',TO_DATE('2008-06-02 21:32:22','YYYY-MM-DD HH24:MI:SS'),100,'Bank Account on which to transfer all Cash transactions','A','Y','Transfer Cash trx to','Transfer Cash trx to',TO_DATE('2008-06-02 21:32:22','YYYY-MM-DD HH24:MI:SS'),100)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:32:22 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Element_Trl (AD_Language,AD_Element_ID, Description,Help,Name,PO_Description,PO_Help,PO_Name,PO_PrintName,PrintName, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Element_ID, t.Description,t.Help,t.Name,t.PO_Description,t.PO_Help,t.PO_Name,t.PO_PrintName,t.PrintName, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Element t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Element_ID=52032 AND EXISTS (SELECT * FROM AD_Element_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Element_ID!=t.AD_Element_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:33:15 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Reference (AD_Client_ID,AD_Org_ID,AD_Reference_ID,Created,CreatedBy,EntityType,IsActive,Name,Updated,UpdatedBy,ValidationType) VALUES (0,0,52003,TO_DATE('2008-06-02 21:33:15','YYYY-MM-DD HH24:MI:SS'),100,'A','Y','C_BankAccount',TO_DATE('2008-06-02 21:33:15','YYYY-MM-DD HH24:MI:SS'),100,'T')
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:33:15 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Reference_Trl (AD_Language,AD_Reference_ID, Description,Help,Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Reference_ID, t.Description,t.Help,t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Reference t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Reference_ID=52003 AND EXISTS (SELECT * FROM AD_Reference_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Reference_ID!=t.AD_Reference_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:33:52 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Ref_Table (AD_Client_ID,AD_Display,AD_Key,AD_Org_ID,AD_Reference_ID,AD_Table_ID,Created,CreatedBy,EntityType,IsActive,IsValueDisplayed,Updated,UpdatedBy,WhereClause) VALUES (0,3074,3077,0,52003,297,TO_DATE('2008-06-02 21:33:52','YYYY-MM-DD HH24:MI:SS'),100,'A','Y','N',TO_DATE('2008-06-02 21:33:52','YYYY-MM-DD HH24:MI:SS'),100,'C_BankAccount.IsActive=''Y''')
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:34:10 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Reference_Value_ID,AD_Table_ID,ColumnName,Created,CreatedBy,Description,EntityType,FieldLength,IsActive,IsAlwaysUpdateable,IsEncrypted,IsIdentifier,IsKey,IsMandatory,IsParent,IsSelectionColumn,IsSyncDatabase,IsTranslated,IsUpdateable,Name,SeqNo,Updated,UpdatedBy,Version) VALUES (0,52081,52032,0,18,52003,52004,'CashTransferBankAccount_ID',TO_DATE('2008-06-02 21:34:10','YYYY-MM-DD HH24:MI:SS'),100,'Bank Account on which to transfer all Cash transactions','A',22,'Y','N','N','N','N','N','N','N','N','N','Y','Transfer Cash trx to',0,TO_DATE('2008-06-02 21:34:10','YYYY-MM-DD HH24:MI:SS'),100,0)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:34:10 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Column_ID=52081 AND EXISTS (SELECT * FROM AD_Column_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Column_ID!=t.AD_Column_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:35:28 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Element (AD_Client_ID,AD_Element_ID,AD_Org_ID,ColumnName,Created,CreatedBy,Description,EntityType,IsActive,Name,PrintName,Updated,UpdatedBy) VALUES (0,52033,0,'CashTransferCashBook_ID',TO_DATE('2008-06-02 21:35:28','YYYY-MM-DD HH24:MI:SS'),100,'Cash Book on which to transfer all Cash transactions','A','Y','Transfer Cash trx to','Transfer Cash trx to',TO_DATE('2008-06-02 21:35:28','YYYY-MM-DD HH24:MI:SS'),100)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:35:28 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Element_Trl (AD_Language,AD_Element_ID, Description,Help,Name,PO_Description,PO_Help,PO_Name,PO_PrintName,PrintName, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Element_ID, t.Description,t.Help,t.Name,t.PO_Description,t.PO_Help,t.PO_Name,t.PO_PrintName,t.PrintName, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Element t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Element_ID=52033 AND EXISTS (SELECT * FROM AD_Element_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Element_ID!=t.AD_Element_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:36:18 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Reference (AD_Client_ID,AD_Org_ID,AD_Reference_ID,Created,CreatedBy,EntityType,IsActive,Name,Updated,UpdatedBy,ValidationType) VALUES (0,0,52004,TO_DATE('2008-06-02 21:36:18','YYYY-MM-DD HH24:MI:SS'),100,'A','Y','C_CashBook',TO_DATE('2008-06-02 21:36:18','YYYY-MM-DD HH24:MI:SS'),100,'T')
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:36:18 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Reference_Trl (AD_Language,AD_Reference_ID, Description,Help,Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Reference_ID, t.Description,t.Help,t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Reference t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Reference_ID=52004 AND EXISTS (SELECT * FROM AD_Reference_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Reference_ID!=t.AD_Reference_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:36:54 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Ref_Table (AD_Client_ID,AD_Display,AD_Key,AD_Org_ID,AD_Reference_ID,AD_Table_ID,Created,CreatedBy,EntityType,IsActive,IsValueDisplayed,Updated,UpdatedBy,WhereClause) VALUES (0,5268,5260,0,52004,408,TO_DATE('2008-06-02 21:36:54','YYYY-MM-DD HH24:MI:SS'),100,'A','Y','N',TO_DATE('2008-06-02 21:36:54','YYYY-MM-DD HH24:MI:SS'),100,'C_CashBook.IsActive=''Y''')
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:37:11 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Reference_Value_ID,AD_Table_ID,ColumnName,Created,CreatedBy,Description,EntityType,FieldLength,IsActive,IsAlwaysUpdateable,IsEncrypted,IsIdentifier,IsKey,IsMandatory,IsParent,IsSelectionColumn,IsSyncDatabase,IsTranslated,IsUpdateable,Name,SeqNo,Updated,UpdatedBy,Version) VALUES (0,52082,52033,0,18,52004,52004,'CashTransferCashBook_ID',TO_DATE('2008-06-02 21:37:11','YYYY-MM-DD HH24:MI:SS'),100,'Cash Book on which to transfer all Cash transactions','A',22,'Y','N','N','N','N','N','N','N','N','N','Y','Transfer Cash trx to',0,TO_DATE('2008-06-02 21:37:11','YYYY-MM-DD HH24:MI:SS'),100,0)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:37:11 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Column_ID=52082 AND EXISTS (SELECT * FROM AD_Column_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Column_ID!=t.AD_Column_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:37:53 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Table_ID,ColumnName,Created,CreatedBy,Description,EntityType,FieldLength,Help,IsActive,IsAlwaysUpdateable,IsEncrypted,IsIdentifier,IsKey,IsMandatory,IsParent,IsSelectionColumn,IsSyncDatabase,IsTranslated,IsUpdateable,Name,SeqNo,Updated,UpdatedBy,Version) VALUES (0,52083,1463,0,19,52004,'C_CashBook_ID',TO_DATE('2008-06-02 21:37:53','YYYY-MM-DD HH24:MI:SS'),100,'Cash Book for recording petty cash transactions','A',22,'The Cash Book identifies a unique cash book. The cash book is used to record cash transactions.','Y','N','N','N','N','Y','N','N','N','N','Y','Cash Book',0,TO_DATE('2008-06-02 21:37:53','YYYY-MM-DD HH24:MI:SS'),100,0)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:37:53 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Column_ID=52083 AND EXISTS (SELECT * FROM AD_Column_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Column_ID!=t.AD_Column_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:39:00 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Element (AD_Client_ID,AD_Element_ID,AD_Org_ID,ColumnName,Created,CreatedBy,Description,EntityType,IsActive,Name,PrintName,Updated,UpdatedBy) VALUES (0,52034,0,'C_CashBPartner_ID',TO_DATE('2008-06-02 21:39:00','YYYY-MM-DD HH24:MI:SS'),100,'BPartner to be used for Cash transactions','A','Y','Cash BPartner','Cash BPartner',TO_DATE('2008-06-02 21:39:00','YYYY-MM-DD HH24:MI:SS'),100)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:39:00 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Element_Trl (AD_Language,AD_Element_ID, Description,Help,Name,PO_Description,PO_Help,PO_Name,PO_PrintName,PrintName, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Element_ID, t.Description,t.Help,t.Name,t.PO_Description,t.PO_Help,t.PO_Name,t.PO_PrintName,t.PrintName, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Element t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Element_ID=52034 AND EXISTS (SELECT * FROM AD_Element_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Element_ID!=t.AD_Element_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:39:32 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Reference_Value_ID,AD_Table_ID,ColumnName,Created,CreatedBy,Description,EntityType,FieldLength,IsActive,IsAlwaysUpdateable,IsEncrypted,IsIdentifier,IsKey,IsMandatory,IsParent,IsSelectionColumn,IsSyncDatabase,IsTranslated,IsUpdateable,Name,SeqNo,Updated,UpdatedBy,Version) VALUES (0,52084,52034,0,18,173,52004,'C_CashBPartner_ID',TO_DATE('2008-06-02 21:39:32','YYYY-MM-DD HH24:MI:SS'),100,'BPartner to be used for Cash transactions','A',22,'Y','N','N','N','N','Y','N','N','N','N','Y','Cash BPartner',0,TO_DATE('2008-06-02 21:39:32','YYYY-MM-DD HH24:MI:SS'),100,0)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:39:32 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Column_ID=52084 AND EXISTS (SELECT * FROM AD_Column_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Column_ID!=t.AD_Column_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:41:11 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Element (AD_Client_ID,AD_Element_ID,AD_Org_ID,ColumnName,Created,CreatedBy,Description,EntityType,IsActive,Name,PrintName,Updated,UpdatedBy) VALUES (0,52035,0,'Check_BankAccount_ID',TO_DATE('2008-06-02 21:41:11','YYYY-MM-DD HH24:MI:SS'),100,'Bank Account to be used for processing Check transactions','A','Y','Check Bank Account','Check Bank Account',TO_DATE('2008-06-02 21:41:11','YYYY-MM-DD HH24:MI:SS'),100)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:41:11 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Element_Trl (AD_Language,AD_Element_ID, Description,Help,Name,PO_Description,PO_Help,PO_Name,PO_PrintName,PrintName, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Element_ID, t.Description,t.Help,t.Name,t.PO_Description,t.PO_Help,t.PO_Name,t.PO_PrintName,t.PrintName, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Element t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Element_ID=52035 AND EXISTS (SELECT * FROM AD_Element_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Element_ID!=t.AD_Element_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:41:34 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Reference_Value_ID,AD_Table_ID,ColumnName,Created,CreatedBy,Description,EntityType,FieldLength,IsActive,IsAlwaysUpdateable,IsEncrypted,IsIdentifier,IsKey,IsMandatory,IsParent,IsSelectionColumn,IsSyncDatabase,IsTranslated,IsUpdateable,Name,SeqNo,Updated,UpdatedBy,Version) VALUES (0,52085,52035,0,18,52003,52004,'Check_BankAccount_ID',TO_DATE('2008-06-02 21:41:34','YYYY-MM-DD HH24:MI:SS'),100,'Bank Account to be used for processing Check transactions','A',22,'Y','N','N','N','N','N','N','N','N','N','Y','Check Bank Account',0,TO_DATE('2008-06-02 21:41:34','YYYY-MM-DD HH24:MI:SS'),100,0)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:41:34 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Column_ID=52085 AND EXISTS (SELECT * FROM AD_Column_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Column_ID!=t.AD_Column_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:42:51 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Element (AD_Client_ID,AD_Element_ID,AD_Org_ID,ColumnName,Created,CreatedBy,Description,EntityType,IsActive,Name,PrintName,Updated,UpdatedBy) VALUES (0,52036,0,'CheckTransferBankAccount_ID',TO_DATE('2008-06-02 21:42:50','YYYY-MM-DD HH24:MI:SS'),100,'Bank account on which to transfer Check transactions','A','Y','Tranfer Check trx to','Transfer Check trx to',TO_DATE('2008-06-02 21:42:50','YYYY-MM-DD HH24:MI:SS'),100)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:42:51 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Element_Trl (AD_Language,AD_Element_ID, Description,Help,Name,PO_Description,PO_Help,PO_Name,PO_PrintName,PrintName, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Element_ID, t.Description,t.Help,t.Name,t.PO_Description,t.PO_Help,t.PO_Name,t.PO_PrintName,t.PrintName, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Element t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Element_ID=52036 AND EXISTS (SELECT * FROM AD_Element_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Element_ID!=t.AD_Element_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:43:16 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Reference_Value_ID,AD_Table_ID,ColumnName,Created,CreatedBy,Description,EntityType,FieldLength,IsActive,IsAlwaysUpdateable,IsEncrypted,IsIdentifier,IsKey,IsMandatory,IsParent,IsSelectionColumn,IsSyncDatabase,IsTranslated,IsUpdateable,Name,SeqNo,Updated,UpdatedBy,Version) VALUES (0,52086,52036,0,18,52003,52004,'CheckTransferBankAccount_ID',TO_DATE('2008-06-02 21:43:15','YYYY-MM-DD HH24:MI:SS'),100,'Bank account on which to transfer Check transactions','A',22,'Y','N','N','N','N','N','N','N','N','N','Y','Tranfer Check trx to',0,TO_DATE('2008-06-02 21:43:15','YYYY-MM-DD HH24:MI:SS'),100,0)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:43:16 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Column_ID=52086 AND EXISTS (SELECT * FROM AD_Column_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Column_ID!=t.AD_Column_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:44:12 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Element (AD_Client_ID,AD_Element_ID,AD_Org_ID,ColumnName,Created,CreatedBy,EntityType,IsActive,Name,PrintName,Updated,UpdatedBy) VALUES (0,52037,0,'CheckTransferType',TO_DATE('2008-06-02 21:44:12','YYYY-MM-DD HH24:MI:SS'),100,'A','Y','Check Transfer Type','Check Transfer Type',TO_DATE('2008-06-02 21:44:12','YYYY-MM-DD HH24:MI:SS'),100)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:44:12 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Element_Trl (AD_Language,AD_Element_ID, Description,Help,Name,PO_Description,PO_Help,PO_Name,PO_PrintName,PrintName, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Element_ID, t.Description,t.Help,t.Name,t.PO_Description,t.PO_Help,t.PO_Name,t.PO_PrintName,t.PrintName, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Element t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Element_ID=52037 AND EXISTS (SELECT * FROM AD_Element_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Element_ID!=t.AD_Element_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:44:39 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Reference_Value_ID,AD_Table_ID,ColumnName,Created,CreatedBy,EntityType,FieldLength,IsActive,IsAlwaysUpdateable,IsEncrypted,IsIdentifier,IsKey,IsMandatory,IsParent,IsSelectionColumn,IsSyncDatabase,IsTranslated,IsUpdateable,Name,SeqNo,Updated,UpdatedBy,Version) VALUES (0,52087,52037,0,17,52002,52004,'CheckTransferType',TO_DATE('2008-06-02 21:44:39','YYYY-MM-DD HH24:MI:SS'),100,'A',1,'Y','N','N','N','N','N','N','N','N','N','Y','Check Transfer Type',0,TO_DATE('2008-06-02 21:44:39','YYYY-MM-DD HH24:MI:SS'),100,0)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:44:39 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Column_ID=52087 AND EXISTS (SELECT * FROM AD_Column_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Column_ID!=t.AD_Column_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:46:05 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Element (AD_Client_ID,AD_Element_ID,AD_Org_ID,ColumnName,Created,CreatedBy,Description,EntityType,IsActive,Name,PrintName,Updated,UpdatedBy) VALUES (0,52038,0,'Card_BankAccount_ID',TO_DATE('2008-06-02 21:46:05','YYYY-MM-DD HH24:MI:SS'),100,'Bank Account on which card transactions will be processed','A','Y','Card Bank Account','Card Bank Account',TO_DATE('2008-06-02 21:46:05','YYYY-MM-DD HH24:MI:SS'),100)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:46:05 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Element_Trl (AD_Language,AD_Element_ID, Description,Help,Name,PO_Description,PO_Help,PO_Name,PO_PrintName,PrintName, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Element_ID, t.Description,t.Help,t.Name,t.PO_Description,t.PO_Help,t.PO_Name,t.PO_PrintName,t.PrintName, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Element t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Element_ID=52038 AND EXISTS (SELECT * FROM AD_Element_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Element_ID!=t.AD_Element_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:46:28 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Reference_Value_ID,AD_Table_ID,ColumnName,Created,CreatedBy,Description,EntityType,FieldLength,IsActive,IsAlwaysUpdateable,IsEncrypted,IsIdentifier,IsKey,IsMandatory,IsParent,IsSelectionColumn,IsSyncDatabase,IsTranslated,IsUpdateable,Name,SeqNo,Updated,UpdatedBy,Version) VALUES (0,52088,52038,0,18,52003,52004,'Card_BankAccount_ID',TO_DATE('2008-06-02 21:46:28','YYYY-MM-DD HH24:MI:SS'),100,'Bank Account on which card transactions will be processed','A',22,'Y','N','N','N','N','N','N','N','N','N','Y','Card Bank Account',0,TO_DATE('2008-06-02 21:46:28','YYYY-MM-DD HH24:MI:SS'),100,0)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:46:28 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Column_ID=52088 AND EXISTS (SELECT * FROM AD_Column_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Column_ID!=t.AD_Column_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:47:33 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Element (AD_Client_ID,AD_Element_ID,AD_Org_ID,ColumnName,Created,CreatedBy,Description,EntityType,IsActive,Name,PrintName,Updated,UpdatedBy) VALUES (0,52039,0,'CardTransferBankAccount_ID',TO_DATE('2008-06-02 21:47:33','YYYY-MM-DD HH24:MI:SS'),100,'Bank account on which to transfer Card transactions','A','Y','Transfer Card trx to','Transfer Card trx to',TO_DATE('2008-06-02 21:47:33','YYYY-MM-DD HH24:MI:SS'),100)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:47:33 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Element_Trl (AD_Language,AD_Element_ID, Description,Help,Name,PO_Description,PO_Help,PO_Name,PO_PrintName,PrintName, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Element_ID, t.Description,t.Help,t.Name,t.PO_Description,t.PO_Help,t.PO_Name,t.PO_PrintName,t.PrintName, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Element t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Element_ID=52039 AND EXISTS (SELECT * FROM AD_Element_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Element_ID!=t.AD_Element_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:47:59 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Reference_Value_ID,AD_Table_ID,ColumnName,Created,CreatedBy,Description,EntityType,FieldLength,IsActive,IsAlwaysUpdateable,IsEncrypted,IsIdentifier,IsKey,IsMandatory,IsParent,IsSelectionColumn,IsSyncDatabase,IsTranslated,IsUpdateable,Name,SeqNo,Updated,UpdatedBy,Version) VALUES (0,52089,52039,0,18,52003,52004,'CardTransferBankAccount_ID',TO_DATE('2008-06-02 21:47:59','YYYY-MM-DD HH24:MI:SS'),100,'Bank account on which to transfer Card transactions','A',22,'Y','N','N','N','N','N','N','N','N','N','Y','Transfer Card trx to',0,TO_DATE('2008-06-02 21:47:59','YYYY-MM-DD HH24:MI:SS'),100,0)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:47:59 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Column_ID=52089 AND EXISTS (SELECT * FROM AD_Column_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Column_ID!=t.AD_Column_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:48:55 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Element (AD_Client_ID,AD_Element_ID,AD_Org_ID,ColumnName,Created,CreatedBy,Description,EntityType,IsActive,Name,PrintName,Updated,UpdatedBy) VALUES (0,52040,0,'CardTransferCashBook_ID',TO_DATE('2008-06-02 21:48:55','YYYY-MM-DD HH24:MI:SS'),100,'Cash Book on which to transfer all Card transactions','A','Y','Transfer Card trx to','Transfer Card trx to',TO_DATE('2008-06-02 21:48:55','YYYY-MM-DD HH24:MI:SS'),100)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:48:55 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Element_Trl (AD_Language,AD_Element_ID, Description,Help,Name,PO_Description,PO_Help,PO_Name,PO_PrintName,PrintName, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Element_ID, t.Description,t.Help,t.Name,t.PO_Description,t.PO_Help,t.PO_Name,t.PO_PrintName,t.PrintName, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Element t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Element_ID=52040 AND EXISTS (SELECT * FROM AD_Element_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Element_ID!=t.AD_Element_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:49:35 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Reference_Value_ID,AD_Table_ID,ColumnName,Created,CreatedBy,Description,EntityType,FieldLength,IsActive,IsAlwaysUpdateable,IsEncrypted,IsIdentifier,IsKey,IsMandatory,IsParent,IsSelectionColumn,IsSyncDatabase,IsTranslated,IsUpdateable,Name,SeqNo,Updated,UpdatedBy,Version) VALUES (0,52090,52040,0,18,52004,52004,'CardTransferCashBook_ID',TO_DATE('2008-06-02 21:49:35','YYYY-MM-DD HH24:MI:SS'),100,'Cash Book on which to transfer all Card transactions','A',22,'Y','N','N','N','N','N','N','N','N','N','Y','Transfer Card trx to',0,TO_DATE('2008-06-02 21:49:35','YYYY-MM-DD HH24:MI:SS'),100,0)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:49:35 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Column_ID=52090 AND EXISTS (SELECT * FROM AD_Column_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Column_ID!=t.AD_Column_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:50:21 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Element (AD_Client_ID,AD_Element_ID,AD_Org_ID,ColumnName,Created,CreatedBy,EntityType,IsActive,Name,PrintName,Updated,UpdatedBy) VALUES (0,52041,0,'CardTransferType',TO_DATE('2008-06-02 21:50:21','YYYY-MM-DD HH24:MI:SS'),100,'A','Y','Card Transfer Type','Card Transfer Type',TO_DATE('2008-06-02 21:50:21','YYYY-MM-DD HH24:MI:SS'),100)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:50:21 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Element_Trl (AD_Language,AD_Element_ID, Description,Help,Name,PO_Description,PO_Help,PO_Name,PO_PrintName,PrintName, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Element_ID, t.Description,t.Help,t.Name,t.PO_Description,t.PO_Help,t.PO_Name,t.PO_PrintName,t.PrintName, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Element t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Element_ID=52041 AND EXISTS (SELECT * FROM AD_Element_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Element_ID!=t.AD_Element_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:50:40 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Reference_Value_ID,AD_Table_ID,ColumnName,Created,CreatedBy,EntityType,FieldLength,IsActive,IsAlwaysUpdateable,IsEncrypted,IsIdentifier,IsKey,IsMandatory,IsParent,IsSelectionColumn,IsSyncDatabase,IsTranslated,IsUpdateable,Name,SeqNo,Updated,UpdatedBy,Version) VALUES (0,52091,52041,0,17,52002,52004,'CardTransferType',TO_DATE('2008-06-02 21:50:40','YYYY-MM-DD HH24:MI:SS'),100,'A',1,'Y','N','N','N','N','N','N','N','N','N','Y','Card Transfer Type',0,TO_DATE('2008-06-02 21:50:40','YYYY-MM-DD HH24:MI:SS'),100,0)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:50:40 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Column_ID=52091 AND EXISTS (SELECT * FROM AD_Column_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Column_ID!=t.AD_Column_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:51:10 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Table_ID,ColumnName,Created,CreatedBy,Description,EntityType,FieldLength,Help,IsActive,IsAlwaysUpdateable,IsEncrypted,IsIdentifier,IsKey,IsMandatory,IsParent,IsSelectionColumn,IsSyncDatabase,IsTranslated,IsUpdateable,Name,SeqNo,Updated,UpdatedBy,Version) VALUES (0,52092,245,0,16,52004,'Created',TO_DATE('2008-06-02 21:51:10','YYYY-MM-DD HH24:MI:SS'),100,'Date this record was created','A',7,'The Created field indicates the date that this record was created.','Y','N','N','N','N','Y','N','N','N','N','N','Created',0,TO_DATE('2008-06-02 21:51:10','YYYY-MM-DD HH24:MI:SS'),100,0)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:51:10 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Column_ID=52092 AND EXISTS (SELECT * FROM AD_Column_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Column_ID!=t.AD_Column_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:52:01 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Reference_Value_ID,AD_Table_ID,ColumnName,Created,CreatedBy,Description,EntityType,FieldLength,Help,IsActive,IsAlwaysUpdateable,IsEncrypted,IsIdentifier,IsKey,IsMandatory,IsParent,IsSelectionColumn,IsSyncDatabase,IsTranslated,IsUpdateable,Name,SeqNo,Updated,UpdatedBy,Version) VALUES (0,52093,246,0,18,110,52004,'CreatedBy',TO_DATE('2008-06-02 21:52:01','YYYY-MM-DD HH24:MI:SS'),100,'User who created this records','A',22,'The Created By field indicates the user who created this record.','Y','N','N','N','N','Y','N','N','N','N','N','Created By',0,TO_DATE('2008-06-02 21:52:01','YYYY-MM-DD HH24:MI:SS'),100,0)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:52:01 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Column_ID=52093 AND EXISTS (SELECT * FROM AD_Column_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Column_ID!=t.AD_Column_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:53:40 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Element (AD_Client_ID,AD_Element_ID,AD_Org_ID,ColumnName,Created,CreatedBy,Description,EntityType,IsActive,Name,PrintName,Updated,UpdatedBy) VALUES (0,52042,0,'C_TemplateBPartner_ID',TO_DATE('2008-06-02 21:53:39','YYYY-MM-DD HH24:MI:SS'),100,'BPartner that is to be used as template when new customers are created','A','Y','Template BPartner','Template BPartner',TO_DATE('2008-06-02 21:53:39','YYYY-MM-DD HH24:MI:SS'),100)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:53:40 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Element_Trl (AD_Language,AD_Element_ID, Description,Help,Name,PO_Description,PO_Help,PO_Name,PO_PrintName,PrintName, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Element_ID, t.Description,t.Help,t.Name,t.PO_Description,t.PO_Help,t.PO_Name,t.PO_PrintName,t.PrintName, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Element t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Element_ID=52042 AND EXISTS (SELECT * FROM AD_Element_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Element_ID!=t.AD_Element_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:54:16 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Reference_Value_ID,AD_Table_ID,ColumnName,Created,CreatedBy,Description,EntityType,FieldLength,IsActive,IsAlwaysUpdateable,IsEncrypted,IsIdentifier,IsKey,IsMandatory,IsParent,IsSelectionColumn,IsSyncDatabase,IsTranslated,IsUpdateable,Name,SeqNo,Updated,UpdatedBy,Version) VALUES (0,52094,52042,0,18,173,52004,'C_TemplateBPartner_ID',TO_DATE('2008-06-02 21:54:16','YYYY-MM-DD HH24:MI:SS'),100,'BPartner that is to be used as template when new customers are created','A',22,'Y','N','N','N','N','N','N','N','N','N','Y','Template BPartner',0,TO_DATE('2008-06-02 21:54:16','YYYY-MM-DD HH24:MI:SS'),100,0)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:54:16 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Column_ID=52094 AND EXISTS (SELECT * FROM AD_Column_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Column_ID!=t.AD_Column_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:55:01 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Table_ID,ColumnName,Created,CreatedBy,Description,EntityType,FieldLength,Help,IsActive,IsAlwaysUpdateable,IsEncrypted,IsIdentifier,IsKey,IsMandatory,IsParent,IsSelectionColumn,IsSyncDatabase,IsTranslated,IsUpdateable,Name,SeqNo,Updated,UpdatedBy,Version) VALUES (0,52095,275,0,10,52004,'Description',TO_DATE('2008-06-02 21:55:01','YYYY-MM-DD HH24:MI:SS'),100,'Optional short description of the record','A',255,'A description is limited to 255 characters.','Y','N','N','N','N','N','N','N','N','N','Y','Description',0,TO_DATE('2008-06-02 21:55:01','YYYY-MM-DD HH24:MI:SS'),100,0)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:55:01 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Column_ID=52095 AND EXISTS (SELECT * FROM AD_Column_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Column_ID!=t.AD_Column_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:55:37 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Table_ID,ColumnName,Created,CreatedBy,Description,EntityType,FieldLength,Help,IsActive,IsAlwaysUpdateable,IsEncrypted,IsIdentifier,IsKey,IsMandatory,IsParent,IsSelectionColumn,IsSyncDatabase,IsTranslated,IsUpdateable,Name,SeqNo,Updated,UpdatedBy,Version) VALUES (0,52096,326,0,14,52004,'Help',TO_DATE('2008-06-02 21:55:37','YYYY-MM-DD HH24:MI:SS'),100,'Comment or Hint','A',2000,'The Help field contains a hint, comment or help about the use of this item.','Y','N','N','N','N','N','N','N','N','N','Y','Comment/Help',0,TO_DATE('2008-06-02 21:55:37','YYYY-MM-DD HH24:MI:SS'),100,0)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:55:37 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Column_ID=52096 AND EXISTS (SELECT * FROM AD_Column_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Column_ID!=t.AD_Column_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:56:03 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Table_ID,ColumnName,Created,CreatedBy,DefaultValue,Description,EntityType,FieldLength,Help,IsActive,IsAlwaysUpdateable,IsEncrypted,IsIdentifier,IsKey,IsMandatory,IsParent,IsSelectionColumn,IsSyncDatabase,IsTranslated,IsUpdateable,Name,SeqNo,Updated,UpdatedBy,Version) VALUES (0,52097,348,0,20,52004,'IsActive',TO_DATE('2008-06-02 21:56:02','YYYY-MM-DD HH24:MI:SS'),100,'Y','The record is active in the system','A',1,'There are two methods of making records unavailable in the system: One is to delete the record, the other is to de-activate the record. A de-activated record is not available for selection, but available for reports.
|
||||||
|
There are two reasons for de-activating and not deleting records:
|
||||||
|
(1) The system requires the record for audit purposes.
|
||||||
|
(2) The record is referenced by other records. E.g., you cannot delete a Business Partner, if there are invoices for this partner record existing. You de-activate the Business Partner and prevent that this record is used for future entries.','Y','N','N','N','N','N','N','N','N','N','Y','Active',0,TO_DATE('2008-06-02 21:56:02','YYYY-MM-DD HH24:MI:SS'),100,0)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:56:03 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Column_ID=52097 AND EXISTS (SELECT * FROM AD_Column_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Column_ID!=t.AD_Column_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:56:55 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Element (AD_Client_ID,AD_Element_ID,AD_Org_ID,ColumnName,Created,CreatedBy,Description,EntityType,IsActive,Name,PrintName,Updated,UpdatedBy) VALUES (0,52043,0,'LastLockTime',TO_DATE('2008-06-02 21:56:55','YYYY-MM-DD HH24:MI:SS'),100,'Last time at which the terminal was locked','A','Y','Last Lock Time','Last Lock Time',TO_DATE('2008-06-02 21:56:55','YYYY-MM-DD HH24:MI:SS'),100)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:56:55 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Element_Trl (AD_Language,AD_Element_ID, Description,Help,Name,PO_Description,PO_Help,PO_Name,PO_PrintName,PrintName, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Element_ID, t.Description,t.Help,t.Name,t.PO_Description,t.PO_Help,t.PO_Name,t.PO_PrintName,t.PrintName, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Element t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Element_ID=52043 AND EXISTS (SELECT * FROM AD_Element_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Element_ID!=t.AD_Element_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:57:13 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Table_ID,ColumnName,Created,CreatedBy,Description,EntityType,FieldLength,IsActive,IsAlwaysUpdateable,IsEncrypted,IsIdentifier,IsKey,IsMandatory,IsParent,IsSelectionColumn,IsSyncDatabase,IsTranslated,IsUpdateable,Name,SeqNo,Updated,UpdatedBy,Version) VALUES (0,52098,52043,0,16,52004,'LastLockTime',TO_DATE('2008-06-02 21:57:13','YYYY-MM-DD HH24:MI:SS'),100,'Last time at which the terminal was locked','A',7,'Y','N','N','N','N','N','N','N','N','N','Y','Last Lock Time',0,TO_DATE('2008-06-02 21:57:13','YYYY-MM-DD HH24:MI:SS'),100,0)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:57:13 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Column_ID=52098 AND EXISTS (SELECT * FROM AD_Column_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Column_ID!=t.AD_Column_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:58:06 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Element (AD_Client_ID,AD_Element_ID,AD_Org_ID,ColumnName,Created,CreatedBy,Description,EntityType,IsActive,Name,PrintName,Updated,UpdatedBy) VALUES (0,52044,0,'Locked',TO_DATE('2008-06-02 21:58:06','YYYY-MM-DD HH24:MI:SS'),100,'Whether the terminal is locked','A','Y','Locked','Locked',TO_DATE('2008-06-02 21:58:06','YYYY-MM-DD HH24:MI:SS'),100)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:58:06 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Element_Trl (AD_Language,AD_Element_ID, Description,Help,Name,PO_Description,PO_Help,PO_Name,PO_PrintName,PrintName, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Element_ID, t.Description,t.Help,t.Name,t.PO_Description,t.PO_Help,t.PO_Name,t.PO_PrintName,t.PrintName, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Element t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Element_ID=52044 AND EXISTS (SELECT * FROM AD_Element_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Element_ID!=t.AD_Element_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:58:26 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Table_ID,ColumnName,Created,CreatedBy,DefaultValue,Description,EntityType,FieldLength,IsActive,IsAlwaysUpdateable,IsEncrypted,IsIdentifier,IsKey,IsMandatory,IsParent,IsSelectionColumn,IsSyncDatabase,IsTranslated,IsUpdateable,Name,SeqNo,Updated,UpdatedBy,Version) VALUES (0,52099,52044,0,20,52004,'Locked',TO_DATE('2008-06-02 21:58:26','YYYY-MM-DD HH24:MI:SS'),100,'N','Whether the terminal is locked','A',1,'Y','N','N','N','N','N','N','N','N','N','Y','Locked',0,TO_DATE('2008-06-02 21:58:26','YYYY-MM-DD HH24:MI:SS'),100,0)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:58:26 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Column_ID=52099 AND EXISTS (SELECT * FROM AD_Column_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Column_ID!=t.AD_Column_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:59:13 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Element (AD_Client_ID,AD_Element_ID,AD_Org_ID,ColumnName,Created,CreatedBy,Description,EntityType,IsActive,Name,PrintName,Updated,UpdatedBy) VALUES (0,52045,0,'LockTime',TO_DATE('2008-06-02 21:59:13','YYYY-MM-DD HH24:MI:SS'),100,'Time in minutes the terminal should be kept in a locked state.','A','Y','Lock Time','Lock Time',TO_DATE('2008-06-02 21:59:13','YYYY-MM-DD HH24:MI:SS'),100)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:59:13 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Element_Trl (AD_Language,AD_Element_ID, Description,Help,Name,PO_Description,PO_Help,PO_Name,PO_PrintName,PrintName, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Element_ID, t.Description,t.Help,t.Name,t.PO_Description,t.PO_Help,t.PO_Name,t.PO_PrintName,t.PrintName, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Element t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Element_ID=52045 AND EXISTS (SELECT * FROM AD_Element_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Element_ID!=t.AD_Element_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:59:40 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Table_ID,ColumnName,Created,CreatedBy,Description,EntityType,FieldLength,IsActive,IsAlwaysUpdateable,IsEncrypted,IsIdentifier,IsKey,IsMandatory,IsParent,IsSelectionColumn,IsSyncDatabase,IsTranslated,IsUpdateable,Name,SeqNo,Updated,UpdatedBy,ValueMin,Version) VALUES (0,52100,52045,0,11,52004,'LockTime',TO_DATE('2008-06-02 21:59:40','YYYY-MM-DD HH24:MI:SS'),100,'Time in minutes the terminal should be kept in a locked state.','A',10,'Y','N','N','N','N','N','N','N','N','N','Y','Lock Time',0,TO_DATE('2008-06-02 21:59:40','YYYY-MM-DD HH24:MI:SS'),100,'0',0)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:59:40 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Column_ID=52100 AND EXISTS (SELECT * FROM AD_Column_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Column_ID!=t.AD_Column_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 10:00:25 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Table_ID,ColumnName,Created,CreatedBy,Description,EntityType,FieldLength,Help,IsActive,IsAlwaysUpdateable,IsEncrypted,IsIdentifier,IsKey,IsMandatory,IsParent,IsSelectionColumn,IsSyncDatabase,IsTranslated,IsUpdateable,Name,SeqNo,Updated,UpdatedBy,Version) VALUES (0,52101,459,0,19,52004,'M_Warehouse_ID',TO_DATE('2008-06-02 22:00:24','YYYY-MM-DD HH24:MI:SS'),100,'Storage Warehouse and Service Point','A',22,'The Warehouse identifies a unique Warehouse where products are stored or Services are provided.','Y','N','N','N','N','N','N','N','N','N','Y','Warehouse',0,TO_DATE('2008-06-02 22:00:24','YYYY-MM-DD HH24:MI:SS'),100,0)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 10:00:25 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Column_ID=52101 AND EXISTS (SELECT * FROM AD_Column_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Column_ID!=t.AD_Column_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 10:00:44 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Table_ID,ColumnName,Created,CreatedBy,Description,EntityType,FieldLength,Help,IsActive,IsAlwaysUpdateable,IsEncrypted,IsIdentifier,IsKey,IsMandatory,IsParent,IsSelectionColumn,IsSyncDatabase,IsTranslated,IsUpdateable,Name,SeqNo,Updated,UpdatedBy,Version) VALUES (0,52102,469,0,10,52004,'Name',TO_DATE('2008-06-02 22:00:44','YYYY-MM-DD HH24:MI:SS'),100,'Alphanumeric identifier of the entity','A',60,'The name of an entity (record) is used as an default search option in addition to the search key. The name is up to 60 characters in length.','Y','N','N','N','N','N','N','N','N','N','Y','Name',0,TO_DATE('2008-06-02 22:00:44','YYYY-MM-DD HH24:MI:SS'),100,0)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 10:00:44 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Column_ID=52102 AND EXISTS (SELECT * FROM AD_Column_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Column_ID!=t.AD_Column_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 10:02:07 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Reference_Value_ID,AD_Table_ID,ColumnName,Created,CreatedBy,Description,EntityType,FieldLength,Help,IsActive,IsAlwaysUpdateable,IsEncrypted,IsIdentifier,IsKey,IsMandatory,IsParent,IsSelectionColumn,IsSyncDatabase,IsTranslated,IsUpdateable,Name,SeqNo,Updated,UpdatedBy,Version) VALUES (0,52103,480,0,18,166,52004,'PO_PriceList_ID',TO_DATE('2008-06-02 22:02:07','YYYY-MM-DD HH24:MI:SS'),100,'Price List used by this Business Partner','A',22,'Identifies the price list used by a Vendor for products purchased by this organization.','Y','N','N','N','N','N','N','N','N','N','Y','Purchase Pricelist',0,TO_DATE('2008-06-02 22:02:07','YYYY-MM-DD HH24:MI:SS'),100,0)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 10:02:07 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Column_ID=52103 AND EXISTS (SELECT * FROM AD_Column_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Column_ID!=t.AD_Column_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 10:02:37 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Table_ID,ColumnName,Created,CreatedBy,Description,EntityType,FieldLength,Help,IsActive,IsAlwaysUpdateable,IsEncrypted,IsIdentifier,IsKey,IsMandatory,IsParent,IsSelectionColumn,IsSyncDatabase,IsTranslated,IsUpdateable,Name,SeqNo,Updated,UpdatedBy,Version) VALUES (0,52104,2051,0,10,52004,'PrinterName',TO_DATE('2008-06-02 22:02:37','YYYY-MM-DD HH24:MI:SS'),100,'Name of the Printer','A',60,'Internal (Opereating System) Name of the Printer; Please mote that the printer name may be different on different clients. Enter a printer name, which applies to ALL clients (e.g. printer on a server). <p>
|
||||||
|
If none is entered, the default printer is used. You specify your default printer when you log in. You can also change the default printer in Preferences.','Y','N','N','N','N','N','N','N','N','N','Y','Printer Name',0,TO_DATE('2008-06-02 22:02:37','YYYY-MM-DD HH24:MI:SS'),100,0)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 10:02:37 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Column_ID=52104 AND EXISTS (SELECT * FROM AD_Column_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Column_ID!=t.AD_Column_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 10:03:16 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Reference_Value_ID,AD_Table_ID,ColumnName,Created,CreatedBy,Description,EntityType,FieldLength,Help,IsActive,IsAlwaysUpdateable,IsEncrypted,IsIdentifier,IsKey,IsMandatory,IsParent,IsSelectionColumn,IsSyncDatabase,IsTranslated,IsUpdateable,Name,SeqNo,Updated,UpdatedBy,Version) VALUES (0,52105,1063,0,18,316,52004,'SalesRep_ID',TO_DATE('2008-06-02 22:03:16','YYYY-MM-DD HH24:MI:SS'),100,'Sales Representative or Company Agent','A',22,'The Sales Representative indicates the Sales Rep for this Region. Any Sales Rep must be a valid internal user.','Y','N','N','N','N','N','N','N','N','N','Y','Sales Representative',0,TO_DATE('2008-06-02 22:03:16','YYYY-MM-DD HH24:MI:SS'),100,0)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 10:03:16 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Column_ID=52105 AND EXISTS (SELECT * FROM AD_Column_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Column_ID!=t.AD_Column_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 10:04:15 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Element (AD_Client_ID,AD_Element_ID,AD_Org_ID,ColumnName,Created,CreatedBy,EntityType,IsActive,Name,PrintName,Updated,UpdatedBy) VALUES (0,52046,0,'SO_PriceList_ID',TO_DATE('2008-06-02 22:04:15','YYYY-MM-DD HH24:MI:SS'),100,'A','Y','Sales Pricelist','Sales Pricelist',TO_DATE('2008-06-02 22:04:15','YYYY-MM-DD HH24:MI:SS'),100)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 10:04:15 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Element_Trl (AD_Language,AD_Element_ID, Description,Help,Name,PO_Description,PO_Help,PO_Name,PO_PrintName,PrintName, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Element_ID, t.Description,t.Help,t.Name,t.PO_Description,t.PO_Help,t.PO_Name,t.PO_PrintName,t.PrintName, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Element t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Element_ID=52046 AND EXISTS (SELECT * FROM AD_Element_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Element_ID!=t.AD_Element_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 10:04:46 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Reference_Value_ID,AD_Table_ID,ColumnName,Created,CreatedBy,EntityType,FieldLength,IsActive,IsAlwaysUpdateable,IsEncrypted,IsIdentifier,IsKey,IsMandatory,IsParent,IsSelectionColumn,IsSyncDatabase,IsTranslated,IsUpdateable,Name,SeqNo,Updated,UpdatedBy,Version) VALUES (0,52106,52046,0,18,166,52004,'SO_PriceList_ID',TO_DATE('2008-06-02 22:04:46','YYYY-MM-DD HH24:MI:SS'),100,'A',22,'Y','N','N','N','N','N','N','N','N','N','Y','Sales Pricelist',0,TO_DATE('2008-06-02 22:04:46','YYYY-MM-DD HH24:MI:SS'),100,0)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 10:04:46 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Column_ID=52106 AND EXISTS (SELECT * FROM AD_Column_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Column_ID!=t.AD_Column_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 10:05:16 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Element (AD_Client_ID,AD_Element_ID,AD_Org_ID,ColumnName,Created,CreatedBy,Description,EntityType,IsActive,Name,PrintName,Updated,UpdatedBy) VALUES (0,52047,0,'UnlockingTime',TO_DATE('2008-06-02 22:05:16','YYYY-MM-DD HH24:MI:SS'),100,'Time at which the terminal should be unlocked','A','Y','UnlockingTime','UnlockingTime',TO_DATE('2008-06-02 22:05:16','YYYY-MM-DD HH24:MI:SS'),100)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 10:05:16 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Element_Trl (AD_Language,AD_Element_ID, Description,Help,Name,PO_Description,PO_Help,PO_Name,PO_PrintName,PrintName, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Element_ID, t.Description,t.Help,t.Name,t.PO_Description,t.PO_Help,t.PO_Name,t.PO_PrintName,t.PrintName, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Element t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Element_ID=52047 AND EXISTS (SELECT * FROM AD_Element_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Element_ID!=t.AD_Element_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 10:05:34 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Table_ID,ColumnName,Created,CreatedBy,Description,EntityType,FieldLength,IsActive,IsAlwaysUpdateable,IsEncrypted,IsIdentifier,IsKey,IsMandatory,IsParent,IsSelectionColumn,IsSyncDatabase,IsTranslated,IsUpdateable,Name,SeqNo,Updated,UpdatedBy,Version) VALUES (0,52107,52047,0,16,52004,'UnlockingTime',TO_DATE('2008-06-02 22:05:34','YYYY-MM-DD HH24:MI:SS'),100,'Time at which the terminal should be unlocked','A',7,'Y','N','N','N','N','N','N','N','N','N','Y','UnlockingTime',0,TO_DATE('2008-06-02 22:05:34','YYYY-MM-DD HH24:MI:SS'),100,0)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 10:05:34 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Column_ID=52107 AND EXISTS (SELECT * FROM AD_Column_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Column_ID!=t.AD_Column_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 10:05:58 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Table_ID,ColumnName,Created,CreatedBy,Description,EntityType,FieldLength,Help,IsActive,IsAlwaysUpdateable,IsEncrypted,IsIdentifier,IsKey,IsMandatory,IsParent,IsSelectionColumn,IsSyncDatabase,IsTranslated,IsUpdateable,Name,SeqNo,Updated,UpdatedBy,Version) VALUES (0,52108,607,0,16,52004,'Updated',TO_DATE('2008-06-02 22:05:58','YYYY-MM-DD HH24:MI:SS'),100,'Date this record was updated','A',7,'The Updated field indicates the date that this record was updated.','Y','N','N','N','N','Y','N','N','N','N','N','Updated',0,TO_DATE('2008-06-02 22:05:58','YYYY-MM-DD HH24:MI:SS'),100,0)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 10:05:58 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Column_ID=52108 AND EXISTS (SELECT * FROM AD_Column_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Column_ID!=t.AD_Column_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 10:06:30 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Reference_Value_ID,AD_Table_ID,ColumnName,Created,CreatedBy,Description,EntityType,FieldLength,Help,IsActive,IsAlwaysUpdateable,IsEncrypted,IsIdentifier,IsKey,IsMandatory,IsParent,IsSelectionColumn,IsSyncDatabase,IsTranslated,IsUpdateable,Name,SeqNo,Updated,UpdatedBy,Version) VALUES (0,52109,608,0,18,110,52004,'UpdatedBy',TO_DATE('2008-06-02 22:06:30','YYYY-MM-DD HH24:MI:SS'),100,'User who updated this records','A',22,'The Updated By field indicates the user who updated this record.','Y','N','N','N','N','N','N','N','N','N','Y','Updated By',0,TO_DATE('2008-06-02 22:06:30','YYYY-MM-DD HH24:MI:SS'),100,0)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 10:06:30 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Column_ID=52109 AND EXISTS (SELECT * FROM AD_Column_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Column_ID!=t.AD_Column_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 10:29:01 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Element (AD_Client_ID,AD_Element_ID,AD_Org_ID,ColumnName,Created,CreatedBy,EntityType,IsActive,Name,PrintName,Updated,UpdatedBy) VALUES (0,52048,0,'U_POSTerminal_ID',TO_DATE('2008-06-02 22:29:01','YYYY-MM-DD HH24:MI:SS'),100,'A','Y','POS Terminal','POS Terminal',TO_DATE('2008-06-02 22:29:01','YYYY-MM-DD HH24:MI:SS'),100)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 10:29:01 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Element_Trl (AD_Language,AD_Element_ID, Description,Help,Name,PO_Description,PO_Help,PO_Name,PO_PrintName,PrintName, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Element_ID, t.Description,t.Help,t.Name,t.PO_Description,t.PO_Help,t.PO_Name,t.PO_PrintName,t.PrintName, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Element t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Element_ID=52048 AND EXISTS (SELECT * FROM AD_Element_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Element_ID!=t.AD_Element_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 10:29:54 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Table_ID,ColumnName,Created,CreatedBy,EntityType,FieldLength,IsActive,IsAlwaysUpdateable,IsEncrypted,IsIdentifier,IsKey,IsMandatory,IsParent,IsSelectionColumn,IsSyncDatabase,IsTranslated,IsUpdateable,Name,SeqNo,Updated,UpdatedBy,Version) VALUES (0,52110,52048,0,13,52004,'U_POSTerminal_ID',TO_DATE('2008-06-02 22:29:54','YYYY-MM-DD HH24:MI:SS'),100,'A',22,'Y','N','N','N','Y','Y','N','N','N','N','N','POS Terminal',0,TO_DATE('2008-06-02 22:29:54','YYYY-MM-DD HH24:MI:SS'),100,0)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 10:29:54 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Column_ID=52110 AND EXISTS (SELECT * FROM AD_Column_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Column_ID!=t.AD_Column_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 10:48:55 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Element (AD_Client_ID,AD_Element_ID,AD_Org_ID,ColumnName,Created,CreatedBy,Description,EntityType,IsActive,Name,PrintName,Updated,UpdatedBy) VALUES (0,52049,0,'CheckTransferCashBook_ID',TO_DATE('2008-06-02 22:48:55','YYYY-MM-DD HH24:MI:SS'),100,'Cash Book on which to transfer all Check transactions','A','Y','Transfer Check trx to','Transfer Check trx to',TO_DATE('2008-06-02 22:48:55','YYYY-MM-DD HH24:MI:SS'),100)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 10:48:55 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Element_Trl (AD_Language,AD_Element_ID, Description,Help,Name,PO_Description,PO_Help,PO_Name,PO_PrintName,PrintName, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Element_ID, t.Description,t.Help,t.Name,t.PO_Description,t.PO_Help,t.PO_Name,t.PO_PrintName,t.PrintName, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Element t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Element_ID=52049 AND EXISTS (SELECT * FROM AD_Element_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Element_ID!=t.AD_Element_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 10:49:35 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Reference_Value_ID,AD_Table_ID,ColumnName,Created,CreatedBy,Description,EntityType,FieldLength,IsActive,IsAlwaysUpdateable,IsEncrypted,IsIdentifier,IsKey,IsMandatory,IsParent,IsSelectionColumn,IsSyncDatabase,IsTranslated,IsUpdateable,Name,SeqNo,Updated,UpdatedBy,Version) VALUES (0,52111,52049,0,18,52004,52004,'CheckTransferCashBook_ID',TO_DATE('2008-06-02 22:49:35','YYYY-MM-DD HH24:MI:SS'),100,'Cash Book on which to transfer all Check transactions','A',22,'Y','N','N','N','N','N','N','N','N','N','Y','Transfer Check trx to',0,TO_DATE('2008-06-02 22:49:35','YYYY-MM-DD HH24:MI:SS'),100,0)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 10:49:35 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Column_ID=52111 AND EXISTS (SELECT * FROM AD_Column_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Column_ID!=t.AD_Column_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 3, 2008 2:27:59 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Sequence (AD_Client_ID,AD_Org_ID,AD_Sequence_ID,Created,CreatedBy,CurrentNext,CurrentNextSys,Description,IncrementNo,IsActive,IsAudited,IsAutoSequence,IsTableID,Name,StartNewYear,StartNo,Updated,UpdatedBy) VALUES (0,0,52006,TO_DATE('2008-06-03 14:27:59','YYYY-MM-DD HH24:MI:SS'),100,1000000,100,'Table U_POSTerminal',1,'Y','N','Y','Y','U_POSTerminal','N',1000000,TO_DATE('2008-06-03 14:27:59','YYYY-MM-DD HH24:MI:SS'),100)
|
||||||
|
;
|
|
@ -0,0 +1,75 @@
|
||||||
|
ALTER TABLE AD_OrgInfo ADD TransferBank_ID NUMBER(10);
|
||||||
|
ALTER TABLE AD_OrgInfo ADD TransferCashBook_ID NUMBER(10);
|
||||||
|
|
||||||
|
ALTER TABLE AD_OrgInfo
|
||||||
|
ADD CONSTRAINT "cbank_adorginfo"
|
||||||
|
FOREIGN KEY(TransferBank_ID)
|
||||||
|
REFERENCES C_Bank(C_Bank_ID);
|
||||||
|
|
||||||
|
|
||||||
|
ALTER TABLE AD_OrgInfo
|
||||||
|
ADD CONSTRAINT "ccashbook_adorginfo"
|
||||||
|
FOREIGN KEY(TransferCashBook_ID)
|
||||||
|
REFERENCES C_CashBook(C_CashBook_ID);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
-- May 26, 2008 23:25:51 AM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Element (AD_Client_ID,AD_Element_ID,AD_Org_ID,ColumnName,Created,CreatedBy,Description,EntityType,IsActive,Name,PrintName,Updated,UpdatedBy) VALUES (0,52028,0,'TransferBank_ID',TO_DATE('2008-05-26 23:25:50','YYYY-MM-DD HH24:MI:SS'),100,'Bank account depending on currency will be used from this bank for doing transfers','D','Y','Bank for transfers','Bank for transfers',TO_DATE('2008-05-26 23:25:50','YYYY-MM-DD HH24:MI:SS'),100)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- May 26, 2008 23:25:51 AM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Element_Trl (AD_Language,AD_Element_ID, Description,Help,Name,PO_Description,PO_Help,PO_Name,PO_PrintName,PrintName, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Element_ID, t.Description,t.Help,t.Name,t.PO_Description,t.PO_Help,t.PO_Name,t.PO_PrintName,t.PrintName, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Element t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Element_ID=52028 AND EXISTS (SELECT * FROM AD_Element_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Element_ID!=t.AD_Element_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- May 26, 2008 23:26:38 AM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Reference (AD_Client_ID,AD_Org_ID,AD_Reference_ID,Created,CreatedBy,EntityType,IsActive,Name,Updated,UpdatedBy,ValidationType) VALUES (0,0,52001,TO_DATE('2008-05-26 23:26:38','YYYY-MM-DD HH24:MI:SS'),100,'D','Y','C_Bank',TO_DATE('2008-05-26 23:26:38','YYYY-MM-DD HH24:MI:SS'),100,'T')
|
||||||
|
;
|
||||||
|
|
||||||
|
-- May 26, 2008 23:26:38 AM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Reference_Trl (AD_Language,AD_Reference_ID, Description,Help,Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Reference_ID, t.Description,t.Help,t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Reference t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Reference_ID=52001 AND EXISTS (SELECT * FROM AD_Reference_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Reference_ID!=t.AD_Reference_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- May 26, 2008 23:28:08 AM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Ref_Table (AD_Client_ID,AD_Display,AD_Key,AD_Org_ID,AD_Reference_ID,AD_Table_ID,Created,CreatedBy,EntityType,IsActive,IsValueDisplayed,Updated,UpdatedBy,WhereClause) VALUES (0,3039,3031,0,52001,296,TO_DATE('2008-05-26 23:28:08','YYYY-MM-DD HH24:MI:SS'),100,'D','Y','N',TO_DATE('2008-05-26 23:28:08','YYYY-MM-DD HH24:MI:SS'),100,'C_Bank.IsOwnBank=''Y''')
|
||||||
|
;
|
||||||
|
|
||||||
|
-- May 26, 2008 23:28:33 AM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Reference_Value_ID,AD_Table_ID,ColumnName,Created,CreatedBy,Description,EntityType,FieldLength,IsActive,IsAlwaysUpdateable,IsEncrypted,IsIdentifier,IsKey,IsMandatory,IsParent,IsSelectionColumn,IsSyncDatabase,IsTranslated,IsUpdateable,Name,SeqNo,Updated,UpdatedBy,Version) VALUES (0,52075,52028,0,18,52001,228,'TransferBank_ID',TO_DATE('2008-05-26 23:28:33','YYYY-MM-DD HH24:MI:SS'),100,'Bank account depending on currency will be used from this bank for doing transfers','D',22,'Y','N','N','N','N','N','N','N','N','N','Y','Bank for transfers',0,TO_DATE('2008-05-26 23:28:33','YYYY-MM-DD HH24:MI:SS'),100,0)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- May 26, 2008 23:28:33 AM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Column_ID=52075 AND EXISTS (SELECT * FROM AD_Column_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Column_ID!=t.AD_Column_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
-- Cash Book
|
||||||
|
|
||||||
|
-- May 26, 2008 23:29:40 AM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Element (AD_Client_ID,AD_Element_ID,AD_Org_ID,ColumnName,Created,CreatedBy,EntityType,IsActive,Name,PrintName,Updated,UpdatedBy) VALUES (0,52029,0,'TransferCashBook_ID',TO_DATE('2008-05-23 23:29:40','YYYY-MM-DD HH24:MI:SS'),100,'D','Y','CashBook for transfers','CashBook for transfers',TO_DATE('2008-05-23 23:29:40','YYYY-MM-DD HH24:MI:SS'),100)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- May 26, 2008 23:29:40 AM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Element_Trl (AD_Language,AD_Element_ID, Description,Help,Name,PO_Description,PO_Help,PO_Name,PO_PrintName,PrintName, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Element_ID, t.Description,t.Help,t.Name,t.PO_Description,t.PO_Help,t.PO_Name,t.PO_PrintName,t.PrintName, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Element t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Element_ID=52029 AND EXISTS (SELECT * FROM AD_Element_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Element_ID!=t.AD_Element_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- May 26, 2008 23:30:32 AM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Reference_Value_ID,AD_Table_ID,ColumnName,Created,CreatedBy,EntityType,FieldLength,IsActive,IsAlwaysUpdateable,IsEncrypted,IsIdentifier,IsKey,IsMandatory,IsParent,IsSelectionColumn,IsSyncDatabase,IsTranslated,IsUpdateable,Name,SeqNo,Updated,UpdatedBy,Version) VALUES (0,52076,52029,0,18,52004,228,'TransferCashBook_ID',TO_DATE('2008-05-23 23:30:31','YYYY-MM-DD HH24:MI:SS'),100,'D',22,'Y','N','N','N','N','N','N','N','N','N','Y','CashBook for transfers',0,TO_DATE('2008-05-23 23:30:31','YYYY-MM-DD HH24:MI:SS'),100,0)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- May 26, 2008 23:30:32 AM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Column_ID=52076 AND EXISTS (SELECT * FROM AD_Column_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Column_ID!=t.AD_Column_ID)
|
||||||
|
;
|
|
@ -0,0 +1,4 @@
|
||||||
|
-- Jun 2, 2008 23:58:02 AM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
CREATE TABLE U_POSTerminal (AD_Client_ID NUMBER(10) DEFAULT NULL NOT NULL, AD_Org_ID NUMBER(10) DEFAULT NULL NOT NULL, AutoLock CHAR(1) DEFAULT 'N' CHECK (AutoLock IN ('Y','N')) NOT NULL, Card_BankAccount_ID NUMBER(10), CardTransferBankAccount_ID NUMBER(10), CardTransferCashBook_ID NUMBER(10), CardTransferType CHAR(1), CashBookTransferType CHAR(1) NOT NULL, CashTransferBankAccount_ID NUMBER(10), CashTransferCashBook_ID NUMBER(10), C_CashBook_ID NUMBER(10) NOT NULL, C_CashBPartner_ID NUMBER(10) NOT NULL, Check_BankAccount_ID NUMBER(10), CheckTransferBankAccount_ID NUMBER(10), CheckTransferCashBook_ID NUMBER(10), CheckTransferType CHAR(1), Created DATE NOT NULL, CreatedBy NUMBER(10) NOT NULL, C_TemplateBPartner_ID NUMBER(10), Description NVARCHAR2(255), Help NVARCHAR2(2000), IsActive CHAR(1) DEFAULT 'Y' CHECK (IsActive IN ('Y','N')), LastLockTime DATE, Locked CHAR(1) DEFAULT 'N' CHECK (Locked IN ('Y','N')), LockTime NUMBER(10), M_Warehouse_ID NUMBER(10), Name NVARCHAR2(60), PO_PriceList_ID NUMBER(10), PrinterName NVARCHAR2(60), SalesRep_ID NUMBER(10), SO_PriceList_ID NUMBER(10), UnlockingTime DATE, Updated DATE NOT NULL, UpdatedBy NUMBER(10), U_POSTerminal_ID NUMBER(10) NOT NULL, CONSTRAINT U_POSTerminal_Key PRIMARY KEY (U_POSTerminal_ID))
|
||||||
|
;
|
|
@ -0,0 +1,190 @@
|
||||||
|
-- Jun 9, 2008 1:24:35 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Message (AD_Client_ID,AD_Message_ID,AD_Org_ID,Created,CreatedBy,EntityType,IsActive,MsgText,MsgType,Updated,UpdatedBy,Value) VALUES (0,52452,0,TO_DATE('2008-06-09 13:24:35','YYYY-MM-DD HH24:MI:SS'),100,'A','Y','Organisation','I',TO_DATE('2008-06-09 13:24:35','YYYY-MM-DD HH24:MI:SS'),100,'smenu.organisation')
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 9, 2008 1:25:48 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Message (AD_Client_ID,AD_Message_ID,AD_Org_ID,Created,CreatedBy,EntityType,IsActive,MsgText,MsgType,Updated,UpdatedBy,Value) VALUES (0,52453,0,TO_DATE('2008-06-09 13:25:48','YYYY-MM-DD HH24:MI:SS'),100,'A','Y','Terminals','I',TO_DATE('2008-06-09 13:25:48','YYYY-MM-DD HH24:MI:SS'),100,'smenu.terminal')
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 9, 2008 1:26:06 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Message (AD_Client_ID,AD_Message_ID,AD_Org_ID,Created,CreatedBy,EntityType,IsActive,MsgText,MsgType,Updated,UpdatedBy,Value) VALUES (0,52454,0,TO_DATE('2008-06-09 13:26:06','YYYY-MM-DD HH24:MI:SS'),100,'A','Y','Cash Books','I',TO_DATE('2008-06-09 13:26:06','YYYY-MM-DD HH24:MI:SS'),100,'smenu.cashbook')
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 9, 2008 1:26:30 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
UPDATE AD_Message SET MsgTip='Maintain POS Terminals',Updated=TO_DATE('2008-06-09 13:26:30','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Message_ID=52453
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 9, 2008 1:26:39 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
UPDATE AD_Message SET MsgTip='Maintain Cash Books',Updated=TO_DATE('2008-06-09 13:26:39','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Message_ID=52454
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 9, 2008 1:27:15 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Message (AD_Client_ID,AD_Message_ID,AD_Org_ID,Created,CreatedBy,EntityType,IsActive,MsgText,MsgType,Updated,UpdatedBy,Value) VALUES (0,52455,0,TO_DATE('2008-06-09 13:27:15','YYYY-MM-DD HH24:MI:SS'),100,'A','Y','Completed','I',TO_DATE('2008-06-09 13:27:15','YYYY-MM-DD HH24:MI:SS'),100,'document.status.completed')
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 9, 2008 1:28:05 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Message (AD_Client_ID,AD_Message_ID,AD_Org_ID,Created,CreatedBy,EntityType,IsActive,MsgText,MsgType,Updated,UpdatedBy,Value) VALUES (0,52456,0,TO_DATE('2008-06-09 13:28:04','YYYY-MM-DD HH24:MI:SS'),100,'A','Y','Drafted','I',TO_DATE('2008-06-09 13:28:04','YYYY-MM-DD HH24:MI:SS'),100,'document.status.drafted')
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 9, 2008 1:28:27 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Message (AD_Client_ID,AD_Message_ID,AD_Org_ID,Created,CreatedBy,EntityType,IsActive,MsgText,MsgType,Updated,UpdatedBy,Value) VALUES (0,52457,0,TO_DATE('2008-06-09 13:28:27','YYYY-MM-DD HH24:MI:SS'),100,'A','Y','In Progress','I',TO_DATE('2008-06-09 13:28:27','YYYY-MM-DD HH24:MI:SS'),100,'document.status.inprogress')
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 9, 2008 1:28:44 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Message (AD_Client_ID,AD_Message_ID,AD_Org_ID,Created,CreatedBy,EntityType,IsActive,MsgText,MsgType,Updated,UpdatedBy,Value) VALUES (0,52458,0,TO_DATE('2008-06-09 13:28:44','YYYY-MM-DD HH24:MI:SS'),100,'A','Y','Invalid','I',TO_DATE('2008-06-09 13:28:44','YYYY-MM-DD HH24:MI:SS'),100,'document.status.invalid')
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 9, 2008 1:28:58 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Message (AD_Client_ID,AD_Message_ID,AD_Org_ID,Created,CreatedBy,EntityType,IsActive,MsgText,MsgType,Updated,UpdatedBy,Value) VALUES (0,52459,0,TO_DATE('2008-06-09 13:28:58','YYYY-MM-DD HH24:MI:SS'),100,'A','Y','Closed','I',TO_DATE('2008-06-09 13:28:58','YYYY-MM-DD HH24:MI:SS'),100,'document.status.closed')
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 9, 2008 1:29:15 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Message (AD_Client_ID,AD_Message_ID,AD_Org_ID,Created,CreatedBy,EntityType,IsActive,MsgText,MsgType,Updated,UpdatedBy,Value) VALUES (0,52460,0,TO_DATE('2008-06-09 13:29:15','YYYY-MM-DD HH24:MI:SS'),100,'A','Y','Cash','I',TO_DATE('2008-06-09 13:29:15','YYYY-MM-DD HH24:MI:SS'),100,'payment.rule.cash')
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 9, 2008 1:29:27 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Message (AD_Client_ID,AD_Message_ID,AD_Org_ID,Created,CreatedBy,EntityType,IsActive,MsgText,MsgType,Updated,UpdatedBy,Value) VALUES (0,52461,0,TO_DATE('2008-06-09 13:29:27','YYYY-MM-DD HH24:MI:SS'),100,'A','Y','Card','I',TO_DATE('2008-06-09 13:29:27','YYYY-MM-DD HH24:MI:SS'),100,'payment.rule.card')
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 9, 2008 1:29:42 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Message (AD_Client_ID,AD_Message_ID,AD_Org_ID,Created,CreatedBy,EntityType,IsActive,MsgText,MsgType,Updated,UpdatedBy,Value) VALUES (0,52462,0,TO_DATE('2008-06-09 13:29:41','YYYY-MM-DD HH24:MI:SS'),100,'A','Y','Cheque','I',TO_DATE('2008-06-09 13:29:41','YYYY-MM-DD HH24:MI:SS'),100,'payment.rule.cheque')
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 9, 2008 1:29:55 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Message (AD_Client_ID,AD_Message_ID,AD_Org_ID,Created,CreatedBy,EntityType,IsActive,MsgText,MsgType,Updated,UpdatedBy,Value) VALUES (0,52463,0,TO_DATE('2008-06-09 13:29:55','YYYY-MM-DD HH24:MI:SS'),100,'A','Y','Mixed','I',TO_DATE('2008-06-09 13:29:55','YYYY-MM-DD HH24:MI:SS'),100,'payment.rule.mixed')
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 9, 2008 1:30:14 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Message (AD_Client_ID,AD_Message_ID,AD_Org_ID,Created,CreatedBy,EntityType,IsActive,MsgText,MsgType,Updated,UpdatedBy,Value) VALUES (0,52464,0,TO_DATE('2008-06-09 13:30:13','YYYY-MM-DD HH24:MI:SS'),100,'A','Y','Credit','I',TO_DATE('2008-06-09 13:30:13','YYYY-MM-DD HH24:MI:SS'),100,'payment.rule.credit')
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 9, 2008 1:30:46 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Message (AD_Client_ID,AD_Message_ID,AD_Org_ID,Created,CreatedBy,EntityType,IsActive,MsgText,MsgType,Updated,UpdatedBy,Value) VALUES (0,52465,0,TO_DATE('2008-06-09 13:30:46','YYYY-MM-DD HH24:MI:SS'),100,'A','Y','Amount Paid','I',TO_DATE('2008-06-09 13:30:46','YYYY-MM-DD HH24:MI:SS'),100,'AmountPaid')
|
||||||
|
;
|
||||||
|
|
||||||
|
---------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
INSERT INTO AD_MESSAGE
|
||||||
|
(ad_message_id, ad_client_id, ad_org_id, isactive, created, createdby,
|
||||||
|
updated, updatedby, VALUE, msgtext, msgtip, msgtype, entitytype)
|
||||||
|
VALUES(52470 , 0, 0, 'Y', TO_TIMESTAMP('2008-06-20 10:40:00','YYYY-MM-DD HH24:MI:SS'), 100, TO_TIMESTAMP('2008-06-20 10:40:00','YYYY-MM-DD HH24:MI:SS'), 100,
|
||||||
|
'html', 'HTML', ' ', 'I', 'D');
|
||||||
|
|
||||||
|
INSERT INTO AD_MESSAGE
|
||||||
|
(ad_message_id, ad_client_id, ad_org_id, isactive, created, createdby,
|
||||||
|
updated, updatedby, VALUE, msgtext, msgtip, msgtype, entitytype)
|
||||||
|
VALUES(52471 , 0, 0, 'Y', TO_TIMESTAMP('2008-06-20 10:40:00','YYYY-MM-DD HH24:MI:SS'), 100, TO_TIMESTAMP('2008-06-20 10:40:00','YYYY-MM-DD HH24:MI:SS'), 100,
|
||||||
|
'pdf', 'PDF', ' ', 'I', 'D');
|
||||||
|
|
||||||
|
INSERT INTO AD_MESSAGE
|
||||||
|
(ad_message_id, ad_client_id, ad_org_id, isactive, created, createdby,
|
||||||
|
updated, updatedby, VALUE, msgtext, msgtip, msgtype, entitytype)
|
||||||
|
VALUES(52472 , 0, 0, 'Y', TO_TIMESTAMP('2008-06-20 10:40:00','YYYY-MM-DD HH24:MI:SS'), 100, TO_TIMESTAMP('2008-06-20 10:40:00','YYYY-MM-DD HH24:MI:SS'), 100,
|
||||||
|
'csv', 'CSV', ' ', 'I', 'D');
|
||||||
|
|
||||||
|
INSERT INTO AD_MESSAGE
|
||||||
|
(ad_message_id, ad_client_id, ad_org_id, isactive, created, createdby,
|
||||||
|
updated, updatedby, VALUE, msgtext, msgtip, msgtype, entitytype)
|
||||||
|
VALUES(52473 , 0, 0, 'Y', TO_TIMESTAMP('2008-06-20 10:40:00','YYYY-MM-DD HH24:MI:SS'), 100, TO_TIMESTAMP('2008-06-20 10:40:00','YYYY-MM-DD HH24:MI:SS'), 100,
|
||||||
|
'smenu.sales.report', 'Sales Report', ' ', 'I', 'D');
|
||||||
|
|
||||||
|
INSERT INTO AD_MESSAGE
|
||||||
|
(ad_message_id, ad_client_id, ad_org_id, isactive, created, createdby,
|
||||||
|
updated, updatedby, VALUE, msgtext, msgtip, msgtype, entitytype)
|
||||||
|
VALUES(52474 , 0, 0, 'Y', TO_TIMESTAMP('2008-06-20 10:40:00','YYYY-MM-DD HH24:MI:SS'), 100, TO_TIMESTAMP('2008-06-20 10:40:00','YYYY-MM-DD HH24:MI:SS'), 100,
|
||||||
|
'smenu.best.selling.items', 'Best Selling Items', ' ', 'I', 'D');
|
||||||
|
|
||||||
|
INSERT INTO AD_MESSAGE
|
||||||
|
(ad_message_id, ad_client_id, ad_org_id, isactive, created, createdby,
|
||||||
|
updated, updatedby, VALUE, msgtext, msgtip, msgtype, entitytype)
|
||||||
|
VALUES(52475 , 0, 0, 'Y', TO_TIMESTAMP('2008-06-20 10:40:00','YYYY-MM-DD HH24:MI:SS'), 100, TO_TIMESTAMP('2008-06-20 10:40:00','YYYY-MM-DD HH24:MI:SS'), 100,
|
||||||
|
'smenu.stock.sales.report', 'Stock Sales Report', ' ', 'I', 'D');
|
||||||
|
|
||||||
|
INSERT INTO AD_MESSAGE
|
||||||
|
(ad_message_id, ad_client_id, ad_org_id, isactive, created, createdby,
|
||||||
|
updated, updatedby, VALUE, msgtext, msgtip, msgtype, entitytype)
|
||||||
|
VALUES(52476 , 0, 0, 'Y', TO_TIMESTAMP('2008-06-20 10:40:00','YYYY-MM-DD HH24:MI:SS'), 100, TO_TIMESTAMP('2008-06-20 10:40:00','YYYY-MM-DD HH24:MI:SS'), 100,
|
||||||
|
'smenu.transfer.stock', 'Stock Transfer', ' ', 'I', 'D');
|
||||||
|
|
||||||
|
INSERT INTO AD_MESSAGE
|
||||||
|
(ad_message_id, ad_client_id, ad_org_id, isactive, created, createdby,
|
||||||
|
updated, updatedby, VALUE, msgtext, msgtip, msgtype, entitytype)
|
||||||
|
VALUES(52477 , 0, 0, 'Y', TO_TIMESTAMP('2008-06-20 10:40:00','YYYY-MM-DD HH24:MI:SS'), 100, TO_TIMESTAMP('2008-06-20 10:40:00','YYYY-MM-DD HH24:MI:SS'), 100,
|
||||||
|
'smenu.inventory.move', 'Inventory Move', ' ', 'I', 'D');
|
||||||
|
|
||||||
|
INSERT INTO AD_MESSAGE
|
||||||
|
(ad_message_id, ad_client_id, ad_org_id, isactive, created, createdby,
|
||||||
|
updated, updatedby, VALUE, msgtext, msgtip, msgtype, entitytype)
|
||||||
|
VALUES(52478 , 0, 0, 'Y', TO_TIMESTAMP('2008-06-20 10:40:00','YYYY-MM-DD HH24:MI:SS'), 100, TO_TIMESTAMP('2008-06-20 10:40:00','YYYY-MM-DD HH24:MI:SS'), 100,
|
||||||
|
'smenu.move.confirmation', 'Move Confirmation', ' ', 'I', 'D');
|
||||||
|
|
||||||
|
INSERT INTO AD_MESSAGE
|
||||||
|
(ad_message_id, ad_client_id, ad_org_id, isactive, created, createdby,
|
||||||
|
updated, updatedby, VALUE, msgtext, msgtip, msgtype, entitytype)
|
||||||
|
VALUES(52479 , 0, 0, 'Y', TO_TIMESTAMP('2008-06-20 10:40:00','YYYY-MM-DD HH24:MI:SS'), 100, TO_TIMESTAMP('2008-06-20 10:40:00','YYYY-MM-DD HH24:MI:SS'), 100,
|
||||||
|
'smenu.barcode.printing', 'Barcode Printing', ' ', 'I', 'D');
|
||||||
|
|
||||||
|
INSERT INTO AD_MESSAGE
|
||||||
|
(ad_message_id, ad_client_id, ad_org_id, isactive, created, createdby,
|
||||||
|
updated, updatedby, VALUE, msgtext, msgtip, msgtype, entitytype)
|
||||||
|
VALUES(52480 , 0, 0, 'Y', TO_TIMESTAMP('2008-06-20 10:40:00','YYYY-MM-DD HH24:MI:SS'), 100, TO_TIMESTAMP('2008-06-20 10:40:00','YYYY-MM-DD HH24:MI:SS'), 100,
|
||||||
|
'basePriceList', 'Base Price List', ' ', 'I', 'D');
|
||||||
|
|
||||||
|
INSERT INTO AD_MESSAGE
|
||||||
|
(ad_message_id, ad_client_id, ad_org_id, isactive, created, createdby,
|
||||||
|
updated, updatedby, VALUE, msgtext, msgtip, msgtype, entitytype)
|
||||||
|
VALUES(52481, 0, 0, 'Y', TO_TIMESTAMP('2008-06-20 10:40:00','YYYY-MM-DD HH24:MI:SS'), 100, TO_TIMESTAMP('2008-06-20 10:40:00','YYYY-MM-DD HH24:MI:SS'), 100,
|
||||||
|
'isDeleteOldRecords', 'Delete Old Records', ' ', 'I', 'D');
|
||||||
|
|
||||||
|
INSERT INTO AD_MESSAGE
|
||||||
|
(ad_message_id, ad_client_id, ad_org_id, isactive, created, createdby,
|
||||||
|
updated, updatedby, VALUE, msgtext, msgtip, msgtype, entitytype)
|
||||||
|
VALUES(52482, 0, 0, 'Y', TO_TIMESTAMP('2008-06-20 10:40:00','YYYY-MM-DD HH24:MI:SS'), 100, TO_TIMESTAMP('2008-06-20 10:40:00','YYYY-MM-DD HH24:MI:SS'), 100,
|
||||||
|
'sales.price.list', 'Sales Price List', ' ', 'I', 'D');
|
||||||
|
|
||||||
|
INSERT INTO AD_MESSAGE
|
||||||
|
(ad_message_id, ad_client_id, ad_org_id, isactive, created, createdby,
|
||||||
|
updated, updatedby, VALUE, msgtext, msgtip, msgtype, entitytype)
|
||||||
|
VALUES(52483, 0, 0, 'Y', TO_TIMESTAMP('2008-06-20 10:40:00','YYYY-MM-DD HH24:MI:SS'), 100, TO_TIMESTAMP('2008-06-20 10:40:00','YYYY-MM-DD HH24:MI:SS'), 100,
|
||||||
|
'purchase.price.list', 'Purchase Price List', ' ', 'I', 'D');
|
||||||
|
|
||||||
|
INSERT INTO AD_MESSAGE
|
||||||
|
(ad_message_id, ad_client_id, ad_org_id, isactive, created, createdby,
|
||||||
|
updated, updatedby, VALUE, msgtext, msgtip, msgtype, entitytype)
|
||||||
|
VALUES(52484, 0, 0, 'Y', TO_TIMESTAMP('2008-06-20 10:40:00','YYYY-MM-DD HH24:MI:SS'), 100, TO_TIMESTAMP('2008-06-20 10:40:00','YYYY-MM-DD HH24:MI:SS'), 100,
|
||||||
|
'pos.terminal', 'Terminal', ' ', 'I', 'D');
|
||||||
|
|
||||||
|
INSERT INTO AD_MESSAGE
|
||||||
|
(ad_message_id, ad_client_id, ad_org_id, isactive, created, createdby,
|
||||||
|
updated, updatedby, VALUE, msgtext, msgtip, msgtype, entitytype)
|
||||||
|
VALUES(52485, 0, 0, 'Y', TO_TIMESTAMP('2008-06-20 10:40:00','YYYY-MM-DD HH24:MI:SS'), 100, TO_TIMESTAMP('2008-06-20 10:40:00','YYYY-MM-DD HH24:MI:SS'), 100,
|
||||||
|
'pos.version', 'Version', ' ', 'I', 'D');
|
||||||
|
|
||||||
|
INSERT INTO AD_MESSAGE
|
||||||
|
(ad_message_id, ad_client_id, ad_org_id, isactive, created, createdby,
|
||||||
|
updated, updatedby, VALUE, msgtext, msgtip, msgtype, entitytype)
|
||||||
|
VALUES(52486, 0, 0, 'Y', TO_TIMESTAMP('2008-06-20 10:40:00','YYYY-MM-DD HH24:MI:SS'), 100, TO_TIMESTAMP('2008-06-20 10:40:00','YYYY-MM-DD HH24:MI:SS'), 100,
|
||||||
|
'pmenu.new.reports', 'Reports', ' ', 'I', 'D');
|
||||||
|
|
||||||
|
INSERT INTO AD_MESSAGE
|
||||||
|
(ad_message_id, ad_client_id, ad_org_id, isactive, created, createdby,
|
||||||
|
updated, updatedby, VALUE, msgtext, msgtip, msgtype, entitytype)
|
||||||
|
VALUES(52487, 0, 0, 'Y', TO_TIMESTAMP('2008-06-20 10:40:00','YYYY-MM-DD HH24:MI:SS'), 100, TO_TIMESTAMP('2008-06-20 10:40:00','YYYY-MM-DD HH24:MI:SS'), 100,
|
||||||
|
'isCreatePriceList', 'Create Price List', ' ', 'I', 'D');
|
||||||
|
|
|
@ -0,0 +1,24 @@
|
||||||
|
-- May 22, 2008 10:57:07 AM GMT+04:00
|
||||||
|
-- Create Mixed in the payment rules list
|
||||||
|
INSERT INTO AD_Ref_List (AD_Client_ID,AD_Org_ID,AD_Reference_ID,AD_Ref_List_ID,Created,CreatedBy,EntityType,IsActive,Name,Updated,UpdatedBy,Value) VALUES (0,0,195,52000,TO_DATE('2008-05-22 10:55:30','YYYY-MM-DD HH24:MI:SS'),100,'D','Y','Mixed',TO_DATE('2008-05-22 10:55:30','YYYY-MM-DD HH24:MI:SS'),100,'M')
|
||||||
|
;
|
||||||
|
|
||||||
|
-- May 22, 2008 10:57:11 AM GMT+04:00
|
||||||
|
-- Update the translation
|
||||||
|
INSERT INTO AD_Ref_List_Trl (AD_Language,AD_Ref_List_ID, Description,Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Ref_List_ID, t.Description,t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Ref_List t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Ref_List_ID=52000 AND EXISTS (SELECT * FROM AD_Ref_List_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Ref_List_ID!=t.AD_Ref_List_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- May 22, 2008 11:28:12 AM GMT+04:00
|
||||||
|
-- Creates new Validation rule so that rich client does not get Mixed rule
|
||||||
|
INSERT INTO AD_Val_Rule (AD_Client_ID,AD_Org_ID,AD_Val_Rule_ID,Code,Created,CreatedBy,EntityType,IsActive,Name,Type,Updated,UpdatedBy) VALUES (0,0,52002,'AD_Ref_List.Value <> ''M''',TO_DATE('2008-05-22 11:28:12','YYYY-MM-DD HH24:MI:SS'),100,'D','Y','All_Payment Rule - No mixed','S',TO_DATE('2008-05-22 11:28:12','YYYY-MM-DD HH24:MI:SS'),100)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- May 22, 2008 11:30:02 AM GMT+04:00
|
||||||
|
-- Updates all columns in AD where the payment rule list is used with the validation created earlier
|
||||||
|
UPDATE AD_Column SET AD_Val_Rule_ID=52002 WHERE AD_Reference_Value_ID=195 AND AD_Val_Rule_ID IS NULL
|
||||||
|
;
|
||||||
|
|
||||||
|
-- May 22, 2008 11:31:15 AM GMT+04:00
|
||||||
|
-- Updates all columns in AD where an existing validation rule exist and set it to ignore the Mixed rule
|
||||||
|
UPDATE AD_Val_Rule SET Code='AD_Ref_List.Value <> ''B'' AND AD_Ref_List.Value <> ''M''' WHERE AD_Val_Rule_ID=161
|
||||||
|
;
|
|
@ -0,0 +1,629 @@
|
||||||
|
-- Jun 2, 2008 9:19:48 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Table (AccessLevel,AD_Client_ID,AD_Org_ID,AD_Table_ID,CopyColumnsFromTable,Created,CreatedBy,EntityType,ImportTable,IsActive,IsChangeLog,IsDeleteable,IsHighVolume,IsSecurityEnabled,IsView,LoadSeq,Name,ReplicationType,TableName,Updated,UpdatedBy) VALUES ('1',0,0,52004,'N',TO_DATE('2008-06-02 21:19:47','YYYY-MM-DD HH24:MI:SS'),100,'A','N','Y','N','Y','N','N','N',0,'POS Terminal','L','U_POSTerminal',TO_DATE('2008-06-02 21:19:47','YYYY-MM-DD HH24:MI:SS'),100)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:19:48 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Table_Trl (AD_Language,AD_Table_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Table_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Table t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Table_ID=52004 AND EXISTS (SELECT * FROM AD_Table_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Table_ID!=t.AD_Table_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:21:23 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Table_ID,AD_Val_Rule_ID,ColumnName,Created,CreatedBy,DefaultValue,Description,EntityType,FieldLength,Help,IsActive,IsAlwaysUpdateable,IsEncrypted,IsIdentifier,IsKey,IsMandatory,IsParent,IsSelectionColumn,IsSyncDatabase,IsTranslated,IsUpdateable,Name,SeqNo,Updated,UpdatedBy,Version) VALUES (0,52077,102,0,19,52004,129,'AD_Client_ID',TO_DATE('2008-06-02 21:21:22','YYYY-MM-DD HH24:MI:SS'),100,'@#AD_Client_ID@','Client/Tenant for this installation.','A',22,'A Client is a company or a legal entity. You cannot share data between Clients. Tenant is a synonym for Client.','Y','N','N','N','N','Y','N','N','N','N','Y','Client',0,TO_DATE('2008-06-02 21:21:22','YYYY-MM-DD HH24:MI:SS'),100,0)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:21:23 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Column_ID=52077 AND EXISTS (SELECT * FROM AD_Column_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Column_ID!=t.AD_Column_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:22:32 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Table_ID,AD_Val_Rule_ID,ColumnName,Created,CreatedBy,DefaultValue,Description,EntityType,FieldLength,Help,IsActive,IsAlwaysUpdateable,IsEncrypted,IsIdentifier,IsKey,IsMandatory,IsParent,IsSelectionColumn,IsSyncDatabase,IsTranslated,IsUpdateable,Name,SeqNo,Updated,UpdatedBy,Version) VALUES (0,52078,113,0,19,52004,130,'AD_Org_ID',TO_DATE('2008-06-02 21:22:32','YYYY-MM-DD HH24:MI:SS'),100,'@#AD_Org_ID@','Organizational entity within client','A',22,'An organization is a unit of your client or legal entity - examples are store, department. You can share data between organizations.','Y','N','N','N','N','Y','N','N','N','N','Y','Organization',0,TO_DATE('2008-06-02 21:22:32','YYYY-MM-DD HH24:MI:SS'),100,0)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:22:32 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Column_ID=52078 AND EXISTS (SELECT * FROM AD_Column_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Column_ID!=t.AD_Column_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:23:51 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Element (AD_Client_ID,AD_Element_ID,AD_Org_ID,ColumnName,Created,CreatedBy,Description,EntityType,IsActive,Name,PrintName,Updated,UpdatedBy) VALUES (0,52030,0,'AutoLock',TO_DATE('2008-06-02 21:23:51','YYYY-MM-DD HH24:MI:SS'),100,'Whether to automatically lock the terminal when till is closed','A','Y','Auto Lock','Auto Lock',TO_DATE('2008-06-02 21:23:51','YYYY-MM-DD HH24:MI:SS'),100)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:23:51 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Element_Trl (AD_Language,AD_Element_ID, Description,Help,Name,PO_Description,PO_Help,PO_Name,PO_PrintName,PrintName, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Element_ID, t.Description,t.Help,t.Name,t.PO_Description,t.PO_Help,t.PO_Name,t.PO_PrintName,t.PrintName, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Element t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Element_ID=52030 AND EXISTS (SELECT * FROM AD_Element_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Element_ID!=t.AD_Element_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:24:30 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Table_ID,ColumnName,Created,CreatedBy,DefaultValue,Description,EntityType,FieldLength,IsActive,IsAlwaysUpdateable,IsEncrypted,IsIdentifier,IsKey,IsMandatory,IsParent,IsSelectionColumn,IsSyncDatabase,IsTranslated,IsUpdateable,Name,SeqNo,Updated,UpdatedBy,Version) VALUES (0,52079,52030,0,20,52004,'AutoLock',TO_DATE('2008-06-02 21:24:30','YYYY-MM-DD HH24:MI:SS'),100,'N','Whether to automatically lock the terminal when till is closed','A',1,'Y','N','N','N','N','Y','N','N','N','N','Y','Auto Lock',0,TO_DATE('2008-06-02 21:24:30','YYYY-MM-DD HH24:MI:SS'),100,0)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:24:30 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Column_ID=52079 AND EXISTS (SELECT * FROM AD_Column_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Column_ID!=t.AD_Column_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:26:51 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Element (AD_Client_ID,AD_Element_ID,AD_Org_ID,ColumnName,Created,CreatedBy,Description,EntityType,IsActive,Name,PrintName,Updated,UpdatedBy) VALUES (0,52031,0,'CashBookTransferType',TO_DATE('2008-06-02 21:26:51','YYYY-MM-DD HH24:MI:SS'),100,'Where the money in the cash book should be transfered to. Either a Bank Account or another Cash Book','A','Y','Cash Book Transfer Type','Cash Book Transfer Type',TO_DATE('2008-06-02 21:26:51','YYYY-MM-DD HH24:MI:SS'),100)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:26:51 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Element_Trl (AD_Language,AD_Element_ID, Description,Help,Name,PO_Description,PO_Help,PO_Name,PO_PrintName,PrintName, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Element_ID, t.Description,t.Help,t.Name,t.PO_Description,t.PO_Help,t.PO_Name,t.PO_PrintName,t.PrintName, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Element t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Element_ID=52031 AND EXISTS (SELECT * FROM AD_Element_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Element_ID!=t.AD_Element_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:29:14 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Reference (AD_Client_ID,AD_Org_ID,AD_Reference_ID,Created,CreatedBy,Description,EntityType,IsActive,Name,Updated,UpdatedBy,ValidationType) VALUES (0,0,52002,TO_DATE('2008-06-02 21:29:14','YYYY-MM-DD HH24:MI:SS'),100,'Where money should be transfered to','A','Y','_TransferType',TO_DATE('2008-06-02 21:29:14','YYYY-MM-DD HH24:MI:SS'),100,'L')
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:29:14 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Reference_Trl (AD_Language,AD_Reference_ID, Description,Help,Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Reference_ID, t.Description,t.Help,t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Reference t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Reference_ID=52002 AND EXISTS (SELECT * FROM AD_Reference_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Reference_ID!=t.AD_Reference_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:29:42 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Ref_List (AD_Client_ID,AD_Org_ID,AD_Reference_ID,AD_Ref_List_ID,Created,CreatedBy,EntityType,IsActive,Name,Updated,UpdatedBy,Value) VALUES (0,0,52002,52001,TO_DATE('2008-06-02 21:29:42','YYYY-MM-DD HH24:MI:SS'),100,'A','Y','Bank Account',TO_DATE('2008-06-02 21:29:42','YYYY-MM-DD HH24:MI:SS'),100,'B')
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:29:42 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Ref_List_Trl (AD_Language,AD_Ref_List_ID, Description,Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Ref_List_ID, t.Description,t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Ref_List t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Ref_List_ID=52001 AND EXISTS (SELECT * FROM AD_Ref_List_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Ref_List_ID!=t.AD_Ref_List_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:29:51 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Ref_List (AD_Client_ID,AD_Org_ID,AD_Reference_ID,AD_Ref_List_ID,Created,CreatedBy,EntityType,IsActive,Name,Updated,UpdatedBy,Value) VALUES (0,0,52002,52002,TO_DATE('2008-06-02 21:29:51','YYYY-MM-DD HH24:MI:SS'),100,'A','Y','CashBook',TO_DATE('2008-06-02 21:29:51','YYYY-MM-DD HH24:MI:SS'),100,'C')
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:29:51 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Ref_List_Trl (AD_Language,AD_Ref_List_ID, Description,Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Ref_List_ID, t.Description,t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Ref_List t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Ref_List_ID=52002 AND EXISTS (SELECT * FROM AD_Ref_List_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Ref_List_ID!=t.AD_Ref_List_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:30:13 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Reference_Value_ID,AD_Table_ID,ColumnName,Created,CreatedBy,Description,EntityType,FieldLength,IsActive,IsAlwaysUpdateable,IsEncrypted,IsIdentifier,IsKey,IsMandatory,IsParent,IsSelectionColumn,IsSyncDatabase,IsTranslated,IsUpdateable,Name,SeqNo,Updated,UpdatedBy,Version) VALUES (0,52080,52031,0,17,52002,52004,'CashBookTransferType',TO_DATE('2008-06-02 21:30:13','YYYY-MM-DD HH24:MI:SS'),100,'Where the money in the cash book should be transfered to. Either a Bank Account or another Cash Book','A',1,'Y','N','N','N','N','Y','N','N','N','N','Y','Cash Book Transfer Type',0,TO_DATE('2008-06-02 21:30:13','YYYY-MM-DD HH24:MI:SS'),100,0)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:30:13 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Column_ID=52080 AND EXISTS (SELECT * FROM AD_Column_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Column_ID!=t.AD_Column_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:32:22 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Element (AD_Client_ID,AD_Element_ID,AD_Org_ID,ColumnName,Created,CreatedBy,Description,EntityType,IsActive,Name,PrintName,Updated,UpdatedBy) VALUES (0,52032,0,'CashTransferBankAccount_ID',TO_DATE('2008-06-02 21:32:22','YYYY-MM-DD HH24:MI:SS'),100,'Bank Account on which to transfer all Cash transactions','A','Y','Transfer Cash trx to','Transfer Cash trx to',TO_DATE('2008-06-02 21:32:22','YYYY-MM-DD HH24:MI:SS'),100)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:32:22 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Element_Trl (AD_Language,AD_Element_ID, Description,Help,Name,PO_Description,PO_Help,PO_Name,PO_PrintName,PrintName, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Element_ID, t.Description,t.Help,t.Name,t.PO_Description,t.PO_Help,t.PO_Name,t.PO_PrintName,t.PrintName, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Element t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Element_ID=52032 AND EXISTS (SELECT * FROM AD_Element_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Element_ID!=t.AD_Element_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:33:15 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Reference (AD_Client_ID,AD_Org_ID,AD_Reference_ID,Created,CreatedBy,EntityType,IsActive,Name,Updated,UpdatedBy,ValidationType) VALUES (0,0,52003,TO_DATE('2008-06-02 21:33:15','YYYY-MM-DD HH24:MI:SS'),100,'A','Y','C_BankAccount',TO_DATE('2008-06-02 21:33:15','YYYY-MM-DD HH24:MI:SS'),100,'T')
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:33:15 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Reference_Trl (AD_Language,AD_Reference_ID, Description,Help,Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Reference_ID, t.Description,t.Help,t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Reference t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Reference_ID=52003 AND EXISTS (SELECT * FROM AD_Reference_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Reference_ID!=t.AD_Reference_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:33:52 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Ref_Table (AD_Client_ID,AD_Display,AD_Key,AD_Org_ID,AD_Reference_ID,AD_Table_ID,Created,CreatedBy,EntityType,IsActive,IsValueDisplayed,Updated,UpdatedBy,WhereClause) VALUES (0,3074,3077,0,52003,297,TO_DATE('2008-06-02 21:33:52','YYYY-MM-DD HH24:MI:SS'),100,'A','Y','N',TO_DATE('2008-06-02 21:33:52','YYYY-MM-DD HH24:MI:SS'),100,'C_BankAccount.IsActive=''Y''')
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:34:10 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Reference_Value_ID,AD_Table_ID,ColumnName,Created,CreatedBy,Description,EntityType,FieldLength,IsActive,IsAlwaysUpdateable,IsEncrypted,IsIdentifier,IsKey,IsMandatory,IsParent,IsSelectionColumn,IsSyncDatabase,IsTranslated,IsUpdateable,Name,SeqNo,Updated,UpdatedBy,Version) VALUES (0,52081,52032,0,18,52003,52004,'CashTransferBankAccount_ID',TO_DATE('2008-06-02 21:34:10','YYYY-MM-DD HH24:MI:SS'),100,'Bank Account on which to transfer all Cash transactions','A',22,'Y','N','N','N','N','N','N','N','N','N','Y','Transfer Cash trx to',0,TO_DATE('2008-06-02 21:34:10','YYYY-MM-DD HH24:MI:SS'),100,0)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:34:10 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Column_ID=52081 AND EXISTS (SELECT * FROM AD_Column_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Column_ID!=t.AD_Column_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:35:28 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Element (AD_Client_ID,AD_Element_ID,AD_Org_ID,ColumnName,Created,CreatedBy,Description,EntityType,IsActive,Name,PrintName,Updated,UpdatedBy) VALUES (0,52033,0,'CashTransferCashBook_ID',TO_DATE('2008-06-02 21:35:28','YYYY-MM-DD HH24:MI:SS'),100,'Cash Book on which to transfer all Cash transactions','A','Y','Transfer Cash trx to','Transfer Cash trx to',TO_DATE('2008-06-02 21:35:28','YYYY-MM-DD HH24:MI:SS'),100)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:35:28 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Element_Trl (AD_Language,AD_Element_ID, Description,Help,Name,PO_Description,PO_Help,PO_Name,PO_PrintName,PrintName, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Element_ID, t.Description,t.Help,t.Name,t.PO_Description,t.PO_Help,t.PO_Name,t.PO_PrintName,t.PrintName, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Element t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Element_ID=52033 AND EXISTS (SELECT * FROM AD_Element_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Element_ID!=t.AD_Element_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:36:18 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Reference (AD_Client_ID,AD_Org_ID,AD_Reference_ID,Created,CreatedBy,EntityType,IsActive,Name,Updated,UpdatedBy,ValidationType) VALUES (0,0,52004,TO_DATE('2008-06-02 21:36:18','YYYY-MM-DD HH24:MI:SS'),100,'A','Y','C_CashBook',TO_DATE('2008-06-02 21:36:18','YYYY-MM-DD HH24:MI:SS'),100,'T')
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:36:18 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Reference_Trl (AD_Language,AD_Reference_ID, Description,Help,Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Reference_ID, t.Description,t.Help,t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Reference t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Reference_ID=52004 AND EXISTS (SELECT * FROM AD_Reference_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Reference_ID!=t.AD_Reference_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:36:54 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Ref_Table (AD_Client_ID,AD_Display,AD_Key,AD_Org_ID,AD_Reference_ID,AD_Table_ID,Created,CreatedBy,EntityType,IsActive,IsValueDisplayed,Updated,UpdatedBy,WhereClause) VALUES (0,5268,5260,0,52004,408,TO_DATE('2008-06-02 21:36:54','YYYY-MM-DD HH24:MI:SS'),100,'A','Y','N',TO_DATE('2008-06-02 21:36:54','YYYY-MM-DD HH24:MI:SS'),100,'C_CashBook.IsActive=''Y''')
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:37:11 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Reference_Value_ID,AD_Table_ID,ColumnName,Created,CreatedBy,Description,EntityType,FieldLength,IsActive,IsAlwaysUpdateable,IsEncrypted,IsIdentifier,IsKey,IsMandatory,IsParent,IsSelectionColumn,IsSyncDatabase,IsTranslated,IsUpdateable,Name,SeqNo,Updated,UpdatedBy,Version) VALUES (0,52082,52033,0,18,52004,52004,'CashTransferCashBook_ID',TO_DATE('2008-06-02 21:37:11','YYYY-MM-DD HH24:MI:SS'),100,'Cash Book on which to transfer all Cash transactions','A',22,'Y','N','N','N','N','N','N','N','N','N','Y','Transfer Cash trx to',0,TO_DATE('2008-06-02 21:37:11','YYYY-MM-DD HH24:MI:SS'),100,0)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:37:11 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Column_ID=52082 AND EXISTS (SELECT * FROM AD_Column_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Column_ID!=t.AD_Column_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:37:53 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Table_ID,ColumnName,Created,CreatedBy,Description,EntityType,FieldLength,Help,IsActive,IsAlwaysUpdateable,IsEncrypted,IsIdentifier,IsKey,IsMandatory,IsParent,IsSelectionColumn,IsSyncDatabase,IsTranslated,IsUpdateable,Name,SeqNo,Updated,UpdatedBy,Version) VALUES (0,52083,1463,0,19,52004,'C_CashBook_ID',TO_DATE('2008-06-02 21:37:53','YYYY-MM-DD HH24:MI:SS'),100,'Cash Book for recording petty cash transactions','A',22,'The Cash Book identifies a unique cash book. The cash book is used to record cash transactions.','Y','N','N','N','N','Y','N','N','N','N','Y','Cash Book',0,TO_DATE('2008-06-02 21:37:53','YYYY-MM-DD HH24:MI:SS'),100,0)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:37:53 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Column_ID=52083 AND EXISTS (SELECT * FROM AD_Column_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Column_ID!=t.AD_Column_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:39:00 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Element (AD_Client_ID,AD_Element_ID,AD_Org_ID,ColumnName,Created,CreatedBy,Description,EntityType,IsActive,Name,PrintName,Updated,UpdatedBy) VALUES (0,52034,0,'C_CashBPartner_ID',TO_DATE('2008-06-02 21:39:00','YYYY-MM-DD HH24:MI:SS'),100,'BPartner to be used for Cash transactions','A','Y','Cash BPartner','Cash BPartner',TO_DATE('2008-06-02 21:39:00','YYYY-MM-DD HH24:MI:SS'),100)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:39:00 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Element_Trl (AD_Language,AD_Element_ID, Description,Help,Name,PO_Description,PO_Help,PO_Name,PO_PrintName,PrintName, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Element_ID, t.Description,t.Help,t.Name,t.PO_Description,t.PO_Help,t.PO_Name,t.PO_PrintName,t.PrintName, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Element t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Element_ID=52034 AND EXISTS (SELECT * FROM AD_Element_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Element_ID!=t.AD_Element_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:39:32 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Reference_Value_ID,AD_Table_ID,ColumnName,Created,CreatedBy,Description,EntityType,FieldLength,IsActive,IsAlwaysUpdateable,IsEncrypted,IsIdentifier,IsKey,IsMandatory,IsParent,IsSelectionColumn,IsSyncDatabase,IsTranslated,IsUpdateable,Name,SeqNo,Updated,UpdatedBy,Version) VALUES (0,52084,52034,0,18,173,52004,'C_CashBPartner_ID',TO_DATE('2008-06-02 21:39:32','YYYY-MM-DD HH24:MI:SS'),100,'BPartner to be used for Cash transactions','A',22,'Y','N','N','N','N','Y','N','N','N','N','Y','Cash BPartner',0,TO_DATE('2008-06-02 21:39:32','YYYY-MM-DD HH24:MI:SS'),100,0)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:39:32 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Column_ID=52084 AND EXISTS (SELECT * FROM AD_Column_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Column_ID!=t.AD_Column_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:41:11 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Element (AD_Client_ID,AD_Element_ID,AD_Org_ID,ColumnName,Created,CreatedBy,Description,EntityType,IsActive,Name,PrintName,Updated,UpdatedBy) VALUES (0,52035,0,'Check_BankAccount_ID',TO_DATE('2008-06-02 21:41:11','YYYY-MM-DD HH24:MI:SS'),100,'Bank Account to be used for processing Check transactions','A','Y','Check Bank Account','Check Bank Account',TO_DATE('2008-06-02 21:41:11','YYYY-MM-DD HH24:MI:SS'),100)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:41:11 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Element_Trl (AD_Language,AD_Element_ID, Description,Help,Name,PO_Description,PO_Help,PO_Name,PO_PrintName,PrintName, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Element_ID, t.Description,t.Help,t.Name,t.PO_Description,t.PO_Help,t.PO_Name,t.PO_PrintName,t.PrintName, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Element t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Element_ID=52035 AND EXISTS (SELECT * FROM AD_Element_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Element_ID!=t.AD_Element_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:41:34 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Reference_Value_ID,AD_Table_ID,ColumnName,Created,CreatedBy,Description,EntityType,FieldLength,IsActive,IsAlwaysUpdateable,IsEncrypted,IsIdentifier,IsKey,IsMandatory,IsParent,IsSelectionColumn,IsSyncDatabase,IsTranslated,IsUpdateable,Name,SeqNo,Updated,UpdatedBy,Version) VALUES (0,52085,52035,0,18,52003,52004,'Check_BankAccount_ID',TO_DATE('2008-06-02 21:41:34','YYYY-MM-DD HH24:MI:SS'),100,'Bank Account to be used for processing Check transactions','A',22,'Y','N','N','N','N','N','N','N','N','N','Y','Check Bank Account',0,TO_DATE('2008-06-02 21:41:34','YYYY-MM-DD HH24:MI:SS'),100,0)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:41:34 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Column_ID=52085 AND EXISTS (SELECT * FROM AD_Column_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Column_ID!=t.AD_Column_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:42:51 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Element (AD_Client_ID,AD_Element_ID,AD_Org_ID,ColumnName,Created,CreatedBy,Description,EntityType,IsActive,Name,PrintName,Updated,UpdatedBy) VALUES (0,52036,0,'CheckTransferBankAccount_ID',TO_DATE('2008-06-02 21:42:50','YYYY-MM-DD HH24:MI:SS'),100,'Bank account on which to transfer Check transactions','A','Y','Tranfer Check trx to','Transfer Check trx to',TO_DATE('2008-06-02 21:42:50','YYYY-MM-DD HH24:MI:SS'),100)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:42:51 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Element_Trl (AD_Language,AD_Element_ID, Description,Help,Name,PO_Description,PO_Help,PO_Name,PO_PrintName,PrintName, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Element_ID, t.Description,t.Help,t.Name,t.PO_Description,t.PO_Help,t.PO_Name,t.PO_PrintName,t.PrintName, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Element t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Element_ID=52036 AND EXISTS (SELECT * FROM AD_Element_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Element_ID!=t.AD_Element_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:43:16 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Reference_Value_ID,AD_Table_ID,ColumnName,Created,CreatedBy,Description,EntityType,FieldLength,IsActive,IsAlwaysUpdateable,IsEncrypted,IsIdentifier,IsKey,IsMandatory,IsParent,IsSelectionColumn,IsSyncDatabase,IsTranslated,IsUpdateable,Name,SeqNo,Updated,UpdatedBy,Version) VALUES (0,52086,52036,0,18,52003,52004,'CheckTransferBankAccount_ID',TO_DATE('2008-06-02 21:43:15','YYYY-MM-DD HH24:MI:SS'),100,'Bank account on which to transfer Check transactions','A',22,'Y','N','N','N','N','N','N','N','N','N','Y','Tranfer Check trx to',0,TO_DATE('2008-06-02 21:43:15','YYYY-MM-DD HH24:MI:SS'),100,0)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:43:16 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Column_ID=52086 AND EXISTS (SELECT * FROM AD_Column_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Column_ID!=t.AD_Column_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:44:12 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Element (AD_Client_ID,AD_Element_ID,AD_Org_ID,ColumnName,Created,CreatedBy,EntityType,IsActive,Name,PrintName,Updated,UpdatedBy) VALUES (0,52037,0,'CheckTransferType',TO_DATE('2008-06-02 21:44:12','YYYY-MM-DD HH24:MI:SS'),100,'A','Y','Check Transfer Type','Check Transfer Type',TO_DATE('2008-06-02 21:44:12','YYYY-MM-DD HH24:MI:SS'),100)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:44:12 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Element_Trl (AD_Language,AD_Element_ID, Description,Help,Name,PO_Description,PO_Help,PO_Name,PO_PrintName,PrintName, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Element_ID, t.Description,t.Help,t.Name,t.PO_Description,t.PO_Help,t.PO_Name,t.PO_PrintName,t.PrintName, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Element t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Element_ID=52037 AND EXISTS (SELECT * FROM AD_Element_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Element_ID!=t.AD_Element_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:44:39 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Reference_Value_ID,AD_Table_ID,ColumnName,Created,CreatedBy,EntityType,FieldLength,IsActive,IsAlwaysUpdateable,IsEncrypted,IsIdentifier,IsKey,IsMandatory,IsParent,IsSelectionColumn,IsSyncDatabase,IsTranslated,IsUpdateable,Name,SeqNo,Updated,UpdatedBy,Version) VALUES (0,52087,52037,0,17,52002,52004,'CheckTransferType',TO_DATE('2008-06-02 21:44:39','YYYY-MM-DD HH24:MI:SS'),100,'A',1,'Y','N','N','N','N','N','N','N','N','N','Y','Check Transfer Type',0,TO_DATE('2008-06-02 21:44:39','YYYY-MM-DD HH24:MI:SS'),100,0)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:44:39 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Column_ID=52087 AND EXISTS (SELECT * FROM AD_Column_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Column_ID!=t.AD_Column_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:46:05 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Element (AD_Client_ID,AD_Element_ID,AD_Org_ID,ColumnName,Created,CreatedBy,Description,EntityType,IsActive,Name,PrintName,Updated,UpdatedBy) VALUES (0,52038,0,'Card_BankAccount_ID',TO_DATE('2008-06-02 21:46:05','YYYY-MM-DD HH24:MI:SS'),100,'Bank Account on which card transactions will be processed','A','Y','Card Bank Account','Card Bank Account',TO_DATE('2008-06-02 21:46:05','YYYY-MM-DD HH24:MI:SS'),100)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:46:05 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Element_Trl (AD_Language,AD_Element_ID, Description,Help,Name,PO_Description,PO_Help,PO_Name,PO_PrintName,PrintName, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Element_ID, t.Description,t.Help,t.Name,t.PO_Description,t.PO_Help,t.PO_Name,t.PO_PrintName,t.PrintName, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Element t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Element_ID=52038 AND EXISTS (SELECT * FROM AD_Element_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Element_ID!=t.AD_Element_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:46:28 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Reference_Value_ID,AD_Table_ID,ColumnName,Created,CreatedBy,Description,EntityType,FieldLength,IsActive,IsAlwaysUpdateable,IsEncrypted,IsIdentifier,IsKey,IsMandatory,IsParent,IsSelectionColumn,IsSyncDatabase,IsTranslated,IsUpdateable,Name,SeqNo,Updated,UpdatedBy,Version) VALUES (0,52088,52038,0,18,52003,52004,'Card_BankAccount_ID',TO_DATE('2008-06-02 21:46:28','YYYY-MM-DD HH24:MI:SS'),100,'Bank Account on which card transactions will be processed','A',22,'Y','N','N','N','N','N','N','N','N','N','Y','Card Bank Account',0,TO_DATE('2008-06-02 21:46:28','YYYY-MM-DD HH24:MI:SS'),100,0)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:46:28 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Column_ID=52088 AND EXISTS (SELECT * FROM AD_Column_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Column_ID!=t.AD_Column_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:47:33 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Element (AD_Client_ID,AD_Element_ID,AD_Org_ID,ColumnName,Created,CreatedBy,Description,EntityType,IsActive,Name,PrintName,Updated,UpdatedBy) VALUES (0,52039,0,'CardTransferBankAccount_ID',TO_DATE('2008-06-02 21:47:33','YYYY-MM-DD HH24:MI:SS'),100,'Bank account on which to transfer Card transactions','A','Y','Transfer Card trx to','Transfer Card trx to',TO_DATE('2008-06-02 21:47:33','YYYY-MM-DD HH24:MI:SS'),100)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:47:33 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Element_Trl (AD_Language,AD_Element_ID, Description,Help,Name,PO_Description,PO_Help,PO_Name,PO_PrintName,PrintName, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Element_ID, t.Description,t.Help,t.Name,t.PO_Description,t.PO_Help,t.PO_Name,t.PO_PrintName,t.PrintName, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Element t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Element_ID=52039 AND EXISTS (SELECT * FROM AD_Element_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Element_ID!=t.AD_Element_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:47:59 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Reference_Value_ID,AD_Table_ID,ColumnName,Created,CreatedBy,Description,EntityType,FieldLength,IsActive,IsAlwaysUpdateable,IsEncrypted,IsIdentifier,IsKey,IsMandatory,IsParent,IsSelectionColumn,IsSyncDatabase,IsTranslated,IsUpdateable,Name,SeqNo,Updated,UpdatedBy,Version) VALUES (0,52089,52039,0,18,52003,52004,'CardTransferBankAccount_ID',TO_DATE('2008-06-02 21:47:59','YYYY-MM-DD HH24:MI:SS'),100,'Bank account on which to transfer Card transactions','A',22,'Y','N','N','N','N','N','N','N','N','N','Y','Transfer Card trx to',0,TO_DATE('2008-06-02 21:47:59','YYYY-MM-DD HH24:MI:SS'),100,0)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:47:59 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Column_ID=52089 AND EXISTS (SELECT * FROM AD_Column_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Column_ID!=t.AD_Column_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:48:55 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Element (AD_Client_ID,AD_Element_ID,AD_Org_ID,ColumnName,Created,CreatedBy,Description,EntityType,IsActive,Name,PrintName,Updated,UpdatedBy) VALUES (0,52040,0,'CardTransferCashBook_ID',TO_DATE('2008-06-02 21:48:55','YYYY-MM-DD HH24:MI:SS'),100,'Cash Book on which to transfer all Card transactions','A','Y','Transfer Card trx to','Transfer Card trx to',TO_DATE('2008-06-02 21:48:55','YYYY-MM-DD HH24:MI:SS'),100)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:48:55 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Element_Trl (AD_Language,AD_Element_ID, Description,Help,Name,PO_Description,PO_Help,PO_Name,PO_PrintName,PrintName, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Element_ID, t.Description,t.Help,t.Name,t.PO_Description,t.PO_Help,t.PO_Name,t.PO_PrintName,t.PrintName, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Element t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Element_ID=52040 AND EXISTS (SELECT * FROM AD_Element_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Element_ID!=t.AD_Element_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:49:35 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Reference_Value_ID,AD_Table_ID,ColumnName,Created,CreatedBy,Description,EntityType,FieldLength,IsActive,IsAlwaysUpdateable,IsEncrypted,IsIdentifier,IsKey,IsMandatory,IsParent,IsSelectionColumn,IsSyncDatabase,IsTranslated,IsUpdateable,Name,SeqNo,Updated,UpdatedBy,Version) VALUES (0,52090,52040,0,18,52004,52004,'CardTransferCashBook_ID',TO_DATE('2008-06-02 21:49:35','YYYY-MM-DD HH24:MI:SS'),100,'Cash Book on which to transfer all Card transactions','A',22,'Y','N','N','N','N','N','N','N','N','N','Y','Transfer Card trx to',0,TO_DATE('2008-06-02 21:49:35','YYYY-MM-DD HH24:MI:SS'),100,0)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:49:35 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Column_ID=52090 AND EXISTS (SELECT * FROM AD_Column_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Column_ID!=t.AD_Column_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:50:21 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Element (AD_Client_ID,AD_Element_ID,AD_Org_ID,ColumnName,Created,CreatedBy,EntityType,IsActive,Name,PrintName,Updated,UpdatedBy) VALUES (0,52041,0,'CardTransferType',TO_DATE('2008-06-02 21:50:21','YYYY-MM-DD HH24:MI:SS'),100,'A','Y','Card Transfer Type','Card Transfer Type',TO_DATE('2008-06-02 21:50:21','YYYY-MM-DD HH24:MI:SS'),100)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:50:21 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Element_Trl (AD_Language,AD_Element_ID, Description,Help,Name,PO_Description,PO_Help,PO_Name,PO_PrintName,PrintName, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Element_ID, t.Description,t.Help,t.Name,t.PO_Description,t.PO_Help,t.PO_Name,t.PO_PrintName,t.PrintName, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Element t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Element_ID=52041 AND EXISTS (SELECT * FROM AD_Element_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Element_ID!=t.AD_Element_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:50:40 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Reference_Value_ID,AD_Table_ID,ColumnName,Created,CreatedBy,EntityType,FieldLength,IsActive,IsAlwaysUpdateable,IsEncrypted,IsIdentifier,IsKey,IsMandatory,IsParent,IsSelectionColumn,IsSyncDatabase,IsTranslated,IsUpdateable,Name,SeqNo,Updated,UpdatedBy,Version) VALUES (0,52091,52041,0,17,52002,52004,'CardTransferType',TO_DATE('2008-06-02 21:50:40','YYYY-MM-DD HH24:MI:SS'),100,'A',1,'Y','N','N','N','N','N','N','N','N','N','Y','Card Transfer Type',0,TO_DATE('2008-06-02 21:50:40','YYYY-MM-DD HH24:MI:SS'),100,0)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:50:40 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Column_ID=52091 AND EXISTS (SELECT * FROM AD_Column_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Column_ID!=t.AD_Column_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:51:10 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Table_ID,ColumnName,Created,CreatedBy,Description,EntityType,FieldLength,Help,IsActive,IsAlwaysUpdateable,IsEncrypted,IsIdentifier,IsKey,IsMandatory,IsParent,IsSelectionColumn,IsSyncDatabase,IsTranslated,IsUpdateable,Name,SeqNo,Updated,UpdatedBy,Version) VALUES (0,52092,245,0,16,52004,'Created',TO_DATE('2008-06-02 21:51:10','YYYY-MM-DD HH24:MI:SS'),100,'Date this record was created','A',7,'The Created field indicates the date that this record was created.','Y','N','N','N','N','Y','N','N','N','N','N','Created',0,TO_DATE('2008-06-02 21:51:10','YYYY-MM-DD HH24:MI:SS'),100,0)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:51:10 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Column_ID=52092 AND EXISTS (SELECT * FROM AD_Column_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Column_ID!=t.AD_Column_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:52:01 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Reference_Value_ID,AD_Table_ID,ColumnName,Created,CreatedBy,Description,EntityType,FieldLength,Help,IsActive,IsAlwaysUpdateable,IsEncrypted,IsIdentifier,IsKey,IsMandatory,IsParent,IsSelectionColumn,IsSyncDatabase,IsTranslated,IsUpdateable,Name,SeqNo,Updated,UpdatedBy,Version) VALUES (0,52093,246,0,18,110,52004,'CreatedBy',TO_DATE('2008-06-02 21:52:01','YYYY-MM-DD HH24:MI:SS'),100,'User who created this records','A',22,'The Created By field indicates the user who created this record.','Y','N','N','N','N','Y','N','N','N','N','N','Created By',0,TO_DATE('2008-06-02 21:52:01','YYYY-MM-DD HH24:MI:SS'),100,0)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:52:01 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Column_ID=52093 AND EXISTS (SELECT * FROM AD_Column_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Column_ID!=t.AD_Column_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:53:40 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Element (AD_Client_ID,AD_Element_ID,AD_Org_ID,ColumnName,Created,CreatedBy,Description,EntityType,IsActive,Name,PrintName,Updated,UpdatedBy) VALUES (0,52042,0,'C_TemplateBPartner_ID',TO_DATE('2008-06-02 21:53:39','YYYY-MM-DD HH24:MI:SS'),100,'BPartner that is to be used as template when new customers are created','A','Y','Template BPartner','Template BPartner',TO_DATE('2008-06-02 21:53:39','YYYY-MM-DD HH24:MI:SS'),100)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:53:40 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Element_Trl (AD_Language,AD_Element_ID, Description,Help,Name,PO_Description,PO_Help,PO_Name,PO_PrintName,PrintName, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Element_ID, t.Description,t.Help,t.Name,t.PO_Description,t.PO_Help,t.PO_Name,t.PO_PrintName,t.PrintName, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Element t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Element_ID=52042 AND EXISTS (SELECT * FROM AD_Element_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Element_ID!=t.AD_Element_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:54:16 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Reference_Value_ID,AD_Table_ID,ColumnName,Created,CreatedBy,Description,EntityType,FieldLength,IsActive,IsAlwaysUpdateable,IsEncrypted,IsIdentifier,IsKey,IsMandatory,IsParent,IsSelectionColumn,IsSyncDatabase,IsTranslated,IsUpdateable,Name,SeqNo,Updated,UpdatedBy,Version) VALUES (0,52094,52042,0,18,173,52004,'C_TemplateBPartner_ID',TO_DATE('2008-06-02 21:54:16','YYYY-MM-DD HH24:MI:SS'),100,'BPartner that is to be used as template when new customers are created','A',22,'Y','N','N','N','N','N','N','N','N','N','Y','Template BPartner',0,TO_DATE('2008-06-02 21:54:16','YYYY-MM-DD HH24:MI:SS'),100,0)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:54:16 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Column_ID=52094 AND EXISTS (SELECT * FROM AD_Column_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Column_ID!=t.AD_Column_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:55:01 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Table_ID,ColumnName,Created,CreatedBy,Description,EntityType,FieldLength,Help,IsActive,IsAlwaysUpdateable,IsEncrypted,IsIdentifier,IsKey,IsMandatory,IsParent,IsSelectionColumn,IsSyncDatabase,IsTranslated,IsUpdateable,Name,SeqNo,Updated,UpdatedBy,Version) VALUES (0,52095,275,0,10,52004,'Description',TO_DATE('2008-06-02 21:55:01','YYYY-MM-DD HH24:MI:SS'),100,'Optional short description of the record','A',255,'A description is limited to 255 characters.','Y','N','N','N','N','N','N','N','N','N','Y','Description',0,TO_DATE('2008-06-02 21:55:01','YYYY-MM-DD HH24:MI:SS'),100,0)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:55:01 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Column_ID=52095 AND EXISTS (SELECT * FROM AD_Column_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Column_ID!=t.AD_Column_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:55:37 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Table_ID,ColumnName,Created,CreatedBy,Description,EntityType,FieldLength,Help,IsActive,IsAlwaysUpdateable,IsEncrypted,IsIdentifier,IsKey,IsMandatory,IsParent,IsSelectionColumn,IsSyncDatabase,IsTranslated,IsUpdateable,Name,SeqNo,Updated,UpdatedBy,Version) VALUES (0,52096,326,0,14,52004,'Help',TO_DATE('2008-06-02 21:55:37','YYYY-MM-DD HH24:MI:SS'),100,'Comment or Hint','A',2000,'The Help field contains a hint, comment or help about the use of this item.','Y','N','N','N','N','N','N','N','N','N','Y','Comment/Help',0,TO_DATE('2008-06-02 21:55:37','YYYY-MM-DD HH24:MI:SS'),100,0)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:55:37 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Column_ID=52096 AND EXISTS (SELECT * FROM AD_Column_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Column_ID!=t.AD_Column_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:56:03 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Table_ID,ColumnName,Created,CreatedBy,DefaultValue,Description,EntityType,FieldLength,Help,IsActive,IsAlwaysUpdateable,IsEncrypted,IsIdentifier,IsKey,IsMandatory,IsParent,IsSelectionColumn,IsSyncDatabase,IsTranslated,IsUpdateable,Name,SeqNo,Updated,UpdatedBy,Version) VALUES (0,52097,348,0,20,52004,'IsActive',TO_DATE('2008-06-02 21:56:02','YYYY-MM-DD HH24:MI:SS'),100,'Y','The record is active in the system','A',1,'There are two methods of making records unavailable in the system: One is to delete the record, the other is to de-activate the record. A de-activated record is not available for selection, but available for reports.
|
||||||
|
There are two reasons for de-activating and not deleting records:
|
||||||
|
(1) The system requires the record for audit purposes.
|
||||||
|
(2) The record is referenced by other records. E.g., you cannot delete a Business Partner, if there are invoices for this partner record existing. You de-activate the Business Partner and prevent that this record is used for future entries.','Y','N','N','N','N','N','N','N','N','N','Y','Active',0,TO_DATE('2008-06-02 21:56:02','YYYY-MM-DD HH24:MI:SS'),100,0)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:56:03 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Column_ID=52097 AND EXISTS (SELECT * FROM AD_Column_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Column_ID!=t.AD_Column_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:56:55 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Element (AD_Client_ID,AD_Element_ID,AD_Org_ID,ColumnName,Created,CreatedBy,Description,EntityType,IsActive,Name,PrintName,Updated,UpdatedBy) VALUES (0,52043,0,'LastLockTime',TO_DATE('2008-06-02 21:56:55','YYYY-MM-DD HH24:MI:SS'),100,'Last time at which the terminal was locked','A','Y','Last Lock Time','Last Lock Time',TO_DATE('2008-06-02 21:56:55','YYYY-MM-DD HH24:MI:SS'),100)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:56:55 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Element_Trl (AD_Language,AD_Element_ID, Description,Help,Name,PO_Description,PO_Help,PO_Name,PO_PrintName,PrintName, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Element_ID, t.Description,t.Help,t.Name,t.PO_Description,t.PO_Help,t.PO_Name,t.PO_PrintName,t.PrintName, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Element t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Element_ID=52043 AND EXISTS (SELECT * FROM AD_Element_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Element_ID!=t.AD_Element_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:57:13 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Table_ID,ColumnName,Created,CreatedBy,Description,EntityType,FieldLength,IsActive,IsAlwaysUpdateable,IsEncrypted,IsIdentifier,IsKey,IsMandatory,IsParent,IsSelectionColumn,IsSyncDatabase,IsTranslated,IsUpdateable,Name,SeqNo,Updated,UpdatedBy,Version) VALUES (0,52098,52043,0,16,52004,'LastLockTime',TO_DATE('2008-06-02 21:57:13','YYYY-MM-DD HH24:MI:SS'),100,'Last time at which the terminal was locked','A',7,'Y','N','N','N','N','N','N','N','N','N','Y','Last Lock Time',0,TO_DATE('2008-06-02 21:57:13','YYYY-MM-DD HH24:MI:SS'),100,0)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:57:13 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Column_ID=52098 AND EXISTS (SELECT * FROM AD_Column_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Column_ID!=t.AD_Column_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:58:06 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Element (AD_Client_ID,AD_Element_ID,AD_Org_ID,ColumnName,Created,CreatedBy,Description,EntityType,IsActive,Name,PrintName,Updated,UpdatedBy) VALUES (0,52044,0,'Locked',TO_DATE('2008-06-02 21:58:06','YYYY-MM-DD HH24:MI:SS'),100,'Whether the terminal is locked','A','Y','Locked','Locked',TO_DATE('2008-06-02 21:58:06','YYYY-MM-DD HH24:MI:SS'),100)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:58:06 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Element_Trl (AD_Language,AD_Element_ID, Description,Help,Name,PO_Description,PO_Help,PO_Name,PO_PrintName,PrintName, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Element_ID, t.Description,t.Help,t.Name,t.PO_Description,t.PO_Help,t.PO_Name,t.PO_PrintName,t.PrintName, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Element t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Element_ID=52044 AND EXISTS (SELECT * FROM AD_Element_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Element_ID!=t.AD_Element_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:58:26 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Table_ID,ColumnName,Created,CreatedBy,DefaultValue,Description,EntityType,FieldLength,IsActive,IsAlwaysUpdateable,IsEncrypted,IsIdentifier,IsKey,IsMandatory,IsParent,IsSelectionColumn,IsSyncDatabase,IsTranslated,IsUpdateable,Name,SeqNo,Updated,UpdatedBy,Version) VALUES (0,52099,52044,0,20,52004,'Locked',TO_DATE('2008-06-02 21:58:26','YYYY-MM-DD HH24:MI:SS'),100,'N','Whether the terminal is locked','A',1,'Y','N','N','N','N','N','N','N','N','N','Y','Locked',0,TO_DATE('2008-06-02 21:58:26','YYYY-MM-DD HH24:MI:SS'),100,0)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:58:26 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Column_ID=52099 AND EXISTS (SELECT * FROM AD_Column_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Column_ID!=t.AD_Column_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:59:13 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Element (AD_Client_ID,AD_Element_ID,AD_Org_ID,ColumnName,Created,CreatedBy,Description,EntityType,IsActive,Name,PrintName,Updated,UpdatedBy) VALUES (0,52045,0,'LockTime',TO_DATE('2008-06-02 21:59:13','YYYY-MM-DD HH24:MI:SS'),100,'Time in minutes the terminal should be kept in a locked state.','A','Y','Lock Time','Lock Time',TO_DATE('2008-06-02 21:59:13','YYYY-MM-DD HH24:MI:SS'),100)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:59:13 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Element_Trl (AD_Language,AD_Element_ID, Description,Help,Name,PO_Description,PO_Help,PO_Name,PO_PrintName,PrintName, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Element_ID, t.Description,t.Help,t.Name,t.PO_Description,t.PO_Help,t.PO_Name,t.PO_PrintName,t.PrintName, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Element t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Element_ID=52045 AND EXISTS (SELECT * FROM AD_Element_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Element_ID!=t.AD_Element_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:59:40 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Table_ID,ColumnName,Created,CreatedBy,Description,EntityType,FieldLength,IsActive,IsAlwaysUpdateable,IsEncrypted,IsIdentifier,IsKey,IsMandatory,IsParent,IsSelectionColumn,IsSyncDatabase,IsTranslated,IsUpdateable,Name,SeqNo,Updated,UpdatedBy,ValueMin,Version) VALUES (0,52100,52045,0,11,52004,'LockTime',TO_DATE('2008-06-02 21:59:40','YYYY-MM-DD HH24:MI:SS'),100,'Time in minutes the terminal should be kept in a locked state.','A',10,'Y','N','N','N','N','N','N','N','N','N','Y','Lock Time',0,TO_DATE('2008-06-02 21:59:40','YYYY-MM-DD HH24:MI:SS'),100,'0',0)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:59:40 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Column_ID=52100 AND EXISTS (SELECT * FROM AD_Column_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Column_ID!=t.AD_Column_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 10:00:25 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Table_ID,ColumnName,Created,CreatedBy,Description,EntityType,FieldLength,Help,IsActive,IsAlwaysUpdateable,IsEncrypted,IsIdentifier,IsKey,IsMandatory,IsParent,IsSelectionColumn,IsSyncDatabase,IsTranslated,IsUpdateable,Name,SeqNo,Updated,UpdatedBy,Version) VALUES (0,52101,459,0,19,52004,'M_Warehouse_ID',TO_DATE('2008-06-02 22:00:24','YYYY-MM-DD HH24:MI:SS'),100,'Storage Warehouse and Service Point','A',22,'The Warehouse identifies a unique Warehouse where products are stored or Services are provided.','Y','N','N','N','N','N','N','N','N','N','Y','Warehouse',0,TO_DATE('2008-06-02 22:00:24','YYYY-MM-DD HH24:MI:SS'),100,0)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 10:00:25 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Column_ID=52101 AND EXISTS (SELECT * FROM AD_Column_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Column_ID!=t.AD_Column_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 10:00:44 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Table_ID,ColumnName,Created,CreatedBy,Description,EntityType,FieldLength,Help,IsActive,IsAlwaysUpdateable,IsEncrypted,IsIdentifier,IsKey,IsMandatory,IsParent,IsSelectionColumn,IsSyncDatabase,IsTranslated,IsUpdateable,Name,SeqNo,Updated,UpdatedBy,Version) VALUES (0,52102,469,0,10,52004,'Name',TO_DATE('2008-06-02 22:00:44','YYYY-MM-DD HH24:MI:SS'),100,'Alphanumeric identifier of the entity','A',60,'The name of an entity (record) is used as an default search option in addition to the search key. The name is up to 60 characters in length.','Y','N','N','N','N','N','N','N','N','N','Y','Name',0,TO_DATE('2008-06-02 22:00:44','YYYY-MM-DD HH24:MI:SS'),100,0)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 10:00:44 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Column_ID=52102 AND EXISTS (SELECT * FROM AD_Column_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Column_ID!=t.AD_Column_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 10:02:07 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Reference_Value_ID,AD_Table_ID,ColumnName,Created,CreatedBy,Description,EntityType,FieldLength,Help,IsActive,IsAlwaysUpdateable,IsEncrypted,IsIdentifier,IsKey,IsMandatory,IsParent,IsSelectionColumn,IsSyncDatabase,IsTranslated,IsUpdateable,Name,SeqNo,Updated,UpdatedBy,Version) VALUES (0,52103,480,0,18,166,52004,'PO_PriceList_ID',TO_DATE('2008-06-02 22:02:07','YYYY-MM-DD HH24:MI:SS'),100,'Price List used by this Business Partner','A',22,'Identifies the price list used by a Vendor for products purchased by this organization.','Y','N','N','N','N','N','N','N','N','N','Y','Purchase Pricelist',0,TO_DATE('2008-06-02 22:02:07','YYYY-MM-DD HH24:MI:SS'),100,0)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 10:02:07 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Column_ID=52103 AND EXISTS (SELECT * FROM AD_Column_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Column_ID!=t.AD_Column_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 10:02:37 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Table_ID,ColumnName,Created,CreatedBy,Description,EntityType,FieldLength,Help,IsActive,IsAlwaysUpdateable,IsEncrypted,IsIdentifier,IsKey,IsMandatory,IsParent,IsSelectionColumn,IsSyncDatabase,IsTranslated,IsUpdateable,Name,SeqNo,Updated,UpdatedBy,Version) VALUES (0,52104,2051,0,10,52004,'PrinterName',TO_DATE('2008-06-02 22:02:37','YYYY-MM-DD HH24:MI:SS'),100,'Name of the Printer','A',60,'Internal (Opereating System) Name of the Printer; Please mote that the printer name may be different on different clients. Enter a printer name, which applies to ALL clients (e.g. printer on a server). <p>
|
||||||
|
If none is entered, the default printer is used. You specify your default printer when you log in. You can also change the default printer in Preferences.','Y','N','N','N','N','N','N','N','N','N','Y','Printer Name',0,TO_DATE('2008-06-02 22:02:37','YYYY-MM-DD HH24:MI:SS'),100,0)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 10:02:37 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Column_ID=52104 AND EXISTS (SELECT * FROM AD_Column_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Column_ID!=t.AD_Column_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 10:03:16 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Reference_Value_ID,AD_Table_ID,ColumnName,Created,CreatedBy,Description,EntityType,FieldLength,Help,IsActive,IsAlwaysUpdateable,IsEncrypted,IsIdentifier,IsKey,IsMandatory,IsParent,IsSelectionColumn,IsSyncDatabase,IsTranslated,IsUpdateable,Name,SeqNo,Updated,UpdatedBy,Version) VALUES (0,52105,1063,0,18,316,52004,'SalesRep_ID',TO_DATE('2008-06-02 22:03:16','YYYY-MM-DD HH24:MI:SS'),100,'Sales Representative or Company Agent','A',22,'The Sales Representative indicates the Sales Rep for this Region. Any Sales Rep must be a valid internal user.','Y','N','N','N','N','N','N','N','N','N','Y','Sales Representative',0,TO_DATE('2008-06-02 22:03:16','YYYY-MM-DD HH24:MI:SS'),100,0)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 10:03:16 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Column_ID=52105 AND EXISTS (SELECT * FROM AD_Column_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Column_ID!=t.AD_Column_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 10:04:15 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Element (AD_Client_ID,AD_Element_ID,AD_Org_ID,ColumnName,Created,CreatedBy,EntityType,IsActive,Name,PrintName,Updated,UpdatedBy) VALUES (0,52046,0,'SO_PriceList_ID',TO_DATE('2008-06-02 22:04:15','YYYY-MM-DD HH24:MI:SS'),100,'A','Y','Sales Pricelist','Sales Pricelist',TO_DATE('2008-06-02 22:04:15','YYYY-MM-DD HH24:MI:SS'),100)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 10:04:15 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Element_Trl (AD_Language,AD_Element_ID, Description,Help,Name,PO_Description,PO_Help,PO_Name,PO_PrintName,PrintName, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Element_ID, t.Description,t.Help,t.Name,t.PO_Description,t.PO_Help,t.PO_Name,t.PO_PrintName,t.PrintName, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Element t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Element_ID=52046 AND EXISTS (SELECT * FROM AD_Element_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Element_ID!=t.AD_Element_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 10:04:46 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Reference_Value_ID,AD_Table_ID,ColumnName,Created,CreatedBy,EntityType,FieldLength,IsActive,IsAlwaysUpdateable,IsEncrypted,IsIdentifier,IsKey,IsMandatory,IsParent,IsSelectionColumn,IsSyncDatabase,IsTranslated,IsUpdateable,Name,SeqNo,Updated,UpdatedBy,Version) VALUES (0,52106,52046,0,18,166,52004,'SO_PriceList_ID',TO_DATE('2008-06-02 22:04:46','YYYY-MM-DD HH24:MI:SS'),100,'A',22,'Y','N','N','N','N','N','N','N','N','N','Y','Sales Pricelist',0,TO_DATE('2008-06-02 22:04:46','YYYY-MM-DD HH24:MI:SS'),100,0)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 10:04:46 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Column_ID=52106 AND EXISTS (SELECT * FROM AD_Column_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Column_ID!=t.AD_Column_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 10:05:16 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Element (AD_Client_ID,AD_Element_ID,AD_Org_ID,ColumnName,Created,CreatedBy,Description,EntityType,IsActive,Name,PrintName,Updated,UpdatedBy) VALUES (0,52047,0,'UnlockingTime',TO_DATE('2008-06-02 22:05:16','YYYY-MM-DD HH24:MI:SS'),100,'Time at which the terminal should be unlocked','A','Y','UnlockingTime','UnlockingTime',TO_DATE('2008-06-02 22:05:16','YYYY-MM-DD HH24:MI:SS'),100)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 10:05:16 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Element_Trl (AD_Language,AD_Element_ID, Description,Help,Name,PO_Description,PO_Help,PO_Name,PO_PrintName,PrintName, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Element_ID, t.Description,t.Help,t.Name,t.PO_Description,t.PO_Help,t.PO_Name,t.PO_PrintName,t.PrintName, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Element t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Element_ID=52047 AND EXISTS (SELECT * FROM AD_Element_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Element_ID!=t.AD_Element_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 10:05:34 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Table_ID,ColumnName,Created,CreatedBy,Description,EntityType,FieldLength,IsActive,IsAlwaysUpdateable,IsEncrypted,IsIdentifier,IsKey,IsMandatory,IsParent,IsSelectionColumn,IsSyncDatabase,IsTranslated,IsUpdateable,Name,SeqNo,Updated,UpdatedBy,Version) VALUES (0,52107,52047,0,16,52004,'UnlockingTime',TO_DATE('2008-06-02 22:05:34','YYYY-MM-DD HH24:MI:SS'),100,'Time at which the terminal should be unlocked','A',7,'Y','N','N','N','N','N','N','N','N','N','Y','UnlockingTime',0,TO_DATE('2008-06-02 22:05:34','YYYY-MM-DD HH24:MI:SS'),100,0)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 10:05:34 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Column_ID=52107 AND EXISTS (SELECT * FROM AD_Column_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Column_ID!=t.AD_Column_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 10:05:58 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Table_ID,ColumnName,Created,CreatedBy,Description,EntityType,FieldLength,Help,IsActive,IsAlwaysUpdateable,IsEncrypted,IsIdentifier,IsKey,IsMandatory,IsParent,IsSelectionColumn,IsSyncDatabase,IsTranslated,IsUpdateable,Name,SeqNo,Updated,UpdatedBy,Version) VALUES (0,52108,607,0,16,52004,'Updated',TO_DATE('2008-06-02 22:05:58','YYYY-MM-DD HH24:MI:SS'),100,'Date this record was updated','A',7,'The Updated field indicates the date that this record was updated.','Y','N','N','N','N','Y','N','N','N','N','N','Updated',0,TO_DATE('2008-06-02 22:05:58','YYYY-MM-DD HH24:MI:SS'),100,0)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 10:05:58 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Column_ID=52108 AND EXISTS (SELECT * FROM AD_Column_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Column_ID!=t.AD_Column_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 10:06:30 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Reference_Value_ID,AD_Table_ID,ColumnName,Created,CreatedBy,Description,EntityType,FieldLength,Help,IsActive,IsAlwaysUpdateable,IsEncrypted,IsIdentifier,IsKey,IsMandatory,IsParent,IsSelectionColumn,IsSyncDatabase,IsTranslated,IsUpdateable,Name,SeqNo,Updated,UpdatedBy,Version) VALUES (0,52109,608,0,18,110,52004,'UpdatedBy',TO_DATE('2008-06-02 22:06:30','YYYY-MM-DD HH24:MI:SS'),100,'User who updated this records','A',22,'The Updated By field indicates the user who updated this record.','Y','N','N','N','N','N','N','N','N','N','Y','Updated By',0,TO_DATE('2008-06-02 22:06:30','YYYY-MM-DD HH24:MI:SS'),100,0)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 10:06:30 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Column_ID=52109 AND EXISTS (SELECT * FROM AD_Column_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Column_ID!=t.AD_Column_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 10:29:01 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Element (AD_Client_ID,AD_Element_ID,AD_Org_ID,ColumnName,Created,CreatedBy,EntityType,IsActive,Name,PrintName,Updated,UpdatedBy) VALUES (0,52048,0,'U_POSTerminal_ID',TO_DATE('2008-06-02 22:29:01','YYYY-MM-DD HH24:MI:SS'),100,'A','Y','POS Terminal','POS Terminal',TO_DATE('2008-06-02 22:29:01','YYYY-MM-DD HH24:MI:SS'),100)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 10:29:01 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Element_Trl (AD_Language,AD_Element_ID, Description,Help,Name,PO_Description,PO_Help,PO_Name,PO_PrintName,PrintName, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Element_ID, t.Description,t.Help,t.Name,t.PO_Description,t.PO_Help,t.PO_Name,t.PO_PrintName,t.PrintName, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Element t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Element_ID=52048 AND EXISTS (SELECT * FROM AD_Element_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Element_ID!=t.AD_Element_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 10:29:54 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Table_ID,ColumnName,Created,CreatedBy,EntityType,FieldLength,IsActive,IsAlwaysUpdateable,IsEncrypted,IsIdentifier,IsKey,IsMandatory,IsParent,IsSelectionColumn,IsSyncDatabase,IsTranslated,IsUpdateable,Name,SeqNo,Updated,UpdatedBy,Version) VALUES (0,52110,52048,0,13,52004,'U_POSTerminal_ID',TO_DATE('2008-06-02 22:29:54','YYYY-MM-DD HH24:MI:SS'),100,'A',22,'Y','N','N','N','Y','Y','N','N','N','N','N','POS Terminal',0,TO_DATE('2008-06-02 22:29:54','YYYY-MM-DD HH24:MI:SS'),100,0)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 10:29:54 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Column_ID=52110 AND EXISTS (SELECT * FROM AD_Column_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Column_ID!=t.AD_Column_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 10:48:55 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Element (AD_Client_ID,AD_Element_ID,AD_Org_ID,ColumnName,Created,CreatedBy,Description,EntityType,IsActive,Name,PrintName,Updated,UpdatedBy) VALUES (0,52049,0,'CheckTransferCashBook_ID',TO_DATE('2008-06-02 22:48:55','YYYY-MM-DD HH24:MI:SS'),100,'Cash Book on which to transfer all Check transactions','A','Y','Transfer Check trx to','Transfer Check trx to',TO_DATE('2008-06-02 22:48:55','YYYY-MM-DD HH24:MI:SS'),100)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 10:48:55 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Element_Trl (AD_Language,AD_Element_ID, Description,Help,Name,PO_Description,PO_Help,PO_Name,PO_PrintName,PrintName, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Element_ID, t.Description,t.Help,t.Name,t.PO_Description,t.PO_Help,t.PO_Name,t.PO_PrintName,t.PrintName, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Element t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Element_ID=52049 AND EXISTS (SELECT * FROM AD_Element_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Element_ID!=t.AD_Element_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 10:49:35 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Reference_Value_ID,AD_Table_ID,ColumnName,Created,CreatedBy,Description,EntityType,FieldLength,IsActive,IsAlwaysUpdateable,IsEncrypted,IsIdentifier,IsKey,IsMandatory,IsParent,IsSelectionColumn,IsSyncDatabase,IsTranslated,IsUpdateable,Name,SeqNo,Updated,UpdatedBy,Version) VALUES (0,52111,52049,0,18,52004,52004,'CheckTransferCashBook_ID',TO_DATE('2008-06-02 22:49:35','YYYY-MM-DD HH24:MI:SS'),100,'Cash Book on which to transfer all Check transactions','A',22,'Y','N','N','N','N','N','N','N','N','N','Y','Transfer Check trx to',0,TO_DATE('2008-06-02 22:49:35','YYYY-MM-DD HH24:MI:SS'),100,0)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 10:49:35 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Column_ID=52111 AND EXISTS (SELECT * FROM AD_Column_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Column_ID!=t.AD_Column_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 3, 2008 2:27:59 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Sequence (AD_Client_ID,AD_Org_ID,AD_Sequence_ID,Created,CreatedBy,CurrentNext,CurrentNextSys,Description,IncrementNo,IsActive,IsAudited,IsAutoSequence,IsTableID,Name,StartNewYear,StartNo,Updated,UpdatedBy) VALUES (0,0,52006,TO_DATE('2008-06-03 14:27:59','YYYY-MM-DD HH24:MI:SS'),100,1000000,100,'Table U_POSTerminal',1,'Y','N','Y','Y','U_POSTerminal','N',1000000,TO_DATE('2008-06-03 14:27:59','YYYY-MM-DD HH24:MI:SS'),100)
|
||||||
|
;
|
|
@ -0,0 +1,75 @@
|
||||||
|
ALTER TABLE AD_OrgInfo ADD COLUMN TransferBank_ID NUMERIC;
|
||||||
|
ALTER TABLE AD_OrgInfo ADD COLUMN TransferCashBook_ID NUMERIC;
|
||||||
|
|
||||||
|
ALTER TABLE AD_OrgInfo
|
||||||
|
ADD CONSTRAINT "cbank_adorginfo"
|
||||||
|
FOREIGN KEY(TransferBank_ID)
|
||||||
|
REFERENCES C_Bank(C_Bank_ID);
|
||||||
|
|
||||||
|
|
||||||
|
ALTER TABLE AD_OrgInfo
|
||||||
|
ADD CONSTRAINT "ccashbook_adorginfo"
|
||||||
|
FOREIGN KEY(TransferCashBook_ID)
|
||||||
|
REFERENCES C_CashBook(C_CashBook_ID);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
-- May 26, 2008 23:25:51 AM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Element (AD_Client_ID,AD_Element_ID,AD_Org_ID,ColumnName,Created,CreatedBy,Description,EntityType,IsActive,Name,PrintName,Updated,UpdatedBy) VALUES (0,52028,0,'TransferBank_ID',TO_DATE('2008-05-26 23:25:50','YYYY-MM-DD HH24:MI:SS'),100,'Bank account depending on currency will be used from this bank for doing transfers','D','Y','Bank for transfers','Bank for transfers',TO_DATE('2008-05-26 23:25:50','YYYY-MM-DD HH24:MI:SS'),100)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- May 26, 2008 23:25:51 AM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Element_Trl (AD_Language,AD_Element_ID, Description,Help,Name,PO_Description,PO_Help,PO_Name,PO_PrintName,PrintName, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Element_ID, t.Description,t.Help,t.Name,t.PO_Description,t.PO_Help,t.PO_Name,t.PO_PrintName,t.PrintName, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Element t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Element_ID=52028 AND EXISTS (SELECT * FROM AD_Element_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Element_ID!=t.AD_Element_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- May 26, 2008 23:26:38 AM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Reference (AD_Client_ID,AD_Org_ID,AD_Reference_ID,Created,CreatedBy,EntityType,IsActive,Name,Updated,UpdatedBy,ValidationType) VALUES (0,0,52001,TO_DATE('2008-05-26 23:26:38','YYYY-MM-DD HH24:MI:SS'),100,'D','Y','C_Bank',TO_DATE('2008-05-26 23:26:38','YYYY-MM-DD HH24:MI:SS'),100,'T')
|
||||||
|
;
|
||||||
|
|
||||||
|
-- May 26, 2008 23:26:38 AM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Reference_Trl (AD_Language,AD_Reference_ID, Description,Help,Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Reference_ID, t.Description,t.Help,t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Reference t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Reference_ID=52001 AND EXISTS (SELECT * FROM AD_Reference_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Reference_ID!=t.AD_Reference_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- May 26, 2008 23:28:08 AM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Ref_Table (AD_Client_ID,AD_Display,AD_Key,AD_Org_ID,AD_Reference_ID,AD_Table_ID,Created,CreatedBy,EntityType,IsActive,IsValueDisplayed,Updated,UpdatedBy,WhereClause) VALUES (0,3039,3031,0,52001,296,TO_DATE('2008-05-26 23:28:08','YYYY-MM-DD HH24:MI:SS'),100,'D','Y','N',TO_DATE('2008-05-26 23:28:08','YYYY-MM-DD HH24:MI:SS'),100,'C_Bank.IsOwnBank=''Y''')
|
||||||
|
;
|
||||||
|
|
||||||
|
-- May 26, 2008 23:28:33 AM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Reference_Value_ID,AD_Table_ID,ColumnName,Created,CreatedBy,Description,EntityType,FieldLength,IsActive,IsAlwaysUpdateable,IsEncrypted,IsIdentifier,IsKey,IsMandatory,IsParent,IsSelectionColumn,IsSyncDatabase,IsTranslated,IsUpdateable,Name,SeqNo,Updated,UpdatedBy,Version) VALUES (0,52075,52028,0,18,52001,228,'TransferBank_ID',TO_DATE('2008-05-26 23:28:33','YYYY-MM-DD HH24:MI:SS'),100,'Bank account depending on currency will be used from this bank for doing transfers','D',22,'Y','N','N','N','N','N','N','N','N','N','Y','Bank for transfers',0,TO_DATE('2008-05-26 23:28:33','YYYY-MM-DD HH24:MI:SS'),100,0)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- May 26, 2008 23:28:33 AM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Column_ID=52075 AND EXISTS (SELECT * FROM AD_Column_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Column_ID!=t.AD_Column_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
-- Cash Book
|
||||||
|
|
||||||
|
-- May 26, 2008 23:29:40 AM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Element (AD_Client_ID,AD_Element_ID,AD_Org_ID,ColumnName,Created,CreatedBy,EntityType,IsActive,Name,PrintName,Updated,UpdatedBy) VALUES (0,52029,0,'TransferCashBook_ID',TO_DATE('2008-05-23 23:29:40','YYYY-MM-DD HH24:MI:SS'),100,'D','Y','CashBook for transfers','CashBook for transfers',TO_DATE('2008-05-23 23:29:40','YYYY-MM-DD HH24:MI:SS'),100)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- May 26, 2008 23:29:40 AM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Element_Trl (AD_Language,AD_Element_ID, Description,Help,Name,PO_Description,PO_Help,PO_Name,PO_PrintName,PrintName, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Element_ID, t.Description,t.Help,t.Name,t.PO_Description,t.PO_Help,t.PO_Name,t.PO_PrintName,t.PrintName, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Element t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Element_ID=52029 AND EXISTS (SELECT * FROM AD_Element_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Element_ID!=t.AD_Element_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- May 26, 2008 23:30:32 AM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Reference_Value_ID,AD_Table_ID,ColumnName,Created,CreatedBy,EntityType,FieldLength,IsActive,IsAlwaysUpdateable,IsEncrypted,IsIdentifier,IsKey,IsMandatory,IsParent,IsSelectionColumn,IsSyncDatabase,IsTranslated,IsUpdateable,Name,SeqNo,Updated,UpdatedBy,Version) VALUES (0,52076,52029,0,18,52004,228,'TransferCashBook_ID',TO_DATE('2008-05-23 23:30:31','YYYY-MM-DD HH24:MI:SS'),100,'D',22,'Y','N','N','N','N','N','N','N','N','N','Y','CashBook for transfers',0,TO_DATE('2008-05-23 23:30:31','YYYY-MM-DD HH24:MI:SS'),100,0)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- May 26, 2008 23:30:32 AM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Column_ID=52076 AND EXISTS (SELECT * FROM AD_Column_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Column_ID!=t.AD_Column_ID)
|
||||||
|
;
|
|
@ -0,0 +1,4 @@
|
||||||
|
-- Jun 2, 2008 23:58:02 AM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
CREATE TABLE U_POSTerminal (AD_Client_ID NUMERIC(10) DEFAULT NULL NOT NULL, AD_Org_ID NUMERIC(10) DEFAULT NULL NOT NULL, AutoLock CHAR(1) DEFAULT 'N' CHECK (AutoLock IN ('Y','N')) NOT NULL, Card_BankAccount_ID NUMERIC(10), CardTransferBankAccount_ID NUMERIC(10), CardTransferCashBook_ID NUMERIC(10), CardTransferType CHAR(1), CashBookTransferType CHAR(1) NOT NULL, CashTransferBankAccount_ID NUMERIC(10), CashTransferCashBook_ID NUMERIC(10), C_CashBook_ID NUMERIC(10) NOT NULL, C_CashBPartner_ID NUMERIC(10) NOT NULL, Check_BankAccount_ID NUMERIC(10), CheckTransferBankAccount_ID NUMERIC(10), CheckTransferCashBook_ID NUMERIC(10), CheckTransferType CHAR(1), Created TIMESTAMP NOT NULL, CreatedBy NUMERIC(10) NOT NULL, C_TemplateBPartner_ID NUMERIC(10), Description VARCHAR(255), Help VARCHAR(2000), IsActive CHAR(1) DEFAULT 'Y' CHECK (IsActive IN ('Y','N')), LastLockTime TIMESTAMP, Locked CHAR(1) DEFAULT 'N' CHECK (Locked IN ('Y','N')), LockTime NUMERIC(10), M_Warehouse_ID NUMERIC(10), Name VARCHAR(60), PO_PriceList_ID NUMERIC(10), PrinterName VARCHAR(60), SalesRep_ID NUMERIC(10), SO_PriceList_ID NUMERIC(10), UnlockingTime TIMESTAMP, Updated TIMESTAMP NOT NULL, UpdatedBy NUMERIC(10), U_POSTerminal_ID NUMERIC(10) NOT NULL, CONSTRAINT U_POSTerminal_Key PRIMARY KEY (U_POSTerminal_ID))
|
||||||
|
;
|
|
@ -0,0 +1,189 @@
|
||||||
|
-- Jun 9, 2008 1:24:35 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Message (AD_Client_ID,AD_Message_ID,AD_Org_ID,Created,CreatedBy,EntityType,IsActive,MsgText,MsgType,Updated,UpdatedBy,Value) VALUES (0,52452,0,TO_DATE('2008-06-09 13:24:35','YYYY-MM-DD HH24:MI:SS'),100,'A','Y','Organisation','I',TO_DATE('2008-06-09 13:24:35','YYYY-MM-DD HH24:MI:SS'),100,'smenu.organisation')
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 9, 2008 1:25:48 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Message (AD_Client_ID,AD_Message_ID,AD_Org_ID,Created,CreatedBy,EntityType,IsActive,MsgText,MsgType,Updated,UpdatedBy,Value) VALUES (0,52453,0,TO_DATE('2008-06-09 13:25:48','YYYY-MM-DD HH24:MI:SS'),100,'A','Y','Terminals','I',TO_DATE('2008-06-09 13:25:48','YYYY-MM-DD HH24:MI:SS'),100,'smenu.terminal')
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 9, 2008 1:26:06 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Message (AD_Client_ID,AD_Message_ID,AD_Org_ID,Created,CreatedBy,EntityType,IsActive,MsgText,MsgType,Updated,UpdatedBy,Value) VALUES (0,52454,0,TO_DATE('2008-06-09 13:26:06','YYYY-MM-DD HH24:MI:SS'),100,'A','Y','Cash Books','I',TO_DATE('2008-06-09 13:26:06','YYYY-MM-DD HH24:MI:SS'),100,'smenu.cashbook')
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 9, 2008 1:26:30 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
UPDATE AD_Message SET MsgTip='Maintain POS Terminals',Updated=TO_DATE('2008-06-09 13:26:30','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Message_ID=52453
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 9, 2008 1:26:39 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
UPDATE AD_Message SET MsgTip='Maintain Cash Books',Updated=TO_DATE('2008-06-09 13:26:39','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Message_ID=52454
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 9, 2008 1:27:15 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Message (AD_Client_ID,AD_Message_ID,AD_Org_ID,Created,CreatedBy,EntityType,IsActive,MsgText,MsgType,Updated,UpdatedBy,Value) VALUES (0,52455,0,TO_DATE('2008-06-09 13:27:15','YYYY-MM-DD HH24:MI:SS'),100,'A','Y','Completed','I',TO_DATE('2008-06-09 13:27:15','YYYY-MM-DD HH24:MI:SS'),100,'document.status.completed')
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 9, 2008 1:28:05 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Message (AD_Client_ID,AD_Message_ID,AD_Org_ID,Created,CreatedBy,EntityType,IsActive,MsgText,MsgType,Updated,UpdatedBy,Value) VALUES (0,52456,0,TO_DATE('2008-06-09 13:28:04','YYYY-MM-DD HH24:MI:SS'),100,'A','Y','Drafted','I',TO_DATE('2008-06-09 13:28:04','YYYY-MM-DD HH24:MI:SS'),100,'document.status.drafted')
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 9, 2008 1:28:27 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Message (AD_Client_ID,AD_Message_ID,AD_Org_ID,Created,CreatedBy,EntityType,IsActive,MsgText,MsgType,Updated,UpdatedBy,Value) VALUES (0,52457,0,TO_DATE('2008-06-09 13:28:27','YYYY-MM-DD HH24:MI:SS'),100,'A','Y','In Progress','I',TO_DATE('2008-06-09 13:28:27','YYYY-MM-DD HH24:MI:SS'),100,'document.status.inprogress')
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 9, 2008 1:28:44 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Message (AD_Client_ID,AD_Message_ID,AD_Org_ID,Created,CreatedBy,EntityType,IsActive,MsgText,MsgType,Updated,UpdatedBy,Value) VALUES (0,52458,0,TO_DATE('2008-06-09 13:28:44','YYYY-MM-DD HH24:MI:SS'),100,'A','Y','Invalid','I',TO_DATE('2008-06-09 13:28:44','YYYY-MM-DD HH24:MI:SS'),100,'document.status.invalid')
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 9, 2008 1:28:58 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Message (AD_Client_ID,AD_Message_ID,AD_Org_ID,Created,CreatedBy,EntityType,IsActive,MsgText,MsgType,Updated,UpdatedBy,Value) VALUES (0,52459,0,TO_DATE('2008-06-09 13:28:58','YYYY-MM-DD HH24:MI:SS'),100,'A','Y','Closed','I',TO_DATE('2008-06-09 13:28:58','YYYY-MM-DD HH24:MI:SS'),100,'document.status.closed')
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 9, 2008 1:29:15 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Message (AD_Client_ID,AD_Message_ID,AD_Org_ID,Created,CreatedBy,EntityType,IsActive,MsgText,MsgType,Updated,UpdatedBy,Value) VALUES (0,52460,0,TO_DATE('2008-06-09 13:29:15','YYYY-MM-DD HH24:MI:SS'),100,'A','Y','Cash','I',TO_DATE('2008-06-09 13:29:15','YYYY-MM-DD HH24:MI:SS'),100,'payment.rule.cash')
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 9, 2008 1:29:27 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Message (AD_Client_ID,AD_Message_ID,AD_Org_ID,Created,CreatedBy,EntityType,IsActive,MsgText,MsgType,Updated,UpdatedBy,Value) VALUES (0,52461,0,TO_DATE('2008-06-09 13:29:27','YYYY-MM-DD HH24:MI:SS'),100,'A','Y','Card','I',TO_DATE('2008-06-09 13:29:27','YYYY-MM-DD HH24:MI:SS'),100,'payment.rule.card')
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 9, 2008 1:29:42 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Message (AD_Client_ID,AD_Message_ID,AD_Org_ID,Created,CreatedBy,EntityType,IsActive,MsgText,MsgType,Updated,UpdatedBy,Value) VALUES (0,52462,0,TO_DATE('2008-06-09 13:29:41','YYYY-MM-DD HH24:MI:SS'),100,'A','Y','Cheque','I',TO_DATE('2008-06-09 13:29:41','YYYY-MM-DD HH24:MI:SS'),100,'payment.rule.cheque')
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 9, 2008 1:29:55 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Message (AD_Client_ID,AD_Message_ID,AD_Org_ID,Created,CreatedBy,EntityType,IsActive,MsgText,MsgType,Updated,UpdatedBy,Value) VALUES (0,52463,0,TO_DATE('2008-06-09 13:29:55','YYYY-MM-DD HH24:MI:SS'),100,'A','Y','Mixed','I',TO_DATE('2008-06-09 13:29:55','YYYY-MM-DD HH24:MI:SS'),100,'payment.rule.mixed')
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 9, 2008 1:30:14 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Message (AD_Client_ID,AD_Message_ID,AD_Org_ID,Created,CreatedBy,EntityType,IsActive,MsgText,MsgType,Updated,UpdatedBy,Value) VALUES (0,52464,0,TO_DATE('2008-06-09 13:30:13','YYYY-MM-DD HH24:MI:SS'),100,'A','Y','Credit','I',TO_DATE('2008-06-09 13:30:13','YYYY-MM-DD HH24:MI:SS'),100,'payment.rule.credit')
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 9, 2008 1:30:46 PM GMT+04:00
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Message (AD_Client_ID,AD_Message_ID,AD_Org_ID,Created,CreatedBy,EntityType,IsActive,MsgText,MsgType,Updated,UpdatedBy,Value) VALUES (0,52465,0,TO_DATE('2008-06-09 13:30:46','YYYY-MM-DD HH24:MI:SS'),100,'A','Y','Amount Paid','I',TO_DATE('2008-06-09 13:30:46','YYYY-MM-DD HH24:MI:SS'),100,'AmountPaid')
|
||||||
|
;
|
||||||
|
|
||||||
|
--------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
INSERT INTO AD_MESSAGE
|
||||||
|
(ad_message_id, ad_client_id, ad_org_id, isactive, created, createdby,
|
||||||
|
updated, updatedby, VALUE, msgtext, msgtip, msgtype, entitytype)
|
||||||
|
VALUES(52470 , 0, 0, 'Y', TO_TIMESTAMP('2008-06-20 10:40:00','YYYY-MM-DD HH24:MI:SS'), 100, TO_TIMESTAMP('2008-06-20 10:40:00','YYYY-MM-DD HH24:MI:SS'), 100,
|
||||||
|
'html', 'HTML', ' ', 'I', 'D');
|
||||||
|
|
||||||
|
INSERT INTO AD_MESSAGE
|
||||||
|
(ad_message_id, ad_client_id, ad_org_id, isactive, created, createdby,
|
||||||
|
updated, updatedby, VALUE, msgtext, msgtip, msgtype, entitytype)
|
||||||
|
VALUES(52471 , 0, 0, 'Y', TO_TIMESTAMP('2008-06-20 10:40:00','YYYY-MM-DD HH24:MI:SS'), 100, TO_TIMESTAMP('2008-06-20 10:40:00','YYYY-MM-DD HH24:MI:SS'), 100,
|
||||||
|
'pdf', 'PDF', ' ', 'I', 'D');
|
||||||
|
|
||||||
|
INSERT INTO AD_MESSAGE
|
||||||
|
(ad_message_id, ad_client_id, ad_org_id, isactive, created, createdby,
|
||||||
|
updated, updatedby, VALUE, msgtext, msgtip, msgtype, entitytype)
|
||||||
|
VALUES(52472 , 0, 0, 'Y', TO_TIMESTAMP('2008-06-20 10:40:00','YYYY-MM-DD HH24:MI:SS'), 100, TO_TIMESTAMP('2008-06-20 10:40:00','YYYY-MM-DD HH24:MI:SS'), 100,
|
||||||
|
'csv', 'CSV', ' ', 'I', 'D');
|
||||||
|
|
||||||
|
INSERT INTO adempiere.AD_MESSAGE
|
||||||
|
(ad_message_id, ad_client_id, ad_org_id, isactive, created, createdby,
|
||||||
|
updated, updatedby, VALUE, msgtext, msgtip, msgtype, entitytype)
|
||||||
|
VALUES(52473 , 0, 0, 'Y', TO_TIMESTAMP('2008-06-20 10:40:00','YYYY-MM-DD HH24:MI:SS'), 100, TO_TIMESTAMP('2008-06-20 10:40:00','YYYY-MM-DD HH24:MI:SS'), 100,
|
||||||
|
'smenu.sales.report', 'Sales Report', ' ', 'I', 'D');
|
||||||
|
|
||||||
|
INSERT INTO adempiere.AD_MESSAGE
|
||||||
|
(ad_message_id, ad_client_id, ad_org_id, isactive, created, createdby,
|
||||||
|
updated, updatedby, VALUE, msgtext, msgtip, msgtype, entitytype)
|
||||||
|
VALUES(52474 , 0, 0, 'Y', TO_TIMESTAMP('2008-06-20 10:40:00','YYYY-MM-DD HH24:MI:SS'), 100, TO_TIMESTAMP('2008-06-20 10:40:00','YYYY-MM-DD HH24:MI:SS'), 100,
|
||||||
|
'smenu.best.selling.items', 'Best Selling Items', ' ', 'I', 'D');
|
||||||
|
|
||||||
|
INSERT INTO adempiere.AD_MESSAGE
|
||||||
|
(ad_message_id, ad_client_id, ad_org_id, isactive, created, createdby,
|
||||||
|
updated, updatedby, VALUE, msgtext, msgtip, msgtype, entitytype)
|
||||||
|
VALUES(52475 , 0, 0, 'Y', TO_TIMESTAMP('2008-06-20 10:40:00','YYYY-MM-DD HH24:MI:SS'), 100, TO_TIMESTAMP('2008-06-20 10:40:00','YYYY-MM-DD HH24:MI:SS'), 100,
|
||||||
|
'smenu.stock.sales.report', 'Stock Sales Report', ' ', 'I', 'D');
|
||||||
|
|
||||||
|
INSERT INTO adempiere.AD_MESSAGE
|
||||||
|
(ad_message_id, ad_client_id, ad_org_id, isactive, created, createdby,
|
||||||
|
updated, updatedby, VALUE, msgtext, msgtip, msgtype, entitytype)
|
||||||
|
VALUES(52476 , 0, 0, 'Y', TO_TIMESTAMP('2008-06-20 10:40:00','YYYY-MM-DD HH24:MI:SS'), 100, TO_TIMESTAMP('2008-06-20 10:40:00','YYYY-MM-DD HH24:MI:SS'), 100,
|
||||||
|
'smenu.transfer.stock', 'Stock Transfer', ' ', 'I', 'D');
|
||||||
|
|
||||||
|
INSERT INTO adempiere.AD_MESSAGE
|
||||||
|
(ad_message_id, ad_client_id, ad_org_id, isactive, created, createdby,
|
||||||
|
updated, updatedby, VALUE, msgtext, msgtip, msgtype, entitytype)
|
||||||
|
VALUES(52477 , 0, 0, 'Y', TO_TIMESTAMP('2008-06-20 10:40:00','YYYY-MM-DD HH24:MI:SS'), 100, TO_TIMESTAMP('2008-06-20 10:40:00','YYYY-MM-DD HH24:MI:SS'), 100,
|
||||||
|
'smenu.inventory.move', 'Inventory Move', ' ', 'I', 'D');
|
||||||
|
|
||||||
|
INSERT INTO adempiere.AD_MESSAGE
|
||||||
|
(ad_message_id, ad_client_id, ad_org_id, isactive, created, createdby,
|
||||||
|
updated, updatedby, VALUE, msgtext, msgtip, msgtype, entitytype)
|
||||||
|
VALUES(52478 , 0, 0, 'Y', TO_TIMESTAMP('2008-06-20 10:40:00','YYYY-MM-DD HH24:MI:SS'), 100, TO_TIMESTAMP('2008-06-20 10:40:00','YYYY-MM-DD HH24:MI:SS'), 100,
|
||||||
|
'smenu.move.confirmation', 'Move Confirmation', ' ', 'I', 'D');
|
||||||
|
|
||||||
|
INSERT INTO adempiere.AD_MESSAGE
|
||||||
|
(ad_message_id, ad_client_id, ad_org_id, isactive, created, createdby,
|
||||||
|
updated, updatedby, VALUE, msgtext, msgtip, msgtype, entitytype)
|
||||||
|
VALUES(52479 , 0, 0, 'Y', TO_TIMESTAMP('2008-06-20 10:40:00','YYYY-MM-DD HH24:MI:SS'), 100, TO_TIMESTAMP('2008-06-20 10:40:00','YYYY-MM-DD HH24:MI:SS'), 100,
|
||||||
|
'smenu.barcode.printing', 'Barcode Printing', ' ', 'I', 'D');
|
||||||
|
|
||||||
|
INSERT INTO adempiere.AD_MESSAGE
|
||||||
|
(ad_message_id, ad_client_id, ad_org_id, isactive, created, createdby,
|
||||||
|
updated, updatedby, VALUE, msgtext, msgtip, msgtype, entitytype)
|
||||||
|
VALUES(52480 , 0, 0, 'Y', TO_TIMESTAMP('2008-06-20 10:40:00','YYYY-MM-DD HH24:MI:SS'), 100, TO_TIMESTAMP('2008-06-20 10:40:00','YYYY-MM-DD HH24:MI:SS'), 100,
|
||||||
|
'basePriceList', 'Base Price List', ' ', 'I', 'D');
|
||||||
|
|
||||||
|
INSERT INTO adempiere.AD_MESSAGE
|
||||||
|
(ad_message_id, ad_client_id, ad_org_id, isactive, created, createdby,
|
||||||
|
updated, updatedby, VALUE, msgtext, msgtip, msgtype, entitytype)
|
||||||
|
VALUES(52481, 0, 0, 'Y', TO_TIMESTAMP('2008-06-20 10:40:00','YYYY-MM-DD HH24:MI:SS'), 100, TO_TIMESTAMP('2008-06-20 10:40:00','YYYY-MM-DD HH24:MI:SS'), 100,
|
||||||
|
'isDeleteOldRecords', 'Delete Old Records', ' ', 'I', 'D');
|
||||||
|
|
||||||
|
INSERT INTO adempiere.AD_MESSAGE
|
||||||
|
(ad_message_id, ad_client_id, ad_org_id, isactive, created, createdby,
|
||||||
|
updated, updatedby, VALUE, msgtext, msgtip, msgtype, entitytype)
|
||||||
|
VALUES(52482, 0, 0, 'Y', TO_TIMESTAMP('2008-06-20 10:40:00','YYYY-MM-DD HH24:MI:SS'), 100, TO_TIMESTAMP('2008-06-20 10:40:00','YYYY-MM-DD HH24:MI:SS'), 100,
|
||||||
|
'sales.price.list', 'Sales Price List', ' ', 'I', 'D');
|
||||||
|
|
||||||
|
INSERT INTO adempiere.AD_MESSAGE
|
||||||
|
(ad_message_id, ad_client_id, ad_org_id, isactive, created, createdby,
|
||||||
|
updated, updatedby, VALUE, msgtext, msgtip, msgtype, entitytype)
|
||||||
|
VALUES(52483, 0, 0, 'Y', TO_TIMESTAMP('2008-06-20 10:40:00','YYYY-MM-DD HH24:MI:SS'), 100, TO_TIMESTAMP('2008-06-20 10:40:00','YYYY-MM-DD HH24:MI:SS'), 100,
|
||||||
|
'purchase.price.list', 'Purchase Price List', ' ', 'I', 'D');
|
||||||
|
|
||||||
|
INSERT INTO adempiere.AD_MESSAGE
|
||||||
|
(ad_message_id, ad_client_id, ad_org_id, isactive, created, createdby,
|
||||||
|
updated, updatedby, VALUE, msgtext, msgtip, msgtype, entitytype)
|
||||||
|
VALUES(52484, 0, 0, 'Y', TO_TIMESTAMP('2008-06-20 10:40:00','YYYY-MM-DD HH24:MI:SS'), 100, TO_TIMESTAMP('2008-06-20 10:40:00','YYYY-MM-DD HH24:MI:SS'), 100,
|
||||||
|
'pos.terminal', 'Terminal', ' ', 'I', 'D');
|
||||||
|
|
||||||
|
INSERT INTO adempiere.AD_MESSAGE
|
||||||
|
(ad_message_id, ad_client_id, ad_org_id, isactive, created, createdby,
|
||||||
|
updated, updatedby, VALUE, msgtext, msgtip, msgtype, entitytype)
|
||||||
|
VALUES(52485, 0, 0, 'Y', TO_TIMESTAMP('2008-06-20 10:40:00','YYYY-MM-DD HH24:MI:SS'), 100, TO_TIMESTAMP('2008-06-20 10:40:00','YYYY-MM-DD HH24:MI:SS'), 100,
|
||||||
|
'pos.version', 'Version', ' ', 'I', 'D');
|
||||||
|
|
||||||
|
INSERT INTO adempiere.AD_MESSAGE
|
||||||
|
(ad_message_id, ad_client_id, ad_org_id, isactive, created, createdby,
|
||||||
|
updated, updatedby, VALUE, msgtext, msgtip, msgtype, entitytype)
|
||||||
|
VALUES(52486, 0, 0, 'Y', TO_TIMESTAMP('2008-06-20 10:40:00','YYYY-MM-DD HH24:MI:SS'), 100, TO_TIMESTAMP('2008-06-20 10:40:00','YYYY-MM-DD HH24:MI:SS'), 100,
|
||||||
|
'pmenu.new.reports', 'Reports', ' ', 'I', 'D');
|
||||||
|
|
||||||
|
INSERT INTO adempiere.AD_MESSAGE
|
||||||
|
(ad_message_id, ad_client_id, ad_org_id, isactive, created, createdby,
|
||||||
|
updated, updatedby, VALUE, msgtext, msgtip, msgtype, entitytype)
|
||||||
|
VALUES(52487, 0, 0, 'Y', TO_TIMESTAMP('2008-06-20 10:40:00','YYYY-MM-DD HH24:MI:SS'), 100, TO_TIMESTAMP('2008-06-20 10:40:00','YYYY-MM-DD HH24:MI:SS'), 100,
|
||||||
|
'isCreatePriceList', 'Create Price List', ' ', 'I', 'D');
|
||||||
|
|
|
@ -0,0 +1,50 @@
|
||||||
|
<project name="migrate-posterita-db-oracle-1.7.1" default="run-scripts" basedir=".">
|
||||||
|
<property file="../oracle.properties" />
|
||||||
|
<path id="lib.path">
|
||||||
|
<fileset dir="../../../../tools/lib">
|
||||||
|
<include name="**/*.jar" />
|
||||||
|
</fileset>
|
||||||
|
</path>
|
||||||
|
<taskdef resource="net/sf/antcontrib/antlib.xml">
|
||||||
|
<classpath>
|
||||||
|
<fileset dir="../../../../tools/lib">
|
||||||
|
<include name="**/*.jar" />
|
||||||
|
</fileset>
|
||||||
|
</classpath>
|
||||||
|
</taskdef>
|
||||||
|
|
||||||
|
<target name="init">
|
||||||
|
<echo message="============================================================" />
|
||||||
|
<echo message=" Oracle database migration tool for Adempiere ERP" />
|
||||||
|
<echo message=" Adempiere Licese is GNU GPL License" />
|
||||||
|
<echo message="============================================================" />
|
||||||
|
<echo message="" file="sqlplus.log" append="false" />
|
||||||
|
<echo append="false" file="build.log" message="#Build log:${line.separator}${line.separator}" />
|
||||||
|
</target>
|
||||||
|
|
||||||
|
<target name="run-scripts" depends="init">
|
||||||
|
<echo message="----- Running migration SQL scripts -----" />
|
||||||
|
<echo file="sqlplus.log" append="true" message="${line.separator}#Run Scripts:${line.separator}${line.separator}" />
|
||||||
|
<foreach param="file.name" target="load">
|
||||||
|
<path>
|
||||||
|
<fileset dir="./oracle">
|
||||||
|
<include name="*.sql" />
|
||||||
|
</fileset>
|
||||||
|
</path>
|
||||||
|
</foreach>
|
||||||
|
</target>
|
||||||
|
|
||||||
|
<target name="load">
|
||||||
|
<echo message="Loading file ${file.name}" />
|
||||||
|
<exec dir="${oracle.home}/bin" executable="${oracle.home}/bin/sqlplus" resultproperty="sqlplus.result" output="sqlplus.log" append="true">
|
||||||
|
<arg line="${oracle.connect.param}" />
|
||||||
|
<arg line="@'${file.name}'" />
|
||||||
|
</exec>
|
||||||
|
<echo message="File ${file.name} status ${sqlplus.result}" />
|
||||||
|
<echo append="true" file="build.log">File ${file.name} status ${sqlplus.result}</echo>
|
||||||
|
<echo append="true" file="build.log" message="${line.separator}" />
|
||||||
|
</target>
|
||||||
|
|
||||||
|
</project>
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
-- Add QtyCsv in M_inventoryLine
|
||||||
|
ALTER TABLE M_INVENTORYLINE ADD ( QTYCSV NUMBER(10, 0) DEFAULT 0 NOT NULL);
|
|
@ -0,0 +1,2 @@
|
||||||
|
--Add QtyCSV
|
||||||
|
ALTER TABLE m_inventoryline ADD COLUMN qtycsv numeric NOT NULL DEFAULT 0;
|
|
@ -0,0 +1,50 @@
|
||||||
|
<project name="migrate-posterita-db-oracle-1.7.2" default="run-scripts" basedir=".">
|
||||||
|
<property file="../oracle.properties" />
|
||||||
|
<path id="lib.path">
|
||||||
|
<fileset dir="../../../../tools/lib">
|
||||||
|
<include name="**/*.jar" />
|
||||||
|
</fileset>
|
||||||
|
</path>
|
||||||
|
<taskdef resource="net/sf/antcontrib/antlib.xml">
|
||||||
|
<classpath>
|
||||||
|
<fileset dir="../../../../tools/lib">
|
||||||
|
<include name="**/*.jar" />
|
||||||
|
</fileset>
|
||||||
|
</classpath>
|
||||||
|
</taskdef>
|
||||||
|
|
||||||
|
<target name="init">
|
||||||
|
<echo message="============================================================" />
|
||||||
|
<echo message=" Oracle database migration tool for Adempiere ERP" />
|
||||||
|
<echo message=" Adempiere Licese is GNU GPL License" />
|
||||||
|
<echo message="============================================================" />
|
||||||
|
<echo message="" file="sqlplus.log" append="false" />
|
||||||
|
<echo append="false" file="build.log" message="#Build log:${line.separator}${line.separator}" />
|
||||||
|
</target>
|
||||||
|
|
||||||
|
<target name="run-scripts" depends="init">
|
||||||
|
<echo message="----- Running migration SQL scripts -----" />
|
||||||
|
<echo file="sqlplus.log" append="true" message="${line.separator}#Run Scripts:${line.separator}${line.separator}" />
|
||||||
|
<foreach param="file.name" target="load">
|
||||||
|
<path>
|
||||||
|
<fileset dir="./oracle">
|
||||||
|
<include name="*.sql" />
|
||||||
|
</fileset>
|
||||||
|
</path>
|
||||||
|
</foreach>
|
||||||
|
</target>
|
||||||
|
|
||||||
|
<target name="load">
|
||||||
|
<echo message="Loading file ${file.name}" />
|
||||||
|
<exec dir="${oracle.home}/bin" executable="${oracle.home}/bin/sqlplus" resultproperty="sqlplus.result" output="sqlplus.log" append="true">
|
||||||
|
<arg line="${oracle.connect.param}" />
|
||||||
|
<arg line="@'${file.name}'" />
|
||||||
|
</exec>
|
||||||
|
<echo message="File ${file.name} status ${sqlplus.result}" />
|
||||||
|
<echo append="true" file="build.log">File ${file.name} status ${sqlplus.result}</echo>
|
||||||
|
<echo append="true" file="build.log" message="${line.separator}" />
|
||||||
|
</target>
|
||||||
|
|
||||||
|
</project>
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
-- Additional Role Configuration for Discount
|
||||||
|
ALTER TABLE AD_ROLE ADD (IsDiscountUptoLimitPrice char(1) DEFAULT 'N' NOT NULL);
|
||||||
|
ALTER TABLE AD_ROLE ADD (IsDiscountAllowedOnTotal char(1) DEFAULT 'N' NOT NULL);
|
|
@ -0,0 +1,3 @@
|
||||||
|
-- Additional Role Configuration for Discount
|
||||||
|
ALTER TABLE ad_role ADD COLUMN IsDiscountUptoLimitPrice char(1) NOT NULL DEFAULT 'N';
|
||||||
|
ALTER TABLE ad_role ADD COLUMN IsDiscountAllowedOnTotal char(1) NOT NULL DEFAULT 'N';
|
|
@ -0,0 +1,6 @@
|
||||||
|
#ORACLE_HOME
|
||||||
|
#Example Value: oracle.home=C:/oracle/xe/app/oracle/product/10.2.0/server
|
||||||
|
oracle.home=C:/adempiere-cd/progs/oracle-xe/app/oracle/product/10.2.0/server
|
||||||
|
|
||||||
|
#sqlplus connection string
|
||||||
|
oracle.connect.param=ademstbl/adempiere
|
|
@ -0,0 +1,6 @@
|
||||||
|
#ORACLE_HOME
|
||||||
|
#Example Value: oracle.home=C:/oracle/xe/app/oracle/product/10.2.0/server
|
||||||
|
oracle.home=C:/adempiere-cd/progs/oracle-xe/app/oracle/product/10.2.0/server
|
||||||
|
|
||||||
|
#sqlplus connection string
|
||||||
|
oracle.connect.param=adempiere/adempiere
|
|
@ -0,0 +1,50 @@
|
||||||
|
<project name="migrate-posterita-db-oracle-1.7.3" default="run-scripts" basedir=".">
|
||||||
|
<property file="../oracle.properties" />
|
||||||
|
<path id="lib.path">
|
||||||
|
<fileset dir="../../../../tools/lib">
|
||||||
|
<include name="**/*.jar" />
|
||||||
|
</fileset>
|
||||||
|
</path>
|
||||||
|
<taskdef resource="net/sf/antcontrib/antlib.xml">
|
||||||
|
<classpath>
|
||||||
|
<fileset dir="../../../../tools/lib">
|
||||||
|
<include name="**/*.jar" />
|
||||||
|
</fileset>
|
||||||
|
</classpath>
|
||||||
|
</taskdef>
|
||||||
|
|
||||||
|
<target name="init">
|
||||||
|
<echo message="============================================================" />
|
||||||
|
<echo message=" Oracle database migration tool for Adempiere ERP" />
|
||||||
|
<echo message=" Adempiere Licese is GNU GPL License" />
|
||||||
|
<echo message="============================================================" />
|
||||||
|
<echo message="" file="sqlplus.log" append="false" />
|
||||||
|
<echo append="false" file="build.log" message="#Build log:${line.separator}${line.separator}" />
|
||||||
|
</target>
|
||||||
|
|
||||||
|
<target name="run-scripts" depends="init">
|
||||||
|
<echo message="----- Running migration SQL scripts -----" />
|
||||||
|
<echo file="sqlplus.log" append="true" message="${line.separator}#Run Scripts:${line.separator}${line.separator}" />
|
||||||
|
<foreach param="file.name" target="load">
|
||||||
|
<path>
|
||||||
|
<fileset dir="./oracle">
|
||||||
|
<include name="*.sql" />
|
||||||
|
</fileset>
|
||||||
|
</path>
|
||||||
|
</foreach>
|
||||||
|
</target>
|
||||||
|
|
||||||
|
<target name="load">
|
||||||
|
<echo message="Loading file ${file.name}" />
|
||||||
|
<exec dir="${oracle.home}/bin" executable="${oracle.home}/bin/sqlplus" resultproperty="sqlplus.result" output="sqlplus.log" append="true">
|
||||||
|
<arg line="${oracle.connect.param}" />
|
||||||
|
<arg line="@'${file.name}'" />
|
||||||
|
</exec>
|
||||||
|
<echo message="File ${file.name} status ${sqlplus.result}" />
|
||||||
|
<echo append="true" file="build.log">File ${file.name} status ${sqlplus.result}</echo>
|
||||||
|
<echo append="true" file="build.log" message="${line.separator}" />
|
||||||
|
</target>
|
||||||
|
|
||||||
|
</project>
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,14 @@
|
||||||
|
INSERT INTO ad_message(ad_message_id, ad_client_id, ad_org_id, isactive, created, createdby, updated, updatedby, value, msgtext, msgtip, msgtype, entitytype)
|
||||||
|
VALUES(52488, 0, 0, 'Y', sysdate, 100, sysdate, 100, 'discount.upto.price.limit', 'Enforce Discount Upto Limit Price', NULL, 'I', 'U');
|
||||||
|
INSERT INTO ad_message(ad_message_id, ad_client_id, ad_org_id, isactive, created, createdby, updated, updatedby, value, msgtext, msgtip, msgtype, entitytype)
|
||||||
|
VALUES(52489, 0, 0, 'Y', sysdate, 100, sysdate, 100, 'over.ride.limit.price', 'Enforce Overide Limit Price', NULL, 'I', 'U');
|
||||||
|
INSERT INTO ad_message(ad_message_id, ad_client_id, ad_org_id, isactive, created, createdby, updated, updatedby, value, msgtext, msgtip, msgtype, entitytype)
|
||||||
|
VALUES(52490, 0, 0, 'Y', sysdate, 100, sysdate, 100, 'discount.allowed.total', 'Allowed Discount On Total Sales', NULL, 'I', 'U');
|
||||||
|
INSERT INTO ad_message(ad_message_id, ad_client_id, ad_org_id, isactive, created, createdby, updated, updatedby, value, msgtext, msgtip, msgtype, entitytype)
|
||||||
|
VALUES(52491, 0, 0, 'Y', sysdate, 100, sysdate, 100, 'smenu.pos.purchase.report', 'Purchases Report', NULL, 'I', 'U');
|
||||||
|
INSERT INTO ad_message(ad_message_id, ad_client_id, ad_org_id, isactive, created, createdby, updated, updatedby, value, msgtext, msgtip, msgtype, entitytype)
|
||||||
|
VALUES(52492, 0, 0, 'Y', sysdate, 100, sysdate, 100, 'smenu.settle.payment.credit.purchase', 'Settle Payment For Purchases On Credit', NULL, 'I', 'U');
|
||||||
|
INSERT INTO ad_message(ad_message_id, ad_client_id, ad_org_id, isactive, created, createdby, updated, updatedby, value, msgtext, msgtip, msgtype, entitytype)
|
||||||
|
VALUES(52493, 0, 0, 'Y', sysdate, 100, sysdate, 100, 'smenu.user.manual', 'User Manual', NULL, 'I', 'U');
|
||||||
|
INSERT INTO ad_message(ad_message_id, ad_client_id, ad_org_id, isactive, created, createdby, updated, updatedby, value, msgtext, msgtip, msgtype, entitytype)
|
||||||
|
VALUES(52494, 0, 0, 'Y', sysdate, 100, sysdate, 100, 'smenu.contactus', 'Contact Us', NULL, 'I', 'U');
|
|
@ -0,0 +1 @@
|
||||||
|
ALTER TABLE ad_orginfo ADD (receiptfootermsg varchar(1023));
|
|
@ -0,0 +1,15 @@
|
||||||
|
INSERT INTO AD_Element
|
||||||
|
(ad_element_id, ad_client_id, ad_org_id, isactive, created, createdby, updated, updatedby,
|
||||||
|
columnname, entitytype, name, printname, description, help, po_name, po_printname, po_description, po_help)
|
||||||
|
VALUES(52050, 0, 0, 'Y', sysdate, 100, sysdate, 100,
|
||||||
|
'ReceiptFooterMsg', 'U', 'Receipt Footer Msg', 'Receipt Footer Msg', 'This message will be displayed at the bottom of a receipt when doing a sales or purchase', NULL, NULL, NULL, NULL, NULL);
|
||||||
|
|
||||||
|
|
||||||
|
INSERT INTO ad_column
|
||||||
|
(ad_column_id, ad_client_id, ad_org_id, isactive, created, updated, createdby, updatedby, name,
|
||||||
|
description, help, version, entitytype, columnname, ad_table_id, ad_reference_id, ad_reference_value_id,
|
||||||
|
ad_val_rule_id, fieldlength, defaultvalue, iskey, isparent, ismandatory, isupdateable, readonlylogic,
|
||||||
|
isidentifier, seqno, istranslated, isencrypted, callout, vformat, valuemin, valuemax, isselectioncolumn,
|
||||||
|
ad_element_id, ad_process_id, issyncdatabase, isalwaysupdateable, columnsql, mandatorylogic)
|
||||||
|
VALUES(52112, 0, 0, 'Y', sysdate, sysdate, 100, 100, 'ReceiptFooterMsg' , 'This message will be displayed at the bottom of a receipt when doing a sales or purchase', NULL, 0, 'U', 'ReceiptFooterMsg', 228, 10, NULL, NULL, 1024, 1, 'N', 'N', 'Y', 'Y', NULL,
|
||||||
|
'N', 0, 'N', 'N', NULL, NULL, NULL, NULL, 'N', 52050, NULL, 'N', 'N', NULL, NULL);
|
|
@ -0,0 +1,20 @@
|
||||||
|
-- Missing Ids for M_InventoryLine & AD_Role
|
||||||
|
-- AD Element
|
||||||
|
INSERT INTO ad_element(ad_element_id, ad_client_id, ad_org_id, isactive, created, createdby, updated, updatedby, columnname, entitytype, name, printname, description, help, po_name, po_printname, po_description, po_help)
|
||||||
|
VALUES(52051, 0, 0, 'Y', sysdate, 100, sysdate, 100, 'IsDiscountUptoLimitPrice', 'U', 'IsDiscountUptoLimitPrice', 'IsDiscountUptoLimitPrice', NULL, NULL, NULL, NULL, NULL, NULL);
|
||||||
|
INSERT INTO ad_element(ad_element_id, ad_client_id, ad_org_id, isactive, created, createdby, updated, updatedby, columnname, entitytype, name, printname, description, help, po_name, po_printname, po_description, po_help)
|
||||||
|
VALUES(52052, 0, 0, 'Y', sysdate, 100, sysdate, 100, 'IsDiscountAllowedOnTotal', 'U', 'IsDiscountAllowedOnTotal', 'IsDiscountAllowedOnTotal', NULL, NULL, NULL, NULL, NULL, NULL);
|
||||||
|
|
||||||
|
-- AD Column
|
||||||
|
INSERT INTO ad_column(ad_column_id, ad_client_id, ad_org_id, isactive, created, updated, createdby, updatedby, name, description, help, version, entitytype, columnname, ad_table_id, ad_reference_id, ad_reference_value_id, ad_val_rule_id, fieldlength, defaultvalue, iskey, isparent, ismandatory, isupdateable, readonlylogic, isidentifier, seqno, istranslated, isencrypted, callout, vformat, valuemin, valuemax, isselectioncolumn, ad_element_id, ad_process_id, issyncdatabase, isalwaysupdateable, columnsql, mandatorylogic, infofactoryclass)
|
||||||
|
VALUES(52113, 0, 0, 'Y', sysdate, sysdate, 100, 100, 'IsDiscountUptoLimitPrice', NULL, NULL, 0, 'U', 'IsDiscountUptoLimitPrice', 156, 20, NULL, NULL, 1, NULL, 'N', 'N', 'Y', 'Y', NULL, 'N', NULL, 'N', 'N', NULL, NULL, NULL, NULL, 'N', 52051, NULL, 'N', 'N', NULL, NULL, NULL);
|
||||||
|
INSERT INTO ad_column(ad_column_id, ad_client_id, ad_org_id, isactive, created, updated, createdby, updatedby, name, description, help, version, entitytype, columnname, ad_table_id, ad_reference_id, ad_reference_value_id, ad_val_rule_id, fieldlength, defaultvalue, iskey, isparent, ismandatory, isupdateable, readonlylogic, isidentifier, seqno, istranslated, isencrypted, callout, vformat, valuemin, valuemax, isselectioncolumn, ad_element_id, ad_process_id, issyncdatabase, isalwaysupdateable, columnsql, mandatorylogic, infofactoryclass)
|
||||||
|
VALUES(52114, 0, 0, 'Y', sysdate, sysdate, 100, 100, 'IsDiscountAllowedOnTotal', NULL, NULL, 0, 'U', 'IsDiscountAllowedOnTotal', 156, 20, NULL, NULL, 1, NULL, 'N', 'N', 'Y', 'Y', NULL, 'N', NULL, 'N', 'N', NULL, NULL, NULL, NULL, 'N', 52052, NULL, 'N', 'N', NULL, NULL, NULL);
|
||||||
|
|
||||||
|
-- AD Element
|
||||||
|
INSERT INTO ad_element(ad_element_id, ad_client_id, ad_org_id, isactive, created, createdby, updated, updatedby, columnname, entitytype, name, printname, description, help, po_name, po_printname, po_description, po_help)
|
||||||
|
VALUES(52053, 0, 0, 'Y', sysdate, 100, sysdate, 100, 'QtyCsv', 'U', 'QtyCsv', 'QtyCsv', NULL, NULL, NULL, NULL, NULL, NULL);
|
||||||
|
|
||||||
|
-- AD Column
|
||||||
|
INSERT INTO ad_column(ad_column_id, ad_client_id, ad_org_id, isactive, created, updated, createdby, updatedby, name, description, help, version, entitytype, columnname, ad_table_id, ad_reference_id, ad_reference_value_id, ad_val_rule_id, fieldlength, defaultvalue, iskey, isparent, ismandatory, isupdateable, readonlylogic, isidentifier, seqno, istranslated, isencrypted, callout, vformat, valuemin, valuemax, isselectioncolumn, ad_element_id, ad_process_id, issyncdatabase, isalwaysupdateable, columnsql, mandatorylogic, infofactoryclass)
|
||||||
|
VALUES(52115, 0, 0, 'Y', sysdate, sysdate, 100, 100, 'QtyCsv', NULL, NULL, 0, 'U', 'QtyCsv', 322, 29, NULL, NULL, 131089, NULL, 'N', 'N', 'Y', 'Y', NULL, 'N', NULL, 'N', 'N', NULL, NULL, NULL, NULL, 'N', 52053, NULL, 'N', 'N', NULL, NULL, NULL);
|
|
@ -0,0 +1,10 @@
|
||||||
|
-- The Units Per Pack indicates the no of units of a product packed together.
|
||||||
|
ALTER TABLE M_Product ADD (UnitsPerPack number(10,0) default 1 not null );
|
||||||
|
|
||||||
|
-- AD Element --
|
||||||
|
INSERT INTO AD_ELEMENT(ad_element_id, ad_client_id, ad_org_id, isactive, created, createdby, updated, updatedby, columnname, entitytype, name, printname, description, help, po_name, po_printname, po_description, po_help)
|
||||||
|
VALUES(52054, 0, 0, 'Y', sysdate, 100, sysdate, 100, 'UnitsPerPack', 'U', 'UnitsPerPack', 'UnitsPerPack', 'The Units Per Pack indicates the no of units of a product packed together.', NULL, NULL, NULL, NULL, NULL);
|
||||||
|
|
||||||
|
-- AD Column --
|
||||||
|
INSERT INTO AD_COLUMN(ad_column_id, ad_client_id, ad_org_id, isactive, created, updated, createdby, updatedby, name, description, help, version, entitytype, columnname, ad_table_id, ad_reference_id, ad_reference_value_id, ad_val_rule_id, fieldlength, defaultvalue, iskey, isparent, ismandatory, isupdateable, readonlylogic, isidentifier, seqno, istranslated, isencrypted, callout, vformat, valuemin, valuemax, isselectioncolumn, ad_element_id, ad_process_id, issyncdatabase, isalwaysupdateable, columnsql, mandatorylogic, infofactoryclass)
|
||||||
|
VALUES(52116, 0, 0, 'Y', sysdate, sysdate, 100, 100, 'UnitsPerPack', 'The Units Per Pack indicates the no of units of a product packed together.', NULL, 0, 'U', 'UnitsPerPack', 208, 11, NULL, NULL, 14, NULL, 'N', 'N', 'N', 'Y', NULL, 'N', 0, 'N', 'N', NULL, NULL, NULL, NULL, 'N', 52054, NULL, 'N', 'N', NULL, NULL, NULL);
|
|
@ -0,0 +1,85 @@
|
||||||
|
--- Alter table -- oracle
|
||||||
|
--- Table: C_Payment -----------------------------------------------------------
|
||||||
|
ALTER TABLE C_Payment
|
||||||
|
MODIFY C_BankAccount_ID NUMBER(10,0) NULL;
|
||||||
|
|
||||||
|
|
||||||
|
ALTER TABLE C_Payment
|
||||||
|
ADD C_CashBook_ID NUMBER(10,0);
|
||||||
|
|
||||||
|
ALTER TABLE C_Payment
|
||||||
|
ADD CONSTRAINT C_Payment__C_CashBo_C_CashBook
|
||||||
|
FOREIGN KEY(C_CashBook_ID) REFERENCES C_CashBook(C_CashBook_ID);
|
||||||
|
|
||||||
|
--------------------------------------------------------------------------------
|
||||||
|
ALTER TABLE C_CashLine
|
||||||
|
ADD C_Payment_ID NUMBER(10);
|
||||||
|
|
||||||
|
--- Migration scripts ----------------------------------------------------------
|
||||||
|
-- Aug 26, 2008 11:49:31 AM MUT
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Table_ID,ColumnName,Created,CreatedBy,Description,EntityType,FieldLength,Help,IsActive,IsAlwaysUpdateable,IsEncrypted,IsIdentifier,IsKey,IsMandatory,IsParent,IsSelectionColumn,IsTranslated,IsUpdateable,Name,Updated,UpdatedBy,Version)
|
||||||
|
VALUES (0,52117,1463,0,19,335,'C_CashBook_ID',sysdate,100,'Cash Book for recording petty cash transactions','U',10,'The Cash Book identifies a unique cash book. The cash book is used to record cash transactions.','Y','N','N','N','N','N','N','N','N','Y','Cash Book',sysdate,100,0);
|
||||||
|
|
||||||
|
-- Aug 26, 2008 11:49:31 AM MUT
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Column_ID=52117 AND EXISTS (SELECT * FROM AD_Column_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Column_ID!=t.AD_Column_ID);
|
||||||
|
|
||||||
|
|
||||||
|
-- Aug 26, 2008 11:50:27 AM MUT
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
UPDATE AD_Column SET IsMandatory='N',Updated=sysdate,UpdatedBy=100 WHERE AD_Column_ID=3880;
|
||||||
|
|
||||||
|
|
||||||
|
-- Aug 26, 2008 11:50:27 AM MUT
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
UPDATE AD_Field SET Name='Bank Account', Description='Account at the Bank', Help='The Bank Account identifies an account at this Bank.' WHERE AD_Column_ID=3880 AND IsCentrallyMaintained='Y';
|
||||||
|
|
||||||
|
|
||||||
|
-- Aug 26, 2008 11:51:40 AM MUT
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Field (AD_Client_ID,AD_Column_ID,AD_Field_ID,AD_Org_ID,AD_Tab_ID,Created,CreatedBy,Description,DisplayLength,EntityType,Help,IsActive,IsCentrallyMaintained,IsDisplayed,IsEncrypted,IsFieldOnly,IsHeading,IsReadOnly,IsSameLine,Name,Updated,UpdatedBy)
|
||||||
|
VALUES (0,52117,52052,0,330,sysdate,100,'Cash Book for recording petty cash transactions',10,'U','The Cash Book identifies a unique cash book. The cash book is used to record cash transactions.','Y','Y','Y','N','N','N','N','N','Cash Book',sysdate,100);
|
||||||
|
|
||||||
|
|
||||||
|
-- Aug 26, 2008 11:51:40 AM MUT
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Field_Trl (AD_Language,AD_Field_ID, Description,Help,Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Field_ID, t.Description,t.Help,t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Field t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Field_ID=52052 AND EXISTS (SELECT * FROM AD_Field_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Field_ID!=t.AD_Field_ID);
|
||||||
|
|
||||||
|
|
||||||
|
-- Aug 26, 2008 11:51:40 AM MUT
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Field (AD_Client_ID,AD_Column_ID,AD_Field_ID,AD_Org_ID,AD_Tab_ID,Created,CreatedBy,DisplayLength,EntityType,IsActive,IsCentrallyMaintained,IsDisplayed,IsEncrypted,IsFieldOnly,IsHeading,IsReadOnly,IsSameLine,Name,Updated,UpdatedBy)
|
||||||
|
VALUES (0,13705,52053,0,330,sysdate,100,10,'D','Y','Y','Y','N','N','N','N','N','Referenced Payment',sysdate,100);
|
||||||
|
|
||||||
|
|
||||||
|
-- Aug 26, 2008 11:51:40 AM MUT
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Field_Trl (AD_Language,AD_Field_ID, Description,Help,Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Field_ID, t.Description,t.Help,t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Field t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Field_ID=52053 AND EXISTS (SELECT * FROM AD_Field_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Field_ID!=t.AD_Field_ID);
|
||||||
|
|
||||||
|
|
||||||
|
-- Aug 26, 2008 11:52:11 AM MUT
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
UPDATE AD_Field SET SeqNo=0,IsDisplayed='N' WHERE AD_Field_ID=52053;
|
||||||
|
|
||||||
|
|
||||||
|
-- Aug 26, 2008 11:52:11 AM MUT
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
UPDATE AD_Field SET SeqNo=660,IsDisplayed='Y' WHERE AD_Field_ID=52052;
|
||||||
|
|
||||||
|
|
||||||
|
-- Aug 26, 2008 11:52:56 AM MUT
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
UPDATE AD_Field SET DisplayLogic='@TenderType@ !''X''',Updated=sysdate,UpdatedBy=100 WHERE AD_Field_ID=4030;
|
||||||
|
|
||||||
|
|
||||||
|
-- Aug 26, 2008 11:54:17 AM MUT
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
UPDATE AD_Field SET DisplayLength=14, DisplayLogic='@TenderType@=''X''', IsSameLine='Y',Updated=sysdate,UpdatedBy=100 WHERE AD_Field_ID=52052;
|
||||||
|
|
||||||
|
|
||||||
|
-- Aug 26, 2008 11:54:42 AM MUT
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
UPDATE AD_Tab SET WhereClause=NULL,Updated=sysdate,UpdatedBy=100 WHERE AD_Tab_ID=330;
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,18 @@
|
||||||
|
INSERT INTO ad_message(ad_message_id, ad_client_id, ad_org_id, isactive, created, createdby, updated, updatedby, value, msgtext, msgtip, msgtype, entitytype)
|
||||||
|
VALUES(52488, 0, 0, 'Y', now(), 100, now(), 100, 'discount.upto.price.limit', 'Enforce Discount Upto Limit Price', NULL, 'I', 'U');
|
||||||
|
INSERT INTO ad_message(ad_message_id, ad_client_id, ad_org_id, isactive, created, createdby, updated, updatedby, value, msgtext, msgtip, msgtype, entitytype)
|
||||||
|
VALUES(52489, 0, 0, 'Y', now(), 100, now(), 100, 'over.ride.limit.price', 'Enforce Overide Limit Price', NULL, 'I', 'U');
|
||||||
|
INSERT INTO ad_message(ad_message_id, ad_client_id, ad_org_id, isactive, created, createdby, updated, updatedby, value, msgtext, msgtip, msgtype, entitytype)
|
||||||
|
VALUES(52490, 0, 0, 'Y', now(), 100, now(), 100, 'discount.allowed.total', 'Allowed Discount On Total Sales', NULL, 'I', 'U');
|
||||||
|
INSERT INTO ad_message(ad_message_id, ad_client_id, ad_org_id, isactive, created, createdby, updated, updatedby, value, msgtext, msgtip, msgtype, entitytype)
|
||||||
|
VALUES(52491, 0, 0, 'Y', now(), 100, now(), 100, 'smenu.pos.purchase.report', 'Purchases Report', NULL, 'I', 'U');
|
||||||
|
INSERT INTO ad_message(ad_message_id, ad_client_id, ad_org_id, isactive, created, createdby, updated, updatedby, value, msgtext, msgtip, msgtype, entitytype)
|
||||||
|
VALUES(52492, 0, 0, 'Y', now(), 100, now(), 100, 'smenu.settle.payment.credit.purchase', 'Settle Payment For Purchases On Credit', NULL, 'I', 'U');
|
||||||
|
INSERT INTO ad_message(ad_message_id, ad_client_id, ad_org_id, isactive, created, createdby, updated, updatedby, value, msgtext, msgtip, msgtype, entitytype)
|
||||||
|
VALUES(52493, 0, 0, 'Y', now(), 100, now(), 100, 'smenu.user.manual', 'User Manual', NULL, 'I', 'U');
|
||||||
|
INSERT INTO ad_message(ad_message_id, ad_client_id, ad_org_id, isactive, created, createdby, updated, updatedby, value, msgtext, msgtip, msgtype, entitytype)
|
||||||
|
VALUES(52494, 0, 0, 'Y', now(), 100, now(), 100, 'smenu.contactus', 'Contact Us', NULL, 'I', 'U');
|
||||||
|
INSERT INTO ad_message(ad_message_id, ad_client_id, ad_org_id, isactive, created, createdby, updated, updatedby, value, msgtext, msgtip, msgtype, entitytype)
|
||||||
|
VALUES(52495, 0, 0, 'Y', now(), 100, now(), 100, 'discount.amt.order.level', 'Discount Amount', NULL, 'I', 'U');
|
||||||
|
INSERT INTO ad_message(ad_message_id, ad_client_id, ad_org_id, isactive, created, createdby, updated, updatedby, value, msgtext, msgtip, msgtype, entitytype)
|
||||||
|
VALUES(52496, 0, 0, 'Y', now(), 100, now(), 100, 'write.off.amt.order.level', 'Writeoff Amount', NULL, 'I', 'U');
|
|
@ -0,0 +1 @@
|
||||||
|
ALTER TABLE ad_orginfo ADD COLUMN receiptfootermsg varchar(1023);
|
|
@ -0,0 +1,15 @@
|
||||||
|
INSERT INTO AD_Element
|
||||||
|
(ad_element_id, ad_client_id, ad_org_id, isactive, created, createdby, updated, updatedby,
|
||||||
|
columnname, entitytype, name, printname, description, help, po_name, po_printname, po_description, po_help)
|
||||||
|
VALUES(52050, 0, 0, 'Y', now() , 100, now(), 100,
|
||||||
|
'ReceiptFooterMsg', 'U', 'Receipt Footer Msg', 'Receipt Footer Msg', 'This message will be displayed at the bottom of a receipt when doing a sales or purchase', NULL, NULL, NULL, NULL, NULL);
|
||||||
|
|
||||||
|
|
||||||
|
INSERT INTO ad_column
|
||||||
|
(ad_column_id, ad_client_id, ad_org_id, isactive, created, updated, createdby, updatedby, name,
|
||||||
|
description, help, version, entitytype, columnname, ad_table_id, ad_reference_id, ad_reference_value_id,
|
||||||
|
ad_val_rule_id, fieldlength, defaultvalue, iskey, isparent, ismandatory, isupdateable, readonlylogic,
|
||||||
|
isidentifier, seqno, istranslated, isencrypted, callout, vformat, valuemin, valuemax, isselectioncolumn,
|
||||||
|
ad_element_id, ad_process_id, issyncdatabase, isalwaysupdateable, columnsql, mandatorylogic)
|
||||||
|
VALUES(52112, 0, 0, 'Y', now(), now(), 100, 100, 'ReceiptFooterMsg' , 'This message will be displayed at the bottom of a receipt when doing a sales or purchase', NULL, 0, 'U', 'ReceiptFooterMsg', 228, 10, NULL, NULL, 1024, 1, 'N', 'N', 'Y', 'Y', NULL,
|
||||||
|
'N', 0, 'N', 'N', NULL, NULL, NULL, NULL, 'N', 52050, NULL, 'N', 'N', NULL, NULL);
|
|
@ -0,0 +1,20 @@
|
||||||
|
-- Missing Ids for M_InventoryLine & AD_Role
|
||||||
|
-- AD Element
|
||||||
|
INSERT INTO ad_element(ad_element_id, ad_client_id, ad_org_id, isactive, created, createdby, updated, updatedby, columnname, entitytype, name, printname, description, help, po_name, po_printname, po_description, po_help)
|
||||||
|
VALUES(52051, 0, 0, 'Y', now(), 100, now(), 100, 'IsDiscountUptoLimitPrice', 'U', 'IsDiscountUptoLimitPrice', 'IsDiscountUptoLimitPrice', NULL, NULL, NULL, NULL, NULL, NULL);
|
||||||
|
INSERT INTO ad_element(ad_element_id, ad_client_id, ad_org_id, isactive, created, createdby, updated, updatedby, columnname, entitytype, name, printname, description, help, po_name, po_printname, po_description, po_help)
|
||||||
|
VALUES(52052, 0, 0, 'Y', now(), 100, now(), 100, 'IsDiscountAllowedOnTotal', 'U', 'IsDiscountAllowedOnTotal', 'IsDiscountAllowedOnTotal', NULL, NULL, NULL, NULL, NULL, NULL);
|
||||||
|
|
||||||
|
-- AD Column
|
||||||
|
INSERT INTO ad_column(ad_column_id, ad_client_id, ad_org_id, isactive, created, updated, createdby, updatedby, name, description, help, version, entitytype, columnname, ad_table_id, ad_reference_id, ad_reference_value_id, ad_val_rule_id, fieldlength, defaultvalue, iskey, isparent, ismandatory, isupdateable, readonlylogic, isidentifier, seqno, istranslated, isencrypted, callout, vformat, valuemin, valuemax, isselectioncolumn, ad_element_id, ad_process_id, issyncdatabase, isalwaysupdateable, columnsql, mandatorylogic, infofactoryclass)
|
||||||
|
VALUES(52113, 0, 0, 'Y', now(), now(), 100, 100, 'IsDiscountUptoLimitPrice', NULL, NULL, 0, 'U', 'IsDiscountUptoLimitPrice', 156, 20, NULL, NULL, 1, NULL, 'N', 'N', 'Y', 'Y', NULL, 'N', NULL, 'N', 'N', NULL, NULL, NULL, NULL, 'N', 52051, NULL, 'N', 'N', NULL, NULL, NULL);
|
||||||
|
INSERT INTO ad_column(ad_column_id, ad_client_id, ad_org_id, isactive, created, updated, createdby, updatedby, name, description, help, version, entitytype, columnname, ad_table_id, ad_reference_id, ad_reference_value_id, ad_val_rule_id, fieldlength, defaultvalue, iskey, isparent, ismandatory, isupdateable, readonlylogic, isidentifier, seqno, istranslated, isencrypted, callout, vformat, valuemin, valuemax, isselectioncolumn, ad_element_id, ad_process_id, issyncdatabase, isalwaysupdateable, columnsql, mandatorylogic, infofactoryclass)
|
||||||
|
VALUES(52114, 0, 0, 'Y', now(), now(), 100, 100, 'IsDiscountAllowedOnTotal', NULL, NULL, 0, 'U', 'IsDiscountAllowedOnTotal', 156, 20, NULL, NULL, 1, NULL, 'N', 'N', 'Y', 'Y', NULL, 'N', NULL, 'N', 'N', NULL, NULL, NULL, NULL, 'N', 52052, NULL, 'N', 'N', NULL, NULL, NULL);
|
||||||
|
|
||||||
|
-- AD Element
|
||||||
|
INSERT INTO ad_element(ad_element_id, ad_client_id, ad_org_id, isactive, created, createdby, updated, updatedby, columnname, entitytype, name, printname, description, help, po_name, po_printname, po_description, po_help)
|
||||||
|
VALUES(52053, 0, 0, 'Y', now(), 100, now(), 100, 'QtyCsv', 'U', 'QtyCsv', 'QtyCsv', NULL, NULL, NULL, NULL, NULL, NULL);
|
||||||
|
|
||||||
|
-- AD Column
|
||||||
|
INSERT INTO ad_column(ad_column_id, ad_client_id, ad_org_id, isactive, created, updated, createdby, updatedby, name, description, help, version, entitytype, columnname, ad_table_id, ad_reference_id, ad_reference_value_id, ad_val_rule_id, fieldlength, defaultvalue, iskey, isparent, ismandatory, isupdateable, readonlylogic, isidentifier, seqno, istranslated, isencrypted, callout, vformat, valuemin, valuemax, isselectioncolumn, ad_element_id, ad_process_id, issyncdatabase, isalwaysupdateable, columnsql, mandatorylogic, infofactoryclass)
|
||||||
|
VALUES(52115, 0, 0, 'Y', now(), now(), 100, 100, 'QtyCsv', NULL, NULL, 0, 'U', 'QtyCsv', 322, 29, NULL, NULL, 131089, NULL, 'N', 'N', 'Y', 'Y', NULL, 'N', NULL, 'N', 'N', NULL, NULL, NULL, NULL, 'N', 52053, NULL, 'N', 'N', NULL, NULL, NULL);
|
|
@ -0,0 +1,10 @@
|
||||||
|
-- The Units Per Pack indicates the no of units of a product packed together.
|
||||||
|
ALTER TABLE M_Product ADD COLUMN UnitsPerPack numeric(10,0) not null default 1;
|
||||||
|
|
||||||
|
-- AD Element --
|
||||||
|
INSERT INTO ad_element(ad_element_id, ad_client_id, ad_org_id, isactive, created, createdby, updated, updatedby, columnname, entitytype, name, printname, description, help, po_name, po_printname, po_description, po_help)
|
||||||
|
VALUES(52054, 0, 0, 'Y', now(), 100, now(), 100, 'UnitsPerPack', 'U', 'UnitsPerPack', 'UnitsPerPack', 'The Units Per Pack indicates the no of units of a product packed together.', NULL, NULL, NULL, NULL, NULL);
|
||||||
|
|
||||||
|
-- AD Column --
|
||||||
|
INSERT INTO ad_column(ad_column_id, ad_client_id, ad_org_id, isactive, created, updated, createdby, updatedby, name, description, help, version, entitytype, columnname, ad_table_id, ad_reference_id, ad_reference_value_id, ad_val_rule_id, fieldlength, defaultvalue, iskey, isparent, ismandatory, isupdateable, readonlylogic, isidentifier, seqno, istranslated, isencrypted, callout, vformat, valuemin, valuemax, isselectioncolumn, ad_element_id, ad_process_id, issyncdatabase, isalwaysupdateable, columnsql, mandatorylogic, infofactoryclass)
|
||||||
|
VALUES(52116, 0, 0, 'Y', now(), now(), 100, 100, 'UnitsPerPack', 'The Units Per Pack indicates the no of units of a product packed together.', NULL, 0, 'U', 'UnitsPerPack', 208, 11, NULL, NULL, 14, NULL, 'N', 'N', 'N', 'Y', NULL, 'N', 0, 'N', 'N', NULL, NULL, NULL, NULL, 'N', 52054, NULL, 'N', 'N', NULL, NULL, NULL);
|
|
@ -0,0 +1,87 @@
|
||||||
|
-- Alter table -- postgres
|
||||||
|
|
||||||
|
--- Table: C_Payment -----------------------------------------------------------
|
||||||
|
ALTER TABLE C_Payment
|
||||||
|
ALTER COLUMN C_BankAccount_ID DROP NOT NULL;
|
||||||
|
|
||||||
|
|
||||||
|
ALTER TABLE C_Payment
|
||||||
|
ADD C_CashBook_ID NUMERIC(10);
|
||||||
|
|
||||||
|
ALTER TABLE C_Payment
|
||||||
|
ADD CONSTRAINT C_Payment__C_CashBo_C_CashBook
|
||||||
|
FOREIGN KEY(C_CashBook_ID) REFERENCES C_CashBook(C_CashBook_ID);
|
||||||
|
|
||||||
|
--------------------------------------------------------------------------------
|
||||||
|
ALTER TABLE C_CashLine
|
||||||
|
ADD C_Payment_ID NUMERIC(10);
|
||||||
|
|
||||||
|
--- Migration scripts ----------------------------------------------------------
|
||||||
|
-- Aug 26, 2008 11:49:31 AM MUT
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Table_ID,ColumnName,Created,CreatedBy,Description,EntityType,FieldLength,Help,IsActive,IsAlwaysUpdateable,IsEncrypted,IsIdentifier,IsKey,IsMandatory,IsParent,IsSelectionColumn,IsTranslated,IsUpdateable,Name,Updated,UpdatedBy,Version)
|
||||||
|
VALUES (0,52117,1463,0,19,335,'C_CashBook_ID',now(),100,'Cash Book for recording petty cash transactions','U',10,'The Cash Book identifies a unique cash book. The cash book is used to record cash transactions.','Y','N','N','N','N','N','N','N','N','Y','Cash Book',now(),100,0)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Aug 26, 2008 11:49:31 AM MUT
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Column_ID=52117 AND EXISTS (SELECT * FROM AD_Column_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Column_ID!=t.AD_Column_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Aug 26, 2008 11:50:27 AM MUT
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
UPDATE AD_Column SET IsMandatory='N',Updated=now(),UpdatedBy=100 WHERE AD_Column_ID=3880
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Aug 26, 2008 11:50:27 AM MUT
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
UPDATE AD_Field SET Name='Bank Account', Description='Account at the Bank', Help='The Bank Account identifies an account at this Bank.' WHERE AD_Column_ID=3880 AND IsCentrallyMaintained='Y'
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Aug 26, 2008 11:51:40 AM MUT
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Field (AD_Client_ID,AD_Column_ID,AD_Field_ID,AD_Org_ID,AD_Tab_ID,Created,CreatedBy,Description,DisplayLength,EntityType,Help,IsActive,IsCentrallyMaintained,IsDisplayed,IsEncrypted,IsFieldOnly,IsHeading,IsReadOnly,IsSameLine,Name,Updated,UpdatedBy)
|
||||||
|
VALUES (0,52117,52052,0,330,now(),100,'Cash Book for recording petty cash transactions',10,'U','The Cash Book identifies a unique cash book. The cash book is used to record cash transactions.','Y','Y','Y','N','N','N','N','N','Cash Book',now(),100)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Aug 26, 2008 11:51:40 AM MUT
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Field_Trl (AD_Language,AD_Field_ID, Description,Help,Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Field_ID, t.Description,t.Help,t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Field t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Field_ID=52052 AND EXISTS (SELECT * FROM AD_Field_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Field_ID!=t.AD_Field_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Aug 26, 2008 11:51:40 AM MUT
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Field (AD_Client_ID,AD_Column_ID,AD_Field_ID,AD_Org_ID,AD_Tab_ID,Created,CreatedBy,DisplayLength,EntityType,IsActive,IsCentrallyMaintained,IsDisplayed,IsEncrypted,IsFieldOnly,IsHeading,IsReadOnly,IsSameLine,Name,Updated,UpdatedBy)
|
||||||
|
VALUES (0,13705,52053,0,330,now(),100,10,'D','Y','Y','Y','N','N','N','N','N','Referenced Payment',now(),100)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Aug 26, 2008 11:51:40 AM MUT
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
INSERT INTO AD_Field_Trl (AD_Language,AD_Field_ID, Description,Help,Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Field_ID, t.Description,t.Help,t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Field t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Field_ID=52053 AND EXISTS (SELECT * FROM AD_Field_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Field_ID!=t.AD_Field_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Aug 26, 2008 11:52:11 AM MUT
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
UPDATE AD_Field SET SeqNo=0,IsDisplayed='N' WHERE AD_Field_ID=52053
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Aug 26, 2008 11:52:11 AM MUT
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
UPDATE AD_Field SET SeqNo=660,IsDisplayed='Y' WHERE AD_Field_ID=52052
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Aug 26, 2008 11:52:56 AM MUT
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
UPDATE AD_Field SET DisplayLogic='@TenderType@ !''X''',Updated=now(),UpdatedBy=100 WHERE AD_Field_ID=4030
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Aug 26, 2008 11:54:17 AM MUT
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
UPDATE AD_Field SET DisplayLength=14, DisplayLogic='@TenderType@=''X''', IsSameLine='Y',Updated=now(),UpdatedBy=100 WHERE AD_Field_ID=52052
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Aug 26, 2008 11:54:42 AM MUT
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
UPDATE AD_Tab SET WhereClause=NULL,Updated=now(),UpdatedBy=100 WHERE AD_Tab_ID=330
|
||||||
|
;
|
||||||
|
|
|
@ -0,0 +1,75 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!-- ======================================================== -->
|
||||||
|
<!-- Posterita Web POS Application -->
|
||||||
|
<!-- ======================================================== -->
|
||||||
|
|
||||||
|
<project name="posterita" default="CreateZip" basedir=".">
|
||||||
|
|
||||||
|
<!--<property environment="env"/>-->
|
||||||
|
<import file="properties.xml"/>
|
||||||
|
|
||||||
|
|
||||||
|
<property name="posterita.dist.dir" value="../posterita/dist"/>
|
||||||
|
<property name="dist.dir" value="${basedir}/dist"/>
|
||||||
|
<property name="unzip.dir" value="${basedir}/unzip/Adempiere"/>
|
||||||
|
<property name="db.dir" value="${basedir}/db"/>
|
||||||
|
<property name="buildpatch.adempiere.dir" value="${basedir}/BuildPatch/Adempiere"/>
|
||||||
|
|
||||||
|
<property name="reference.adempiere.dir" value="../reference/Adempiere340"/>
|
||||||
|
<property name="reference.aspectj.dir" value="../reference/aspectJ/"/>
|
||||||
|
<property name="posterita.version" value="1.7.3"/>
|
||||||
|
<property name="posterita.zip.version" value="173"/>
|
||||||
|
|
||||||
|
<target name="init">
|
||||||
|
<echo message="=========== Build Commons ==========="/>
|
||||||
|
<tstamp/>
|
||||||
|
<mkdir dir="${unzip.dir}"/>
|
||||||
|
<mkdir dir="${dist.dir}"/>
|
||||||
|
|
||||||
|
</target>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- =================================================================== -->
|
||||||
|
<!-- Cleans up the current build -->
|
||||||
|
<!-- =================================================================== -->
|
||||||
|
<target name="clean">
|
||||||
|
|
||||||
|
<delete dir="${unzip.dir}"/>
|
||||||
|
<delete dir="${dist.dir}"/>
|
||||||
|
|
||||||
|
</target>
|
||||||
|
|
||||||
|
<!-- Build Commons -->
|
||||||
|
<target name="CreateZip" depends="init">
|
||||||
|
|
||||||
|
<ant inheritAll="false" dir="../posterita"/>
|
||||||
|
|
||||||
|
<copy todir="${unzip.dir}" overwrite="true">
|
||||||
|
<fileset dir="${reference.adempiere.dir}"/>
|
||||||
|
<fileset dir="${buildpatch.adempiere.dir}"/>
|
||||||
|
</copy>
|
||||||
|
<copy todir="${unzip.dir}/lib" overwrite="true" verbose="true">
|
||||||
|
<fileset dir="${reference.aspectj.dir}">
|
||||||
|
<include name="aspectjweaver.jar"/>
|
||||||
|
</fileset>
|
||||||
|
<fileset file="${posterita.dist.dir}/lib/posterita.war"/>
|
||||||
|
<fileset file="${posterita.dist.dir}/lib/posterita.jar"/>
|
||||||
|
<fileset file="${posterita.dist.dir}/lib/posteritaPatches.jar"/>
|
||||||
|
</copy>
|
||||||
|
|
||||||
|
<copy todir="${unzip.dir}/data" overwrite="true">
|
||||||
|
<fileset dir="${db.dir}"/>
|
||||||
|
</copy>
|
||||||
|
|
||||||
|
<delete file="${unzip.dir}/data/Adempiere.dmp" failonerror="true"/>
|
||||||
|
<delete file="${unzip.dir}/data/Adempiere_pg.dmp" failonerror="true"/>
|
||||||
|
<unjar src="${unzip.dir}/data/Adempiere.jar" dest="${unzip.dir}/data"/>
|
||||||
|
<unjar src="${unzip.dir}/data/Adempiere_pg.jar" dest="${unzip.dir}/data"/>
|
||||||
|
|
||||||
|
<zip destfile="${dist.dir}/Posterita${posterita.zip.version}.zip">
|
||||||
|
<fileset dir="${basedir}/unzip"/>
|
||||||
|
</zip>
|
||||||
|
|
||||||
|
</target>
|
||||||
|
|
||||||
|
</project>
|
|
@ -0,0 +1,17 @@
|
||||||
|
<?xml version='1.0'?>
|
||||||
|
<project name="properties" basedir=".">
|
||||||
|
<description>
|
||||||
|
This project file sets all properties needed during build and
|
||||||
|
installation. This file is imported in all other build.xml
|
||||||
|
files. This file provides a central place for managing
|
||||||
|
properties.
|
||||||
|
</description>
|
||||||
|
|
||||||
|
<dirname property="adempiere.base" file="${ant.file.properties}/.."/>
|
||||||
|
<property file="${user.home}/.adempiere.properties"/>
|
||||||
|
<property file="${adempiere.base}/utils_dev/mybuild.properties"/>
|
||||||
|
<property file="${adempiere.base}/utils_dev/build.properties"/>
|
||||||
|
|
||||||
|
<!-- Here we could add most common buildpaths -->
|
||||||
|
|
||||||
|
</project>
|
|
@ -0,0 +1 @@
|
||||||
|
posterita.dev.home=
|
|
@ -0,0 +1,151 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!-- ======================================================== -->
|
||||||
|
<!-- Posterita Web POS Application -->
|
||||||
|
<!-- ======================================================== -->
|
||||||
|
|
||||||
|
<project name="posterita" default="dist" basedir=".">
|
||||||
|
|
||||||
|
<property environment="env" />
|
||||||
|
<property file="build.properties" />
|
||||||
|
|
||||||
|
<property name="src.dir" value="${basedir}/src" />
|
||||||
|
<property name="src.main.dir" value="${src.dir}/main" />
|
||||||
|
<property name="src.aspect.dir" value="${src.dir}/aspect" />
|
||||||
|
<property name="src.web.dir" value="${basedir}/web" />
|
||||||
|
<property name="build.dir" value="${basedir}/build" />
|
||||||
|
<property name="dist.dir" value="${basedir}/dist/" />
|
||||||
|
<property name="dist.lib.dir" value="${dist.dir}/lib" />
|
||||||
|
<property name="build.deploy.dir" value="${build.dir}/deploy" />
|
||||||
|
<property name="work.dir" value="${basedir}/work" />
|
||||||
|
<property name="utils.dir" value="${src.dir}/utils" />
|
||||||
|
<!--property name="reference.adempiere.dir" value="../reference/Adempiere340" /-->
|
||||||
|
<property name="reference.adempiere.dir" value="../../tools" />
|
||||||
|
<property name="reference.adempiere.lib" value="../../lib" />
|
||||||
|
<property name="reference.aspectj.dir" value="../reference/aspectJ" />
|
||||||
|
<property name="posteritadevhome.exists" value="false" />
|
||||||
|
|
||||||
|
|
||||||
|
<taskdef resource="org/aspectj/tools/ant/taskdefs/aspectjTaskdefs.properties">
|
||||||
|
<classpath>
|
||||||
|
<pathelement location="${reference.aspectj.dir}/aspectjtools.jar"/>
|
||||||
|
</classpath>
|
||||||
|
</taskdef>
|
||||||
|
|
||||||
|
<target name="init">
|
||||||
|
<echo message="=========== Build Posterita POS ===========" />
|
||||||
|
<tstamp />
|
||||||
|
<mkdir dir="${build.dir}" />
|
||||||
|
<mkdir dir="${dist.dir}" />
|
||||||
|
<mkdir dir="${dist.lib.dir}" />
|
||||||
|
|
||||||
|
<!-- Delete old posterita.jar -->
|
||||||
|
<delete file="${src.web.dir}/WEB-INF/lib/posterita.jar" failonerror="false" />
|
||||||
|
|
||||||
|
</target>
|
||||||
|
|
||||||
|
<!-- Creating new posterita.jar -->
|
||||||
|
<target name="compile" depends="init">
|
||||||
|
<!-- compile the java code from ${src} into ${build.dir} -->
|
||||||
|
<javac srcdir="${src.main.dir}" destdir="${build.dir}" deprecation="on" source="1.5" target="1.5" debug="on">
|
||||||
|
<classpath>
|
||||||
|
<fileset dir="${src.web.dir}/WEB-INF/lib/">
|
||||||
|
<include name="*.jar" />
|
||||||
|
</fileset>
|
||||||
|
<fileset dir="${reference.adempiere.dir}/lib/">
|
||||||
|
<include name="*.jar" />
|
||||||
|
</fileset>
|
||||||
|
<fileset dir="${reference.adempiere.lib}">
|
||||||
|
<include name="CCTools.jar"/>
|
||||||
|
<include name="adempiereApps.jar"/>
|
||||||
|
<include name="CSTools.jar"/>
|
||||||
|
<include name="Adempiere.jar"/>
|
||||||
|
<include name="CompiereJasperReqs.jar"/>
|
||||||
|
</fileset>
|
||||||
|
</classpath>
|
||||||
|
</javac>
|
||||||
|
<jar destfile="${dist.dir}/lib/posterita.jar" basedir="${build.dir}">
|
||||||
|
<include name="org/**"/>
|
||||||
|
</jar>
|
||||||
|
<jar destfile="${dist.dir}/lib/posteritaPatches.jar" basedir="${build.dir}">
|
||||||
|
<include name="org/compiere/**"/>
|
||||||
|
</jar>
|
||||||
|
</target>
|
||||||
|
|
||||||
|
<target name="createAspectJar" depends="compile">
|
||||||
|
<iajc srcdir="${src.aspect.dir}" destdir="${build.dir}" deprecation="on" source="1.5" target="1.5" debug="on" outxml="true" outxmlfile="META-INF/aop.xml">
|
||||||
|
<classpath>
|
||||||
|
<fileset dir="${dist.dir}/lib/">
|
||||||
|
<include name="*.jar" />
|
||||||
|
</fileset>
|
||||||
|
<fileset dir="${src.web.dir}/WEB-INF/lib/">
|
||||||
|
<include name="*.jar" />
|
||||||
|
</fileset>
|
||||||
|
<fileset dir="${reference.adempiere.dir}/lib/">
|
||||||
|
<include name="*.jar" />
|
||||||
|
</fileset>
|
||||||
|
</classpath>
|
||||||
|
</iajc>
|
||||||
|
<jar destfile="${src.web.dir}/WEB-INF/lib/aop.jar" basedir="${build.dir}">
|
||||||
|
<include name="org/posterita/aspect/**" />
|
||||||
|
<include name="META-INF/**"/>
|
||||||
|
</jar>
|
||||||
|
</target>
|
||||||
|
|
||||||
|
<!-- =================================================================== -->
|
||||||
|
<!-- Creates the war archives -->
|
||||||
|
<!-- =================================================================== -->
|
||||||
|
<target name="war" depends="compile">
|
||||||
|
<war warfile="${dist.dir}/lib/posterita.war" webxml="${src.web.dir}/WEB-INF/web.xml">
|
||||||
|
<fileset dir="${src.web.dir}" excludes="**/web.xml,**/classes/org/compiere/**" />
|
||||||
|
<fileset dir="${src.web.dir}" includes="**/classes/*.properties" />
|
||||||
|
<manifest>
|
||||||
|
<attribute name="Specification-Title" value="Posterita POS" />
|
||||||
|
<attribute name="Specification-Version" value="${env.ADEMPIERE_VERSION}" />
|
||||||
|
<attribute name="Specification-Vendor" value="Adempiere, Inc." />
|
||||||
|
<attribute name="Implementation-Title" value="Posterita POS ${env.ADEMPIERE_VERSION}" />
|
||||||
|
<attribute name="Implementation-Version" value="${env.ADEMPIERE_VERSION} ${DSTAMP}-${TSTAMP}" />
|
||||||
|
<attribute name="Implementation-Vendor" value="${env.ADEMPIERE_VENDOR}" />
|
||||||
|
<attribute name="Implementation-URL" value="http://www.posterita.org" />
|
||||||
|
<attribute name="Class-Path" value="Adempiere.jar AdempiereSLib.jar adempiereApps.jar" />
|
||||||
|
</manifest>
|
||||||
|
</war>
|
||||||
|
|
||||||
|
</target>
|
||||||
|
|
||||||
|
<!-- =================================================================== -->
|
||||||
|
<!-- Creates Distributables -->
|
||||||
|
<!-- =================================================================== -->
|
||||||
|
<target name="dist" depends="war">
|
||||||
|
<copy todir="../../lib">
|
||||||
|
<fileset dir="${dist.lib.dir}"/>
|
||||||
|
</copy>
|
||||||
|
</target>
|
||||||
|
|
||||||
|
<target name="jar" depends="war">
|
||||||
|
</target>
|
||||||
|
|
||||||
|
<!-- =================================================================== -->
|
||||||
|
<!-- Cleans up the current build -->
|
||||||
|
<!-- =================================================================== -->
|
||||||
|
<target name="clean">
|
||||||
|
<delete dir="${build.dir}" />
|
||||||
|
<delete dir="${dist.dir}" />
|
||||||
|
<delete dir="${work.dir}" />
|
||||||
|
|
||||||
|
</target>
|
||||||
|
|
||||||
|
<available type="dir" file="${posterita.dev.home}/jboss/server/adempiere/deploy/adempiere.ear" property="${posteritadevhome.exists}" />
|
||||||
|
|
||||||
|
<target name="explode">
|
||||||
|
<fail unless="${posteritadevhome.exists}" message="Posterita Development home not set correctly in build.properties" />
|
||||||
|
<copy todir="${posterita.dev.home}/jboss/server/adempiere/deploy/adempiere.ear/posterita.war">
|
||||||
|
<fileset dir="${basedir}/web" includes="**/*.*" />
|
||||||
|
</copy>
|
||||||
|
</target>
|
||||||
|
|
||||||
|
<target name="unexplode">
|
||||||
|
<fail unless="${posteritadevhome.exists}" message="Posterita Development home not set correctly in build.properties" />
|
||||||
|
<delete dir="${posterita.dev.home}/jboss/server/adempiere/deploy/adempiere.ear/posterita.war" />
|
||||||
|
</target>
|
||||||
|
|
||||||
|
</project>
|
|
@ -0,0 +1,17 @@
|
||||||
|
<?xml version='1.0'?>
|
||||||
|
<project name="properties" basedir=".">
|
||||||
|
<description>
|
||||||
|
This project file sets all properties needed during build and
|
||||||
|
installation. This file is imported in all other build.xml
|
||||||
|
files. This file provides a central place for managing
|
||||||
|
properties.
|
||||||
|
</description>
|
||||||
|
|
||||||
|
<dirname property="adempiere.base" file="${ant.file.properties}/.."/>
|
||||||
|
<property file="${user.home}/.adempiere.properties"/>
|
||||||
|
<property file="${adempiere.base}/utils_dev/mybuild.properties"/>
|
||||||
|
<property file="${adempiere.base}/utils_dev/build.properties"/>
|
||||||
|
|
||||||
|
<!-- Here we could add most common buildpaths -->
|
||||||
|
|
||||||
|
</project>
|
|
@ -0,0 +1,83 @@
|
||||||
|
/******************************************************************************
|
||||||
|
* Product: Posterita Web-Based POS and Adempiere Plugin *
|
||||||
|
* Copyright (C) 2008 Posterita Ltd *
|
||||||
|
* This file is part of POSterita *
|
||||||
|
* *
|
||||||
|
* POSterita is free software; you can redistribute it and/or modify *
|
||||||
|
* it under the terms of the GNU General Public License as published by *
|
||||||
|
* the Free Software Foundation; either version 2 of the License, or *
|
||||||
|
* (at your option) any later version. *
|
||||||
|
* *
|
||||||
|
* This program is distributed in the hope that it will be useful, *
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||||
|
* GNU General Public License for more details. *
|
||||||
|
* *
|
||||||
|
* You should have received a copy of the GNU General Public License along *
|
||||||
|
* with this program; if not, write to the Free Software Foundation, Inc., *
|
||||||
|
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. *
|
||||||
|
*****************************************************************************/
|
||||||
|
|
||||||
|
package org.posterita.aspect;
|
||||||
|
|
||||||
|
import org.posterita.businesslogic.POSTerminalManager;
|
||||||
|
import org.posterita.exceptions.POException;
|
||||||
|
import org.posterita.exceptions.TerminalLockedException;
|
||||||
|
import org.compiere.model.PO;
|
||||||
|
import org.compiere.model.X_C_Order;
|
||||||
|
import org.compiere.process.DocAction;
|
||||||
|
import org.compiere.util.CLogger;
|
||||||
|
import org.compiere.util.ValueNamePair;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @author ashley
|
||||||
|
*/
|
||||||
|
public aspect POAspect
|
||||||
|
{
|
||||||
|
pointcut savePO():
|
||||||
|
call(public boolean PO.save());
|
||||||
|
|
||||||
|
boolean around() : savePO()
|
||||||
|
{
|
||||||
|
if (thisJoinPoint.getTarget() instanceof X_C_Order)
|
||||||
|
{
|
||||||
|
X_C_Order order = (X_C_Order)thisJointPoint.getTarget();
|
||||||
|
int terminalId = order.getC_POS_ID();
|
||||||
|
|
||||||
|
if (terminalId > 0 && POSTerminalManager.isTerminalLocked(po.getCtx(), terminalId))
|
||||||
|
{
|
||||||
|
throw new POException("Terminal is locked");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
boolean val = proceed();
|
||||||
|
|
||||||
|
if (!val)
|
||||||
|
{
|
||||||
|
Exception ex = CLogger.retrieveException();
|
||||||
|
ValueNamePair err = CLogger.retrieveError();
|
||||||
|
String msg;
|
||||||
|
|
||||||
|
if (ex != null)
|
||||||
|
{
|
||||||
|
msg = ex.getMessage();
|
||||||
|
}
|
||||||
|
else if (err != null)
|
||||||
|
{
|
||||||
|
msg = err.getValue() + " " + err.getName();
|
||||||
|
}
|
||||||
|
else if (thisJoinPoint.getTarget() instanceof DocAction)
|
||||||
|
{
|
||||||
|
msg = ((DocAction)thisJoinPoint.getTarget()).getProcessMsg();
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
msg = "Unknown";
|
||||||
|
}
|
||||||
|
|
||||||
|
throw new POException("Could not save PO - Class: " + thisJoinPoint.getTarget().getClass().getName() + " Cause: " + msg);
|
||||||
|
}
|
||||||
|
|
||||||
|
return val;
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,36 @@
|
||||||
|
/******************************************************************************
|
||||||
|
* Product: Posterita Web-Based POS and Adempiere Plugin *
|
||||||
|
* Copyright (C) 2008 Posterita Ltd *
|
||||||
|
* This file is part of POSterita *
|
||||||
|
* *
|
||||||
|
* POSterita is free software; you can redistribute it and/or modify *
|
||||||
|
* it under the terms of the GNU General Public License as published by *
|
||||||
|
* the Free Software Foundation; either version 2 of the License, or *
|
||||||
|
* (at your option) any later version. *
|
||||||
|
* *
|
||||||
|
* This program is distributed in the hope that it will be useful, *
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||||
|
* GNU General Public License for more details. *
|
||||||
|
* *
|
||||||
|
* You should have received a copy of the GNU General Public License along *
|
||||||
|
* with this program; if not, write to the Free Software Foundation, Inc., *
|
||||||
|
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. *
|
||||||
|
*****************************************************************************/
|
||||||
|
package org.posterita.aspect;
|
||||||
|
|
||||||
|
import org.compiere.util.Trx;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @author ashley
|
||||||
|
*/
|
||||||
|
public aspect TrxAspect
|
||||||
|
{
|
||||||
|
pointcut closeTrx():
|
||||||
|
call(public boolean Trx.close());
|
||||||
|
|
||||||
|
before() : closeTrx()
|
||||||
|
{
|
||||||
|
((Trx)thisJoinPoint.getTarget()).rollback();
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,24 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!--
|
||||||
|
Copyright (C) 1999-2005 Jorg Janke ComPiere, Inc.
|
||||||
|
@version $Id: application.xml,v 1.2 2006/06/12 00:58:42 jjanke Exp $
|
||||||
|
-->
|
||||||
|
<application version="1.4" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/application_1_4.xsd">
|
||||||
|
<description>Web POS</description>
|
||||||
|
<display-name>webPOS</display-name>
|
||||||
|
<module>
|
||||||
|
<java>AdempiereSLib.jar</java>
|
||||||
|
</module>
|
||||||
|
<module>
|
||||||
|
<java>Adempiere.jar</java>
|
||||||
|
</module>
|
||||||
|
<module>
|
||||||
|
<java>adempiereApps.jar</java>
|
||||||
|
</module>
|
||||||
|
<module>
|
||||||
|
<web>
|
||||||
|
<web-uri>posterita.war</web-uri>
|
||||||
|
<context-root>/posterita</context-root>
|
||||||
|
</web>
|
||||||
|
</module>
|
||||||
|
</application>
|
|
@ -0,0 +1,6 @@
|
||||||
|
subject=Tamak Webstore - Order Approved
|
||||||
|
action=action
|
||||||
|
content=, <br> Your order has been approved.
|
||||||
|
signin.info=<b><u>Order Information</u></b>
|
||||||
|
link=Your products will be shipped shortly. An email will be sent to notify you when it has been shipped.
|
||||||
|
emailRegards=Regards,<br>Tamak Webmaster
|
|
@ -0,0 +1,12 @@
|
||||||
|
subject=Tamak Webstore Account
|
||||||
|
action=action
|
||||||
|
&email=&username
|
||||||
|
&password=&password
|
||||||
|
signin.info=<b><u>Your Login Information</u></b>
|
||||||
|
login=<b>Login:</b>
|
||||||
|
password=<b>Password:</b>
|
||||||
|
content=Thank you for creating an account on Tamak.com
|
||||||
|
|
||||||
|
link=Please click on the link below to automatically log you on Tamak.com. Enjoy!
|
||||||
|
|
||||||
|
emailRegards=Regards,<br>Tamak Webmaster
|
|
@ -0,0 +1,6 @@
|
||||||
|
subject=Tamak Webstore - New Order Received
|
||||||
|
action=action
|
||||||
|
content=has created a new order on Tamak Webstore
|
||||||
|
signin.info=<b><u>New Order Information</u></b>
|
||||||
|
link=Please login on the Administration section to view the order for approval and shipping.
|
||||||
|
emailRegards=Regards,<br>Tamak Webmaster
|
|
@ -0,0 +1,127 @@
|
||||||
|
#Factory
|
||||||
|
#Mon Oct 24 12:14:38 GST 2005
|
||||||
|
attribute.car.model.id=1016505
|
||||||
|
smenu.order.history=1025273
|
||||||
|
smenu.product.restriction.id=1056362
|
||||||
|
smenu.dealer.transfer.request.id=1050047
|
||||||
|
attributeset.car.id=1003664
|
||||||
|
smenintu.dealer.transfer.history.id=1050050
|
||||||
|
attributeset.bike.id=1003665
|
||||||
|
pmenu.dealer.transfer.id=1050045
|
||||||
|
smenu.view.all.users.id=1056370
|
||||||
|
smenu.messagessent.id=1050002
|
||||||
|
discountschema.id=1004556
|
||||||
|
pmenu.ordersreceived.id=1050030
|
||||||
|
taxCategory.default.id=1003155
|
||||||
|
smenu.purchase.order.create.id=1050019
|
||||||
|
attribute.bike.modelGroup.id=1016511
|
||||||
|
smenu.dealer.order.history=1031333
|
||||||
|
smenu.messagescompose.id=1050003
|
||||||
|
smenu.movement.id=1056365
|
||||||
|
smenu.createsco.id=1050028
|
||||||
|
attribute.bike.model.id=1016510
|
||||||
|
menu.createLocator.id=1056361
|
||||||
|
productCategory.car.id=1003699
|
||||||
|
smenu.mmovement.id=1031380
|
||||||
|
smenu.allocation.edit.id=1050073
|
||||||
|
smenu.view.all.banks.id=1056360
|
||||||
|
attribute.bike.trx.id=1016513
|
||||||
|
car.assetgroup.id=1000621
|
||||||
|
role.HsafAutoAdmin.id=1016896
|
||||||
|
smenu.purchase.order.history.id=1050021
|
||||||
|
smenu.receive.new.vehicles.id=1050040
|
||||||
|
smenu.group.models.id=1056369
|
||||||
|
productCategory.usedCar.id=1003700
|
||||||
|
pmenu.natis.release.id=1031345
|
||||||
|
smenu.inquire.on.vin.number.id=1050014
|
||||||
|
superUser.id=1016038
|
||||||
|
smenu.createBankAccount.id=1056366
|
||||||
|
role.udiAdmin.id=1016895
|
||||||
|
smenu.inquiry.id=1031329
|
||||||
|
smenu.role.id=1056373
|
||||||
|
attribute.car.year.id=1016509
|
||||||
|
smenu.view.wholesale.report.id=1050082
|
||||||
|
smenu.special.colour.order.received.id=1031337
|
||||||
|
smenu.dealer.order.received.id=1050052
|
||||||
|
smenu.sell.release.vehicle.id=1050057
|
||||||
|
smenu.view.sco.products.id=1031390
|
||||||
|
smenu.allocation.orders.view.id=1050075
|
||||||
|
smenu.my.certificates.id=1050059
|
||||||
|
smenu.release.vehicle.id=1031347
|
||||||
|
smenu.my.stock.id=1050012
|
||||||
|
wholesale.priceList.purchase.id=1005554
|
||||||
|
priceLV.sales.id=1005891
|
||||||
|
role.stock.controller.id=1016893
|
||||||
|
smenu.search.vin.number.id=1056374
|
||||||
|
smenu.dealer.order.reeived.id=1031336
|
||||||
|
smenu.view.all.orgs.id=1056371
|
||||||
|
smenu.price.listing=1056372
|
||||||
|
smenu.view.retail.report.id=1050081
|
||||||
|
smenu.licensing.district.id=1031346
|
||||||
|
pmenu.sales.id=1050055
|
||||||
|
pmenu.stock.inquiry.id=1050008
|
||||||
|
role.test.id=1016894
|
||||||
|
smenu.view.sales.report.without.trans.id=1050080
|
||||||
|
smenu.sco.history.id=1050027
|
||||||
|
pmenu.invoice.id=1031338
|
||||||
|
smenu.warehouse.id=1056359
|
||||||
|
attribute.car.colour.id=1016507
|
||||||
|
pmenu.my.details.id=1050004
|
||||||
|
smenu.allocation.create.id=1050068
|
||||||
|
pmenu.home.id=1049999
|
||||||
|
pmenu.messages.id=1050000
|
||||||
|
pmenu.payment.id=1031340
|
||||||
|
attribute.car.make.id=1016504
|
||||||
|
smenu.payment.history=1031341
|
||||||
|
attribute.bike.colour.id=1016512
|
||||||
|
role.sales.person.id=1016892
|
||||||
|
smenu.create.customer.id=1056375
|
||||||
|
smenu.new.car.stock.inquiry.id=1050009
|
||||||
|
smenu.create.target.sales.id=1056368
|
||||||
|
priceLV.purchase.id=1005889
|
||||||
|
smenu.allocation.history.id=1050077
|
||||||
|
smenu.invoice.history=1031339
|
||||||
|
smenu.wholesale.order.history=1050038
|
||||||
|
attribute.car.modelGroup.id=1016506
|
||||||
|
smenu.productAttribute.id=1056367
|
||||||
|
smenu.messagesinbox.id=1050001
|
||||||
|
smenu.allocations.view.id=1031354
|
||||||
|
role.sales.manager.id=1016891
|
||||||
|
smenu.view.certificate.id=1031348
|
||||||
|
smenu.upload.cvs.file.id=1050042
|
||||||
|
pmenu.dealer.order.id=1050017
|
||||||
|
attribute.car.trx.id=1016508
|
||||||
|
role.system.administrator.id=1016889
|
||||||
|
pmenu.specialcolourorder.id=1050025
|
||||||
|
smenu.changeemail.id=1050007
|
||||||
|
pricelist.sales.id=1005553
|
||||||
|
pricelist.purchase.id=1005552
|
||||||
|
pmenu.reports.id=1050078
|
||||||
|
smenu.specialcolourorderreceived.id=1050034
|
||||||
|
pmenu.admin.id=1050084
|
||||||
|
smenu.allocation.order.create.id=1050071
|
||||||
|
wholesale.priceLV.purchase.id=1005890
|
||||||
|
smenu.create.shipper.id=1056376
|
||||||
|
role.HsafWingAdmin.id=1016897
|
||||||
|
smenu.view.my.details.ic=1050005
|
||||||
|
pmenu.allocation.id=1050065
|
||||||
|
smenu.my.used.car.stock.id=1050011
|
||||||
|
smenu.sales.history.id=1050063
|
||||||
|
smenu.createProduct.id=1056364
|
||||||
|
tax.default.id=1002758
|
||||||
|
smenu.view.receipt.history=1031344
|
||||||
|
pmenu.logout.id=1056377
|
||||||
|
smenu.trade.in.id=1050061
|
||||||
|
usedCar.assetgroup.id=1000627
|
||||||
|
pmenu.inOut.id=1031342
|
||||||
|
smenu.view.sales.report.with.trans.id=1050079
|
||||||
|
role.dealer.principal.id=1016890
|
||||||
|
smenu.view.shipment.history=1031343
|
||||||
|
smenu.closemenu.id=1031363
|
||||||
|
smenu.changeuserpassword.id=1050006
|
||||||
|
smenu.product.inquiry=1031373
|
||||||
|
attribute.bike.year.id=1016514
|
||||||
|
pmenu.allocations.id=1031350
|
||||||
|
pmenu.wholesaler.order.id=1050036
|
||||||
|
pmenu.history.id=1050083
|
||||||
|
menu.createBPartner.id=1056358
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,6 @@
|
||||||
|
subject=Tamak Webstore - Shipment In Transit
|
||||||
|
action=action
|
||||||
|
content=, <br> Your order has been shipped.
|
||||||
|
signin.info=<b><u>Order Information</u></b>
|
||||||
|
link=Your will receive the product(s) shortly.
|
||||||
|
emailRegards=Regards,<br>Tamak Webmaster
|
|
@ -0,0 +1,20 @@
|
||||||
|
#sort.behavior=list
|
||||||
|
#sort.amount=list
|
||||||
|
#basic.empty.showtable=true
|
||||||
|
#basic.msg.empty_list=No results matched your criteria.
|
||||||
|
#paging.banner.placement=top
|
||||||
|
#paging.banner.onepage=<span class="pagelinks"></span>
|
||||||
|
export.types=csv pdf rtf
|
||||||
|
export.excel=false
|
||||||
|
export.csv=true
|
||||||
|
export.xml=false
|
||||||
|
export.pdf=true
|
||||||
|
export.rtf=true
|
||||||
|
export.excel.class=org.displaytag.export.excel.ExcelView
|
||||||
|
export.pdf.class=org.displaytag.export.PdfView
|
||||||
|
export.rtf.class=org.displaytag.export.DefaultRtfExportView
|
||||||
|
decorator.media.html=org.posterita.decorator.HistoryWrapper
|
||||||
|
decorator.media.csv=org.posterita.decorator.HistoryCsvExportWrapper
|
||||||
|
decorator.media.pdf=org.posterita.decorator.HistoryPdfExportWrapper
|
||||||
|
decorator.media.rtf=org.posterita.decorator.HistoryRtfExportWrapper
|
||||||
|
locale.provider=org.posterita.core.I18nAdapter
|
|
@ -0,0 +1,203 @@
|
||||||
|
/**********************************************************************
|
||||||
|
* This file is part of Adempiere ERP Bazaar *
|
||||||
|
* http://www.adempiere.org *
|
||||||
|
* *
|
||||||
|
* Copyright (C) Trifon Trifonov. *
|
||||||
|
* Copyright (C) Contributors *
|
||||||
|
* *
|
||||||
|
* This program is free software;
|
||||||
|
you can redistribute it and/or *
|
||||||
|
* modify it under the terms of the GNU General Public License *
|
||||||
|
* as published by the Free Software Foundation;
|
||||||
|
either version 2 *
|
||||||
|
* of the License, or (at your option) any later version. *
|
||||||
|
* *
|
||||||
|
* This program is distributed in the hope that it will be useful, *
|
||||||
|
* but WITHOUT ANY WARRANTY;
|
||||||
|
without even the implied warranty of *
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||||
|
* GNU General Public License for more details. *
|
||||||
|
* *
|
||||||
|
* You should have received a copy of the GNU General Public License *
|
||||||
|
* along with this program;
|
||||||
|
if not, write to the Free Software *
|
||||||
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||||
|
* MA 02110-1301, USA. *
|
||||||
|
* *
|
||||||
|
* Contributors: *
|
||||||
|
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
|
||||||
|
* *
|
||||||
|
* Sponsors: *
|
||||||
|
* - Company (http://www.site.com) *
|
||||||
|
**********************************************************************/
|
||||||
|
package org.compiere.model;
|
||||||
|
|
||||||
|
import java.math.BigDecimal;
|
||||||
|
import org.compiere.util.KeyNamePair;
|
||||||
|
|
||||||
|
/** Generated Interface for AD_OrgInfo
|
||||||
|
* @author Trifon Trifonov (generated)
|
||||||
|
* @version Release 3.4.0s
|
||||||
|
*/
|
||||||
|
public interface I_AD_OrgInfo
|
||||||
|
{
|
||||||
|
|
||||||
|
/** TableName=AD_OrgInfo */
|
||||||
|
public static final String Table_Name = "AD_OrgInfo";
|
||||||
|
|
||||||
|
/** AD_Table_ID=228 */
|
||||||
|
public static final int Table_ID = MTable.getTable_ID(Table_Name);
|
||||||
|
|
||||||
|
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
|
||||||
|
|
||||||
|
/** AccessLevel = 7 - System - Client - Org
|
||||||
|
*/
|
||||||
|
BigDecimal accessLevel = BigDecimal.valueOf(7);
|
||||||
|
|
||||||
|
/** Load Meta Data */
|
||||||
|
|
||||||
|
/** Column name AD_OrgType_ID */
|
||||||
|
public static final String COLUMNNAME_AD_OrgType_ID = "AD_OrgType_ID";
|
||||||
|
|
||||||
|
/** Set Organization Type.
|
||||||
|
* Organization Type allows you to categorize your organizations
|
||||||
|
*/
|
||||||
|
public void setAD_OrgType_ID (int AD_OrgType_ID);
|
||||||
|
|
||||||
|
/** Get Organization Type.
|
||||||
|
* Organization Type allows you to categorize your organizations
|
||||||
|
*/
|
||||||
|
public int getAD_OrgType_ID();
|
||||||
|
|
||||||
|
public I_AD_OrgType getAD_OrgType() throws Exception;
|
||||||
|
|
||||||
|
/** Column name C_Location_ID */
|
||||||
|
public static final String COLUMNNAME_C_Location_ID = "C_Location_ID";
|
||||||
|
|
||||||
|
/** Set Address.
|
||||||
|
* Location or Address
|
||||||
|
*/
|
||||||
|
public void setC_Location_ID (int C_Location_ID);
|
||||||
|
|
||||||
|
/** Get Address.
|
||||||
|
* Location or Address
|
||||||
|
*/
|
||||||
|
public int getC_Location_ID();
|
||||||
|
|
||||||
|
/** Column name DUNS */
|
||||||
|
public static final String COLUMNNAME_DUNS = "DUNS";
|
||||||
|
|
||||||
|
/** Set D-U-N-S.
|
||||||
|
* Dun & Bradstreet Number
|
||||||
|
*/
|
||||||
|
public void setDUNS (String DUNS);
|
||||||
|
|
||||||
|
/** Get D-U-N-S.
|
||||||
|
* Dun & Bradstreet Number
|
||||||
|
*/
|
||||||
|
public String getDUNS();
|
||||||
|
|
||||||
|
/** Column name M_Warehouse_ID */
|
||||||
|
public static final String COLUMNNAME_M_Warehouse_ID = "M_Warehouse_ID";
|
||||||
|
|
||||||
|
/** Set Warehouse.
|
||||||
|
* Storage Warehouse and Service Point
|
||||||
|
*/
|
||||||
|
public void setM_Warehouse_ID (int M_Warehouse_ID);
|
||||||
|
|
||||||
|
/** Get Warehouse.
|
||||||
|
* Storage Warehouse and Service Point
|
||||||
|
*/
|
||||||
|
public int getM_Warehouse_ID();
|
||||||
|
|
||||||
|
public I_M_Warehouse getM_Warehouse() throws Exception;
|
||||||
|
|
||||||
|
/** Column name PA_Goal_ID */
|
||||||
|
public static final String COLUMNNAME_PA_Goal_ID = "PA_Goal_ID";
|
||||||
|
|
||||||
|
/** Set Goal.
|
||||||
|
* Performance Goal
|
||||||
|
*/
|
||||||
|
public void setPA_Goal_ID (int PA_Goal_ID);
|
||||||
|
|
||||||
|
/** Get Goal.
|
||||||
|
* Performance Goal
|
||||||
|
*/
|
||||||
|
public int getPA_Goal_ID();
|
||||||
|
|
||||||
|
public I_PA_Goal getPA_Goal() throws Exception;
|
||||||
|
|
||||||
|
/** Column name Parent_Org_ID */
|
||||||
|
public static final String COLUMNNAME_Parent_Org_ID = "Parent_Org_ID";
|
||||||
|
|
||||||
|
/** Set Parent Organization.
|
||||||
|
* Parent (superior) Organization
|
||||||
|
*/
|
||||||
|
public void setParent_Org_ID (int Parent_Org_ID);
|
||||||
|
|
||||||
|
/** Get Parent Organization.
|
||||||
|
* Parent (superior) Organization
|
||||||
|
*/
|
||||||
|
public int getParent_Org_ID();
|
||||||
|
|
||||||
|
/** Column name ReceiptFooterMsg */
|
||||||
|
public static final String COLUMNNAME_ReceiptFooterMsg = "ReceiptFooterMsg";
|
||||||
|
|
||||||
|
/** Set Receipt Footer Msg.
|
||||||
|
* This message will be displayed at the bottom of a receipt when doing a sales or purchase
|
||||||
|
*/
|
||||||
|
public void setReceiptFooterMsg (String ReceiptFooterMsg);
|
||||||
|
|
||||||
|
/** Get Receipt Footer Msg.
|
||||||
|
* This message will be displayed at the bottom of a receipt when doing a sales or purchase
|
||||||
|
*/
|
||||||
|
public String getReceiptFooterMsg();
|
||||||
|
|
||||||
|
/** Column name Supervisor_ID */
|
||||||
|
public static final String COLUMNNAME_Supervisor_ID = "Supervisor_ID";
|
||||||
|
|
||||||
|
/** Set Supervisor.
|
||||||
|
* Supervisor for this user/organization - used for escalation and approval
|
||||||
|
*/
|
||||||
|
public void setSupervisor_ID (int Supervisor_ID);
|
||||||
|
|
||||||
|
/** Get Supervisor.
|
||||||
|
* Supervisor for this user/organization - used for escalation and approval
|
||||||
|
*/
|
||||||
|
public int getSupervisor_ID();
|
||||||
|
|
||||||
|
/** Column name TaxID */
|
||||||
|
public static final String COLUMNNAME_TaxID = "TaxID";
|
||||||
|
|
||||||
|
/** Set Tax ID.
|
||||||
|
* Tax Identification
|
||||||
|
*/
|
||||||
|
public void setTaxID (String TaxID);
|
||||||
|
|
||||||
|
/** Get Tax ID.
|
||||||
|
* Tax Identification
|
||||||
|
*/
|
||||||
|
public String getTaxID();
|
||||||
|
|
||||||
|
/** Column name TransferBank_ID */
|
||||||
|
public static final String COLUMNNAME_TransferBank_ID = "TransferBank_ID";
|
||||||
|
|
||||||
|
/** Set Bank for transfers.
|
||||||
|
* Bank account depending on currency will be used from this bank for doing transfers
|
||||||
|
*/
|
||||||
|
public void setTransferBank_ID (int TransferBank_ID);
|
||||||
|
|
||||||
|
/** Get Bank for transfers.
|
||||||
|
* Bank account depending on currency will be used from this bank for doing transfers
|
||||||
|
*/
|
||||||
|
public int getTransferBank_ID();
|
||||||
|
|
||||||
|
/** Column name TransferCashBook_ID */
|
||||||
|
public static final String COLUMNNAME_TransferCashBook_ID = "TransferCashBook_ID";
|
||||||
|
|
||||||
|
/** Set CashBook for transfers */
|
||||||
|
public void setTransferCashBook_ID (int TransferCashBook_ID);
|
||||||
|
|
||||||
|
/** Get CashBook for transfers */
|
||||||
|
public int getTransferCashBook_ID();
|
||||||
|
}
|
|
@ -0,0 +1,498 @@
|
||||||
|
/**********************************************************************
|
||||||
|
* This file is part of Adempiere ERP Bazaar *
|
||||||
|
* http://www.adempiere.org *
|
||||||
|
* *
|
||||||
|
* Copyright (C) Trifon Trifonov. *
|
||||||
|
* Copyright (C) Contributors *
|
||||||
|
* *
|
||||||
|
* This program is free software;
|
||||||
|
you can redistribute it and/or *
|
||||||
|
* modify it under the terms of the GNU General Public License *
|
||||||
|
* as published by the Free Software Foundation;
|
||||||
|
either version 2 *
|
||||||
|
* of the License, or (at your option) any later version. *
|
||||||
|
* *
|
||||||
|
* This program is distributed in the hope that it will be useful, *
|
||||||
|
* but WITHOUT ANY WARRANTY;
|
||||||
|
without even the implied warranty of *
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||||
|
* GNU General Public License for more details. *
|
||||||
|
* *
|
||||||
|
* You should have received a copy of the GNU General Public License *
|
||||||
|
* along with this program;
|
||||||
|
if not, write to the Free Software *
|
||||||
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||||
|
* MA 02110-1301, USA. *
|
||||||
|
* *
|
||||||
|
* Contributors: *
|
||||||
|
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
|
||||||
|
* *
|
||||||
|
* Sponsors: *
|
||||||
|
* - Company (http://www.site.com) *
|
||||||
|
**********************************************************************/
|
||||||
|
package org.compiere.model;
|
||||||
|
|
||||||
|
import java.math.BigDecimal;
|
||||||
|
import org.compiere.util.KeyNamePair;
|
||||||
|
|
||||||
|
/** Generated Interface for AD_Role
|
||||||
|
* @author Trifon Trifonov (generated)
|
||||||
|
* @version Release 3.4.0s
|
||||||
|
*/
|
||||||
|
public interface I_AD_Role
|
||||||
|
{
|
||||||
|
|
||||||
|
/** TableName=AD_Role */
|
||||||
|
public static final String Table_Name = "AD_Role";
|
||||||
|
|
||||||
|
/** AD_Table_ID=156 */
|
||||||
|
public static final int Table_ID = MTable.getTable_ID(Table_Name);
|
||||||
|
|
||||||
|
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
|
||||||
|
|
||||||
|
/** AccessLevel = 6 - System - Client
|
||||||
|
*/
|
||||||
|
BigDecimal accessLevel = BigDecimal.valueOf(6);
|
||||||
|
|
||||||
|
/** Load Meta Data */
|
||||||
|
|
||||||
|
/** Column name AD_Role_ID */
|
||||||
|
public static final String COLUMNNAME_AD_Role_ID = "AD_Role_ID";
|
||||||
|
|
||||||
|
/** Set Role.
|
||||||
|
* Responsibility Role
|
||||||
|
*/
|
||||||
|
public void setAD_Role_ID (int AD_Role_ID);
|
||||||
|
|
||||||
|
/** Get Role.
|
||||||
|
* Responsibility Role
|
||||||
|
*/
|
||||||
|
public int getAD_Role_ID();
|
||||||
|
|
||||||
|
/** Column name AD_Tree_Menu_ID */
|
||||||
|
public static final String COLUMNNAME_AD_Tree_Menu_ID = "AD_Tree_Menu_ID";
|
||||||
|
|
||||||
|
/** Set Menu Tree.
|
||||||
|
* Tree of the menu
|
||||||
|
*/
|
||||||
|
public void setAD_Tree_Menu_ID (int AD_Tree_Menu_ID);
|
||||||
|
|
||||||
|
/** Get Menu Tree.
|
||||||
|
* Tree of the menu
|
||||||
|
*/
|
||||||
|
public int getAD_Tree_Menu_ID();
|
||||||
|
|
||||||
|
/** Column name AD_Tree_Org_ID */
|
||||||
|
public static final String COLUMNNAME_AD_Tree_Org_ID = "AD_Tree_Org_ID";
|
||||||
|
|
||||||
|
/** Set Organization Tree.
|
||||||
|
* Tree to determine organizational hierarchy
|
||||||
|
*/
|
||||||
|
public void setAD_Tree_Org_ID (int AD_Tree_Org_ID);
|
||||||
|
|
||||||
|
/** Get Organization Tree.
|
||||||
|
* Tree to determine organizational hierarchy
|
||||||
|
*/
|
||||||
|
public int getAD_Tree_Org_ID();
|
||||||
|
|
||||||
|
/** Column name Allow_Info_Account */
|
||||||
|
public static final String COLUMNNAME_Allow_Info_Account = "Allow_Info_Account";
|
||||||
|
|
||||||
|
/** Set Allow Info Account */
|
||||||
|
public void setAllow_Info_Account (boolean Allow_Info_Account);
|
||||||
|
|
||||||
|
/** Get Allow Info Account */
|
||||||
|
public boolean isAllow_Info_Account();
|
||||||
|
|
||||||
|
/** Column name Allow_Info_Asset */
|
||||||
|
public static final String COLUMNNAME_Allow_Info_Asset = "Allow_Info_Asset";
|
||||||
|
|
||||||
|
/** Set Allow Info Asset */
|
||||||
|
public void setAllow_Info_Asset (boolean Allow_Info_Asset);
|
||||||
|
|
||||||
|
/** Get Allow Info Asset */
|
||||||
|
public boolean isAllow_Info_Asset();
|
||||||
|
|
||||||
|
/** Column name Allow_Info_BPartner */
|
||||||
|
public static final String COLUMNNAME_Allow_Info_BPartner = "Allow_Info_BPartner";
|
||||||
|
|
||||||
|
/** Set Allow Info BPartner */
|
||||||
|
public void setAllow_Info_BPartner (boolean Allow_Info_BPartner);
|
||||||
|
|
||||||
|
/** Get Allow Info BPartner */
|
||||||
|
public boolean isAllow_Info_BPartner();
|
||||||
|
|
||||||
|
/** Column name Allow_Info_CashJournal */
|
||||||
|
public static final String COLUMNNAME_Allow_Info_CashJournal = "Allow_Info_CashJournal";
|
||||||
|
|
||||||
|
/** Set Allow Info CashJournal */
|
||||||
|
public void setAllow_Info_CashJournal (boolean Allow_Info_CashJournal);
|
||||||
|
|
||||||
|
/** Get Allow Info CashJournal */
|
||||||
|
public boolean isAllow_Info_CashJournal();
|
||||||
|
|
||||||
|
/** Column name Allow_Info_InOut */
|
||||||
|
public static final String COLUMNNAME_Allow_Info_InOut = "Allow_Info_InOut";
|
||||||
|
|
||||||
|
/** Set Allow Info InOut */
|
||||||
|
public void setAllow_Info_InOut (boolean Allow_Info_InOut);
|
||||||
|
|
||||||
|
/** Get Allow Info InOut */
|
||||||
|
public boolean isAllow_Info_InOut();
|
||||||
|
|
||||||
|
/** Column name Allow_Info_Invoice */
|
||||||
|
public static final String COLUMNNAME_Allow_Info_Invoice = "Allow_Info_Invoice";
|
||||||
|
|
||||||
|
/** Set Allow Info Invoice */
|
||||||
|
public void setAllow_Info_Invoice (boolean Allow_Info_Invoice);
|
||||||
|
|
||||||
|
/** Get Allow Info Invoice */
|
||||||
|
public boolean isAllow_Info_Invoice();
|
||||||
|
|
||||||
|
/** Column name Allow_Info_Order */
|
||||||
|
public static final String COLUMNNAME_Allow_Info_Order = "Allow_Info_Order";
|
||||||
|
|
||||||
|
/** Set Allow Info Order */
|
||||||
|
public void setAllow_Info_Order (boolean Allow_Info_Order);
|
||||||
|
|
||||||
|
/** Get Allow Info Order */
|
||||||
|
public boolean isAllow_Info_Order();
|
||||||
|
|
||||||
|
/** Column name Allow_Info_Payment */
|
||||||
|
public static final String COLUMNNAME_Allow_Info_Payment = "Allow_Info_Payment";
|
||||||
|
|
||||||
|
/** Set Allow Info Payment */
|
||||||
|
public void setAllow_Info_Payment (boolean Allow_Info_Payment);
|
||||||
|
|
||||||
|
/** Get Allow Info Payment */
|
||||||
|
public boolean isAllow_Info_Payment();
|
||||||
|
|
||||||
|
/** Column name Allow_Info_Product */
|
||||||
|
public static final String COLUMNNAME_Allow_Info_Product = "Allow_Info_Product";
|
||||||
|
|
||||||
|
/** Set Allow Info Product */
|
||||||
|
public void setAllow_Info_Product (boolean Allow_Info_Product);
|
||||||
|
|
||||||
|
/** Get Allow Info Product */
|
||||||
|
public boolean isAllow_Info_Product();
|
||||||
|
|
||||||
|
/** Column name Allow_Info_Resource */
|
||||||
|
public static final String COLUMNNAME_Allow_Info_Resource = "Allow_Info_Resource";
|
||||||
|
|
||||||
|
/** Set Allow Info Resource */
|
||||||
|
public void setAllow_Info_Resource (boolean Allow_Info_Resource);
|
||||||
|
|
||||||
|
/** Get Allow Info Resource */
|
||||||
|
public boolean isAllow_Info_Resource();
|
||||||
|
|
||||||
|
/** Column name Allow_Info_Schedule */
|
||||||
|
public static final String COLUMNNAME_Allow_Info_Schedule = "Allow_Info_Schedule";
|
||||||
|
|
||||||
|
/** Set Allow Info Schedule */
|
||||||
|
public void setAllow_Info_Schedule (boolean Allow_Info_Schedule);
|
||||||
|
|
||||||
|
/** Get Allow Info Schedule */
|
||||||
|
public boolean isAllow_Info_Schedule();
|
||||||
|
|
||||||
|
/** Column name AmtApproval */
|
||||||
|
public static final String COLUMNNAME_AmtApproval = "AmtApproval";
|
||||||
|
|
||||||
|
/** Set Approval Amount.
|
||||||
|
* The approval amount limit for this role
|
||||||
|
*/
|
||||||
|
public void setAmtApproval (BigDecimal AmtApproval);
|
||||||
|
|
||||||
|
/** Get Approval Amount.
|
||||||
|
* The approval amount limit for this role
|
||||||
|
*/
|
||||||
|
public BigDecimal getAmtApproval();
|
||||||
|
|
||||||
|
/** Column name C_Currency_ID */
|
||||||
|
public static final String COLUMNNAME_C_Currency_ID = "C_Currency_ID";
|
||||||
|
|
||||||
|
/** Set Currency.
|
||||||
|
* The Currency for this record
|
||||||
|
*/
|
||||||
|
public void setC_Currency_ID (int C_Currency_ID);
|
||||||
|
|
||||||
|
/** Get Currency.
|
||||||
|
* The Currency for this record
|
||||||
|
*/
|
||||||
|
public int getC_Currency_ID();
|
||||||
|
|
||||||
|
public I_C_Currency getC_Currency() throws Exception;
|
||||||
|
|
||||||
|
/** Column name ConfirmQueryRecords */
|
||||||
|
public static final String COLUMNNAME_ConfirmQueryRecords = "ConfirmQueryRecords";
|
||||||
|
|
||||||
|
/** Set Confirm Query Records.
|
||||||
|
* Require Confirmation if more records will be returned by the query (If not defined 500)
|
||||||
|
*/
|
||||||
|
public void setConfirmQueryRecords (int ConfirmQueryRecords);
|
||||||
|
|
||||||
|
/** Get Confirm Query Records.
|
||||||
|
* Require Confirmation if more records will be returned by the query (If not defined 500)
|
||||||
|
*/
|
||||||
|
public int getConfirmQueryRecords();
|
||||||
|
|
||||||
|
/** Column name ConnectionProfile */
|
||||||
|
public static final String COLUMNNAME_ConnectionProfile = "ConnectionProfile";
|
||||||
|
|
||||||
|
/** Set Connection Profile.
|
||||||
|
* How a Java Client connects to the server(s)
|
||||||
|
*/
|
||||||
|
public void setConnectionProfile (String ConnectionProfile);
|
||||||
|
|
||||||
|
/** Get Connection Profile.
|
||||||
|
* How a Java Client connects to the server(s)
|
||||||
|
*/
|
||||||
|
public String getConnectionProfile();
|
||||||
|
|
||||||
|
/** Column name Description */
|
||||||
|
public static final String COLUMNNAME_Description = "Description";
|
||||||
|
|
||||||
|
/** Set Description.
|
||||||
|
* Optional short description of the record
|
||||||
|
*/
|
||||||
|
public void setDescription (String Description);
|
||||||
|
|
||||||
|
/** Get Description.
|
||||||
|
* Optional short description of the record
|
||||||
|
*/
|
||||||
|
public String getDescription();
|
||||||
|
|
||||||
|
/** Column name IsAccessAllOrgs */
|
||||||
|
public static final String COLUMNNAME_IsAccessAllOrgs = "IsAccessAllOrgs";
|
||||||
|
|
||||||
|
/** Set Access all Orgs.
|
||||||
|
* Access all Organizations (no org access control) of the client
|
||||||
|
*/
|
||||||
|
public void setIsAccessAllOrgs (boolean IsAccessAllOrgs);
|
||||||
|
|
||||||
|
/** Get Access all Orgs.
|
||||||
|
* Access all Organizations (no org access control) of the client
|
||||||
|
*/
|
||||||
|
public boolean isAccessAllOrgs();
|
||||||
|
|
||||||
|
/** Column name IsCanApproveOwnDoc */
|
||||||
|
public static final String COLUMNNAME_IsCanApproveOwnDoc = "IsCanApproveOwnDoc";
|
||||||
|
|
||||||
|
/** Set Approve own Documents.
|
||||||
|
* Users with this role can approve their own documents
|
||||||
|
*/
|
||||||
|
public void setIsCanApproveOwnDoc (boolean IsCanApproveOwnDoc);
|
||||||
|
|
||||||
|
/** Get Approve own Documents.
|
||||||
|
* Users with this role can approve their own documents
|
||||||
|
*/
|
||||||
|
public boolean isCanApproveOwnDoc();
|
||||||
|
|
||||||
|
/** Column name IsCanExport */
|
||||||
|
public static final String COLUMNNAME_IsCanExport = "IsCanExport";
|
||||||
|
|
||||||
|
/** Set Can Export.
|
||||||
|
* Users with this role can export data
|
||||||
|
*/
|
||||||
|
public void setIsCanExport (boolean IsCanExport);
|
||||||
|
|
||||||
|
/** Get Can Export.
|
||||||
|
* Users with this role can export data
|
||||||
|
*/
|
||||||
|
public boolean isCanExport();
|
||||||
|
|
||||||
|
/** Column name IsCanReport */
|
||||||
|
public static final String COLUMNNAME_IsCanReport = "IsCanReport";
|
||||||
|
|
||||||
|
/** Set Can Report.
|
||||||
|
* Users with this role can create reports
|
||||||
|
*/
|
||||||
|
public void setIsCanReport (boolean IsCanReport);
|
||||||
|
|
||||||
|
/** Get Can Report.
|
||||||
|
* Users with this role can create reports
|
||||||
|
*/
|
||||||
|
public boolean isCanReport();
|
||||||
|
|
||||||
|
/** Column name IsChangeLog */
|
||||||
|
public static final String COLUMNNAME_IsChangeLog = "IsChangeLog";
|
||||||
|
|
||||||
|
/** Set Maintain Change Log.
|
||||||
|
* Maintain a log of changes
|
||||||
|
*/
|
||||||
|
public void setIsChangeLog (boolean IsChangeLog);
|
||||||
|
|
||||||
|
/** Get Maintain Change Log.
|
||||||
|
* Maintain a log of changes
|
||||||
|
*/
|
||||||
|
public boolean isChangeLog();
|
||||||
|
|
||||||
|
/** Column name IsDiscountAllowedOnTotal */
|
||||||
|
public static final String COLUMNNAME_IsDiscountAllowedOnTotal = "IsDiscountAllowedOnTotal";
|
||||||
|
|
||||||
|
/** Set IsDiscountAllowedOnTotal */
|
||||||
|
public void setIsDiscountAllowedOnTotal (boolean IsDiscountAllowedOnTotal);
|
||||||
|
|
||||||
|
/** Get IsDiscountAllowedOnTotal */
|
||||||
|
public boolean isDiscountAllowedOnTotal();
|
||||||
|
|
||||||
|
/** Column name IsDiscountUptoLimitPrice */
|
||||||
|
public static final String COLUMNNAME_IsDiscountUptoLimitPrice = "IsDiscountUptoLimitPrice";
|
||||||
|
|
||||||
|
/** Set IsDiscountUptoLimitPrice */
|
||||||
|
public void setIsDiscountUptoLimitPrice (boolean IsDiscountUptoLimitPrice);
|
||||||
|
|
||||||
|
/** Get IsDiscountUptoLimitPrice */
|
||||||
|
public boolean isDiscountUptoLimitPrice();
|
||||||
|
|
||||||
|
/** Column name IsManual */
|
||||||
|
public static final String COLUMNNAME_IsManual = "IsManual";
|
||||||
|
|
||||||
|
/** Set Manual.
|
||||||
|
* This is a manual process
|
||||||
|
*/
|
||||||
|
public void setIsManual (boolean IsManual);
|
||||||
|
|
||||||
|
/** Get Manual.
|
||||||
|
* This is a manual process
|
||||||
|
*/
|
||||||
|
public boolean isManual();
|
||||||
|
|
||||||
|
/** Column name IsPersonalAccess */
|
||||||
|
public static final String COLUMNNAME_IsPersonalAccess = "IsPersonalAccess";
|
||||||
|
|
||||||
|
/** Set Personal Access.
|
||||||
|
* Allow access to all personal records
|
||||||
|
*/
|
||||||
|
public void setIsPersonalAccess (boolean IsPersonalAccess);
|
||||||
|
|
||||||
|
/** Get Personal Access.
|
||||||
|
* Allow access to all personal records
|
||||||
|
*/
|
||||||
|
public boolean isPersonalAccess();
|
||||||
|
|
||||||
|
/** Column name IsPersonalLock */
|
||||||
|
public static final String COLUMNNAME_IsPersonalLock = "IsPersonalLock";
|
||||||
|
|
||||||
|
/** Set Personal Lock.
|
||||||
|
* Allow users with role to lock access to personal records
|
||||||
|
*/
|
||||||
|
public void setIsPersonalLock (boolean IsPersonalLock);
|
||||||
|
|
||||||
|
/** Get Personal Lock.
|
||||||
|
* Allow users with role to lock access to personal records
|
||||||
|
*/
|
||||||
|
public boolean isPersonalLock();
|
||||||
|
|
||||||
|
/** Column name IsShowAcct */
|
||||||
|
public static final String COLUMNNAME_IsShowAcct = "IsShowAcct";
|
||||||
|
|
||||||
|
/** Set Show Accounting.
|
||||||
|
* Users with this role can see accounting information
|
||||||
|
*/
|
||||||
|
public void setIsShowAcct (boolean IsShowAcct);
|
||||||
|
|
||||||
|
/** Get Show Accounting.
|
||||||
|
* Users with this role can see accounting information
|
||||||
|
*/
|
||||||
|
public boolean isShowAcct();
|
||||||
|
|
||||||
|
/** Column name IsUseUserOrgAccess */
|
||||||
|
public static final String COLUMNNAME_IsUseUserOrgAccess = "IsUseUserOrgAccess";
|
||||||
|
|
||||||
|
/** Set Use User Org Access.
|
||||||
|
* Use Org Access defined by user instead of Role Org Access
|
||||||
|
*/
|
||||||
|
public void setIsUseUserOrgAccess (boolean IsUseUserOrgAccess);
|
||||||
|
|
||||||
|
/** Get Use User Org Access.
|
||||||
|
* Use Org Access defined by user instead of Role Org Access
|
||||||
|
*/
|
||||||
|
public boolean isUseUserOrgAccess();
|
||||||
|
|
||||||
|
/** Column name MaxQueryRecords */
|
||||||
|
public static final String COLUMNNAME_MaxQueryRecords = "MaxQueryRecords";
|
||||||
|
|
||||||
|
/** Set Max Query Records.
|
||||||
|
* If defined, you cannot query more records as defined - the query criteria needs to be changed to query less records
|
||||||
|
*/
|
||||||
|
public void setMaxQueryRecords (int MaxQueryRecords);
|
||||||
|
|
||||||
|
/** Get Max Query Records.
|
||||||
|
* If defined, you cannot query more records as defined - the query criteria needs to be changed to query less records
|
||||||
|
*/
|
||||||
|
public int getMaxQueryRecords();
|
||||||
|
|
||||||
|
/** Column name Name */
|
||||||
|
public static final String COLUMNNAME_Name = "Name";
|
||||||
|
|
||||||
|
/** Set Name.
|
||||||
|
* Alphanumeric identifier of the entity
|
||||||
|
*/
|
||||||
|
public void setName (String Name);
|
||||||
|
|
||||||
|
/** Get Name.
|
||||||
|
* Alphanumeric identifier of the entity
|
||||||
|
*/
|
||||||
|
public String getName();
|
||||||
|
|
||||||
|
/** Column name OverwritePriceLimit */
|
||||||
|
public static final String COLUMNNAME_OverwritePriceLimit = "OverwritePriceLimit";
|
||||||
|
|
||||||
|
/** Set Overwrite Price Limit.
|
||||||
|
* Overwrite Price Limit if the Price List enforces the Price Limit
|
||||||
|
*/
|
||||||
|
public void setOverwritePriceLimit (boolean OverwritePriceLimit);
|
||||||
|
|
||||||
|
/** Get Overwrite Price Limit.
|
||||||
|
* Overwrite Price Limit if the Price List enforces the Price Limit
|
||||||
|
*/
|
||||||
|
public boolean isOverwritePriceLimit();
|
||||||
|
|
||||||
|
/** Column name PreferenceType */
|
||||||
|
public static final String COLUMNNAME_PreferenceType = "PreferenceType";
|
||||||
|
|
||||||
|
/** Set Preference Level.
|
||||||
|
* Determines what preferences the user can set
|
||||||
|
*/
|
||||||
|
public void setPreferenceType (String PreferenceType);
|
||||||
|
|
||||||
|
/** Get Preference Level.
|
||||||
|
* Determines what preferences the user can set
|
||||||
|
*/
|
||||||
|
public String getPreferenceType();
|
||||||
|
|
||||||
|
/** Column name Supervisor_ID */
|
||||||
|
public static final String COLUMNNAME_Supervisor_ID = "Supervisor_ID";
|
||||||
|
|
||||||
|
/** Set Supervisor.
|
||||||
|
* Supervisor for this user/organization - used for escalation and approval
|
||||||
|
*/
|
||||||
|
public void setSupervisor_ID (int Supervisor_ID);
|
||||||
|
|
||||||
|
/** Get Supervisor.
|
||||||
|
* Supervisor for this user/organization - used for escalation and approval
|
||||||
|
*/
|
||||||
|
public int getSupervisor_ID();
|
||||||
|
|
||||||
|
/** Column name UserDiscount */
|
||||||
|
public static final String COLUMNNAME_UserDiscount = "UserDiscount";
|
||||||
|
|
||||||
|
/** Set UserDiscount */
|
||||||
|
public void setUserDiscount (BigDecimal UserDiscount);
|
||||||
|
|
||||||
|
/** Get UserDiscount */
|
||||||
|
public BigDecimal getUserDiscount();
|
||||||
|
|
||||||
|
/** Column name UserLevel */
|
||||||
|
public static final String COLUMNNAME_UserLevel = "UserLevel";
|
||||||
|
|
||||||
|
/** Set User Level.
|
||||||
|
* System Client Organization
|
||||||
|
*/
|
||||||
|
public void setUserLevel (String UserLevel);
|
||||||
|
|
||||||
|
/** Get User Level.
|
||||||
|
* System Client Organization
|
||||||
|
*/
|
||||||
|
public String getUserLevel();
|
||||||
|
}
|
|
@ -0,0 +1,265 @@
|
||||||
|
/**********************************************************************
|
||||||
|
* This file is part of Adempiere ERP Bazaar *
|
||||||
|
* http://www.adempiere.org *
|
||||||
|
* *
|
||||||
|
* Copyright (C) Trifon Trifonov. *
|
||||||
|
* Copyright (C) Contributors *
|
||||||
|
* *
|
||||||
|
* This program is free software;
|
||||||
|
you can redistribute it and/or *
|
||||||
|
* modify it under the terms of the GNU General Public License *
|
||||||
|
* as published by the Free Software Foundation;
|
||||||
|
either version 2 *
|
||||||
|
* of the License, or (at your option) any later version. *
|
||||||
|
* *
|
||||||
|
* This program is distributed in the hope that it will be useful, *
|
||||||
|
* but WITHOUT ANY WARRANTY;
|
||||||
|
without even the implied warranty of *
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||||
|
* GNU General Public License for more details. *
|
||||||
|
* *
|
||||||
|
* You should have received a copy of the GNU General Public License *
|
||||||
|
* along with this program;
|
||||||
|
if not, write to the Free Software *
|
||||||
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||||
|
* MA 02110-1301, USA. *
|
||||||
|
* *
|
||||||
|
* Contributors: *
|
||||||
|
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
|
||||||
|
* *
|
||||||
|
* Sponsors: *
|
||||||
|
* - Company (http://www.site.com) *
|
||||||
|
**********************************************************************/
|
||||||
|
package org.compiere.model;
|
||||||
|
|
||||||
|
import java.math.BigDecimal;
|
||||||
|
import org.compiere.util.KeyNamePair;
|
||||||
|
|
||||||
|
/** Generated Interface for C_CashLine
|
||||||
|
* @author Trifon Trifonov (generated)
|
||||||
|
* @version Release 3.4.0s
|
||||||
|
*/
|
||||||
|
public interface I_C_CashLine
|
||||||
|
{
|
||||||
|
|
||||||
|
/** TableName=C_CashLine */
|
||||||
|
public static final String Table_Name = "C_CashLine";
|
||||||
|
|
||||||
|
/** AD_Table_ID=410 */
|
||||||
|
public static final int Table_ID = MTable.getTable_ID(Table_Name);
|
||||||
|
|
||||||
|
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
|
||||||
|
|
||||||
|
/** AccessLevel = 3 - Client - Org
|
||||||
|
*/
|
||||||
|
BigDecimal accessLevel = BigDecimal.valueOf(3);
|
||||||
|
|
||||||
|
/** Load Meta Data */
|
||||||
|
|
||||||
|
/** Column name Amount */
|
||||||
|
public static final String COLUMNNAME_Amount = "Amount";
|
||||||
|
|
||||||
|
/** Set Amount.
|
||||||
|
* Amount in a defined currency
|
||||||
|
*/
|
||||||
|
public void setAmount (BigDecimal Amount);
|
||||||
|
|
||||||
|
/** Get Amount.
|
||||||
|
* Amount in a defined currency
|
||||||
|
*/
|
||||||
|
public BigDecimal getAmount();
|
||||||
|
|
||||||
|
/** Column name CashType */
|
||||||
|
public static final String COLUMNNAME_CashType = "CashType";
|
||||||
|
|
||||||
|
/** Set Cash Type.
|
||||||
|
* Source of Cash
|
||||||
|
*/
|
||||||
|
public void setCashType (String CashType);
|
||||||
|
|
||||||
|
/** Get Cash Type.
|
||||||
|
* Source of Cash
|
||||||
|
*/
|
||||||
|
public String getCashType();
|
||||||
|
|
||||||
|
/** Column name C_BankAccount_ID */
|
||||||
|
public static final String COLUMNNAME_C_BankAccount_ID = "C_BankAccount_ID";
|
||||||
|
|
||||||
|
/** Set Bank Account.
|
||||||
|
* Account at the Bank
|
||||||
|
*/
|
||||||
|
public void setC_BankAccount_ID (int C_BankAccount_ID);
|
||||||
|
|
||||||
|
/** Get Bank Account.
|
||||||
|
* Account at the Bank
|
||||||
|
*/
|
||||||
|
public int getC_BankAccount_ID();
|
||||||
|
|
||||||
|
public I_C_BankAccount getC_BankAccount() throws Exception;
|
||||||
|
|
||||||
|
/** Column name C_Cash_ID */
|
||||||
|
public static final String COLUMNNAME_C_Cash_ID = "C_Cash_ID";
|
||||||
|
|
||||||
|
/** Set Cash Journal.
|
||||||
|
* Cash Journal
|
||||||
|
*/
|
||||||
|
public void setC_Cash_ID (int C_Cash_ID);
|
||||||
|
|
||||||
|
/** Get Cash Journal.
|
||||||
|
* Cash Journal
|
||||||
|
*/
|
||||||
|
public int getC_Cash_ID();
|
||||||
|
|
||||||
|
public I_C_Cash getC_Cash() throws Exception;
|
||||||
|
|
||||||
|
/** Column name C_CashLine_ID */
|
||||||
|
public static final String COLUMNNAME_C_CashLine_ID = "C_CashLine_ID";
|
||||||
|
|
||||||
|
/** Set Cash Journal Line.
|
||||||
|
* Cash Journal Line
|
||||||
|
*/
|
||||||
|
public void setC_CashLine_ID (int C_CashLine_ID);
|
||||||
|
|
||||||
|
/** Get Cash Journal Line.
|
||||||
|
* Cash Journal Line
|
||||||
|
*/
|
||||||
|
public int getC_CashLine_ID();
|
||||||
|
|
||||||
|
/** Column name C_Charge_ID */
|
||||||
|
public static final String COLUMNNAME_C_Charge_ID = "C_Charge_ID";
|
||||||
|
|
||||||
|
/** Set Charge.
|
||||||
|
* Additional document charges
|
||||||
|
*/
|
||||||
|
public void setC_Charge_ID (int C_Charge_ID);
|
||||||
|
|
||||||
|
/** Get Charge.
|
||||||
|
* Additional document charges
|
||||||
|
*/
|
||||||
|
public int getC_Charge_ID();
|
||||||
|
|
||||||
|
public I_C_Charge getC_Charge() throws Exception;
|
||||||
|
|
||||||
|
/** Column name C_Currency_ID */
|
||||||
|
public static final String COLUMNNAME_C_Currency_ID = "C_Currency_ID";
|
||||||
|
|
||||||
|
/** Set Currency.
|
||||||
|
* The Currency for this record
|
||||||
|
*/
|
||||||
|
public void setC_Currency_ID (int C_Currency_ID);
|
||||||
|
|
||||||
|
/** Get Currency.
|
||||||
|
* The Currency for this record
|
||||||
|
*/
|
||||||
|
public int getC_Currency_ID();
|
||||||
|
|
||||||
|
public I_C_Currency getC_Currency() throws Exception;
|
||||||
|
|
||||||
|
/** Column name C_Invoice_ID */
|
||||||
|
public static final String COLUMNNAME_C_Invoice_ID = "C_Invoice_ID";
|
||||||
|
|
||||||
|
/** Set Invoice.
|
||||||
|
* Invoice Identifier
|
||||||
|
*/
|
||||||
|
public void setC_Invoice_ID (int C_Invoice_ID);
|
||||||
|
|
||||||
|
/** Get Invoice.
|
||||||
|
* Invoice Identifier
|
||||||
|
*/
|
||||||
|
public int getC_Invoice_ID();
|
||||||
|
|
||||||
|
public I_C_Invoice getC_Invoice() throws Exception;
|
||||||
|
|
||||||
|
/** Column name C_Payment_ID */
|
||||||
|
public static final String COLUMNNAME_C_Payment_ID = "C_Payment_ID";
|
||||||
|
|
||||||
|
/** Set Payment.
|
||||||
|
* Payment identifier
|
||||||
|
*/
|
||||||
|
public void setC_Payment_ID (int C_Payment_ID);
|
||||||
|
|
||||||
|
/** Get Payment.
|
||||||
|
* Payment identifier
|
||||||
|
*/
|
||||||
|
public int getC_Payment_ID();
|
||||||
|
|
||||||
|
public I_C_Payment getC_Payment() throws Exception;
|
||||||
|
|
||||||
|
/** Column name Description */
|
||||||
|
public static final String COLUMNNAME_Description = "Description";
|
||||||
|
|
||||||
|
/** Set Description.
|
||||||
|
* Optional short description of the record
|
||||||
|
*/
|
||||||
|
public void setDescription (String Description);
|
||||||
|
|
||||||
|
/** Get Description.
|
||||||
|
* Optional short description of the record
|
||||||
|
*/
|
||||||
|
public String getDescription();
|
||||||
|
|
||||||
|
/** Column name DiscountAmt */
|
||||||
|
public static final String COLUMNNAME_DiscountAmt = "DiscountAmt";
|
||||||
|
|
||||||
|
/** Set Discount Amount.
|
||||||
|
* Calculated amount of discount
|
||||||
|
*/
|
||||||
|
public void setDiscountAmt (BigDecimal DiscountAmt);
|
||||||
|
|
||||||
|
/** Get Discount Amount.
|
||||||
|
* Calculated amount of discount
|
||||||
|
*/
|
||||||
|
public BigDecimal getDiscountAmt();
|
||||||
|
|
||||||
|
/** Column name IsGenerated */
|
||||||
|
public static final String COLUMNNAME_IsGenerated = "IsGenerated";
|
||||||
|
|
||||||
|
/** Set Generated.
|
||||||
|
* This Line is generated
|
||||||
|
*/
|
||||||
|
public void setIsGenerated (boolean IsGenerated);
|
||||||
|
|
||||||
|
/** Get Generated.
|
||||||
|
* This Line is generated
|
||||||
|
*/
|
||||||
|
public boolean isGenerated();
|
||||||
|
|
||||||
|
/** Column name Line */
|
||||||
|
public static final String COLUMNNAME_Line = "Line";
|
||||||
|
|
||||||
|
/** Set Line No.
|
||||||
|
* Unique line for this document
|
||||||
|
*/
|
||||||
|
public void setLine (int Line);
|
||||||
|
|
||||||
|
/** Get Line No.
|
||||||
|
* Unique line for this document
|
||||||
|
*/
|
||||||
|
public int getLine();
|
||||||
|
|
||||||
|
/** Column name Processed */
|
||||||
|
public static final String COLUMNNAME_Processed = "Processed";
|
||||||
|
|
||||||
|
/** Set Processed.
|
||||||
|
* The document has been processed
|
||||||
|
*/
|
||||||
|
public void setProcessed (boolean Processed);
|
||||||
|
|
||||||
|
/** Get Processed.
|
||||||
|
* The document has been processed
|
||||||
|
*/
|
||||||
|
public boolean isProcessed();
|
||||||
|
|
||||||
|
/** Column name WriteOffAmt */
|
||||||
|
public static final String COLUMNNAME_WriteOffAmt = "WriteOffAmt";
|
||||||
|
|
||||||
|
/** Set Write-off Amount.
|
||||||
|
* Amount to write-off
|
||||||
|
*/
|
||||||
|
public void setWriteOffAmt (BigDecimal WriteOffAmt);
|
||||||
|
|
||||||
|
/** Get Write-off Amount.
|
||||||
|
* Amount to write-off
|
||||||
|
*/
|
||||||
|
public BigDecimal getWriteOffAmt();
|
||||||
|
}
|
|
@ -0,0 +1,202 @@
|
||||||
|
/**********************************************************************
|
||||||
|
* This file is part of Adempiere ERP Bazaar *
|
||||||
|
* http://www.adempiere.org *
|
||||||
|
* *
|
||||||
|
* Copyright (C) Trifon Trifonov. *
|
||||||
|
* Copyright (C) Contributors *
|
||||||
|
* *
|
||||||
|
* This program is free software;
|
||||||
|
you can redistribute it and/or *
|
||||||
|
* modify it under the terms of the GNU General Public License *
|
||||||
|
* as published by the Free Software Foundation;
|
||||||
|
either version 2 *
|
||||||
|
* of the License, or (at your option) any later version. *
|
||||||
|
* *
|
||||||
|
* This program is distributed in the hope that it will be useful, *
|
||||||
|
* but WITHOUT ANY WARRANTY;
|
||||||
|
without even the implied warranty of *
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||||
|
* GNU General Public License for more details. *
|
||||||
|
* *
|
||||||
|
* You should have received a copy of the GNU General Public License *
|
||||||
|
* along with this program;
|
||||||
|
if not, write to the Free Software *
|
||||||
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||||
|
* MA 02110-1301, USA. *
|
||||||
|
* *
|
||||||
|
* Contributors: *
|
||||||
|
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
|
||||||
|
* *
|
||||||
|
* Sponsors: *
|
||||||
|
* - Company (http://www.site.com) *
|
||||||
|
**********************************************************************/
|
||||||
|
package org.compiere.model;
|
||||||
|
|
||||||
|
import java.math.BigDecimal;
|
||||||
|
import java.sql.Timestamp;
|
||||||
|
import org.compiere.util.KeyNamePair;
|
||||||
|
|
||||||
|
/** Generated Interface for C_Currency
|
||||||
|
* @author Trifon Trifonov (generated)
|
||||||
|
* @version Release 3.4.0s
|
||||||
|
*/
|
||||||
|
public interface I_C_Currency
|
||||||
|
{
|
||||||
|
|
||||||
|
/** TableName=C_Currency */
|
||||||
|
public static final String Table_Name = "C_Currency";
|
||||||
|
|
||||||
|
/** AD_Table_ID=141 */
|
||||||
|
public static final int Table_ID = MTable.getTable_ID(Table_Name);
|
||||||
|
|
||||||
|
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
|
||||||
|
|
||||||
|
/** AccessLevel = 6 - System - Client
|
||||||
|
*/
|
||||||
|
BigDecimal accessLevel = BigDecimal.valueOf(6);
|
||||||
|
|
||||||
|
/** Load Meta Data */
|
||||||
|
|
||||||
|
/** Column name C_Currency_ID */
|
||||||
|
public static final String COLUMNNAME_C_Currency_ID = "C_Currency_ID";
|
||||||
|
|
||||||
|
/** Set Currency.
|
||||||
|
* The Currency for this record
|
||||||
|
*/
|
||||||
|
public void setC_Currency_ID (int C_Currency_ID);
|
||||||
|
|
||||||
|
/** Get Currency.
|
||||||
|
* The Currency for this record
|
||||||
|
*/
|
||||||
|
public int getC_Currency_ID();
|
||||||
|
|
||||||
|
/** Column name CostingPrecision */
|
||||||
|
public static final String COLUMNNAME_CostingPrecision = "CostingPrecision";
|
||||||
|
|
||||||
|
/** Set Costing Precision.
|
||||||
|
* Rounding used costing calculations
|
||||||
|
*/
|
||||||
|
public void setCostingPrecision (int CostingPrecision);
|
||||||
|
|
||||||
|
/** Get Costing Precision.
|
||||||
|
* Rounding used costing calculations
|
||||||
|
*/
|
||||||
|
public int getCostingPrecision();
|
||||||
|
|
||||||
|
/** Column name CurSymbol */
|
||||||
|
public static final String COLUMNNAME_CurSymbol = "CurSymbol";
|
||||||
|
|
||||||
|
/** Set Symbol.
|
||||||
|
* Symbol of the currency (opt used for printing only)
|
||||||
|
*/
|
||||||
|
public void setCurSymbol (String CurSymbol);
|
||||||
|
|
||||||
|
/** Get Symbol.
|
||||||
|
* Symbol of the currency (opt used for printing only)
|
||||||
|
*/
|
||||||
|
public String getCurSymbol();
|
||||||
|
|
||||||
|
/** Column name Description */
|
||||||
|
public static final String COLUMNNAME_Description = "Description";
|
||||||
|
|
||||||
|
/** Set Description.
|
||||||
|
* Optional short description of the record
|
||||||
|
*/
|
||||||
|
public void setDescription (String Description);
|
||||||
|
|
||||||
|
/** Get Description.
|
||||||
|
* Optional short description of the record
|
||||||
|
*/
|
||||||
|
public String getDescription();
|
||||||
|
|
||||||
|
/** Column name EMUEntryDate */
|
||||||
|
public static final String COLUMNNAME_EMUEntryDate = "EMUEntryDate";
|
||||||
|
|
||||||
|
/** Set EMU Entry Date.
|
||||||
|
* Date when the currency joined / will join the EMU
|
||||||
|
*/
|
||||||
|
public void setEMUEntryDate (Timestamp EMUEntryDate);
|
||||||
|
|
||||||
|
/** Get EMU Entry Date.
|
||||||
|
* Date when the currency joined / will join the EMU
|
||||||
|
*/
|
||||||
|
public Timestamp getEMUEntryDate();
|
||||||
|
|
||||||
|
/** Column name EMURate */
|
||||||
|
public static final String COLUMNNAME_EMURate = "EMURate";
|
||||||
|
|
||||||
|
/** Set EMU Rate.
|
||||||
|
* Official rate to the Euro
|
||||||
|
*/
|
||||||
|
public void setEMURate (BigDecimal EMURate);
|
||||||
|
|
||||||
|
/** Get EMU Rate.
|
||||||
|
* Official rate to the Euro
|
||||||
|
*/
|
||||||
|
public BigDecimal getEMURate();
|
||||||
|
|
||||||
|
/** Column name IsEMUMember */
|
||||||
|
public static final String COLUMNNAME_IsEMUMember = "IsEMUMember";
|
||||||
|
|
||||||
|
/** Set EMU Member.
|
||||||
|
* This currency is member if the European Monetary Union
|
||||||
|
*/
|
||||||
|
public void setIsEMUMember (boolean IsEMUMember);
|
||||||
|
|
||||||
|
/** Get EMU Member.
|
||||||
|
* This currency is member if the European Monetary Union
|
||||||
|
*/
|
||||||
|
public boolean isEMUMember();
|
||||||
|
|
||||||
|
/** Column name IsEuro */
|
||||||
|
public static final String COLUMNNAME_IsEuro = "IsEuro";
|
||||||
|
|
||||||
|
/** Set The Euro Currency.
|
||||||
|
* This currency is the Euro
|
||||||
|
*/
|
||||||
|
public void setIsEuro (boolean IsEuro);
|
||||||
|
|
||||||
|
/** Get The Euro Currency.
|
||||||
|
* This currency is the Euro
|
||||||
|
*/
|
||||||
|
public boolean isEuro();
|
||||||
|
|
||||||
|
/** Column name ISO_Code */
|
||||||
|
public static final String COLUMNNAME_ISO_Code = "ISO_Code";
|
||||||
|
|
||||||
|
/** Set ISO Currency Code.
|
||||||
|
* Three letter ISO 4217 Code of the Currency
|
||||||
|
*/
|
||||||
|
public void setISO_Code (String ISO_Code);
|
||||||
|
|
||||||
|
/** Get ISO Currency Code.
|
||||||
|
* Three letter ISO 4217 Code of the Currency
|
||||||
|
*/
|
||||||
|
public String getISO_Code();
|
||||||
|
|
||||||
|
/** Column name RoundOffFactor */
|
||||||
|
public static final String COLUMNNAME_RoundOffFactor = "RoundOffFactor";
|
||||||
|
|
||||||
|
/** Set RoundOffFactor.
|
||||||
|
* Used to Round Off Payment Amount
|
||||||
|
*/
|
||||||
|
public void setRoundOffFactor (BigDecimal RoundOffFactor);
|
||||||
|
|
||||||
|
/** Get RoundOffFactor.
|
||||||
|
* Used to Round Off Payment Amount
|
||||||
|
*/
|
||||||
|
public BigDecimal getRoundOffFactor();
|
||||||
|
|
||||||
|
/** Column name StdPrecision */
|
||||||
|
public static final String COLUMNNAME_StdPrecision = "StdPrecision";
|
||||||
|
|
||||||
|
/** Set Standard Precision.
|
||||||
|
* Rule for rounding calculated amounts
|
||||||
|
*/
|
||||||
|
public void setStdPrecision (int StdPrecision);
|
||||||
|
|
||||||
|
/** Get Standard Precision.
|
||||||
|
* Rule for rounding calculated amounts
|
||||||
|
*/
|
||||||
|
public int getStdPrecision();
|
||||||
|
}
|
|
@ -0,0 +1,803 @@
|
||||||
|
/**********************************************************************
|
||||||
|
* This file is part of Adempiere ERP Bazaar *
|
||||||
|
* http://www.adempiere.org *
|
||||||
|
* *
|
||||||
|
* Copyright (C) Trifon Trifonov. *
|
||||||
|
* Copyright (C) Contributors *
|
||||||
|
* *
|
||||||
|
* This program is free software;
|
||||||
|
you can redistribute it and/or *
|
||||||
|
* modify it under the terms of the GNU General Public License *
|
||||||
|
* as published by the Free Software Foundation;
|
||||||
|
either version 2 *
|
||||||
|
* of the License, or (at your option) any later version. *
|
||||||
|
* *
|
||||||
|
* This program is distributed in the hope that it will be useful, *
|
||||||
|
* but WITHOUT ANY WARRANTY;
|
||||||
|
without even the implied warranty of *
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||||
|
* GNU General Public License for more details. *
|
||||||
|
* *
|
||||||
|
* You should have received a copy of the GNU General Public License *
|
||||||
|
* along with this program;
|
||||||
|
if not, write to the Free Software *
|
||||||
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||||
|
* MA 02110-1301, USA. *
|
||||||
|
* *
|
||||||
|
* Contributors: *
|
||||||
|
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
|
||||||
|
* *
|
||||||
|
* Sponsors: *
|
||||||
|
* - Company (http://www.site.com) *
|
||||||
|
**********************************************************************/
|
||||||
|
package org.compiere.model;
|
||||||
|
|
||||||
|
import java.math.BigDecimal;
|
||||||
|
import java.sql.Timestamp;
|
||||||
|
import org.compiere.util.KeyNamePair;
|
||||||
|
|
||||||
|
/** Generated Interface for C_Invoice
|
||||||
|
* @author Trifon Trifonov (generated)
|
||||||
|
* @version Release 3.4.0s
|
||||||
|
*/
|
||||||
|
public interface I_C_Invoice
|
||||||
|
{
|
||||||
|
|
||||||
|
/** TableName=C_Invoice */
|
||||||
|
public static final String Table_Name = "C_Invoice";
|
||||||
|
|
||||||
|
/** AD_Table_ID=318 */
|
||||||
|
public static final int Table_ID = MTable.getTable_ID(Table_Name);
|
||||||
|
|
||||||
|
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
|
||||||
|
|
||||||
|
/** AccessLevel = 1 - Org
|
||||||
|
*/
|
||||||
|
BigDecimal accessLevel = BigDecimal.valueOf(1);
|
||||||
|
|
||||||
|
/** Load Meta Data */
|
||||||
|
|
||||||
|
/** Column name AD_OrgTrx_ID */
|
||||||
|
public static final String COLUMNNAME_AD_OrgTrx_ID = "AD_OrgTrx_ID";
|
||||||
|
|
||||||
|
/** Set Trx Organization.
|
||||||
|
* Performing or initiating organization
|
||||||
|
*/
|
||||||
|
public void setAD_OrgTrx_ID (int AD_OrgTrx_ID);
|
||||||
|
|
||||||
|
/** Get Trx Organization.
|
||||||
|
* Performing or initiating organization
|
||||||
|
*/
|
||||||
|
public int getAD_OrgTrx_ID();
|
||||||
|
|
||||||
|
/** Column name AD_User_ID */
|
||||||
|
public static final String COLUMNNAME_AD_User_ID = "AD_User_ID";
|
||||||
|
|
||||||
|
/** Set User/Contact.
|
||||||
|
* User within the system - Internal or Business Partner Contact
|
||||||
|
*/
|
||||||
|
public void setAD_User_ID (int AD_User_ID);
|
||||||
|
|
||||||
|
/** Get User/Contact.
|
||||||
|
* User within the system - Internal or Business Partner Contact
|
||||||
|
*/
|
||||||
|
public int getAD_User_ID();
|
||||||
|
|
||||||
|
public I_AD_User getAD_User() throws Exception;
|
||||||
|
|
||||||
|
/** Column name C_Activity_ID */
|
||||||
|
public static final String COLUMNNAME_C_Activity_ID = "C_Activity_ID";
|
||||||
|
|
||||||
|
/** Set Activity.
|
||||||
|
* Business Activity
|
||||||
|
*/
|
||||||
|
public void setC_Activity_ID (int C_Activity_ID);
|
||||||
|
|
||||||
|
/** Get Activity.
|
||||||
|
* Business Activity
|
||||||
|
*/
|
||||||
|
public int getC_Activity_ID();
|
||||||
|
|
||||||
|
public I_C_Activity getC_Activity() throws Exception;
|
||||||
|
|
||||||
|
/** Column name C_BPartner_ID */
|
||||||
|
public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID";
|
||||||
|
|
||||||
|
/** Set Business Partner .
|
||||||
|
* Identifies a Business Partner
|
||||||
|
*/
|
||||||
|
public void setC_BPartner_ID (int C_BPartner_ID);
|
||||||
|
|
||||||
|
/** Get Business Partner .
|
||||||
|
* Identifies a Business Partner
|
||||||
|
*/
|
||||||
|
public int getC_BPartner_ID();
|
||||||
|
|
||||||
|
public I_C_BPartner getC_BPartner() throws Exception;
|
||||||
|
|
||||||
|
/** Column name C_BPartner_Location_ID */
|
||||||
|
public static final String COLUMNNAME_C_BPartner_Location_ID = "C_BPartner_Location_ID";
|
||||||
|
|
||||||
|
/** Set Partner Location.
|
||||||
|
* Identifies the (ship to) address for this Business Partner
|
||||||
|
*/
|
||||||
|
public void setC_BPartner_Location_ID (int C_BPartner_Location_ID);
|
||||||
|
|
||||||
|
/** Get Partner Location.
|
||||||
|
* Identifies the (ship to) address for this Business Partner
|
||||||
|
*/
|
||||||
|
public int getC_BPartner_Location_ID();
|
||||||
|
|
||||||
|
public I_C_BPartner_Location getC_BPartner_Location() throws Exception;
|
||||||
|
|
||||||
|
/** Column name C_Campaign_ID */
|
||||||
|
public static final String COLUMNNAME_C_Campaign_ID = "C_Campaign_ID";
|
||||||
|
|
||||||
|
/** Set Campaign.
|
||||||
|
* Marketing Campaign
|
||||||
|
*/
|
||||||
|
public void setC_Campaign_ID (int C_Campaign_ID);
|
||||||
|
|
||||||
|
/** Get Campaign.
|
||||||
|
* Marketing Campaign
|
||||||
|
*/
|
||||||
|
public int getC_Campaign_ID();
|
||||||
|
|
||||||
|
public I_C_Campaign getC_Campaign() throws Exception;
|
||||||
|
|
||||||
|
/** Column name C_CashLine_ID */
|
||||||
|
public static final String COLUMNNAME_C_CashLine_ID = "C_CashLine_ID";
|
||||||
|
|
||||||
|
/** Set Cash Journal Line.
|
||||||
|
* Cash Journal Line
|
||||||
|
*/
|
||||||
|
public void setC_CashLine_ID (int C_CashLine_ID);
|
||||||
|
|
||||||
|
/** Get Cash Journal Line.
|
||||||
|
* Cash Journal Line
|
||||||
|
*/
|
||||||
|
public int getC_CashLine_ID();
|
||||||
|
|
||||||
|
public I_C_CashLine getC_CashLine() throws Exception;
|
||||||
|
|
||||||
|
/** Column name C_Charge_ID */
|
||||||
|
public static final String COLUMNNAME_C_Charge_ID = "C_Charge_ID";
|
||||||
|
|
||||||
|
/** Set Charge.
|
||||||
|
* Additional document charges
|
||||||
|
*/
|
||||||
|
public void setC_Charge_ID (int C_Charge_ID);
|
||||||
|
|
||||||
|
/** Get Charge.
|
||||||
|
* Additional document charges
|
||||||
|
*/
|
||||||
|
public int getC_Charge_ID();
|
||||||
|
|
||||||
|
/** Column name C_ConversionType_ID */
|
||||||
|
public static final String COLUMNNAME_C_ConversionType_ID = "C_ConversionType_ID";
|
||||||
|
|
||||||
|
/** Set Currency Type.
|
||||||
|
* Currency Conversion Rate Type
|
||||||
|
*/
|
||||||
|
public void setC_ConversionType_ID (int C_ConversionType_ID);
|
||||||
|
|
||||||
|
/** Get Currency Type.
|
||||||
|
* Currency Conversion Rate Type
|
||||||
|
*/
|
||||||
|
public int getC_ConversionType_ID();
|
||||||
|
|
||||||
|
public I_C_ConversionType getC_ConversionType() throws Exception;
|
||||||
|
|
||||||
|
/** Column name C_Currency_ID */
|
||||||
|
public static final String COLUMNNAME_C_Currency_ID = "C_Currency_ID";
|
||||||
|
|
||||||
|
/** Set Currency.
|
||||||
|
* The Currency for this record
|
||||||
|
*/
|
||||||
|
public void setC_Currency_ID (int C_Currency_ID);
|
||||||
|
|
||||||
|
/** Get Currency.
|
||||||
|
* The Currency for this record
|
||||||
|
*/
|
||||||
|
public int getC_Currency_ID();
|
||||||
|
|
||||||
|
public I_C_Currency getC_Currency() throws Exception;
|
||||||
|
|
||||||
|
/** Column name C_DocType_ID */
|
||||||
|
public static final String COLUMNNAME_C_DocType_ID = "C_DocType_ID";
|
||||||
|
|
||||||
|
/** Set Document Type.
|
||||||
|
* Document type or rules
|
||||||
|
*/
|
||||||
|
public void setC_DocType_ID (int C_DocType_ID);
|
||||||
|
|
||||||
|
/** Get Document Type.
|
||||||
|
* Document type or rules
|
||||||
|
*/
|
||||||
|
public int getC_DocType_ID();
|
||||||
|
|
||||||
|
public I_C_DocType getC_DocType() throws Exception;
|
||||||
|
|
||||||
|
/** Column name C_DocTypeTarget_ID */
|
||||||
|
public static final String COLUMNNAME_C_DocTypeTarget_ID = "C_DocTypeTarget_ID";
|
||||||
|
|
||||||
|
/** Set Target Document Type.
|
||||||
|
* Target document type for conversing documents
|
||||||
|
*/
|
||||||
|
public void setC_DocTypeTarget_ID (int C_DocTypeTarget_ID);
|
||||||
|
|
||||||
|
/** Get Target Document Type.
|
||||||
|
* Target document type for conversing documents
|
||||||
|
*/
|
||||||
|
public int getC_DocTypeTarget_ID();
|
||||||
|
|
||||||
|
/** Column name C_DunningLevel_ID */
|
||||||
|
public static final String COLUMNNAME_C_DunningLevel_ID = "C_DunningLevel_ID";
|
||||||
|
|
||||||
|
/** Set Dunning Level */
|
||||||
|
public void setC_DunningLevel_ID (int C_DunningLevel_ID);
|
||||||
|
|
||||||
|
/** Get Dunning Level */
|
||||||
|
public int getC_DunningLevel_ID();
|
||||||
|
|
||||||
|
public I_C_DunningLevel getC_DunningLevel() throws Exception;
|
||||||
|
|
||||||
|
/** Column name ChargeAmt */
|
||||||
|
public static final String COLUMNNAME_ChargeAmt = "ChargeAmt";
|
||||||
|
|
||||||
|
/** Set Charge amount.
|
||||||
|
* Charge Amount
|
||||||
|
*/
|
||||||
|
public void setChargeAmt (BigDecimal ChargeAmt);
|
||||||
|
|
||||||
|
/** Get Charge amount.
|
||||||
|
* Charge Amount
|
||||||
|
*/
|
||||||
|
public BigDecimal getChargeAmt();
|
||||||
|
|
||||||
|
/** Column name C_Invoice_ID */
|
||||||
|
public static final String COLUMNNAME_C_Invoice_ID = "C_Invoice_ID";
|
||||||
|
|
||||||
|
/** Set Invoice.
|
||||||
|
* Invoice Identifier
|
||||||
|
*/
|
||||||
|
public void setC_Invoice_ID (int C_Invoice_ID);
|
||||||
|
|
||||||
|
/** Get Invoice.
|
||||||
|
* Invoice Identifier
|
||||||
|
*/
|
||||||
|
public int getC_Invoice_ID();
|
||||||
|
|
||||||
|
/** Column name CopyFrom */
|
||||||
|
public static final String COLUMNNAME_CopyFrom = "CopyFrom";
|
||||||
|
|
||||||
|
/** Set Copy From.
|
||||||
|
* Copy From Record
|
||||||
|
*/
|
||||||
|
public void setCopyFrom (String CopyFrom);
|
||||||
|
|
||||||
|
/** Get Copy From.
|
||||||
|
* Copy From Record
|
||||||
|
*/
|
||||||
|
public String getCopyFrom();
|
||||||
|
|
||||||
|
/** Column name C_Order_ID */
|
||||||
|
public static final String COLUMNNAME_C_Order_ID = "C_Order_ID";
|
||||||
|
|
||||||
|
/** Set Order.
|
||||||
|
* Order
|
||||||
|
*/
|
||||||
|
public void setC_Order_ID (int C_Order_ID);
|
||||||
|
|
||||||
|
/** Get Order.
|
||||||
|
* Order
|
||||||
|
*/
|
||||||
|
public int getC_Order_ID();
|
||||||
|
|
||||||
|
public I_C_Order getC_Order() throws Exception;
|
||||||
|
|
||||||
|
/** Column name C_Payment_ID */
|
||||||
|
public static final String COLUMNNAME_C_Payment_ID = "C_Payment_ID";
|
||||||
|
|
||||||
|
/** Set Payment.
|
||||||
|
* Payment identifier
|
||||||
|
*/
|
||||||
|
public void setC_Payment_ID (int C_Payment_ID);
|
||||||
|
|
||||||
|
/** Get Payment.
|
||||||
|
* Payment identifier
|
||||||
|
*/
|
||||||
|
public int getC_Payment_ID();
|
||||||
|
|
||||||
|
public I_C_Payment getC_Payment() throws Exception;
|
||||||
|
|
||||||
|
/** Column name C_PaymentTerm_ID */
|
||||||
|
public static final String COLUMNNAME_C_PaymentTerm_ID = "C_PaymentTerm_ID";
|
||||||
|
|
||||||
|
/** Set Payment Term.
|
||||||
|
* The terms of Payment (timing, discount)
|
||||||
|
*/
|
||||||
|
public void setC_PaymentTerm_ID (int C_PaymentTerm_ID);
|
||||||
|
|
||||||
|
/** Get Payment Term.
|
||||||
|
* The terms of Payment (timing, discount)
|
||||||
|
*/
|
||||||
|
public int getC_PaymentTerm_ID();
|
||||||
|
|
||||||
|
public I_C_PaymentTerm getC_PaymentTerm() throws Exception;
|
||||||
|
|
||||||
|
/** Column name C_Project_ID */
|
||||||
|
public static final String COLUMNNAME_C_Project_ID = "C_Project_ID";
|
||||||
|
|
||||||
|
/** Set Project.
|
||||||
|
* Financial Project
|
||||||
|
*/
|
||||||
|
public void setC_Project_ID (int C_Project_ID);
|
||||||
|
|
||||||
|
/** Get Project.
|
||||||
|
* Financial Project
|
||||||
|
*/
|
||||||
|
public int getC_Project_ID();
|
||||||
|
|
||||||
|
public I_C_Project getC_Project() throws Exception;
|
||||||
|
|
||||||
|
/** Column name CreateFrom */
|
||||||
|
public static final String COLUMNNAME_CreateFrom = "CreateFrom";
|
||||||
|
|
||||||
|
/** Set Create lines from.
|
||||||
|
* Process which will generate a new document lines based on an existing document
|
||||||
|
*/
|
||||||
|
public void setCreateFrom (String CreateFrom);
|
||||||
|
|
||||||
|
/** Get Create lines from.
|
||||||
|
* Process which will generate a new document lines based on an existing document
|
||||||
|
*/
|
||||||
|
public String getCreateFrom();
|
||||||
|
|
||||||
|
/** Column name DateAcct */
|
||||||
|
public static final String COLUMNNAME_DateAcct = "DateAcct";
|
||||||
|
|
||||||
|
/** Set Account Date.
|
||||||
|
* Accounting Date
|
||||||
|
*/
|
||||||
|
public void setDateAcct (Timestamp DateAcct);
|
||||||
|
|
||||||
|
/** Get Account Date.
|
||||||
|
* Accounting Date
|
||||||
|
*/
|
||||||
|
public Timestamp getDateAcct();
|
||||||
|
|
||||||
|
/** Column name DateInvoiced */
|
||||||
|
public static final String COLUMNNAME_DateInvoiced = "DateInvoiced";
|
||||||
|
|
||||||
|
/** Set Date Invoiced.
|
||||||
|
* Date printed on Invoice
|
||||||
|
*/
|
||||||
|
public void setDateInvoiced (Timestamp DateInvoiced);
|
||||||
|
|
||||||
|
/** Get Date Invoiced.
|
||||||
|
* Date printed on Invoice
|
||||||
|
*/
|
||||||
|
public Timestamp getDateInvoiced();
|
||||||
|
|
||||||
|
/** Column name DateOrdered */
|
||||||
|
public static final String COLUMNNAME_DateOrdered = "DateOrdered";
|
||||||
|
|
||||||
|
/** Set Date Ordered.
|
||||||
|
* Date of Order
|
||||||
|
*/
|
||||||
|
public void setDateOrdered (Timestamp DateOrdered);
|
||||||
|
|
||||||
|
/** Get Date Ordered.
|
||||||
|
* Date of Order
|
||||||
|
*/
|
||||||
|
public Timestamp getDateOrdered();
|
||||||
|
|
||||||
|
/** Column name DatePrinted */
|
||||||
|
public static final String COLUMNNAME_DatePrinted = "DatePrinted";
|
||||||
|
|
||||||
|
/** Set Date printed.
|
||||||
|
* Date the document was printed.
|
||||||
|
*/
|
||||||
|
public void setDatePrinted (Timestamp DatePrinted);
|
||||||
|
|
||||||
|
/** Get Date printed.
|
||||||
|
* Date the document was printed.
|
||||||
|
*/
|
||||||
|
public Timestamp getDatePrinted();
|
||||||
|
|
||||||
|
/** Column name Description */
|
||||||
|
public static final String COLUMNNAME_Description = "Description";
|
||||||
|
|
||||||
|
/** Set Description.
|
||||||
|
* Optional short description of the record
|
||||||
|
*/
|
||||||
|
public void setDescription (String Description);
|
||||||
|
|
||||||
|
/** Get Description.
|
||||||
|
* Optional short description of the record
|
||||||
|
*/
|
||||||
|
public String getDescription();
|
||||||
|
|
||||||
|
/** Column name DocAction */
|
||||||
|
public static final String COLUMNNAME_DocAction = "DocAction";
|
||||||
|
|
||||||
|
/** Set Document Action.
|
||||||
|
* The targeted status of the document
|
||||||
|
*/
|
||||||
|
public void setDocAction (String DocAction);
|
||||||
|
|
||||||
|
/** Get Document Action.
|
||||||
|
* The targeted status of the document
|
||||||
|
*/
|
||||||
|
public String getDocAction();
|
||||||
|
|
||||||
|
/** Column name DocStatus */
|
||||||
|
public static final String COLUMNNAME_DocStatus = "DocStatus";
|
||||||
|
|
||||||
|
/** Set Document Status.
|
||||||
|
* The current status of the document
|
||||||
|
*/
|
||||||
|
public void setDocStatus (String DocStatus);
|
||||||
|
|
||||||
|
/** Get Document Status.
|
||||||
|
* The current status of the document
|
||||||
|
*/
|
||||||
|
public String getDocStatus();
|
||||||
|
|
||||||
|
/** Column name DocumentNo */
|
||||||
|
public static final String COLUMNNAME_DocumentNo = "DocumentNo";
|
||||||
|
|
||||||
|
/** Set Document No.
|
||||||
|
* Document sequence number of the document
|
||||||
|
*/
|
||||||
|
public void setDocumentNo (String DocumentNo);
|
||||||
|
|
||||||
|
/** Get Document No.
|
||||||
|
* Document sequence number of the document
|
||||||
|
*/
|
||||||
|
public String getDocumentNo();
|
||||||
|
|
||||||
|
/** Column name DunningGrace */
|
||||||
|
public static final String COLUMNNAME_DunningGrace = "DunningGrace";
|
||||||
|
|
||||||
|
/** Set Dunning Grace */
|
||||||
|
public void setDunningGrace (Timestamp DunningGrace);
|
||||||
|
|
||||||
|
/** Get Dunning Grace */
|
||||||
|
public Timestamp getDunningGrace();
|
||||||
|
|
||||||
|
/** Column name GenerateTo */
|
||||||
|
public static final String COLUMNNAME_GenerateTo = "GenerateTo";
|
||||||
|
|
||||||
|
/** Set Generate To.
|
||||||
|
* Generate To
|
||||||
|
*/
|
||||||
|
public void setGenerateTo (String GenerateTo);
|
||||||
|
|
||||||
|
/** Get Generate To.
|
||||||
|
* Generate To
|
||||||
|
*/
|
||||||
|
public String getGenerateTo();
|
||||||
|
|
||||||
|
/** Column name GrandTotal */
|
||||||
|
public static final String COLUMNNAME_GrandTotal = "GrandTotal";
|
||||||
|
|
||||||
|
/** Set Grand Total.
|
||||||
|
* Total amount of document
|
||||||
|
*/
|
||||||
|
public void setGrandTotal (BigDecimal GrandTotal);
|
||||||
|
|
||||||
|
/** Get Grand Total.
|
||||||
|
* Total amount of document
|
||||||
|
*/
|
||||||
|
public BigDecimal getGrandTotal();
|
||||||
|
|
||||||
|
/** Column name InvoiceCollectionType */
|
||||||
|
public static final String COLUMNNAME_InvoiceCollectionType = "InvoiceCollectionType";
|
||||||
|
|
||||||
|
/** Set Collection Status.
|
||||||
|
* Invoice Collection Status
|
||||||
|
*/
|
||||||
|
public void setInvoiceCollectionType (String InvoiceCollectionType);
|
||||||
|
|
||||||
|
/** Get Collection Status.
|
||||||
|
* Invoice Collection Status
|
||||||
|
*/
|
||||||
|
public String getInvoiceCollectionType();
|
||||||
|
|
||||||
|
/** Column name IsApproved */
|
||||||
|
public static final String COLUMNNAME_IsApproved = "IsApproved";
|
||||||
|
|
||||||
|
/** Set Approved.
|
||||||
|
* Indicates if this document requires approval
|
||||||
|
*/
|
||||||
|
public void setIsApproved (boolean IsApproved);
|
||||||
|
|
||||||
|
/** Get Approved.
|
||||||
|
* Indicates if this document requires approval
|
||||||
|
*/
|
||||||
|
public boolean isApproved();
|
||||||
|
|
||||||
|
/** Column name IsDiscountPrinted */
|
||||||
|
public static final String COLUMNNAME_IsDiscountPrinted = "IsDiscountPrinted";
|
||||||
|
|
||||||
|
/** Set Discount Printed.
|
||||||
|
* Print Discount on Invoice and Order
|
||||||
|
*/
|
||||||
|
public void setIsDiscountPrinted (boolean IsDiscountPrinted);
|
||||||
|
|
||||||
|
/** Get Discount Printed.
|
||||||
|
* Print Discount on Invoice and Order
|
||||||
|
*/
|
||||||
|
public boolean isDiscountPrinted();
|
||||||
|
|
||||||
|
/** Column name IsInDispute */
|
||||||
|
public static final String COLUMNNAME_IsInDispute = "IsInDispute";
|
||||||
|
|
||||||
|
/** Set In Dispute.
|
||||||
|
* Document is in dispute
|
||||||
|
*/
|
||||||
|
public void setIsInDispute (boolean IsInDispute);
|
||||||
|
|
||||||
|
/** Get In Dispute.
|
||||||
|
* Document is in dispute
|
||||||
|
*/
|
||||||
|
public boolean isInDispute();
|
||||||
|
|
||||||
|
/** Column name IsPaid */
|
||||||
|
public static final String COLUMNNAME_IsPaid = "IsPaid";
|
||||||
|
|
||||||
|
/** Set Paid.
|
||||||
|
* The document is paid
|
||||||
|
*/
|
||||||
|
public void setIsPaid (boolean IsPaid);
|
||||||
|
|
||||||
|
/** Get Paid.
|
||||||
|
* The document is paid
|
||||||
|
*/
|
||||||
|
public boolean isPaid();
|
||||||
|
|
||||||
|
/** Column name IsPayScheduleValid */
|
||||||
|
public static final String COLUMNNAME_IsPayScheduleValid = "IsPayScheduleValid";
|
||||||
|
|
||||||
|
/** Set Pay Schedule valid.
|
||||||
|
* Is the Payment Schedule is valid
|
||||||
|
*/
|
||||||
|
public void setIsPayScheduleValid (boolean IsPayScheduleValid);
|
||||||
|
|
||||||
|
/** Get Pay Schedule valid.
|
||||||
|
* Is the Payment Schedule is valid
|
||||||
|
*/
|
||||||
|
public boolean isPayScheduleValid();
|
||||||
|
|
||||||
|
/** Column name IsPrinted */
|
||||||
|
public static final String COLUMNNAME_IsPrinted = "IsPrinted";
|
||||||
|
|
||||||
|
/** Set Printed.
|
||||||
|
* Indicates if this document / line is printed
|
||||||
|
*/
|
||||||
|
public void setIsPrinted (boolean IsPrinted);
|
||||||
|
|
||||||
|
/** Get Printed.
|
||||||
|
* Indicates if this document / line is printed
|
||||||
|
*/
|
||||||
|
public boolean isPrinted();
|
||||||
|
|
||||||
|
/** Column name IsSelfService */
|
||||||
|
public static final String COLUMNNAME_IsSelfService = "IsSelfService";
|
||||||
|
|
||||||
|
/** Set Self-Service.
|
||||||
|
* This is a Self-Service entry or this entry can be changed via Self-Service
|
||||||
|
*/
|
||||||
|
public void setIsSelfService (boolean IsSelfService);
|
||||||
|
|
||||||
|
/** Get Self-Service.
|
||||||
|
* This is a Self-Service entry or this entry can be changed via Self-Service
|
||||||
|
*/
|
||||||
|
public boolean isSelfService();
|
||||||
|
|
||||||
|
/** Column name IsSOTrx */
|
||||||
|
public static final String COLUMNNAME_IsSOTrx = "IsSOTrx";
|
||||||
|
|
||||||
|
/** Set Sales Transaction.
|
||||||
|
* This is a Sales Transaction
|
||||||
|
*/
|
||||||
|
public void setIsSOTrx (boolean IsSOTrx);
|
||||||
|
|
||||||
|
/** Get Sales Transaction.
|
||||||
|
* This is a Sales Transaction
|
||||||
|
*/
|
||||||
|
public boolean isSOTrx();
|
||||||
|
|
||||||
|
/** Column name IsTaxIncluded */
|
||||||
|
public static final String COLUMNNAME_IsTaxIncluded = "IsTaxIncluded";
|
||||||
|
|
||||||
|
/** Set Price includes Tax.
|
||||||
|
* Tax is included in the price
|
||||||
|
*/
|
||||||
|
public void setIsTaxIncluded (boolean IsTaxIncluded);
|
||||||
|
|
||||||
|
/** Get Price includes Tax.
|
||||||
|
* Tax is included in the price
|
||||||
|
*/
|
||||||
|
public boolean isTaxIncluded();
|
||||||
|
|
||||||
|
/** Column name IsTransferred */
|
||||||
|
public static final String COLUMNNAME_IsTransferred = "IsTransferred";
|
||||||
|
|
||||||
|
/** Set Transferred.
|
||||||
|
* Transferred to General Ledger (i.e. accounted)
|
||||||
|
*/
|
||||||
|
public void setIsTransferred (boolean IsTransferred);
|
||||||
|
|
||||||
|
/** Get Transferred.
|
||||||
|
* Transferred to General Ledger (i.e. accounted)
|
||||||
|
*/
|
||||||
|
public boolean isTransferred();
|
||||||
|
|
||||||
|
/** Column name M_PriceList_ID */
|
||||||
|
public static final String COLUMNNAME_M_PriceList_ID = "M_PriceList_ID";
|
||||||
|
|
||||||
|
/** Set Price List.
|
||||||
|
* Unique identifier of a Price List
|
||||||
|
*/
|
||||||
|
public void setM_PriceList_ID (int M_PriceList_ID);
|
||||||
|
|
||||||
|
/** Get Price List.
|
||||||
|
* Unique identifier of a Price List
|
||||||
|
*/
|
||||||
|
public int getM_PriceList_ID();
|
||||||
|
|
||||||
|
public I_M_PriceList getM_PriceList() throws Exception;
|
||||||
|
|
||||||
|
/** Column name M_RMA_ID */
|
||||||
|
public static final String COLUMNNAME_M_RMA_ID = "M_RMA_ID";
|
||||||
|
|
||||||
|
/** Set RMA.
|
||||||
|
* Return Material Authorization
|
||||||
|
*/
|
||||||
|
public void setM_RMA_ID (int M_RMA_ID);
|
||||||
|
|
||||||
|
/** Get RMA.
|
||||||
|
* Return Material Authorization
|
||||||
|
*/
|
||||||
|
public int getM_RMA_ID();
|
||||||
|
|
||||||
|
public I_M_RMA getM_RMA() throws Exception;
|
||||||
|
|
||||||
|
/** Column name PaymentRule */
|
||||||
|
public static final String COLUMNNAME_PaymentRule = "PaymentRule";
|
||||||
|
|
||||||
|
/** Set Payment Rule.
|
||||||
|
* How you pay the invoice
|
||||||
|
*/
|
||||||
|
public void setPaymentRule (String PaymentRule);
|
||||||
|
|
||||||
|
/** Get Payment Rule.
|
||||||
|
* How you pay the invoice
|
||||||
|
*/
|
||||||
|
public String getPaymentRule();
|
||||||
|
|
||||||
|
/** Column name POReference */
|
||||||
|
public static final String COLUMNNAME_POReference = "POReference";
|
||||||
|
|
||||||
|
/** Set Order Reference.
|
||||||
|
* Transaction Reference Number (Sales Order, Purchase Order) of your Business Partner
|
||||||
|
*/
|
||||||
|
public void setPOReference (String POReference);
|
||||||
|
|
||||||
|
/** Get Order Reference.
|
||||||
|
* Transaction Reference Number (Sales Order, Purchase Order) of your Business Partner
|
||||||
|
*/
|
||||||
|
public String getPOReference();
|
||||||
|
|
||||||
|
/** Column name Posted */
|
||||||
|
public static final String COLUMNNAME_Posted = "Posted";
|
||||||
|
|
||||||
|
/** Set Posted.
|
||||||
|
* Posting status
|
||||||
|
*/
|
||||||
|
public void setPosted (boolean Posted);
|
||||||
|
|
||||||
|
/** Get Posted.
|
||||||
|
* Posting status
|
||||||
|
*/
|
||||||
|
public boolean isPosted();
|
||||||
|
|
||||||
|
/** Column name Processed */
|
||||||
|
public static final String COLUMNNAME_Processed = "Processed";
|
||||||
|
|
||||||
|
/** Set Processed.
|
||||||
|
* The document has been processed
|
||||||
|
*/
|
||||||
|
public void setProcessed (boolean Processed);
|
||||||
|
|
||||||
|
/** Get Processed.
|
||||||
|
* The document has been processed
|
||||||
|
*/
|
||||||
|
public boolean isProcessed();
|
||||||
|
|
||||||
|
/** Column name Processing */
|
||||||
|
public static final String COLUMNNAME_Processing = "Processing";
|
||||||
|
|
||||||
|
/** Set Process Now */
|
||||||
|
public void setProcessing (boolean Processing);
|
||||||
|
|
||||||
|
/** Get Process Now */
|
||||||
|
public boolean isProcessing();
|
||||||
|
|
||||||
|
/** Column name Ref_Invoice_ID */
|
||||||
|
public static final String COLUMNNAME_Ref_Invoice_ID = "Ref_Invoice_ID";
|
||||||
|
|
||||||
|
/** Set Referenced Invoice */
|
||||||
|
public void setRef_Invoice_ID (int Ref_Invoice_ID);
|
||||||
|
|
||||||
|
/** Get Referenced Invoice */
|
||||||
|
public int getRef_Invoice_ID();
|
||||||
|
|
||||||
|
/** Column name SalesRep_ID */
|
||||||
|
public static final String COLUMNNAME_SalesRep_ID = "SalesRep_ID";
|
||||||
|
|
||||||
|
/** Set Sales Representative.
|
||||||
|
* Sales Representative or Company Agent
|
||||||
|
*/
|
||||||
|
public void setSalesRep_ID (int SalesRep_ID);
|
||||||
|
|
||||||
|
/** Get Sales Representative.
|
||||||
|
* Sales Representative or Company Agent
|
||||||
|
*/
|
||||||
|
public int getSalesRep_ID();
|
||||||
|
|
||||||
|
/** Column name SendEMail */
|
||||||
|
public static final String COLUMNNAME_SendEMail = "SendEMail";
|
||||||
|
|
||||||
|
/** Set Send EMail.
|
||||||
|
* Enable sending Document EMail
|
||||||
|
*/
|
||||||
|
public void setSendEMail (boolean SendEMail);
|
||||||
|
|
||||||
|
/** Get Send EMail.
|
||||||
|
* Enable sending Document EMail
|
||||||
|
*/
|
||||||
|
public boolean isSendEMail();
|
||||||
|
|
||||||
|
/** Column name TotalLines */
|
||||||
|
public static final String COLUMNNAME_TotalLines = "TotalLines";
|
||||||
|
|
||||||
|
/** Set Total Lines.
|
||||||
|
* Total of all document lines
|
||||||
|
*/
|
||||||
|
public void setTotalLines (BigDecimal TotalLines);
|
||||||
|
|
||||||
|
/** Get Total Lines.
|
||||||
|
* Total of all document lines
|
||||||
|
*/
|
||||||
|
public BigDecimal getTotalLines();
|
||||||
|
|
||||||
|
/** Column name User1_ID */
|
||||||
|
public static final String COLUMNNAME_User1_ID = "User1_ID";
|
||||||
|
|
||||||
|
/** Set User List 1.
|
||||||
|
* User defined list element #1
|
||||||
|
*/
|
||||||
|
public void setUser1_ID (int User1_ID);
|
||||||
|
|
||||||
|
/** Get User List 1.
|
||||||
|
* User defined list element #1
|
||||||
|
*/
|
||||||
|
public int getUser1_ID();
|
||||||
|
|
||||||
|
/** Column name User2_ID */
|
||||||
|
public static final String COLUMNNAME_User2_ID = "User2_ID";
|
||||||
|
|
||||||
|
/** Set User List 2.
|
||||||
|
* User defined list element #2
|
||||||
|
*/
|
||||||
|
public void setUser2_ID (int User2_ID);
|
||||||
|
|
||||||
|
/** Get User List 2.
|
||||||
|
* User defined list element #2
|
||||||
|
*/
|
||||||
|
public int getUser2_ID();
|
||||||
|
}
|
|
@ -0,0 +1,977 @@
|
||||||
|
/**********************************************************************
|
||||||
|
* This file is part of Adempiere ERP Bazaar *
|
||||||
|
* http://www.adempiere.org *
|
||||||
|
* *
|
||||||
|
* Copyright (C) Trifon Trifonov. *
|
||||||
|
* Copyright (C) Contributors *
|
||||||
|
* *
|
||||||
|
* This program is free software;
|
||||||
|
you can redistribute it and/or *
|
||||||
|
* modify it under the terms of the GNU General Public License *
|
||||||
|
* as published by the Free Software Foundation;
|
||||||
|
either version 2 *
|
||||||
|
* of the License, or (at your option) any later version. *
|
||||||
|
* *
|
||||||
|
* This program is distributed in the hope that it will be useful, *
|
||||||
|
* but WITHOUT ANY WARRANTY;
|
||||||
|
without even the implied warranty of *
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||||
|
* GNU General Public License for more details. *
|
||||||
|
* *
|
||||||
|
* You should have received a copy of the GNU General Public License *
|
||||||
|
* along with this program;
|
||||||
|
if not, write to the Free Software *
|
||||||
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||||
|
* MA 02110-1301, USA. *
|
||||||
|
* *
|
||||||
|
* Contributors: *
|
||||||
|
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
|
||||||
|
* *
|
||||||
|
* Sponsors: *
|
||||||
|
* - Company (http://www.site.com) *
|
||||||
|
**********************************************************************/
|
||||||
|
package org.compiere.model;
|
||||||
|
|
||||||
|
import java.math.BigDecimal;
|
||||||
|
import java.sql.Timestamp;
|
||||||
|
import org.compiere.util.KeyNamePair;
|
||||||
|
|
||||||
|
/** Generated Interface for C_Order
|
||||||
|
* @author Trifon Trifonov (generated)
|
||||||
|
* @version Release 3.4.0s
|
||||||
|
*/
|
||||||
|
public interface I_C_Order
|
||||||
|
{
|
||||||
|
|
||||||
|
/** TableName=C_Order */
|
||||||
|
public static final String Table_Name = "C_Order";
|
||||||
|
|
||||||
|
/** AD_Table_ID=259 */
|
||||||
|
public static final int Table_ID = MTable.getTable_ID(Table_Name);
|
||||||
|
|
||||||
|
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
|
||||||
|
|
||||||
|
/** AccessLevel = 1 - Org
|
||||||
|
*/
|
||||||
|
BigDecimal accessLevel = BigDecimal.valueOf(1);
|
||||||
|
|
||||||
|
/** Load Meta Data */
|
||||||
|
|
||||||
|
/** Column name AD_OrgTrx_ID */
|
||||||
|
public static final String COLUMNNAME_AD_OrgTrx_ID = "AD_OrgTrx_ID";
|
||||||
|
|
||||||
|
/** Set Trx Organization.
|
||||||
|
* Performing or initiating organization
|
||||||
|
*/
|
||||||
|
public void setAD_OrgTrx_ID (int AD_OrgTrx_ID);
|
||||||
|
|
||||||
|
/** Get Trx Organization.
|
||||||
|
* Performing or initiating organization
|
||||||
|
*/
|
||||||
|
public int getAD_OrgTrx_ID();
|
||||||
|
|
||||||
|
/** Column name AD_User_ID */
|
||||||
|
public static final String COLUMNNAME_AD_User_ID = "AD_User_ID";
|
||||||
|
|
||||||
|
/** Set User/Contact.
|
||||||
|
* User within the system - Internal or Business Partner Contact
|
||||||
|
*/
|
||||||
|
public void setAD_User_ID (int AD_User_ID);
|
||||||
|
|
||||||
|
/** Get User/Contact.
|
||||||
|
* User within the system - Internal or Business Partner Contact
|
||||||
|
*/
|
||||||
|
public int getAD_User_ID();
|
||||||
|
|
||||||
|
public I_AD_User getAD_User() throws Exception;
|
||||||
|
|
||||||
|
/** Column name AmountRefunded */
|
||||||
|
public static final String COLUMNNAME_AmountRefunded = "AmountRefunded";
|
||||||
|
|
||||||
|
/** Set AmountRefunded */
|
||||||
|
public void setAmountRefunded (BigDecimal AmountRefunded);
|
||||||
|
|
||||||
|
/** Get AmountRefunded */
|
||||||
|
public BigDecimal getAmountRefunded();
|
||||||
|
|
||||||
|
/** Column name AmountTendered */
|
||||||
|
public static final String COLUMNNAME_AmountTendered = "AmountTendered";
|
||||||
|
|
||||||
|
/** Set AmountTendered */
|
||||||
|
public void setAmountTendered (BigDecimal AmountTendered);
|
||||||
|
|
||||||
|
/** Get AmountTendered */
|
||||||
|
public BigDecimal getAmountTendered();
|
||||||
|
|
||||||
|
/** Column name Bill_BPartner_ID */
|
||||||
|
public static final String COLUMNNAME_Bill_BPartner_ID = "Bill_BPartner_ID";
|
||||||
|
|
||||||
|
/** Set Invoice Partner.
|
||||||
|
* Business Partner to be invoiced
|
||||||
|
*/
|
||||||
|
public void setBill_BPartner_ID (int Bill_BPartner_ID);
|
||||||
|
|
||||||
|
/** Get Invoice Partner.
|
||||||
|
* Business Partner to be invoiced
|
||||||
|
*/
|
||||||
|
public int getBill_BPartner_ID();
|
||||||
|
|
||||||
|
/** Column name Bill_Location_ID */
|
||||||
|
public static final String COLUMNNAME_Bill_Location_ID = "Bill_Location_ID";
|
||||||
|
|
||||||
|
/** Set Invoice Location.
|
||||||
|
* Business Partner Location for invoicing
|
||||||
|
*/
|
||||||
|
public void setBill_Location_ID (int Bill_Location_ID);
|
||||||
|
|
||||||
|
/** Get Invoice Location.
|
||||||
|
* Business Partner Location for invoicing
|
||||||
|
*/
|
||||||
|
public int getBill_Location_ID();
|
||||||
|
|
||||||
|
/** Column name Bill_User_ID */
|
||||||
|
public static final String COLUMNNAME_Bill_User_ID = "Bill_User_ID";
|
||||||
|
|
||||||
|
/** Set Invoice Contact.
|
||||||
|
* Business Partner Contact for invoicing
|
||||||
|
*/
|
||||||
|
public void setBill_User_ID (int Bill_User_ID);
|
||||||
|
|
||||||
|
/** Get Invoice Contact.
|
||||||
|
* Business Partner Contact for invoicing
|
||||||
|
*/
|
||||||
|
public int getBill_User_ID();
|
||||||
|
|
||||||
|
/** Column name C_Activity_ID */
|
||||||
|
public static final String COLUMNNAME_C_Activity_ID = "C_Activity_ID";
|
||||||
|
|
||||||
|
/** Set Activity.
|
||||||
|
* Business Activity
|
||||||
|
*/
|
||||||
|
public void setC_Activity_ID (int C_Activity_ID);
|
||||||
|
|
||||||
|
/** Get Activity.
|
||||||
|
* Business Activity
|
||||||
|
*/
|
||||||
|
public int getC_Activity_ID();
|
||||||
|
|
||||||
|
public I_C_Activity getC_Activity() throws Exception;
|
||||||
|
|
||||||
|
/** Column name C_BPartner_ID */
|
||||||
|
public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID";
|
||||||
|
|
||||||
|
/** Set Business Partner .
|
||||||
|
* Identifies a Business Partner
|
||||||
|
*/
|
||||||
|
public void setC_BPartner_ID (int C_BPartner_ID);
|
||||||
|
|
||||||
|
/** Get Business Partner .
|
||||||
|
* Identifies a Business Partner
|
||||||
|
*/
|
||||||
|
public int getC_BPartner_ID();
|
||||||
|
|
||||||
|
public I_C_BPartner getC_BPartner() throws Exception;
|
||||||
|
|
||||||
|
/** Column name C_BPartner_Location_ID */
|
||||||
|
public static final String COLUMNNAME_C_BPartner_Location_ID = "C_BPartner_Location_ID";
|
||||||
|
|
||||||
|
/** Set Partner Location.
|
||||||
|
* Identifies the (ship to) address for this Business Partner
|
||||||
|
*/
|
||||||
|
public void setC_BPartner_Location_ID (int C_BPartner_Location_ID);
|
||||||
|
|
||||||
|
/** Get Partner Location.
|
||||||
|
* Identifies the (ship to) address for this Business Partner
|
||||||
|
*/
|
||||||
|
public int getC_BPartner_Location_ID();
|
||||||
|
|
||||||
|
public I_C_BPartner_Location getC_BPartner_Location() throws Exception;
|
||||||
|
|
||||||
|
/** Column name C_Campaign_ID */
|
||||||
|
public static final String COLUMNNAME_C_Campaign_ID = "C_Campaign_ID";
|
||||||
|
|
||||||
|
/** Set Campaign.
|
||||||
|
* Marketing Campaign
|
||||||
|
*/
|
||||||
|
public void setC_Campaign_ID (int C_Campaign_ID);
|
||||||
|
|
||||||
|
/** Get Campaign.
|
||||||
|
* Marketing Campaign
|
||||||
|
*/
|
||||||
|
public int getC_Campaign_ID();
|
||||||
|
|
||||||
|
public I_C_Campaign getC_Campaign() throws Exception;
|
||||||
|
|
||||||
|
/** Column name C_CashLine_ID */
|
||||||
|
public static final String COLUMNNAME_C_CashLine_ID = "C_CashLine_ID";
|
||||||
|
|
||||||
|
/** Set Cash Journal Line.
|
||||||
|
* Cash Journal Line
|
||||||
|
*/
|
||||||
|
public void setC_CashLine_ID (int C_CashLine_ID);
|
||||||
|
|
||||||
|
/** Get Cash Journal Line.
|
||||||
|
* Cash Journal Line
|
||||||
|
*/
|
||||||
|
public int getC_CashLine_ID();
|
||||||
|
|
||||||
|
public I_C_CashLine getC_CashLine() throws Exception;
|
||||||
|
|
||||||
|
/** Column name C_Charge_ID */
|
||||||
|
public static final String COLUMNNAME_C_Charge_ID = "C_Charge_ID";
|
||||||
|
|
||||||
|
/** Set Charge.
|
||||||
|
* Additional document charges
|
||||||
|
*/
|
||||||
|
public void setC_Charge_ID (int C_Charge_ID);
|
||||||
|
|
||||||
|
/** Get Charge.
|
||||||
|
* Additional document charges
|
||||||
|
*/
|
||||||
|
public int getC_Charge_ID();
|
||||||
|
|
||||||
|
/** Column name C_ConversionType_ID */
|
||||||
|
public static final String COLUMNNAME_C_ConversionType_ID = "C_ConversionType_ID";
|
||||||
|
|
||||||
|
/** Set Currency Type.
|
||||||
|
* Currency Conversion Rate Type
|
||||||
|
*/
|
||||||
|
public void setC_ConversionType_ID (int C_ConversionType_ID);
|
||||||
|
|
||||||
|
/** Get Currency Type.
|
||||||
|
* Currency Conversion Rate Type
|
||||||
|
*/
|
||||||
|
public int getC_ConversionType_ID();
|
||||||
|
|
||||||
|
public I_C_ConversionType getC_ConversionType() throws Exception;
|
||||||
|
|
||||||
|
/** Column name C_Currency_ID */
|
||||||
|
public static final String COLUMNNAME_C_Currency_ID = "C_Currency_ID";
|
||||||
|
|
||||||
|
/** Set Currency.
|
||||||
|
* The Currency for this record
|
||||||
|
*/
|
||||||
|
public void setC_Currency_ID (int C_Currency_ID);
|
||||||
|
|
||||||
|
/** Get Currency.
|
||||||
|
* The Currency for this record
|
||||||
|
*/
|
||||||
|
public int getC_Currency_ID();
|
||||||
|
|
||||||
|
public I_C_Currency getC_Currency() throws Exception;
|
||||||
|
|
||||||
|
/** Column name C_DocType_ID */
|
||||||
|
public static final String COLUMNNAME_C_DocType_ID = "C_DocType_ID";
|
||||||
|
|
||||||
|
/** Set Document Type.
|
||||||
|
* Document type or rules
|
||||||
|
*/
|
||||||
|
public void setC_DocType_ID (int C_DocType_ID);
|
||||||
|
|
||||||
|
/** Get Document Type.
|
||||||
|
* Document type or rules
|
||||||
|
*/
|
||||||
|
public int getC_DocType_ID();
|
||||||
|
|
||||||
|
public I_C_DocType getC_DocType() throws Exception;
|
||||||
|
|
||||||
|
/** Column name C_DocTypeTarget_ID */
|
||||||
|
public static final String COLUMNNAME_C_DocTypeTarget_ID = "C_DocTypeTarget_ID";
|
||||||
|
|
||||||
|
/** Set Target Document Type.
|
||||||
|
* Target document type for conversing documents
|
||||||
|
*/
|
||||||
|
public void setC_DocTypeTarget_ID (int C_DocTypeTarget_ID);
|
||||||
|
|
||||||
|
/** Get Target Document Type.
|
||||||
|
* Target document type for conversing documents
|
||||||
|
*/
|
||||||
|
public int getC_DocTypeTarget_ID();
|
||||||
|
|
||||||
|
/** Column name ChargeAmt */
|
||||||
|
public static final String COLUMNNAME_ChargeAmt = "ChargeAmt";
|
||||||
|
|
||||||
|
/** Set Charge amount.
|
||||||
|
* Charge Amount
|
||||||
|
*/
|
||||||
|
public void setChargeAmt (BigDecimal ChargeAmt);
|
||||||
|
|
||||||
|
/** Get Charge amount.
|
||||||
|
* Charge Amount
|
||||||
|
*/
|
||||||
|
public BigDecimal getChargeAmt();
|
||||||
|
|
||||||
|
/** Column name CopyFrom */
|
||||||
|
public static final String COLUMNNAME_CopyFrom = "CopyFrom";
|
||||||
|
|
||||||
|
/** Set Copy From.
|
||||||
|
* Copy From Record
|
||||||
|
*/
|
||||||
|
public void setCopyFrom (String CopyFrom);
|
||||||
|
|
||||||
|
/** Get Copy From.
|
||||||
|
* Copy From Record
|
||||||
|
*/
|
||||||
|
public String getCopyFrom();
|
||||||
|
|
||||||
|
/** Column name C_Order_ID */
|
||||||
|
public static final String COLUMNNAME_C_Order_ID = "C_Order_ID";
|
||||||
|
|
||||||
|
/** Set Order.
|
||||||
|
* Order
|
||||||
|
*/
|
||||||
|
public void setC_Order_ID (int C_Order_ID);
|
||||||
|
|
||||||
|
/** Get Order.
|
||||||
|
* Order
|
||||||
|
*/
|
||||||
|
public int getC_Order_ID();
|
||||||
|
|
||||||
|
/** Column name C_Payment_ID */
|
||||||
|
public static final String COLUMNNAME_C_Payment_ID = "C_Payment_ID";
|
||||||
|
|
||||||
|
/** Set Payment.
|
||||||
|
* Payment identifier
|
||||||
|
*/
|
||||||
|
public void setC_Payment_ID (int C_Payment_ID);
|
||||||
|
|
||||||
|
/** Get Payment.
|
||||||
|
* Payment identifier
|
||||||
|
*/
|
||||||
|
public int getC_Payment_ID();
|
||||||
|
|
||||||
|
public I_C_Payment getC_Payment() throws Exception;
|
||||||
|
|
||||||
|
/** Column name C_PaymentTerm_ID */
|
||||||
|
public static final String COLUMNNAME_C_PaymentTerm_ID = "C_PaymentTerm_ID";
|
||||||
|
|
||||||
|
/** Set Payment Term.
|
||||||
|
* The terms of Payment (timing, discount)
|
||||||
|
*/
|
||||||
|
public void setC_PaymentTerm_ID (int C_PaymentTerm_ID);
|
||||||
|
|
||||||
|
/** Get Payment Term.
|
||||||
|
* The terms of Payment (timing, discount)
|
||||||
|
*/
|
||||||
|
public int getC_PaymentTerm_ID();
|
||||||
|
|
||||||
|
public I_C_PaymentTerm getC_PaymentTerm() throws Exception;
|
||||||
|
|
||||||
|
/** Column name C_POS_ID */
|
||||||
|
public static final String COLUMNNAME_C_POS_ID = "C_POS_ID";
|
||||||
|
|
||||||
|
/** Set POS Terminal.
|
||||||
|
* Point of Sales Terminal
|
||||||
|
*/
|
||||||
|
public void setC_POS_ID (int C_POS_ID);
|
||||||
|
|
||||||
|
/** Get POS Terminal.
|
||||||
|
* Point of Sales Terminal
|
||||||
|
*/
|
||||||
|
public int getC_POS_ID();
|
||||||
|
|
||||||
|
public I_C_POS getC_POS() throws Exception;
|
||||||
|
|
||||||
|
/** Column name C_Project_ID */
|
||||||
|
public static final String COLUMNNAME_C_Project_ID = "C_Project_ID";
|
||||||
|
|
||||||
|
/** Set Project.
|
||||||
|
* Financial Project
|
||||||
|
*/
|
||||||
|
public void setC_Project_ID (int C_Project_ID);
|
||||||
|
|
||||||
|
/** Get Project.
|
||||||
|
* Financial Project
|
||||||
|
*/
|
||||||
|
public int getC_Project_ID();
|
||||||
|
|
||||||
|
public I_C_Project getC_Project() throws Exception;
|
||||||
|
|
||||||
|
/** Column name DateAcct */
|
||||||
|
public static final String COLUMNNAME_DateAcct = "DateAcct";
|
||||||
|
|
||||||
|
/** Set Account Date.
|
||||||
|
* Accounting Date
|
||||||
|
*/
|
||||||
|
public void setDateAcct (Timestamp DateAcct);
|
||||||
|
|
||||||
|
/** Get Account Date.
|
||||||
|
* Accounting Date
|
||||||
|
*/
|
||||||
|
public Timestamp getDateAcct();
|
||||||
|
|
||||||
|
/** Column name DateOrdered */
|
||||||
|
public static final String COLUMNNAME_DateOrdered = "DateOrdered";
|
||||||
|
|
||||||
|
/** Set Date Ordered.
|
||||||
|
* Date of Order
|
||||||
|
*/
|
||||||
|
public void setDateOrdered (Timestamp DateOrdered);
|
||||||
|
|
||||||
|
/** Get Date Ordered.
|
||||||
|
* Date of Order
|
||||||
|
*/
|
||||||
|
public Timestamp getDateOrdered();
|
||||||
|
|
||||||
|
/** Column name DatePrinted */
|
||||||
|
public static final String COLUMNNAME_DatePrinted = "DatePrinted";
|
||||||
|
|
||||||
|
/** Set Date printed.
|
||||||
|
* Date the document was printed.
|
||||||
|
*/
|
||||||
|
public void setDatePrinted (Timestamp DatePrinted);
|
||||||
|
|
||||||
|
/** Get Date printed.
|
||||||
|
* Date the document was printed.
|
||||||
|
*/
|
||||||
|
public Timestamp getDatePrinted();
|
||||||
|
|
||||||
|
/** Column name DatePromised */
|
||||||
|
public static final String COLUMNNAME_DatePromised = "DatePromised";
|
||||||
|
|
||||||
|
/** Set Date Promised.
|
||||||
|
* Date Order was promised
|
||||||
|
*/
|
||||||
|
public void setDatePromised (Timestamp DatePromised);
|
||||||
|
|
||||||
|
/** Get Date Promised.
|
||||||
|
* Date Order was promised
|
||||||
|
*/
|
||||||
|
public Timestamp getDatePromised();
|
||||||
|
|
||||||
|
/** Column name DeliveryRule */
|
||||||
|
public static final String COLUMNNAME_DeliveryRule = "DeliveryRule";
|
||||||
|
|
||||||
|
/** Set Delivery Rule.
|
||||||
|
* Defines the timing of Delivery
|
||||||
|
*/
|
||||||
|
public void setDeliveryRule (String DeliveryRule);
|
||||||
|
|
||||||
|
/** Get Delivery Rule.
|
||||||
|
* Defines the timing of Delivery
|
||||||
|
*/
|
||||||
|
public String getDeliveryRule();
|
||||||
|
|
||||||
|
/** Column name DeliveryViaRule */
|
||||||
|
public static final String COLUMNNAME_DeliveryViaRule = "DeliveryViaRule";
|
||||||
|
|
||||||
|
/** Set Delivery Via.
|
||||||
|
* How the order will be delivered
|
||||||
|
*/
|
||||||
|
public void setDeliveryViaRule (String DeliveryViaRule);
|
||||||
|
|
||||||
|
/** Get Delivery Via.
|
||||||
|
* How the order will be delivered
|
||||||
|
*/
|
||||||
|
public String getDeliveryViaRule();
|
||||||
|
|
||||||
|
/** Column name Description */
|
||||||
|
public static final String COLUMNNAME_Description = "Description";
|
||||||
|
|
||||||
|
/** Set Description.
|
||||||
|
* Optional short description of the record
|
||||||
|
*/
|
||||||
|
public void setDescription (String Description);
|
||||||
|
|
||||||
|
/** Get Description.
|
||||||
|
* Optional short description of the record
|
||||||
|
*/
|
||||||
|
public String getDescription();
|
||||||
|
|
||||||
|
/** Column name DocAction */
|
||||||
|
public static final String COLUMNNAME_DocAction = "DocAction";
|
||||||
|
|
||||||
|
/** Set Document Action.
|
||||||
|
* The targeted status of the document
|
||||||
|
*/
|
||||||
|
public void setDocAction (String DocAction);
|
||||||
|
|
||||||
|
/** Get Document Action.
|
||||||
|
* The targeted status of the document
|
||||||
|
*/
|
||||||
|
public String getDocAction();
|
||||||
|
|
||||||
|
/** Column name DocStatus */
|
||||||
|
public static final String COLUMNNAME_DocStatus = "DocStatus";
|
||||||
|
|
||||||
|
/** Set Document Status.
|
||||||
|
* The current status of the document
|
||||||
|
*/
|
||||||
|
public void setDocStatus (String DocStatus);
|
||||||
|
|
||||||
|
/** Get Document Status.
|
||||||
|
* The current status of the document
|
||||||
|
*/
|
||||||
|
public String getDocStatus();
|
||||||
|
|
||||||
|
/** Column name DocumentNo */
|
||||||
|
public static final String COLUMNNAME_DocumentNo = "DocumentNo";
|
||||||
|
|
||||||
|
/** Set Document No.
|
||||||
|
* Document sequence number of the document
|
||||||
|
*/
|
||||||
|
public void setDocumentNo (String DocumentNo);
|
||||||
|
|
||||||
|
/** Get Document No.
|
||||||
|
* Document sequence number of the document
|
||||||
|
*/
|
||||||
|
public String getDocumentNo();
|
||||||
|
|
||||||
|
/** Column name FreightAmt */
|
||||||
|
public static final String COLUMNNAME_FreightAmt = "FreightAmt";
|
||||||
|
|
||||||
|
/** Set Freight Amount.
|
||||||
|
* Freight Amount
|
||||||
|
*/
|
||||||
|
public void setFreightAmt (BigDecimal FreightAmt);
|
||||||
|
|
||||||
|
/** Get Freight Amount.
|
||||||
|
* Freight Amount
|
||||||
|
*/
|
||||||
|
public BigDecimal getFreightAmt();
|
||||||
|
|
||||||
|
/** Column name FreightCostRule */
|
||||||
|
public static final String COLUMNNAME_FreightCostRule = "FreightCostRule";
|
||||||
|
|
||||||
|
/** Set Freight Cost Rule.
|
||||||
|
* Method for charging Freight
|
||||||
|
*/
|
||||||
|
public void setFreightCostRule (String FreightCostRule);
|
||||||
|
|
||||||
|
/** Get Freight Cost Rule.
|
||||||
|
* Method for charging Freight
|
||||||
|
*/
|
||||||
|
public String getFreightCostRule();
|
||||||
|
|
||||||
|
/** Column name GrandTotal */
|
||||||
|
public static final String COLUMNNAME_GrandTotal = "GrandTotal";
|
||||||
|
|
||||||
|
/** Set Grand Total.
|
||||||
|
* Total amount of document
|
||||||
|
*/
|
||||||
|
public void setGrandTotal (BigDecimal GrandTotal);
|
||||||
|
|
||||||
|
/** Get Grand Total.
|
||||||
|
* Total amount of document
|
||||||
|
*/
|
||||||
|
public BigDecimal getGrandTotal();
|
||||||
|
|
||||||
|
/** Column name InvoiceRule */
|
||||||
|
public static final String COLUMNNAME_InvoiceRule = "InvoiceRule";
|
||||||
|
|
||||||
|
/** Set Invoice Rule.
|
||||||
|
* Frequency and method of invoicing
|
||||||
|
*/
|
||||||
|
public void setInvoiceRule (String InvoiceRule);
|
||||||
|
|
||||||
|
/** Get Invoice Rule.
|
||||||
|
* Frequency and method of invoicing
|
||||||
|
*/
|
||||||
|
public String getInvoiceRule();
|
||||||
|
|
||||||
|
/** Column name IsApproved */
|
||||||
|
public static final String COLUMNNAME_IsApproved = "IsApproved";
|
||||||
|
|
||||||
|
/** Set Approved.
|
||||||
|
* Indicates if this document requires approval
|
||||||
|
*/
|
||||||
|
public void setIsApproved (boolean IsApproved);
|
||||||
|
|
||||||
|
/** Get Approved.
|
||||||
|
* Indicates if this document requires approval
|
||||||
|
*/
|
||||||
|
public boolean isApproved();
|
||||||
|
|
||||||
|
/** Column name IsCreditApproved */
|
||||||
|
public static final String COLUMNNAME_IsCreditApproved = "IsCreditApproved";
|
||||||
|
|
||||||
|
/** Set Credit Approved.
|
||||||
|
* Credit has been approved
|
||||||
|
*/
|
||||||
|
public void setIsCreditApproved (boolean IsCreditApproved);
|
||||||
|
|
||||||
|
/** Get Credit Approved.
|
||||||
|
* Credit has been approved
|
||||||
|
*/
|
||||||
|
public boolean isCreditApproved();
|
||||||
|
|
||||||
|
/** Column name IsDelivered */
|
||||||
|
public static final String COLUMNNAME_IsDelivered = "IsDelivered";
|
||||||
|
|
||||||
|
/** Set Delivered */
|
||||||
|
public void setIsDelivered (boolean IsDelivered);
|
||||||
|
|
||||||
|
/** Get Delivered */
|
||||||
|
public boolean isDelivered();
|
||||||
|
|
||||||
|
/** Column name IsDiscountPrinted */
|
||||||
|
public static final String COLUMNNAME_IsDiscountPrinted = "IsDiscountPrinted";
|
||||||
|
|
||||||
|
/** Set Discount Printed.
|
||||||
|
* Print Discount on Invoice and Order
|
||||||
|
*/
|
||||||
|
public void setIsDiscountPrinted (boolean IsDiscountPrinted);
|
||||||
|
|
||||||
|
/** Get Discount Printed.
|
||||||
|
* Print Discount on Invoice and Order
|
||||||
|
*/
|
||||||
|
public boolean isDiscountPrinted();
|
||||||
|
|
||||||
|
/** Column name IsDropShip */
|
||||||
|
public static final String COLUMNNAME_IsDropShip = "IsDropShip";
|
||||||
|
|
||||||
|
/** Set Drop Shipment.
|
||||||
|
* Drop Shipments are sent from the Vendor directly to the Customer
|
||||||
|
*/
|
||||||
|
public void setIsDropShip (boolean IsDropShip);
|
||||||
|
|
||||||
|
/** Get Drop Shipment.
|
||||||
|
* Drop Shipments are sent from the Vendor directly to the Customer
|
||||||
|
*/
|
||||||
|
public boolean isDropShip();
|
||||||
|
|
||||||
|
/** Column name IsInvoiced */
|
||||||
|
public static final String COLUMNNAME_IsInvoiced = "IsInvoiced";
|
||||||
|
|
||||||
|
/** Set Invoiced.
|
||||||
|
* Is this invoiced?
|
||||||
|
*/
|
||||||
|
public void setIsInvoiced (boolean IsInvoiced);
|
||||||
|
|
||||||
|
/** Get Invoiced.
|
||||||
|
* Is this invoiced?
|
||||||
|
*/
|
||||||
|
public boolean isInvoiced();
|
||||||
|
|
||||||
|
/** Column name IsPrinted */
|
||||||
|
public static final String COLUMNNAME_IsPrinted = "IsPrinted";
|
||||||
|
|
||||||
|
/** Set Printed.
|
||||||
|
* Indicates if this document / line is printed
|
||||||
|
*/
|
||||||
|
public void setIsPrinted (boolean IsPrinted);
|
||||||
|
|
||||||
|
/** Get Printed.
|
||||||
|
* Indicates if this document / line is printed
|
||||||
|
*/
|
||||||
|
public boolean isPrinted();
|
||||||
|
|
||||||
|
/** Column name IsSelected */
|
||||||
|
public static final String COLUMNNAME_IsSelected = "IsSelected";
|
||||||
|
|
||||||
|
/** Set Selected */
|
||||||
|
public void setIsSelected (boolean IsSelected);
|
||||||
|
|
||||||
|
/** Get Selected */
|
||||||
|
public boolean isSelected();
|
||||||
|
|
||||||
|
/** Column name IsSelfService */
|
||||||
|
public static final String COLUMNNAME_IsSelfService = "IsSelfService";
|
||||||
|
|
||||||
|
/** Set Self-Service.
|
||||||
|
* This is a Self-Service entry or this entry can be changed via Self-Service
|
||||||
|
*/
|
||||||
|
public void setIsSelfService (boolean IsSelfService);
|
||||||
|
|
||||||
|
/** Get Self-Service.
|
||||||
|
* This is a Self-Service entry or this entry can be changed via Self-Service
|
||||||
|
*/
|
||||||
|
public boolean isSelfService();
|
||||||
|
|
||||||
|
/** Column name IsSOTrx */
|
||||||
|
public static final String COLUMNNAME_IsSOTrx = "IsSOTrx";
|
||||||
|
|
||||||
|
/** Set Sales Transaction.
|
||||||
|
* This is a Sales Transaction
|
||||||
|
*/
|
||||||
|
public void setIsSOTrx (boolean IsSOTrx);
|
||||||
|
|
||||||
|
/** Get Sales Transaction.
|
||||||
|
* This is a Sales Transaction
|
||||||
|
*/
|
||||||
|
public boolean isSOTrx();
|
||||||
|
|
||||||
|
/** Column name IsTaxIncluded */
|
||||||
|
public static final String COLUMNNAME_IsTaxIncluded = "IsTaxIncluded";
|
||||||
|
|
||||||
|
/** Set Price includes Tax.
|
||||||
|
* Tax is included in the price
|
||||||
|
*/
|
||||||
|
public void setIsTaxIncluded (boolean IsTaxIncluded);
|
||||||
|
|
||||||
|
/** Get Price includes Tax.
|
||||||
|
* Tax is included in the price
|
||||||
|
*/
|
||||||
|
public boolean isTaxIncluded();
|
||||||
|
|
||||||
|
/** Column name IsTransferred */
|
||||||
|
public static final String COLUMNNAME_IsTransferred = "IsTransferred";
|
||||||
|
|
||||||
|
/** Set Transferred.
|
||||||
|
* Transferred to General Ledger (i.e. accounted)
|
||||||
|
*/
|
||||||
|
public void setIsTransferred (boolean IsTransferred);
|
||||||
|
|
||||||
|
/** Get Transferred.
|
||||||
|
* Transferred to General Ledger (i.e. accounted)
|
||||||
|
*/
|
||||||
|
public boolean isTransferred();
|
||||||
|
|
||||||
|
/** Column name M_PriceList_ID */
|
||||||
|
public static final String COLUMNNAME_M_PriceList_ID = "M_PriceList_ID";
|
||||||
|
|
||||||
|
/** Set Price List.
|
||||||
|
* Unique identifier of a Price List
|
||||||
|
*/
|
||||||
|
public void setM_PriceList_ID (int M_PriceList_ID);
|
||||||
|
|
||||||
|
/** Get Price List.
|
||||||
|
* Unique identifier of a Price List
|
||||||
|
*/
|
||||||
|
public int getM_PriceList_ID();
|
||||||
|
|
||||||
|
public I_M_PriceList getM_PriceList() throws Exception;
|
||||||
|
|
||||||
|
/** Column name M_Shipper_ID */
|
||||||
|
public static final String COLUMNNAME_M_Shipper_ID = "M_Shipper_ID";
|
||||||
|
|
||||||
|
/** Set Shipper.
|
||||||
|
* Method or manner of product delivery
|
||||||
|
*/
|
||||||
|
public void setM_Shipper_ID (int M_Shipper_ID);
|
||||||
|
|
||||||
|
/** Get Shipper.
|
||||||
|
* Method or manner of product delivery
|
||||||
|
*/
|
||||||
|
public int getM_Shipper_ID();
|
||||||
|
|
||||||
|
public I_M_Shipper getM_Shipper() throws Exception;
|
||||||
|
|
||||||
|
/** Column name M_Warehouse_ID */
|
||||||
|
public static final String COLUMNNAME_M_Warehouse_ID = "M_Warehouse_ID";
|
||||||
|
|
||||||
|
/** Set Warehouse.
|
||||||
|
* Storage Warehouse and Service Point
|
||||||
|
*/
|
||||||
|
public void setM_Warehouse_ID (int M_Warehouse_ID);
|
||||||
|
|
||||||
|
/** Get Warehouse.
|
||||||
|
* Storage Warehouse and Service Point
|
||||||
|
*/
|
||||||
|
public int getM_Warehouse_ID();
|
||||||
|
|
||||||
|
public I_M_Warehouse getM_Warehouse() throws Exception;
|
||||||
|
|
||||||
|
/** Column name OrderType */
|
||||||
|
public static final String COLUMNNAME_OrderType = "OrderType";
|
||||||
|
|
||||||
|
/** Set OrderType */
|
||||||
|
public void setOrderType (String OrderType);
|
||||||
|
|
||||||
|
/** Get OrderType */
|
||||||
|
public String getOrderType();
|
||||||
|
|
||||||
|
/** Column name Pay_BPartner_ID */
|
||||||
|
public static final String COLUMNNAME_Pay_BPartner_ID = "Pay_BPartner_ID";
|
||||||
|
|
||||||
|
/** Set Payment BPartner.
|
||||||
|
* Business Partner responsible for the payment
|
||||||
|
*/
|
||||||
|
public void setPay_BPartner_ID (int Pay_BPartner_ID);
|
||||||
|
|
||||||
|
/** Get Payment BPartner.
|
||||||
|
* Business Partner responsible for the payment
|
||||||
|
*/
|
||||||
|
public int getPay_BPartner_ID();
|
||||||
|
|
||||||
|
/** Column name Pay_Location_ID */
|
||||||
|
public static final String COLUMNNAME_Pay_Location_ID = "Pay_Location_ID";
|
||||||
|
|
||||||
|
/** Set Payment Location.
|
||||||
|
* Location of the Business Partner responsible for the payment
|
||||||
|
*/
|
||||||
|
public void setPay_Location_ID (int Pay_Location_ID);
|
||||||
|
|
||||||
|
/** Get Payment Location.
|
||||||
|
* Location of the Business Partner responsible for the payment
|
||||||
|
*/
|
||||||
|
public int getPay_Location_ID();
|
||||||
|
|
||||||
|
/** Column name PaymentRule */
|
||||||
|
public static final String COLUMNNAME_PaymentRule = "PaymentRule";
|
||||||
|
|
||||||
|
/** Set Payment Rule.
|
||||||
|
* How you pay the invoice
|
||||||
|
*/
|
||||||
|
public void setPaymentRule (String PaymentRule);
|
||||||
|
|
||||||
|
/** Get Payment Rule.
|
||||||
|
* How you pay the invoice
|
||||||
|
*/
|
||||||
|
public String getPaymentRule();
|
||||||
|
|
||||||
|
/** Column name POReference */
|
||||||
|
public static final String COLUMNNAME_POReference = "POReference";
|
||||||
|
|
||||||
|
/** Set Order Reference.
|
||||||
|
* Transaction Reference Number (Sales Order, Purchase Order) of your Business Partner
|
||||||
|
*/
|
||||||
|
public void setPOReference (String POReference);
|
||||||
|
|
||||||
|
/** Get Order Reference.
|
||||||
|
* Transaction Reference Number (Sales Order, Purchase Order) of your Business Partner
|
||||||
|
*/
|
||||||
|
public String getPOReference();
|
||||||
|
|
||||||
|
/** Column name Posted */
|
||||||
|
public static final String COLUMNNAME_Posted = "Posted";
|
||||||
|
|
||||||
|
/** Set Posted.
|
||||||
|
* Posting status
|
||||||
|
*/
|
||||||
|
public void setPosted (boolean Posted);
|
||||||
|
|
||||||
|
/** Get Posted.
|
||||||
|
* Posting status
|
||||||
|
*/
|
||||||
|
public boolean isPosted();
|
||||||
|
|
||||||
|
/** Column name PriorityRule */
|
||||||
|
public static final String COLUMNNAME_PriorityRule = "PriorityRule";
|
||||||
|
|
||||||
|
/** Set Priority.
|
||||||
|
* Priority of a document
|
||||||
|
*/
|
||||||
|
public void setPriorityRule (String PriorityRule);
|
||||||
|
|
||||||
|
/** Get Priority.
|
||||||
|
* Priority of a document
|
||||||
|
*/
|
||||||
|
public String getPriorityRule();
|
||||||
|
|
||||||
|
/** Column name Processed */
|
||||||
|
public static final String COLUMNNAME_Processed = "Processed";
|
||||||
|
|
||||||
|
/** Set Processed.
|
||||||
|
* The document has been processed
|
||||||
|
*/
|
||||||
|
public void setProcessed (boolean Processed);
|
||||||
|
|
||||||
|
/** Get Processed.
|
||||||
|
* The document has been processed
|
||||||
|
*/
|
||||||
|
public boolean isProcessed();
|
||||||
|
|
||||||
|
/** Column name Processing */
|
||||||
|
public static final String COLUMNNAME_Processing = "Processing";
|
||||||
|
|
||||||
|
/** Set Process Now */
|
||||||
|
public void setProcessing (boolean Processing);
|
||||||
|
|
||||||
|
/** Get Process Now */
|
||||||
|
public boolean isProcessing();
|
||||||
|
|
||||||
|
/** Column name Ref_Order_ID */
|
||||||
|
public static final String COLUMNNAME_Ref_Order_ID = "Ref_Order_ID";
|
||||||
|
|
||||||
|
/** Set Referenced Order.
|
||||||
|
* Reference to corresponding Sales/Purchase Order
|
||||||
|
*/
|
||||||
|
public void setRef_Order_ID (int Ref_Order_ID);
|
||||||
|
|
||||||
|
/** Get Referenced Order.
|
||||||
|
* Reference to corresponding Sales/Purchase Order
|
||||||
|
*/
|
||||||
|
public int getRef_Order_ID();
|
||||||
|
|
||||||
|
/** Column name SalesRep_ID */
|
||||||
|
public static final String COLUMNNAME_SalesRep_ID = "SalesRep_ID";
|
||||||
|
|
||||||
|
/** Set Sales Representative.
|
||||||
|
* Sales Representative or Company Agent
|
||||||
|
*/
|
||||||
|
public void setSalesRep_ID (int SalesRep_ID);
|
||||||
|
|
||||||
|
/** Get Sales Representative.
|
||||||
|
* Sales Representative or Company Agent
|
||||||
|
*/
|
||||||
|
public int getSalesRep_ID();
|
||||||
|
|
||||||
|
/** Column name SendEMail */
|
||||||
|
public static final String COLUMNNAME_SendEMail = "SendEMail";
|
||||||
|
|
||||||
|
/** Set Send EMail.
|
||||||
|
* Enable sending Document EMail
|
||||||
|
*/
|
||||||
|
public void setSendEMail (boolean SendEMail);
|
||||||
|
|
||||||
|
/** Get Send EMail.
|
||||||
|
* Enable sending Document EMail
|
||||||
|
*/
|
||||||
|
public boolean isSendEMail();
|
||||||
|
|
||||||
|
/** Column name TotalLines */
|
||||||
|
public static final String COLUMNNAME_TotalLines = "TotalLines";
|
||||||
|
|
||||||
|
/** Set Total Lines.
|
||||||
|
* Total of all document lines
|
||||||
|
*/
|
||||||
|
public void setTotalLines (BigDecimal TotalLines);
|
||||||
|
|
||||||
|
/** Get Total Lines.
|
||||||
|
* Total of all document lines
|
||||||
|
*/
|
||||||
|
public BigDecimal getTotalLines();
|
||||||
|
|
||||||
|
/** Column name User1_ID */
|
||||||
|
public static final String COLUMNNAME_User1_ID = "User1_ID";
|
||||||
|
|
||||||
|
/** Set User List 1.
|
||||||
|
* User defined list element #1
|
||||||
|
*/
|
||||||
|
public void setUser1_ID (int User1_ID);
|
||||||
|
|
||||||
|
/** Get User List 1.
|
||||||
|
* User defined list element #1
|
||||||
|
*/
|
||||||
|
public int getUser1_ID();
|
||||||
|
|
||||||
|
/** Column name User2_ID */
|
||||||
|
public static final String COLUMNNAME_User2_ID = "User2_ID";
|
||||||
|
|
||||||
|
/** Set User List 2.
|
||||||
|
* User defined list element #2
|
||||||
|
*/
|
||||||
|
public void setUser2_ID (int User2_ID);
|
||||||
|
|
||||||
|
/** Get User List 2.
|
||||||
|
* User defined list element #2
|
||||||
|
*/
|
||||||
|
public int getUser2_ID();
|
||||||
|
|
||||||
|
/** Column name Volume */
|
||||||
|
public static final String COLUMNNAME_Volume = "Volume";
|
||||||
|
|
||||||
|
/** Set Volume.
|
||||||
|
* Volume of a product
|
||||||
|
*/
|
||||||
|
public void setVolume (BigDecimal Volume);
|
||||||
|
|
||||||
|
/** Get Volume.
|
||||||
|
* Volume of a product
|
||||||
|
*/
|
||||||
|
public BigDecimal getVolume();
|
||||||
|
|
||||||
|
/** Column name Weight */
|
||||||
|
public static final String COLUMNNAME_Weight = "Weight";
|
||||||
|
|
||||||
|
/** Set Weight.
|
||||||
|
* Weight of a product
|
||||||
|
*/
|
||||||
|
public void setWeight (BigDecimal Weight);
|
||||||
|
|
||||||
|
/** Get Weight.
|
||||||
|
* Weight of a product
|
||||||
|
*/
|
||||||
|
public BigDecimal getWeight();
|
||||||
|
}
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,266 @@
|
||||||
|
/**********************************************************************
|
||||||
|
* This file is part of Adempiere ERP Bazaar *
|
||||||
|
* http://www.adempiere.org *
|
||||||
|
* *
|
||||||
|
* Copyright (C) Trifon Trifonov. *
|
||||||
|
* Copyright (C) Contributors *
|
||||||
|
* *
|
||||||
|
* This program is free software;
|
||||||
|
you can redistribute it and/or *
|
||||||
|
* modify it under the terms of the GNU General Public License *
|
||||||
|
* as published by the Free Software Foundation;
|
||||||
|
either version 2 *
|
||||||
|
* of the License, or (at your option) any later version. *
|
||||||
|
* *
|
||||||
|
* This program is distributed in the hope that it will be useful, *
|
||||||
|
* but WITHOUT ANY WARRANTY;
|
||||||
|
without even the implied warranty of *
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||||
|
* GNU General Public License for more details. *
|
||||||
|
* *
|
||||||
|
* You should have received a copy of the GNU General Public License *
|
||||||
|
* along with this program;
|
||||||
|
if not, write to the Free Software *
|
||||||
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||||
|
* MA 02110-1301, USA. *
|
||||||
|
* *
|
||||||
|
* Contributors: *
|
||||||
|
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
|
||||||
|
* *
|
||||||
|
* Sponsors: *
|
||||||
|
* - Company (http://www.site.com) *
|
||||||
|
**********************************************************************/
|
||||||
|
package org.compiere.model;
|
||||||
|
|
||||||
|
import java.math.BigDecimal;
|
||||||
|
import org.compiere.util.KeyNamePair;
|
||||||
|
|
||||||
|
/** Generated Interface for M_InventoryLine
|
||||||
|
* @author Trifon Trifonov (generated)
|
||||||
|
* @version Release 3.4.0s
|
||||||
|
*/
|
||||||
|
public interface I_M_InventoryLine
|
||||||
|
{
|
||||||
|
|
||||||
|
/** TableName=M_InventoryLine */
|
||||||
|
public static final String Table_Name = "M_InventoryLine";
|
||||||
|
|
||||||
|
/** AD_Table_ID=322 */
|
||||||
|
public static final int Table_ID = MTable.getTable_ID(Table_Name);
|
||||||
|
|
||||||
|
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
|
||||||
|
|
||||||
|
/** AccessLevel = 1 - Org
|
||||||
|
*/
|
||||||
|
BigDecimal accessLevel = BigDecimal.valueOf(1);
|
||||||
|
|
||||||
|
/** Load Meta Data */
|
||||||
|
|
||||||
|
/** Column name C_Charge_ID */
|
||||||
|
public static final String COLUMNNAME_C_Charge_ID = "C_Charge_ID";
|
||||||
|
|
||||||
|
/** Set Charge.
|
||||||
|
* Additional document charges
|
||||||
|
*/
|
||||||
|
public void setC_Charge_ID (int C_Charge_ID);
|
||||||
|
|
||||||
|
/** Get Charge.
|
||||||
|
* Additional document charges
|
||||||
|
*/
|
||||||
|
public int getC_Charge_ID();
|
||||||
|
|
||||||
|
public I_C_Charge getC_Charge() throws Exception;
|
||||||
|
|
||||||
|
/** Column name Description */
|
||||||
|
public static final String COLUMNNAME_Description = "Description";
|
||||||
|
|
||||||
|
/** Set Description.
|
||||||
|
* Optional short description of the record
|
||||||
|
*/
|
||||||
|
public void setDescription (String Description);
|
||||||
|
|
||||||
|
/** Get Description.
|
||||||
|
* Optional short description of the record
|
||||||
|
*/
|
||||||
|
public String getDescription();
|
||||||
|
|
||||||
|
/** Column name InventoryType */
|
||||||
|
public static final String COLUMNNAME_InventoryType = "InventoryType";
|
||||||
|
|
||||||
|
/** Set Inventory Type.
|
||||||
|
* Type of inventory difference
|
||||||
|
*/
|
||||||
|
public void setInventoryType (String InventoryType);
|
||||||
|
|
||||||
|
/** Get Inventory Type.
|
||||||
|
* Type of inventory difference
|
||||||
|
*/
|
||||||
|
public String getInventoryType();
|
||||||
|
|
||||||
|
/** Column name Line */
|
||||||
|
public static final String COLUMNNAME_Line = "Line";
|
||||||
|
|
||||||
|
/** Set Line No.
|
||||||
|
* Unique line for this document
|
||||||
|
*/
|
||||||
|
public void setLine (int Line);
|
||||||
|
|
||||||
|
/** Get Line No.
|
||||||
|
* Unique line for this document
|
||||||
|
*/
|
||||||
|
public int getLine();
|
||||||
|
|
||||||
|
/** Column name M_AttributeSetInstance_ID */
|
||||||
|
public static final String COLUMNNAME_M_AttributeSetInstance_ID = "M_AttributeSetInstance_ID";
|
||||||
|
|
||||||
|
/** Set Attribute Set Instance.
|
||||||
|
* Product Attribute Set Instance
|
||||||
|
*/
|
||||||
|
public void setM_AttributeSetInstance_ID (int M_AttributeSetInstance_ID);
|
||||||
|
|
||||||
|
/** Get Attribute Set Instance.
|
||||||
|
* Product Attribute Set Instance
|
||||||
|
*/
|
||||||
|
public int getM_AttributeSetInstance_ID();
|
||||||
|
|
||||||
|
/** Column name M_Inventory_ID */
|
||||||
|
public static final String COLUMNNAME_M_Inventory_ID = "M_Inventory_ID";
|
||||||
|
|
||||||
|
/** Set Phys.Inventory.
|
||||||
|
* Parameters for a Physical Inventory
|
||||||
|
*/
|
||||||
|
public void setM_Inventory_ID (int M_Inventory_ID);
|
||||||
|
|
||||||
|
/** Get Phys.Inventory.
|
||||||
|
* Parameters for a Physical Inventory
|
||||||
|
*/
|
||||||
|
public int getM_Inventory_ID();
|
||||||
|
|
||||||
|
public I_M_Inventory getM_Inventory() throws Exception;
|
||||||
|
|
||||||
|
/** Column name M_InventoryLine_ID */
|
||||||
|
public static final String COLUMNNAME_M_InventoryLine_ID = "M_InventoryLine_ID";
|
||||||
|
|
||||||
|
/** Set Phys.Inventory Line.
|
||||||
|
* Unique line in an Inventory document
|
||||||
|
*/
|
||||||
|
public void setM_InventoryLine_ID (int M_InventoryLine_ID);
|
||||||
|
|
||||||
|
/** Get Phys.Inventory Line.
|
||||||
|
* Unique line in an Inventory document
|
||||||
|
*/
|
||||||
|
public int getM_InventoryLine_ID();
|
||||||
|
|
||||||
|
/** Column name M_Locator_ID */
|
||||||
|
public static final String COLUMNNAME_M_Locator_ID = "M_Locator_ID";
|
||||||
|
|
||||||
|
/** Set Locator.
|
||||||
|
* Warehouse Locator
|
||||||
|
*/
|
||||||
|
public void setM_Locator_ID (int M_Locator_ID);
|
||||||
|
|
||||||
|
/** Get Locator.
|
||||||
|
* Warehouse Locator
|
||||||
|
*/
|
||||||
|
public int getM_Locator_ID();
|
||||||
|
|
||||||
|
/** Column name M_Product_ID */
|
||||||
|
public static final String COLUMNNAME_M_Product_ID = "M_Product_ID";
|
||||||
|
|
||||||
|
/** Set Product.
|
||||||
|
* Product, Service, Item
|
||||||
|
*/
|
||||||
|
public void setM_Product_ID (int M_Product_ID);
|
||||||
|
|
||||||
|
/** Get Product.
|
||||||
|
* Product, Service, Item
|
||||||
|
*/
|
||||||
|
public int getM_Product_ID();
|
||||||
|
|
||||||
|
/** Column name Processed */
|
||||||
|
public static final String COLUMNNAME_Processed = "Processed";
|
||||||
|
|
||||||
|
/** Set Processed.
|
||||||
|
* The document has been processed
|
||||||
|
*/
|
||||||
|
public void setProcessed (boolean Processed);
|
||||||
|
|
||||||
|
/** Get Processed.
|
||||||
|
* The document has been processed
|
||||||
|
*/
|
||||||
|
public boolean isProcessed();
|
||||||
|
|
||||||
|
/** Column name QtyBook */
|
||||||
|
public static final String COLUMNNAME_QtyBook = "QtyBook";
|
||||||
|
|
||||||
|
/** Set Quantity book.
|
||||||
|
* Book Quantity
|
||||||
|
*/
|
||||||
|
public void setQtyBook (BigDecimal QtyBook);
|
||||||
|
|
||||||
|
/** Get Quantity book.
|
||||||
|
* Book Quantity
|
||||||
|
*/
|
||||||
|
public BigDecimal getQtyBook();
|
||||||
|
|
||||||
|
/** Column name QtyCount */
|
||||||
|
public static final String COLUMNNAME_QtyCount = "QtyCount";
|
||||||
|
|
||||||
|
/** Set Quantity count.
|
||||||
|
* Counted Quantity
|
||||||
|
*/
|
||||||
|
public void setQtyCount (BigDecimal QtyCount);
|
||||||
|
|
||||||
|
/** Get Quantity count.
|
||||||
|
* Counted Quantity
|
||||||
|
*/
|
||||||
|
public BigDecimal getQtyCount();
|
||||||
|
|
||||||
|
/** Column name qtycsv */
|
||||||
|
public static final String COLUMNNAME_QtyCsv = "QtyCsv";
|
||||||
|
|
||||||
|
/** Set qtycsv */
|
||||||
|
public void setQtyCsv (BigDecimal QtyCsv);
|
||||||
|
|
||||||
|
/** Get qtycsv */
|
||||||
|
public BigDecimal getQtyCsv();
|
||||||
|
|
||||||
|
/** Column name QtyInternalUse */
|
||||||
|
public static final String COLUMNNAME_QtyInternalUse = "QtyInternalUse";
|
||||||
|
|
||||||
|
/** Set Internal Use Qty.
|
||||||
|
* Internal Use Quantity removed from Inventory
|
||||||
|
*/
|
||||||
|
public void setQtyInternalUse (BigDecimal QtyInternalUse);
|
||||||
|
|
||||||
|
/** Get Internal Use Qty.
|
||||||
|
* Internal Use Quantity removed from Inventory
|
||||||
|
*/
|
||||||
|
public BigDecimal getQtyInternalUse();
|
||||||
|
|
||||||
|
/** Column name UPC */
|
||||||
|
public static final String COLUMNNAME_UPC = "UPC";
|
||||||
|
|
||||||
|
/** Set UPC/EAN.
|
||||||
|
* Bar Code (Universal Product Code or its superset European Article Number)
|
||||||
|
*/
|
||||||
|
public void setUPC (String UPC);
|
||||||
|
|
||||||
|
/** Get UPC/EAN.
|
||||||
|
* Bar Code (Universal Product Code or its superset European Article Number)
|
||||||
|
*/
|
||||||
|
public String getUPC();
|
||||||
|
|
||||||
|
/** Column name Value */
|
||||||
|
public static final String COLUMNNAME_Value = "Value";
|
||||||
|
|
||||||
|
/** Set Search Key.
|
||||||
|
* Search key for the record in the format required - must be unique
|
||||||
|
*/
|
||||||
|
public void setValue (String Value);
|
||||||
|
|
||||||
|
/** Get Search Key.
|
||||||
|
* Search key for the record in the format required - must be unique
|
||||||
|
*/
|
||||||
|
public String getValue();
|
||||||
|
}
|
|
@ -0,0 +1,212 @@
|
||||||
|
/**********************************************************************
|
||||||
|
* This file is part of Adempiere ERP Bazaar *
|
||||||
|
* http://www.adempiere.org *
|
||||||
|
* *
|
||||||
|
* Copyright (C) Trifon Trifonov. *
|
||||||
|
* Copyright (C) Contributors *
|
||||||
|
* *
|
||||||
|
* This program is free software;
|
||||||
|
you can redistribute it and/or *
|
||||||
|
* modify it under the terms of the GNU General Public License *
|
||||||
|
* as published by the Free Software Foundation;
|
||||||
|
either version 2 *
|
||||||
|
* of the License, or (at your option) any later version. *
|
||||||
|
* *
|
||||||
|
* This program is distributed in the hope that it will be useful, *
|
||||||
|
* but WITHOUT ANY WARRANTY;
|
||||||
|
without even the implied warranty of *
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||||
|
* GNU General Public License for more details. *
|
||||||
|
* *
|
||||||
|
* You should have received a copy of the GNU General Public License *
|
||||||
|
* along with this program;
|
||||||
|
if not, write to the Free Software *
|
||||||
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||||
|
* MA 02110-1301, USA. *
|
||||||
|
* *
|
||||||
|
* Contributors: *
|
||||||
|
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
|
||||||
|
* *
|
||||||
|
* Sponsors: *
|
||||||
|
* - Company (http://www.site.com) *
|
||||||
|
**********************************************************************/
|
||||||
|
package org.compiere.model;
|
||||||
|
|
||||||
|
import java.math.BigDecimal;
|
||||||
|
import org.compiere.util.KeyNamePair;
|
||||||
|
|
||||||
|
/** Generated Interface for M_PriceList
|
||||||
|
* @author Trifon Trifonov (generated)
|
||||||
|
* @version Release 3.3.1b
|
||||||
|
*/
|
||||||
|
public interface I_M_PriceList
|
||||||
|
{
|
||||||
|
|
||||||
|
/** TableName=M_PriceList */
|
||||||
|
public static final String Table_Name = "M_PriceList";
|
||||||
|
|
||||||
|
/** AD_Table_ID=255 */
|
||||||
|
public static final int Table_ID = MTable.getTable_ID(Table_Name);
|
||||||
|
|
||||||
|
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
|
||||||
|
|
||||||
|
/** AccessLevel = 3 - Client - Org
|
||||||
|
*/
|
||||||
|
BigDecimal accessLevel = BigDecimal.valueOf(3);
|
||||||
|
|
||||||
|
/** Load Meta Data */
|
||||||
|
|
||||||
|
/** Column name BasePriceList_ID */
|
||||||
|
public static final String COLUMNNAME_BasePriceList_ID = "BasePriceList_ID";
|
||||||
|
|
||||||
|
/** Set Base Pricelist.
|
||||||
|
* Pricelist to be used, if product not found on this pricelist
|
||||||
|
*/
|
||||||
|
public void setBasePriceList_ID (int BasePriceList_ID);
|
||||||
|
|
||||||
|
/** Get Base Pricelist.
|
||||||
|
* Pricelist to be used, if product not found on this pricelist
|
||||||
|
*/
|
||||||
|
public int getBasePriceList_ID();
|
||||||
|
|
||||||
|
/** Column name C_Currency_ID */
|
||||||
|
public static final String COLUMNNAME_C_Currency_ID = "C_Currency_ID";
|
||||||
|
|
||||||
|
/** Set Currency.
|
||||||
|
* The Currency for this record
|
||||||
|
*/
|
||||||
|
public void setC_Currency_ID (int C_Currency_ID);
|
||||||
|
|
||||||
|
/** Get Currency.
|
||||||
|
* The Currency for this record
|
||||||
|
*/
|
||||||
|
public int getC_Currency_ID();
|
||||||
|
|
||||||
|
public I_C_Currency getC_Currency() throws Exception;
|
||||||
|
|
||||||
|
/** Column name Description */
|
||||||
|
public static final String COLUMNNAME_Description = "Description";
|
||||||
|
|
||||||
|
/** Set Description.
|
||||||
|
* Optional short description of the record
|
||||||
|
*/
|
||||||
|
public void setDescription (String Description);
|
||||||
|
|
||||||
|
/** Get Description.
|
||||||
|
* Optional short description of the record
|
||||||
|
*/
|
||||||
|
public String getDescription();
|
||||||
|
|
||||||
|
/** Column name EnforcePriceLimit */
|
||||||
|
public static final String COLUMNNAME_EnforcePriceLimit = "EnforcePriceLimit";
|
||||||
|
|
||||||
|
/** Set Enforce price limit.
|
||||||
|
* Do not allow prices below the limit price
|
||||||
|
*/
|
||||||
|
public void setEnforcePriceLimit (boolean EnforcePriceLimit);
|
||||||
|
|
||||||
|
/** Get Enforce price limit.
|
||||||
|
* Do not allow prices below the limit price
|
||||||
|
*/
|
||||||
|
public boolean isEnforcePriceLimit();
|
||||||
|
|
||||||
|
/** Column name IsDefault */
|
||||||
|
public static final String COLUMNNAME_IsDefault = "IsDefault";
|
||||||
|
|
||||||
|
/** Set Default.
|
||||||
|
* Default value
|
||||||
|
*/
|
||||||
|
public void setIsDefault (boolean IsDefault);
|
||||||
|
|
||||||
|
/** Get Default.
|
||||||
|
* Default value
|
||||||
|
*/
|
||||||
|
public boolean isDefault();
|
||||||
|
|
||||||
|
/** Column name IsMandatory */
|
||||||
|
public static final String COLUMNNAME_IsMandatory = "IsMandatory";
|
||||||
|
|
||||||
|
/** Set Mandatory.
|
||||||
|
* Data entry is required in this column
|
||||||
|
*/
|
||||||
|
public void setIsMandatory (boolean IsMandatory);
|
||||||
|
|
||||||
|
/** Get Mandatory.
|
||||||
|
* Data entry is required in this column
|
||||||
|
*/
|
||||||
|
public boolean isMandatory();
|
||||||
|
|
||||||
|
/** Column name isPresentForProduct */
|
||||||
|
public static final String COLUMNNAME_isPresentForProduct = "isPresentForProduct";
|
||||||
|
|
||||||
|
/** Set isPresentForProduct */
|
||||||
|
public void setisPresentForProduct (boolean isPresentForProduct);
|
||||||
|
|
||||||
|
/** Get isPresentForProduct */
|
||||||
|
public boolean isPresentForProduct();
|
||||||
|
|
||||||
|
/** Column name IsSOPriceList */
|
||||||
|
public static final String COLUMNNAME_IsSOPriceList = "IsSOPriceList";
|
||||||
|
|
||||||
|
/** Set Sales Price list.
|
||||||
|
* This is a Sales Price List
|
||||||
|
*/
|
||||||
|
public void setIsSOPriceList (boolean IsSOPriceList);
|
||||||
|
|
||||||
|
/** Get Sales Price list.
|
||||||
|
* This is a Sales Price List
|
||||||
|
*/
|
||||||
|
public boolean isSOPriceList();
|
||||||
|
|
||||||
|
/** Column name IsTaxIncluded */
|
||||||
|
public static final String COLUMNNAME_IsTaxIncluded = "IsTaxIncluded";
|
||||||
|
|
||||||
|
/** Set Price includes Tax.
|
||||||
|
* Tax is included in the price
|
||||||
|
*/
|
||||||
|
public void setIsTaxIncluded (boolean IsTaxIncluded);
|
||||||
|
|
||||||
|
/** Get Price includes Tax.
|
||||||
|
* Tax is included in the price
|
||||||
|
*/
|
||||||
|
public boolean isTaxIncluded();
|
||||||
|
|
||||||
|
/** Column name M_PriceList_ID */
|
||||||
|
public static final String COLUMNNAME_M_PriceList_ID = "M_PriceList_ID";
|
||||||
|
|
||||||
|
/** Set Price List.
|
||||||
|
* Unique identifier of a Price List
|
||||||
|
*/
|
||||||
|
public void setM_PriceList_ID (int M_PriceList_ID);
|
||||||
|
|
||||||
|
/** Get Price List.
|
||||||
|
* Unique identifier of a Price List
|
||||||
|
*/
|
||||||
|
public int getM_PriceList_ID();
|
||||||
|
|
||||||
|
/** Column name Name */
|
||||||
|
public static final String COLUMNNAME_Name = "Name";
|
||||||
|
|
||||||
|
/** Set Name.
|
||||||
|
* Alphanumeric identifier of the entity
|
||||||
|
*/
|
||||||
|
public void setName (String Name);
|
||||||
|
|
||||||
|
/** Get Name.
|
||||||
|
* Alphanumeric identifier of the entity
|
||||||
|
*/
|
||||||
|
public String getName();
|
||||||
|
|
||||||
|
/** Column name PricePrecision */
|
||||||
|
public static final String COLUMNNAME_PricePrecision = "PricePrecision";
|
||||||
|
|
||||||
|
/** Set Price Precision.
|
||||||
|
* Precision (number of decimals) for the Price
|
||||||
|
*/
|
||||||
|
public void setPricePrecision (BigDecimal PricePrecision);
|
||||||
|
|
||||||
|
/** Get Price Precision.
|
||||||
|
* Precision (number of decimals) for the Price
|
||||||
|
*/
|
||||||
|
public BigDecimal getPricePrecision();
|
||||||
|
}
|
|
@ -0,0 +1,741 @@
|
||||||
|
/**********************************************************************
|
||||||
|
* This file is part of Adempiere ERP Bazaar *
|
||||||
|
* http://www.adempiere.org *
|
||||||
|
* *
|
||||||
|
* Copyright (C) Trifon Trifonov. *
|
||||||
|
* Copyright (C) Contributors *
|
||||||
|
* *
|
||||||
|
* This program is free software;
|
||||||
|
you can redistribute it and/or *
|
||||||
|
* modify it under the terms of the GNU General Public License *
|
||||||
|
* as published by the Free Software Foundation;
|
||||||
|
either version 2 *
|
||||||
|
* of the License, or (at your option) any later version. *
|
||||||
|
* *
|
||||||
|
* This program is distributed in the hope that it will be useful, *
|
||||||
|
* but WITHOUT ANY WARRANTY;
|
||||||
|
without even the implied warranty of *
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||||
|
* GNU General Public License for more details. *
|
||||||
|
* *
|
||||||
|
* You should have received a copy of the GNU General Public License *
|
||||||
|
* along with this program;
|
||||||
|
if not, write to the Free Software *
|
||||||
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||||
|
* MA 02110-1301, USA. *
|
||||||
|
* *
|
||||||
|
* Contributors: *
|
||||||
|
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
|
||||||
|
* *
|
||||||
|
* Sponsors: *
|
||||||
|
* - Company (http://www.site.com) *
|
||||||
|
**********************************************************************/
|
||||||
|
package org.compiere.model;
|
||||||
|
|
||||||
|
import java.math.BigDecimal;
|
||||||
|
import java.sql.Timestamp;
|
||||||
|
import org.compiere.util.KeyNamePair;
|
||||||
|
|
||||||
|
/** Generated Interface for M_Product
|
||||||
|
* @author Trifon Trifonov (generated)
|
||||||
|
* @version Release 3.4.0s
|
||||||
|
*/
|
||||||
|
public interface I_M_Product
|
||||||
|
{
|
||||||
|
|
||||||
|
/** TableName=M_Product */
|
||||||
|
public static final String Table_Name = "M_Product";
|
||||||
|
|
||||||
|
/** AD_Table_ID=208 */
|
||||||
|
public static final int Table_ID = MTable.getTable_ID(Table_Name);
|
||||||
|
|
||||||
|
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
|
||||||
|
|
||||||
|
/** AccessLevel = 3 - Client - Org
|
||||||
|
*/
|
||||||
|
BigDecimal accessLevel = BigDecimal.valueOf(3);
|
||||||
|
|
||||||
|
/** Load Meta Data */
|
||||||
|
|
||||||
|
/** Column name Classification */
|
||||||
|
public static final String COLUMNNAME_Classification = "Classification";
|
||||||
|
|
||||||
|
/** Set Classification.
|
||||||
|
* Classification for grouping
|
||||||
|
*/
|
||||||
|
public void setClassification (String Classification);
|
||||||
|
|
||||||
|
/** Get Classification.
|
||||||
|
* Classification for grouping
|
||||||
|
*/
|
||||||
|
public String getClassification();
|
||||||
|
|
||||||
|
/** Column name C_RevenueRecognition_ID */
|
||||||
|
public static final String COLUMNNAME_C_RevenueRecognition_ID = "C_RevenueRecognition_ID";
|
||||||
|
|
||||||
|
/** Set Revenue Recognition.
|
||||||
|
* Method for recording revenue
|
||||||
|
*/
|
||||||
|
public void setC_RevenueRecognition_ID (int C_RevenueRecognition_ID);
|
||||||
|
|
||||||
|
/** Get Revenue Recognition.
|
||||||
|
* Method for recording revenue
|
||||||
|
*/
|
||||||
|
public int getC_RevenueRecognition_ID();
|
||||||
|
|
||||||
|
public I_C_RevenueRecognition getC_RevenueRecognition() throws Exception;
|
||||||
|
|
||||||
|
/** Column name C_SubscriptionType_ID */
|
||||||
|
public static final String COLUMNNAME_C_SubscriptionType_ID = "C_SubscriptionType_ID";
|
||||||
|
|
||||||
|
/** Set Subscription Type.
|
||||||
|
* Type of subscription
|
||||||
|
*/
|
||||||
|
public void setC_SubscriptionType_ID (int C_SubscriptionType_ID);
|
||||||
|
|
||||||
|
/** Get Subscription Type.
|
||||||
|
* Type of subscription
|
||||||
|
*/
|
||||||
|
public int getC_SubscriptionType_ID();
|
||||||
|
|
||||||
|
/** Column name C_TaxCategory_ID */
|
||||||
|
public static final String COLUMNNAME_C_TaxCategory_ID = "C_TaxCategory_ID";
|
||||||
|
|
||||||
|
/** Set Tax Category.
|
||||||
|
* Tax Category
|
||||||
|
*/
|
||||||
|
public void setC_TaxCategory_ID (int C_TaxCategory_ID);
|
||||||
|
|
||||||
|
/** Get Tax Category.
|
||||||
|
* Tax Category
|
||||||
|
*/
|
||||||
|
public int getC_TaxCategory_ID();
|
||||||
|
|
||||||
|
public I_C_TaxCategory getC_TaxCategory() throws Exception;
|
||||||
|
|
||||||
|
/** Column name C_UOM_ID */
|
||||||
|
public static final String COLUMNNAME_C_UOM_ID = "C_UOM_ID";
|
||||||
|
|
||||||
|
/** Set UOM.
|
||||||
|
* Unit of Measure
|
||||||
|
*/
|
||||||
|
public void setC_UOM_ID (int C_UOM_ID);
|
||||||
|
|
||||||
|
/** Get UOM.
|
||||||
|
* Unit of Measure
|
||||||
|
*/
|
||||||
|
public int getC_UOM_ID();
|
||||||
|
|
||||||
|
public I_C_UOM getC_UOM() throws Exception;
|
||||||
|
|
||||||
|
/** Column name Description */
|
||||||
|
public static final String COLUMNNAME_Description = "Description";
|
||||||
|
|
||||||
|
/** Set Description.
|
||||||
|
* Optional short description of the record
|
||||||
|
*/
|
||||||
|
public void setDescription (String Description);
|
||||||
|
|
||||||
|
/** Get Description.
|
||||||
|
* Optional short description of the record
|
||||||
|
*/
|
||||||
|
public String getDescription();
|
||||||
|
|
||||||
|
/** Column name DescriptionURL */
|
||||||
|
public static final String COLUMNNAME_DescriptionURL = "DescriptionURL";
|
||||||
|
|
||||||
|
/** Set Description URL.
|
||||||
|
* URL for the description
|
||||||
|
*/
|
||||||
|
public void setDescriptionURL (String DescriptionURL);
|
||||||
|
|
||||||
|
/** Get Description URL.
|
||||||
|
* URL for the description
|
||||||
|
*/
|
||||||
|
public String getDescriptionURL();
|
||||||
|
|
||||||
|
/** Column name Discontinued */
|
||||||
|
public static final String COLUMNNAME_Discontinued = "Discontinued";
|
||||||
|
|
||||||
|
/** Set Discontinued.
|
||||||
|
* This product is no longer available
|
||||||
|
*/
|
||||||
|
public void setDiscontinued (boolean Discontinued);
|
||||||
|
|
||||||
|
/** Get Discontinued.
|
||||||
|
* This product is no longer available
|
||||||
|
*/
|
||||||
|
public boolean isDiscontinued();
|
||||||
|
|
||||||
|
/** Column name DiscontinuedBy */
|
||||||
|
public static final String COLUMNNAME_DiscontinuedBy = "DiscontinuedBy";
|
||||||
|
|
||||||
|
/** Set Discontinued by.
|
||||||
|
* Discontinued By
|
||||||
|
*/
|
||||||
|
public void setDiscontinuedBy (Timestamp DiscontinuedBy);
|
||||||
|
|
||||||
|
/** Get Discontinued by.
|
||||||
|
* Discontinued By
|
||||||
|
*/
|
||||||
|
public Timestamp getDiscontinuedBy();
|
||||||
|
|
||||||
|
/** Column name DocumentNote */
|
||||||
|
public static final String COLUMNNAME_DocumentNote = "DocumentNote";
|
||||||
|
|
||||||
|
/** Set Document Note.
|
||||||
|
* Additional information for a Document
|
||||||
|
*/
|
||||||
|
public void setDocumentNote (String DocumentNote);
|
||||||
|
|
||||||
|
/** Get Document Note.
|
||||||
|
* Additional information for a Document
|
||||||
|
*/
|
||||||
|
public String getDocumentNote();
|
||||||
|
|
||||||
|
/** Column name Group1 */
|
||||||
|
public static final String COLUMNNAME_Group1 = "Group1";
|
||||||
|
|
||||||
|
/** Set Group1 */
|
||||||
|
public void setGroup1 (String Group1);
|
||||||
|
|
||||||
|
/** Get Group1 */
|
||||||
|
public String getGroup1();
|
||||||
|
|
||||||
|
/** Column name Group2 */
|
||||||
|
public static final String COLUMNNAME_Group2 = "Group2";
|
||||||
|
|
||||||
|
/** Set Group2 */
|
||||||
|
public void setGroup2 (String Group2);
|
||||||
|
|
||||||
|
/** Get Group2 */
|
||||||
|
public String getGroup2();
|
||||||
|
|
||||||
|
/** Column name GuaranteeDays */
|
||||||
|
public static final String COLUMNNAME_GuaranteeDays = "GuaranteeDays";
|
||||||
|
|
||||||
|
/** Set Guarantee Days.
|
||||||
|
* Number of days the product is guaranteed or available
|
||||||
|
*/
|
||||||
|
public void setGuaranteeDays (int GuaranteeDays);
|
||||||
|
|
||||||
|
/** Get Guarantee Days.
|
||||||
|
* Number of days the product is guaranteed or available
|
||||||
|
*/
|
||||||
|
public int getGuaranteeDays();
|
||||||
|
|
||||||
|
/** Column name GuaranteeDaysMin */
|
||||||
|
public static final String COLUMNNAME_GuaranteeDaysMin = "GuaranteeDaysMin";
|
||||||
|
|
||||||
|
/** Set Min Guarantee Days.
|
||||||
|
* Minumum number of guarantee days
|
||||||
|
*/
|
||||||
|
public void setGuaranteeDaysMin (int GuaranteeDaysMin);
|
||||||
|
|
||||||
|
/** Get Min Guarantee Days.
|
||||||
|
* Minumum number of guarantee days
|
||||||
|
*/
|
||||||
|
public int getGuaranteeDaysMin();
|
||||||
|
|
||||||
|
/** Column name Help */
|
||||||
|
public static final String COLUMNNAME_Help = "Help";
|
||||||
|
|
||||||
|
/** Set Comment/Help.
|
||||||
|
* Comment or Hint
|
||||||
|
*/
|
||||||
|
public void setHelp (String Help);
|
||||||
|
|
||||||
|
/** Get Comment/Help.
|
||||||
|
* Comment or Hint
|
||||||
|
*/
|
||||||
|
public String getHelp();
|
||||||
|
|
||||||
|
/** Column name ImageURL */
|
||||||
|
public static final String COLUMNNAME_ImageURL = "ImageURL";
|
||||||
|
|
||||||
|
/** Set Image URL.
|
||||||
|
* URL of image
|
||||||
|
*/
|
||||||
|
public void setImageURL (String ImageURL);
|
||||||
|
|
||||||
|
/** Get Image URL.
|
||||||
|
* URL of image
|
||||||
|
*/
|
||||||
|
public String getImageURL();
|
||||||
|
|
||||||
|
/** Column name IsBOM */
|
||||||
|
public static final String COLUMNNAME_IsBOM = "IsBOM";
|
||||||
|
|
||||||
|
/** Set Bill of Materials.
|
||||||
|
* Bill of Materials
|
||||||
|
*/
|
||||||
|
public void setIsBOM (boolean IsBOM);
|
||||||
|
|
||||||
|
/** Get Bill of Materials.
|
||||||
|
* Bill of Materials
|
||||||
|
*/
|
||||||
|
public boolean isBOM();
|
||||||
|
|
||||||
|
/** Column name IsDropShip */
|
||||||
|
public static final String COLUMNNAME_IsDropShip = "IsDropShip";
|
||||||
|
|
||||||
|
/** Set Drop Shipment.
|
||||||
|
* Drop Shipments are sent from the Vendor directly to the Customer
|
||||||
|
*/
|
||||||
|
public void setIsDropShip (boolean IsDropShip);
|
||||||
|
|
||||||
|
/** Get Drop Shipment.
|
||||||
|
* Drop Shipments are sent from the Vendor directly to the Customer
|
||||||
|
*/
|
||||||
|
public boolean isDropShip();
|
||||||
|
|
||||||
|
/** Column name IsExcludeAutoDelivery */
|
||||||
|
public static final String COLUMNNAME_IsExcludeAutoDelivery = "IsExcludeAutoDelivery";
|
||||||
|
|
||||||
|
/** Set Exclude Auto Delivery.
|
||||||
|
* Exclude from automatic Delivery
|
||||||
|
*/
|
||||||
|
public void setIsExcludeAutoDelivery (boolean IsExcludeAutoDelivery);
|
||||||
|
|
||||||
|
/** Get Exclude Auto Delivery.
|
||||||
|
* Exclude from automatic Delivery
|
||||||
|
*/
|
||||||
|
public boolean isExcludeAutoDelivery();
|
||||||
|
|
||||||
|
/** Column name IsInvoicePrintDetails */
|
||||||
|
public static final String COLUMNNAME_IsInvoicePrintDetails = "IsInvoicePrintDetails";
|
||||||
|
|
||||||
|
/** Set Print detail records on invoice .
|
||||||
|
* Print detail BOM elements on the invoice
|
||||||
|
*/
|
||||||
|
public void setIsInvoicePrintDetails (boolean IsInvoicePrintDetails);
|
||||||
|
|
||||||
|
/** Get Print detail records on invoice .
|
||||||
|
* Print detail BOM elements on the invoice
|
||||||
|
*/
|
||||||
|
public boolean isInvoicePrintDetails();
|
||||||
|
|
||||||
|
/** Column name IsPickListPrintDetails */
|
||||||
|
public static final String COLUMNNAME_IsPickListPrintDetails = "IsPickListPrintDetails";
|
||||||
|
|
||||||
|
/** Set Print detail records on pick list.
|
||||||
|
* Print detail BOM elements on the pick list
|
||||||
|
*/
|
||||||
|
public void setIsPickListPrintDetails (boolean IsPickListPrintDetails);
|
||||||
|
|
||||||
|
/** Get Print detail records on pick list.
|
||||||
|
* Print detail BOM elements on the pick list
|
||||||
|
*/
|
||||||
|
public boolean isPickListPrintDetails();
|
||||||
|
|
||||||
|
/** Column name IsPurchased */
|
||||||
|
public static final String COLUMNNAME_IsPurchased = "IsPurchased";
|
||||||
|
|
||||||
|
/** Set Purchased.
|
||||||
|
* Organization purchases this product
|
||||||
|
*/
|
||||||
|
public void setIsPurchased (boolean IsPurchased);
|
||||||
|
|
||||||
|
/** Get Purchased.
|
||||||
|
* Organization purchases this product
|
||||||
|
*/
|
||||||
|
public boolean isPurchased();
|
||||||
|
|
||||||
|
/** Column name IsSelfService */
|
||||||
|
public static final String COLUMNNAME_IsSelfService = "IsSelfService";
|
||||||
|
|
||||||
|
/** Set Self-Service.
|
||||||
|
* This is a Self-Service entry or this entry can be changed via Self-Service
|
||||||
|
*/
|
||||||
|
public void setIsSelfService (boolean IsSelfService);
|
||||||
|
|
||||||
|
/** Get Self-Service.
|
||||||
|
* This is a Self-Service entry or this entry can be changed via Self-Service
|
||||||
|
*/
|
||||||
|
public boolean isSelfService();
|
||||||
|
|
||||||
|
/** Column name IsSold */
|
||||||
|
public static final String COLUMNNAME_IsSold = "IsSold";
|
||||||
|
|
||||||
|
/** Set Sold.
|
||||||
|
* Organization sells this product
|
||||||
|
*/
|
||||||
|
public void setIsSold (boolean IsSold);
|
||||||
|
|
||||||
|
/** Get Sold.
|
||||||
|
* Organization sells this product
|
||||||
|
*/
|
||||||
|
public boolean isSold();
|
||||||
|
|
||||||
|
/** Column name IsStocked */
|
||||||
|
public static final String COLUMNNAME_IsStocked = "IsStocked";
|
||||||
|
|
||||||
|
/** Set Stocked.
|
||||||
|
* Organization stocks this product
|
||||||
|
*/
|
||||||
|
public void setIsStocked (boolean IsStocked);
|
||||||
|
|
||||||
|
/** Get Stocked.
|
||||||
|
* Organization stocks this product
|
||||||
|
*/
|
||||||
|
public boolean isStocked();
|
||||||
|
|
||||||
|
/** Column name IsSummary */
|
||||||
|
public static final String COLUMNNAME_IsSummary = "IsSummary";
|
||||||
|
|
||||||
|
/** Set Summary Level.
|
||||||
|
* This is a summary entity
|
||||||
|
*/
|
||||||
|
public void setIsSummary (boolean IsSummary);
|
||||||
|
|
||||||
|
/** Get Summary Level.
|
||||||
|
* This is a summary entity
|
||||||
|
*/
|
||||||
|
public boolean isSummary();
|
||||||
|
|
||||||
|
/** Column name IsVerified */
|
||||||
|
public static final String COLUMNNAME_IsVerified = "IsVerified";
|
||||||
|
|
||||||
|
/** Set Verified.
|
||||||
|
* The BOM configuration has been verified
|
||||||
|
*/
|
||||||
|
public void setIsVerified (boolean IsVerified);
|
||||||
|
|
||||||
|
/** Get Verified.
|
||||||
|
* The BOM configuration has been verified
|
||||||
|
*/
|
||||||
|
public boolean isVerified();
|
||||||
|
|
||||||
|
/** Column name IsWebStoreFeatured */
|
||||||
|
public static final String COLUMNNAME_IsWebStoreFeatured = "IsWebStoreFeatured";
|
||||||
|
|
||||||
|
/** Set Featured in Web Store.
|
||||||
|
* If selected, the product is displayed in the inital or any empy search
|
||||||
|
*/
|
||||||
|
public void setIsWebStoreFeatured (boolean IsWebStoreFeatured);
|
||||||
|
|
||||||
|
/** Get Featured in Web Store.
|
||||||
|
* If selected, the product is displayed in the inital or any empy search
|
||||||
|
*/
|
||||||
|
public boolean isWebStoreFeatured();
|
||||||
|
|
||||||
|
/** Column name M_AttributeSet_ID */
|
||||||
|
public static final String COLUMNNAME_M_AttributeSet_ID = "M_AttributeSet_ID";
|
||||||
|
|
||||||
|
/** Set Attribute Set.
|
||||||
|
* Product Attribute Set
|
||||||
|
*/
|
||||||
|
public void setM_AttributeSet_ID (int M_AttributeSet_ID);
|
||||||
|
|
||||||
|
/** Get Attribute Set.
|
||||||
|
* Product Attribute Set
|
||||||
|
*/
|
||||||
|
public int getM_AttributeSet_ID();
|
||||||
|
|
||||||
|
public I_M_AttributeSet getM_AttributeSet() throws Exception;
|
||||||
|
|
||||||
|
/** Column name M_AttributeSetInstance_ID */
|
||||||
|
public static final String COLUMNNAME_M_AttributeSetInstance_ID = "M_AttributeSetInstance_ID";
|
||||||
|
|
||||||
|
/** Set Attribute Set Instance.
|
||||||
|
* Product Attribute Set Instance
|
||||||
|
*/
|
||||||
|
public void setM_AttributeSetInstance_ID (int M_AttributeSetInstance_ID);
|
||||||
|
|
||||||
|
/** Get Attribute Set Instance.
|
||||||
|
* Product Attribute Set Instance
|
||||||
|
*/
|
||||||
|
public int getM_AttributeSetInstance_ID();
|
||||||
|
|
||||||
|
/** Column name M_FreightCategory_ID */
|
||||||
|
public static final String COLUMNNAME_M_FreightCategory_ID = "M_FreightCategory_ID";
|
||||||
|
|
||||||
|
/** Set Freight Category.
|
||||||
|
* Category of the Freight
|
||||||
|
*/
|
||||||
|
public void setM_FreightCategory_ID (int M_FreightCategory_ID);
|
||||||
|
|
||||||
|
/** Get Freight Category.
|
||||||
|
* Category of the Freight
|
||||||
|
*/
|
||||||
|
public int getM_FreightCategory_ID();
|
||||||
|
|
||||||
|
public I_M_FreightCategory getM_FreightCategory() throws Exception;
|
||||||
|
|
||||||
|
/** Column name M_Locator_ID */
|
||||||
|
public static final String COLUMNNAME_M_Locator_ID = "M_Locator_ID";
|
||||||
|
|
||||||
|
/** Set Locator.
|
||||||
|
* Warehouse Locator
|
||||||
|
*/
|
||||||
|
public void setM_Locator_ID (int M_Locator_ID);
|
||||||
|
|
||||||
|
/** Get Locator.
|
||||||
|
* Warehouse Locator
|
||||||
|
*/
|
||||||
|
public int getM_Locator_ID();
|
||||||
|
|
||||||
|
/** Column name M_Product_Category_ID */
|
||||||
|
public static final String COLUMNNAME_M_Product_Category_ID = "M_Product_Category_ID";
|
||||||
|
|
||||||
|
/** Set Product Category.
|
||||||
|
* Category of a Product
|
||||||
|
*/
|
||||||
|
public void setM_Product_Category_ID (int M_Product_Category_ID);
|
||||||
|
|
||||||
|
/** Get Product Category.
|
||||||
|
* Category of a Product
|
||||||
|
*/
|
||||||
|
public int getM_Product_Category_ID();
|
||||||
|
|
||||||
|
public I_M_Product_Category getM_Product_Category() throws Exception;
|
||||||
|
|
||||||
|
/** Column name M_Product_ID */
|
||||||
|
public static final String COLUMNNAME_M_Product_ID = "M_Product_ID";
|
||||||
|
|
||||||
|
/** Set Product.
|
||||||
|
* Product, Service, Item
|
||||||
|
*/
|
||||||
|
public void setM_Product_ID (int M_Product_ID);
|
||||||
|
|
||||||
|
/** Get Product.
|
||||||
|
* Product, Service, Item
|
||||||
|
*/
|
||||||
|
public int getM_Product_ID();
|
||||||
|
|
||||||
|
/** Column name Name */
|
||||||
|
public static final String COLUMNNAME_Name = "Name";
|
||||||
|
|
||||||
|
/** Set Name.
|
||||||
|
* Alphanumeric identifier of the entity
|
||||||
|
*/
|
||||||
|
public void setName (String Name);
|
||||||
|
|
||||||
|
/** Get Name.
|
||||||
|
* Alphanumeric identifier of the entity
|
||||||
|
*/
|
||||||
|
public String getName();
|
||||||
|
|
||||||
|
/** Column name Processing */
|
||||||
|
public static final String COLUMNNAME_Processing = "Processing";
|
||||||
|
|
||||||
|
/** Set Process Now */
|
||||||
|
public void setProcessing (boolean Processing);
|
||||||
|
|
||||||
|
/** Get Process Now */
|
||||||
|
public boolean isProcessing();
|
||||||
|
|
||||||
|
/** Column name ProductType */
|
||||||
|
public static final String COLUMNNAME_ProductType = "ProductType";
|
||||||
|
|
||||||
|
/** Set Product Type.
|
||||||
|
* Type of product
|
||||||
|
*/
|
||||||
|
public void setProductType (String ProductType);
|
||||||
|
|
||||||
|
/** Get Product Type.
|
||||||
|
* Type of product
|
||||||
|
*/
|
||||||
|
public String getProductType();
|
||||||
|
|
||||||
|
/** Column name R_MailText_ID */
|
||||||
|
public static final String COLUMNNAME_R_MailText_ID = "R_MailText_ID";
|
||||||
|
|
||||||
|
/** Set Mail Template.
|
||||||
|
* Text templates for mailings
|
||||||
|
*/
|
||||||
|
public void setR_MailText_ID (int R_MailText_ID);
|
||||||
|
|
||||||
|
/** Get Mail Template.
|
||||||
|
* Text templates for mailings
|
||||||
|
*/
|
||||||
|
public int getR_MailText_ID();
|
||||||
|
|
||||||
|
public I_R_MailText getR_MailText() throws Exception;
|
||||||
|
|
||||||
|
/** Column name SalesRep_ID */
|
||||||
|
public static final String COLUMNNAME_SalesRep_ID = "SalesRep_ID";
|
||||||
|
|
||||||
|
/** Set Sales Representative.
|
||||||
|
* Sales Representative or Company Agent
|
||||||
|
*/
|
||||||
|
public void setSalesRep_ID (int SalesRep_ID);
|
||||||
|
|
||||||
|
/** Get Sales Representative.
|
||||||
|
* Sales Representative or Company Agent
|
||||||
|
*/
|
||||||
|
public int getSalesRep_ID();
|
||||||
|
|
||||||
|
/** Column name S_ExpenseType_ID */
|
||||||
|
public static final String COLUMNNAME_S_ExpenseType_ID = "S_ExpenseType_ID";
|
||||||
|
|
||||||
|
/** Set Expense Type.
|
||||||
|
* Expense report type
|
||||||
|
*/
|
||||||
|
public void setS_ExpenseType_ID (int S_ExpenseType_ID);
|
||||||
|
|
||||||
|
/** Get Expense Type.
|
||||||
|
* Expense report type
|
||||||
|
*/
|
||||||
|
public int getS_ExpenseType_ID();
|
||||||
|
|
||||||
|
public I_S_ExpenseType getS_ExpenseType() throws Exception;
|
||||||
|
|
||||||
|
/** Column name ShelfDepth */
|
||||||
|
public static final String COLUMNNAME_ShelfDepth = "ShelfDepth";
|
||||||
|
|
||||||
|
/** Set Shelf Depth.
|
||||||
|
* Shelf depth required
|
||||||
|
*/
|
||||||
|
public void setShelfDepth (int ShelfDepth);
|
||||||
|
|
||||||
|
/** Get Shelf Depth.
|
||||||
|
* Shelf depth required
|
||||||
|
*/
|
||||||
|
public int getShelfDepth();
|
||||||
|
|
||||||
|
/** Column name ShelfHeight */
|
||||||
|
public static final String COLUMNNAME_ShelfHeight = "ShelfHeight";
|
||||||
|
|
||||||
|
/** Set Shelf Height.
|
||||||
|
* Shelf height required
|
||||||
|
*/
|
||||||
|
public void setShelfHeight (int ShelfHeight);
|
||||||
|
|
||||||
|
/** Get Shelf Height.
|
||||||
|
* Shelf height required
|
||||||
|
*/
|
||||||
|
public int getShelfHeight();
|
||||||
|
|
||||||
|
/** Column name ShelfWidth */
|
||||||
|
public static final String COLUMNNAME_ShelfWidth = "ShelfWidth";
|
||||||
|
|
||||||
|
/** Set Shelf Width.
|
||||||
|
* Shelf width required
|
||||||
|
*/
|
||||||
|
public void setShelfWidth (int ShelfWidth);
|
||||||
|
|
||||||
|
/** Get Shelf Width.
|
||||||
|
* Shelf width required
|
||||||
|
*/
|
||||||
|
public int getShelfWidth();
|
||||||
|
|
||||||
|
/** Column name SKU */
|
||||||
|
public static final String COLUMNNAME_SKU = "SKU";
|
||||||
|
|
||||||
|
/** Set SKU.
|
||||||
|
* Stock Keeping Unit
|
||||||
|
*/
|
||||||
|
public void setSKU (String SKU);
|
||||||
|
|
||||||
|
/** Get SKU.
|
||||||
|
* Stock Keeping Unit
|
||||||
|
*/
|
||||||
|
public String getSKU();
|
||||||
|
|
||||||
|
/** Column name S_Resource_ID */
|
||||||
|
public static final String COLUMNNAME_S_Resource_ID = "S_Resource_ID";
|
||||||
|
|
||||||
|
/** Set Resource.
|
||||||
|
* Resource
|
||||||
|
*/
|
||||||
|
public void setS_Resource_ID (int S_Resource_ID);
|
||||||
|
|
||||||
|
/** Get Resource.
|
||||||
|
* Resource
|
||||||
|
*/
|
||||||
|
public int getS_Resource_ID();
|
||||||
|
|
||||||
|
public I_S_Resource getS_Resource() throws Exception;
|
||||||
|
|
||||||
|
/** Column name UnitsPerPack */
|
||||||
|
public static final String COLUMNNAME_UnitsPerPack = "UnitsPerPack";
|
||||||
|
|
||||||
|
/** Set UnitsPerPack.
|
||||||
|
* The Units Per Pack indicates the no of units of a product packed together.
|
||||||
|
*/
|
||||||
|
public void setUnitsPerPack (int UnitsPerPack);
|
||||||
|
|
||||||
|
/** Get UnitsPerPack.
|
||||||
|
* The Units Per Pack indicates the no of units of a product packed together.
|
||||||
|
*/
|
||||||
|
public int getUnitsPerPack();
|
||||||
|
|
||||||
|
/** Column name UnitsPerPallet */
|
||||||
|
public static final String COLUMNNAME_UnitsPerPallet = "UnitsPerPallet";
|
||||||
|
|
||||||
|
/** Set Units Per Pallet.
|
||||||
|
* Units Per Pallet
|
||||||
|
*/
|
||||||
|
public void setUnitsPerPallet (int UnitsPerPallet);
|
||||||
|
|
||||||
|
/** Get Units Per Pallet.
|
||||||
|
* Units Per Pallet
|
||||||
|
*/
|
||||||
|
public int getUnitsPerPallet();
|
||||||
|
|
||||||
|
/** Column name UPC */
|
||||||
|
public static final String COLUMNNAME_UPC = "UPC";
|
||||||
|
|
||||||
|
/** Set UPC/EAN.
|
||||||
|
* Bar Code (Universal Product Code or its superset European Article Number)
|
||||||
|
*/
|
||||||
|
public void setUPC (String UPC);
|
||||||
|
|
||||||
|
/** Get UPC/EAN.
|
||||||
|
* Bar Code (Universal Product Code or its superset European Article Number)
|
||||||
|
*/
|
||||||
|
public String getUPC();
|
||||||
|
|
||||||
|
/** Column name Value */
|
||||||
|
public static final String COLUMNNAME_Value = "Value";
|
||||||
|
|
||||||
|
/** Set Search Key.
|
||||||
|
* Search key for the record in the format required - must be unique
|
||||||
|
*/
|
||||||
|
public void setValue (String Value);
|
||||||
|
|
||||||
|
/** Get Search Key.
|
||||||
|
* Search key for the record in the format required - must be unique
|
||||||
|
*/
|
||||||
|
public String getValue();
|
||||||
|
|
||||||
|
/** Column name VersionNo */
|
||||||
|
public static final String COLUMNNAME_VersionNo = "VersionNo";
|
||||||
|
|
||||||
|
/** Set Version No.
|
||||||
|
* Version Number
|
||||||
|
*/
|
||||||
|
public void setVersionNo (String VersionNo);
|
||||||
|
|
||||||
|
/** Get Version No.
|
||||||
|
* Version Number
|
||||||
|
*/
|
||||||
|
public String getVersionNo();
|
||||||
|
|
||||||
|
/** Column name Volume */
|
||||||
|
public static final String COLUMNNAME_Volume = "Volume";
|
||||||
|
|
||||||
|
/** Set Volume.
|
||||||
|
* Volume of a product
|
||||||
|
*/
|
||||||
|
public void setVolume (BigDecimal Volume);
|
||||||
|
|
||||||
|
/** Get Volume.
|
||||||
|
* Volume of a product
|
||||||
|
*/
|
||||||
|
public BigDecimal getVolume();
|
||||||
|
|
||||||
|
/** Column name Weight */
|
||||||
|
public static final String COLUMNNAME_Weight = "Weight";
|
||||||
|
|
||||||
|
/** Set Weight.
|
||||||
|
* Weight of a product
|
||||||
|
*/
|
||||||
|
public void setWeight (BigDecimal Weight);
|
||||||
|
|
||||||
|
/** Get Weight.
|
||||||
|
* Weight of a product
|
||||||
|
*/
|
||||||
|
public BigDecimal getWeight();
|
||||||
|
}
|
|
@ -0,0 +1,411 @@
|
||||||
|
/**********************************************************************
|
||||||
|
* This file is part of Adempiere ERP Bazaar *
|
||||||
|
* http://www.adempiere.org *
|
||||||
|
* *
|
||||||
|
* Copyright (C) Trifon Trifonov. *
|
||||||
|
* Copyright (C) Contributors *
|
||||||
|
* *
|
||||||
|
* This program is free software;
|
||||||
|
you can redistribute it and/or *
|
||||||
|
* modify it under the terms of the GNU General Public License *
|
||||||
|
* as published by the Free Software Foundation;
|
||||||
|
either version 2 *
|
||||||
|
* of the License, or (at your option) any later version. *
|
||||||
|
* *
|
||||||
|
* This program is distributed in the hope that it will be useful, *
|
||||||
|
* but WITHOUT ANY WARRANTY;
|
||||||
|
without even the implied warranty of *
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||||
|
* GNU General Public License for more details. *
|
||||||
|
* *
|
||||||
|
* You should have received a copy of the GNU General Public License *
|
||||||
|
* along with this program;
|
||||||
|
if not, write to the Free Software *
|
||||||
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||||
|
* MA 02110-1301, USA. *
|
||||||
|
* *
|
||||||
|
* Contributors: *
|
||||||
|
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
|
||||||
|
* *
|
||||||
|
* Sponsors: *
|
||||||
|
* - Company (http://www.site.com) *
|
||||||
|
**********************************************************************/
|
||||||
|
package org.compiere.model;
|
||||||
|
|
||||||
|
import java.math.BigDecimal;
|
||||||
|
import java.sql.Timestamp;
|
||||||
|
import org.compiere.util.KeyNamePair;
|
||||||
|
|
||||||
|
/** Generated Interface for U_POSTerminal
|
||||||
|
* @author Trifon Trifonov (generated)
|
||||||
|
* @version Release 3.4.0s
|
||||||
|
*/
|
||||||
|
public interface I_U_POSTerminal
|
||||||
|
{
|
||||||
|
|
||||||
|
/** TableName=U_POSTerminal */
|
||||||
|
public static final String Table_Name = "U_POSTerminal";
|
||||||
|
|
||||||
|
/** AD_Table_ID=52004 */
|
||||||
|
public static final int Table_ID = MTable.getTable_ID(Table_Name);
|
||||||
|
|
||||||
|
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
|
||||||
|
|
||||||
|
/** AccessLevel = 1 - Org
|
||||||
|
*/
|
||||||
|
BigDecimal accessLevel = BigDecimal.valueOf(1);
|
||||||
|
|
||||||
|
/** Load Meta Data */
|
||||||
|
|
||||||
|
/** Column name AutoLock */
|
||||||
|
public static final String COLUMNNAME_AutoLock = "AutoLock";
|
||||||
|
|
||||||
|
/** Set Auto Lock.
|
||||||
|
* Whether to automatically lock the terminal when till is closed
|
||||||
|
*/
|
||||||
|
public void setAutoLock (boolean AutoLock);
|
||||||
|
|
||||||
|
/** Get Auto Lock.
|
||||||
|
* Whether to automatically lock the terminal when till is closed
|
||||||
|
*/
|
||||||
|
public boolean isAutoLock();
|
||||||
|
|
||||||
|
/** Column name Card_BankAccount_ID */
|
||||||
|
public static final String COLUMNNAME_Card_BankAccount_ID = "Card_BankAccount_ID";
|
||||||
|
|
||||||
|
/** Set Card Bank Account.
|
||||||
|
* Bank Account on which card transactions will be processed
|
||||||
|
*/
|
||||||
|
public void setCard_BankAccount_ID (int Card_BankAccount_ID);
|
||||||
|
|
||||||
|
/** Get Card Bank Account.
|
||||||
|
* Bank Account on which card transactions will be processed
|
||||||
|
*/
|
||||||
|
public int getCard_BankAccount_ID();
|
||||||
|
|
||||||
|
/** Column name CardTransferBankAccount_ID */
|
||||||
|
public static final String COLUMNNAME_CardTransferBankAccount_ID = "CardTransferBankAccount_ID";
|
||||||
|
|
||||||
|
/** Set Transfer Card trx to.
|
||||||
|
* Bank account on which to transfer Card transactions
|
||||||
|
*/
|
||||||
|
public void setCardTransferBankAccount_ID (int CardTransferBankAccount_ID);
|
||||||
|
|
||||||
|
/** Get Transfer Card trx to.
|
||||||
|
* Bank account on which to transfer Card transactions
|
||||||
|
*/
|
||||||
|
public int getCardTransferBankAccount_ID();
|
||||||
|
|
||||||
|
/** Column name CardTransferCashBook_ID */
|
||||||
|
public static final String COLUMNNAME_CardTransferCashBook_ID = "CardTransferCashBook_ID";
|
||||||
|
|
||||||
|
/** Set Transfer Card trx to.
|
||||||
|
* Cash Book on which to transfer all Card transactions
|
||||||
|
*/
|
||||||
|
public void setCardTransferCashBook_ID (int CardTransferCashBook_ID);
|
||||||
|
|
||||||
|
/** Get Transfer Card trx to.
|
||||||
|
* Cash Book on which to transfer all Card transactions
|
||||||
|
*/
|
||||||
|
public int getCardTransferCashBook_ID();
|
||||||
|
|
||||||
|
/** Column name CardTransferType */
|
||||||
|
public static final String COLUMNNAME_CardTransferType = "CardTransferType";
|
||||||
|
|
||||||
|
/** Set Card Transfer Type */
|
||||||
|
public void setCardTransferType (String CardTransferType);
|
||||||
|
|
||||||
|
/** Get Card Transfer Type */
|
||||||
|
public String getCardTransferType();
|
||||||
|
|
||||||
|
/** Column name CashBookTransferType */
|
||||||
|
public static final String COLUMNNAME_CashBookTransferType = "CashBookTransferType";
|
||||||
|
|
||||||
|
/** Set Cash Book Transfer Type.
|
||||||
|
* Where the money in the cash book should be transfered to. Either a Bank Account or another Cash Book
|
||||||
|
*/
|
||||||
|
public void setCashBookTransferType (String CashBookTransferType);
|
||||||
|
|
||||||
|
/** Get Cash Book Transfer Type.
|
||||||
|
* Where the money in the cash book should be transfered to. Either a Bank Account or another Cash Book
|
||||||
|
*/
|
||||||
|
public String getCashBookTransferType();
|
||||||
|
|
||||||
|
/** Column name CashTransferBankAccount_ID */
|
||||||
|
public static final String COLUMNNAME_CashTransferBankAccount_ID = "CashTransferBankAccount_ID";
|
||||||
|
|
||||||
|
/** Set Transfer Cash trx to.
|
||||||
|
* Bank Account on which to transfer all Cash transactions
|
||||||
|
*/
|
||||||
|
public void setCashTransferBankAccount_ID (int CashTransferBankAccount_ID);
|
||||||
|
|
||||||
|
/** Get Transfer Cash trx to.
|
||||||
|
* Bank Account on which to transfer all Cash transactions
|
||||||
|
*/
|
||||||
|
public int getCashTransferBankAccount_ID();
|
||||||
|
|
||||||
|
/** Column name CashTransferCashBook_ID */
|
||||||
|
public static final String COLUMNNAME_CashTransferCashBook_ID = "CashTransferCashBook_ID";
|
||||||
|
|
||||||
|
/** Set Transfer Cash trx to.
|
||||||
|
* Cash Book on which to transfer all Cash transactions
|
||||||
|
*/
|
||||||
|
public void setCashTransferCashBook_ID (int CashTransferCashBook_ID);
|
||||||
|
|
||||||
|
/** Get Transfer Cash trx to.
|
||||||
|
* Cash Book on which to transfer all Cash transactions
|
||||||
|
*/
|
||||||
|
public int getCashTransferCashBook_ID();
|
||||||
|
|
||||||
|
/** Column name C_CashBook_ID */
|
||||||
|
public static final String COLUMNNAME_C_CashBook_ID = "C_CashBook_ID";
|
||||||
|
|
||||||
|
/** Set Cash Book.
|
||||||
|
* Cash Book for recording petty cash transactions
|
||||||
|
*/
|
||||||
|
public void setC_CashBook_ID (int C_CashBook_ID);
|
||||||
|
|
||||||
|
/** Get Cash Book.
|
||||||
|
* Cash Book for recording petty cash transactions
|
||||||
|
*/
|
||||||
|
public int getC_CashBook_ID();
|
||||||
|
|
||||||
|
public I_C_CashBook getC_CashBook() throws Exception;
|
||||||
|
|
||||||
|
/** Column name C_CashBPartner_ID */
|
||||||
|
public static final String COLUMNNAME_C_CashBPartner_ID = "C_CashBPartner_ID";
|
||||||
|
|
||||||
|
/** Set Cash BPartner.
|
||||||
|
* BPartner to be used for Cash transactions
|
||||||
|
*/
|
||||||
|
public void setC_CashBPartner_ID (int C_CashBPartner_ID);
|
||||||
|
|
||||||
|
/** Get Cash BPartner.
|
||||||
|
* BPartner to be used for Cash transactions
|
||||||
|
*/
|
||||||
|
public int getC_CashBPartner_ID();
|
||||||
|
|
||||||
|
/** Column name Check_BankAccount_ID */
|
||||||
|
public static final String COLUMNNAME_Check_BankAccount_ID = "Check_BankAccount_ID";
|
||||||
|
|
||||||
|
/** Set Check Bank Account.
|
||||||
|
* Bank Account to be used for processing Check transactions
|
||||||
|
*/
|
||||||
|
public void setCheck_BankAccount_ID (int Check_BankAccount_ID);
|
||||||
|
|
||||||
|
/** Get Check Bank Account.
|
||||||
|
* Bank Account to be used for processing Check transactions
|
||||||
|
*/
|
||||||
|
public int getCheck_BankAccount_ID();
|
||||||
|
|
||||||
|
/** Column name CheckTransferBankAccount_ID */
|
||||||
|
public static final String COLUMNNAME_CheckTransferBankAccount_ID = "CheckTransferBankAccount_ID";
|
||||||
|
|
||||||
|
/** Set Tranfer Check trx to.
|
||||||
|
* Bank account on which to transfer Check transactions
|
||||||
|
*/
|
||||||
|
public void setCheckTransferBankAccount_ID (int CheckTransferBankAccount_ID);
|
||||||
|
|
||||||
|
/** Get Tranfer Check trx to.
|
||||||
|
* Bank account on which to transfer Check transactions
|
||||||
|
*/
|
||||||
|
public int getCheckTransferBankAccount_ID();
|
||||||
|
|
||||||
|
/** Column name CheckTransferCashBook_ID */
|
||||||
|
public static final String COLUMNNAME_CheckTransferCashBook_ID = "CheckTransferCashBook_ID";
|
||||||
|
|
||||||
|
/** Set Transfer Check trx to.
|
||||||
|
* Cash Book on which to transfer all Check transactions
|
||||||
|
*/
|
||||||
|
public void setCheckTransferCashBook_ID (int CheckTransferCashBook_ID);
|
||||||
|
|
||||||
|
/** Get Transfer Check trx to.
|
||||||
|
* Cash Book on which to transfer all Check transactions
|
||||||
|
*/
|
||||||
|
public int getCheckTransferCashBook_ID();
|
||||||
|
|
||||||
|
/** Column name CheckTransferType */
|
||||||
|
public static final String COLUMNNAME_CheckTransferType = "CheckTransferType";
|
||||||
|
|
||||||
|
/** Set Check Transfer Type */
|
||||||
|
public void setCheckTransferType (String CheckTransferType);
|
||||||
|
|
||||||
|
/** Get Check Transfer Type */
|
||||||
|
public String getCheckTransferType();
|
||||||
|
|
||||||
|
/** Column name C_TemplateBPartner_ID */
|
||||||
|
public static final String COLUMNNAME_C_TemplateBPartner_ID = "C_TemplateBPartner_ID";
|
||||||
|
|
||||||
|
/** Set Template BPartner.
|
||||||
|
* BPartner that is to be used as template when new customers are created
|
||||||
|
*/
|
||||||
|
public void setC_TemplateBPartner_ID (int C_TemplateBPartner_ID);
|
||||||
|
|
||||||
|
/** Get Template BPartner.
|
||||||
|
* BPartner that is to be used as template when new customers are created
|
||||||
|
*/
|
||||||
|
public int getC_TemplateBPartner_ID();
|
||||||
|
|
||||||
|
/** Column name Description */
|
||||||
|
public static final String COLUMNNAME_Description = "Description";
|
||||||
|
|
||||||
|
/** Set Description.
|
||||||
|
* Optional short description of the record
|
||||||
|
*/
|
||||||
|
public void setDescription (String Description);
|
||||||
|
|
||||||
|
/** Get Description.
|
||||||
|
* Optional short description of the record
|
||||||
|
*/
|
||||||
|
public String getDescription();
|
||||||
|
|
||||||
|
/** Column name Help */
|
||||||
|
public static final String COLUMNNAME_Help = "Help";
|
||||||
|
|
||||||
|
/** Set Comment/Help.
|
||||||
|
* Comment or Hint
|
||||||
|
*/
|
||||||
|
public void setHelp (String Help);
|
||||||
|
|
||||||
|
/** Get Comment/Help.
|
||||||
|
* Comment or Hint
|
||||||
|
*/
|
||||||
|
public String getHelp();
|
||||||
|
|
||||||
|
/** Column name LastLockTime */
|
||||||
|
public static final String COLUMNNAME_LastLockTime = "LastLockTime";
|
||||||
|
|
||||||
|
/** Set Last Lock Time.
|
||||||
|
* Last time at which the terminal was locked
|
||||||
|
*/
|
||||||
|
public void setLastLockTime (Timestamp LastLockTime);
|
||||||
|
|
||||||
|
/** Get Last Lock Time.
|
||||||
|
* Last time at which the terminal was locked
|
||||||
|
*/
|
||||||
|
public Timestamp getLastLockTime();
|
||||||
|
|
||||||
|
/** Column name Locked */
|
||||||
|
public static final String COLUMNNAME_Locked = "Locked";
|
||||||
|
|
||||||
|
/** Set Locked.
|
||||||
|
* Whether the terminal is locked
|
||||||
|
*/
|
||||||
|
public void setLocked (boolean Locked);
|
||||||
|
|
||||||
|
/** Get Locked.
|
||||||
|
* Whether the terminal is locked
|
||||||
|
*/
|
||||||
|
public boolean isLocked();
|
||||||
|
|
||||||
|
/** Column name LockTime */
|
||||||
|
public static final String COLUMNNAME_LockTime = "LockTime";
|
||||||
|
|
||||||
|
/** Set Lock Time.
|
||||||
|
* Time in minutes the terminal should be kept in a locked state.
|
||||||
|
*/
|
||||||
|
public void setLockTime (int LockTime);
|
||||||
|
|
||||||
|
/** Get Lock Time.
|
||||||
|
* Time in minutes the terminal should be kept in a locked state.
|
||||||
|
*/
|
||||||
|
public int getLockTime();
|
||||||
|
|
||||||
|
/** Column name M_Warehouse_ID */
|
||||||
|
public static final String COLUMNNAME_M_Warehouse_ID = "M_Warehouse_ID";
|
||||||
|
|
||||||
|
/** Set Warehouse.
|
||||||
|
* Storage Warehouse and Service Point
|
||||||
|
*/
|
||||||
|
public void setM_Warehouse_ID (int M_Warehouse_ID);
|
||||||
|
|
||||||
|
/** Get Warehouse.
|
||||||
|
* Storage Warehouse and Service Point
|
||||||
|
*/
|
||||||
|
public int getM_Warehouse_ID();
|
||||||
|
|
||||||
|
public I_M_Warehouse getM_Warehouse() throws Exception;
|
||||||
|
|
||||||
|
/** Column name Name */
|
||||||
|
public static final String COLUMNNAME_Name = "Name";
|
||||||
|
|
||||||
|
/** Set Name.
|
||||||
|
* Alphanumeric identifier of the entity
|
||||||
|
*/
|
||||||
|
public void setName (String Name);
|
||||||
|
|
||||||
|
/** Get Name.
|
||||||
|
* Alphanumeric identifier of the entity
|
||||||
|
*/
|
||||||
|
public String getName();
|
||||||
|
|
||||||
|
/** Column name PO_PriceList_ID */
|
||||||
|
public static final String COLUMNNAME_PO_PriceList_ID = "PO_PriceList_ID";
|
||||||
|
|
||||||
|
/** Set Purchase Pricelist.
|
||||||
|
* Price List used by this Business Partner
|
||||||
|
*/
|
||||||
|
public void setPO_PriceList_ID (int PO_PriceList_ID);
|
||||||
|
|
||||||
|
/** Get Purchase Pricelist.
|
||||||
|
* Price List used by this Business Partner
|
||||||
|
*/
|
||||||
|
public int getPO_PriceList_ID();
|
||||||
|
|
||||||
|
/** Column name PrinterName */
|
||||||
|
public static final String COLUMNNAME_PrinterName = "PrinterName";
|
||||||
|
|
||||||
|
/** Set Printer Name.
|
||||||
|
* Name of the Printer
|
||||||
|
*/
|
||||||
|
public void setPrinterName (String PrinterName);
|
||||||
|
|
||||||
|
/** Get Printer Name.
|
||||||
|
* Name of the Printer
|
||||||
|
*/
|
||||||
|
public String getPrinterName();
|
||||||
|
|
||||||
|
/** Column name SalesRep_ID */
|
||||||
|
public static final String COLUMNNAME_SalesRep_ID = "SalesRep_ID";
|
||||||
|
|
||||||
|
/** Set Sales Representative.
|
||||||
|
* Sales Representative or Company Agent
|
||||||
|
*/
|
||||||
|
public void setSalesRep_ID (int SalesRep_ID);
|
||||||
|
|
||||||
|
/** Get Sales Representative.
|
||||||
|
* Sales Representative or Company Agent
|
||||||
|
*/
|
||||||
|
public int getSalesRep_ID();
|
||||||
|
|
||||||
|
/** Column name SO_PriceList_ID */
|
||||||
|
public static final String COLUMNNAME_SO_PriceList_ID = "SO_PriceList_ID";
|
||||||
|
|
||||||
|
/** Set Sales Pricelist */
|
||||||
|
public void setSO_PriceList_ID (int SO_PriceList_ID);
|
||||||
|
|
||||||
|
/** Get Sales Pricelist */
|
||||||
|
public int getSO_PriceList_ID();
|
||||||
|
|
||||||
|
/** Column name UnlockingTime */
|
||||||
|
public static final String COLUMNNAME_UnlockingTime = "UnlockingTime";
|
||||||
|
|
||||||
|
/** Set UnlockingTime.
|
||||||
|
* Time at which the terminal should be unlocked
|
||||||
|
*/
|
||||||
|
public void setUnlockingTime (Timestamp UnlockingTime);
|
||||||
|
|
||||||
|
/** Get UnlockingTime.
|
||||||
|
* Time at which the terminal should be unlocked
|
||||||
|
*/
|
||||||
|
public Timestamp getUnlockingTime();
|
||||||
|
|
||||||
|
/** Column name U_POSTerminal_ID */
|
||||||
|
public static final String COLUMNNAME_U_POSTerminal_ID = "U_POSTerminal_ID";
|
||||||
|
|
||||||
|
/** Set POS Terminal */
|
||||||
|
public void setU_POSTerminal_ID (int U_POSTerminal_ID);
|
||||||
|
|
||||||
|
/** Get POS Terminal */
|
||||||
|
public int getU_POSTerminal_ID();
|
||||||
|
}
|
|
@ -0,0 +1,780 @@
|
||||||
|
/******************************************************************************
|
||||||
|
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||||
|
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. *
|
||||||
|
* This program is free software; you can redistribute it and/or modify it *
|
||||||
|
* under the terms version 2 of the GNU General Public License as published *
|
||||||
|
* by the Free Software Foundation. This program is distributed in the hope *
|
||||||
|
* that it will be useful, but WITHOUT ANY WARRANTY; without even the implied *
|
||||||
|
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
|
||||||
|
* See the GNU General Public License for more details. *
|
||||||
|
* You should have received a copy of the GNU General Public License along *
|
||||||
|
* with this program; if not, write to the Free Software Foundation, Inc., *
|
||||||
|
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
|
||||||
|
* For the text or an alternative of this public license, you may reach us *
|
||||||
|
* ComPiere, Inc., 2620 Augustine Dr. #245, Santa Clara, CA 95054, USA *
|
||||||
|
* or via info@compiere.org or http://www.compiere.org/license.html *
|
||||||
|
*****************************************************************************/
|
||||||
|
package org.compiere.model;
|
||||||
|
|
||||||
|
import java.io.File;
|
||||||
|
import java.math.BigDecimal;
|
||||||
|
import java.sql.PreparedStatement;
|
||||||
|
import java.sql.ResultSet;
|
||||||
|
import java.sql.Timestamp;
|
||||||
|
import java.util.ArrayList;
|
||||||
|
import java.util.Properties;
|
||||||
|
import java.util.logging.Level;
|
||||||
|
|
||||||
|
import org.compiere.process.DocAction;
|
||||||
|
import org.compiere.process.DocumentEngine;
|
||||||
|
import org.compiere.util.CLogger;
|
||||||
|
import org.compiere.util.DB;
|
||||||
|
import org.compiere.util.DisplayType;
|
||||||
|
import org.compiere.util.Env;
|
||||||
|
import org.compiere.util.Msg;
|
||||||
|
import org.compiere.util.TimeUtil;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Cash Journal Model
|
||||||
|
*
|
||||||
|
* @author Jorg Janke
|
||||||
|
* @version $Id: MCash.java,v 1.3 2006/07/30 00:51:03 jjanke Exp $
|
||||||
|
*
|
||||||
|
* @author Teo Sarca, SC ARHIPAC SERVICE SRL
|
||||||
|
* <li>BF [ 1831997 ] Cash journal allocation reversed
|
||||||
|
* <li>BF [ 1894524 ] Pay an reversed invoice
|
||||||
|
*/
|
||||||
|
public class MCash extends X_C_Cash implements DocAction
|
||||||
|
{
|
||||||
|
/**
|
||||||
|
* Get Cash Journal for currency, org and date
|
||||||
|
* @param ctx context
|
||||||
|
* @param C_Currency_ID currency
|
||||||
|
* @param AD_Org_ID org
|
||||||
|
* @param dateAcct date
|
||||||
|
* @param trxName transaction
|
||||||
|
* @return cash
|
||||||
|
*/
|
||||||
|
public static MCash get (Properties ctx, int AD_Org_ID,
|
||||||
|
Timestamp dateAcct, int C_Currency_ID, String trxName)
|
||||||
|
{
|
||||||
|
MCash retValue = null;
|
||||||
|
// Existing Journal
|
||||||
|
String sql;
|
||||||
|
sql = "SELECT * FROM C_Cash c "
|
||||||
|
+ "WHERE c.AD_Org_ID=?" // #1
|
||||||
|
+ " AND TRUNC(c.StatementDate)=?" // #2
|
||||||
|
+ " AND c.Processed='N'"
|
||||||
|
+ " AND EXISTS (SELECT * FROM C_CashBook cb "
|
||||||
|
+ "WHERE c.C_CashBook_ID=cb.C_CashBook_ID AND cb.AD_Org_ID=c.AD_Org_ID"
|
||||||
|
+ " AND cb.C_Currency_ID=?)"; // #3
|
||||||
|
|
||||||
|
PreparedStatement pstmt = null;
|
||||||
|
ResultSet rs = null;
|
||||||
|
try
|
||||||
|
{
|
||||||
|
pstmt = DB.prepareStatement (sql, trxName);
|
||||||
|
pstmt.setInt (1, AD_Org_ID);
|
||||||
|
pstmt.setTimestamp (2, TimeUtil.getDay(dateAcct));
|
||||||
|
pstmt.setInt (3, C_Currency_ID);
|
||||||
|
rs = pstmt.executeQuery ();
|
||||||
|
if (rs.next ())
|
||||||
|
retValue = new MCash (ctx, rs, trxName);
|
||||||
|
}
|
||||||
|
catch (Exception e)
|
||||||
|
{
|
||||||
|
s_log.log(Level.SEVERE, sql, e);
|
||||||
|
}
|
||||||
|
finally
|
||||||
|
{
|
||||||
|
DB.close(rs, pstmt);
|
||||||
|
rs = null; pstmt = null;
|
||||||
|
}
|
||||||
|
if (retValue != null)
|
||||||
|
return retValue;
|
||||||
|
|
||||||
|
// Get CashBook
|
||||||
|
MCashBook cb = MCashBook.get (ctx, AD_Org_ID, C_Currency_ID);
|
||||||
|
if (cb == null)
|
||||||
|
{
|
||||||
|
s_log.warning("No CashBook for AD_Org_ID=" + AD_Org_ID + ", C_Currency_ID=" + C_Currency_ID);
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
// Create New Journal
|
||||||
|
retValue = new MCash (cb, dateAcct);
|
||||||
|
retValue.save(trxName);
|
||||||
|
return retValue;
|
||||||
|
} // get
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get Cash Journal for CashBook and date
|
||||||
|
* @param ctx context
|
||||||
|
* @param C_CashBook_ID cashbook
|
||||||
|
* @param dateAcct date
|
||||||
|
* @param trxName transaction
|
||||||
|
* @return cash
|
||||||
|
*/
|
||||||
|
public static MCash get (Properties ctx, int C_CashBook_ID,
|
||||||
|
Timestamp dateAcct, String trxName)
|
||||||
|
{
|
||||||
|
MCash retValue = null;
|
||||||
|
// Existing Journal
|
||||||
|
String sql = "SELECT * FROM C_Cash c "
|
||||||
|
+ "WHERE c.C_CashBook_ID=?" // #1
|
||||||
|
+ " AND TRUNC(c.StatementDate)=?" // #2
|
||||||
|
+ " AND c.Processed='N'";
|
||||||
|
PreparedStatement pstmt = null;
|
||||||
|
ResultSet rs = null;
|
||||||
|
try
|
||||||
|
{
|
||||||
|
pstmt = DB.prepareStatement (sql, trxName);
|
||||||
|
pstmt.setInt (1, C_CashBook_ID);
|
||||||
|
pstmt.setTimestamp (2, TimeUtil.getDay(dateAcct));
|
||||||
|
rs = pstmt.executeQuery ();
|
||||||
|
if (rs.next ())
|
||||||
|
retValue = new MCash (ctx, rs, trxName);
|
||||||
|
}
|
||||||
|
catch (Exception e)
|
||||||
|
{
|
||||||
|
s_log.log(Level.SEVERE, sql, e);
|
||||||
|
}
|
||||||
|
finally
|
||||||
|
{
|
||||||
|
DB.close(rs, pstmt);
|
||||||
|
rs = null; pstmt = null;
|
||||||
|
}
|
||||||
|
if (retValue != null)
|
||||||
|
return retValue;
|
||||||
|
|
||||||
|
// Get CashBook
|
||||||
|
MCashBook cb = new MCashBook (ctx, C_CashBook_ID, trxName);
|
||||||
|
if (cb.get_ID() ==0)
|
||||||
|
{
|
||||||
|
s_log.warning("Not found C_CashBook_ID=" + C_CashBook_ID);
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
// Create New Journal
|
||||||
|
retValue = new MCash (cb, dateAcct);
|
||||||
|
retValue.save(trxName);
|
||||||
|
return retValue;
|
||||||
|
} // get
|
||||||
|
|
||||||
|
/** Static Logger */
|
||||||
|
private static CLogger s_log = CLogger.getCLogger (MCash.class);
|
||||||
|
|
||||||
|
|
||||||
|
/**************************************************************************
|
||||||
|
* Standard Constructor
|
||||||
|
* @param ctx context
|
||||||
|
* @param C_Cash_ID id
|
||||||
|
* @param trxName transaction
|
||||||
|
*/
|
||||||
|
public MCash (Properties ctx, int C_Cash_ID, String trxName)
|
||||||
|
{
|
||||||
|
super (ctx, C_Cash_ID, trxName);
|
||||||
|
if (C_Cash_ID == 0)
|
||||||
|
{
|
||||||
|
// setC_CashBook_ID (0); // FK
|
||||||
|
setBeginningBalance (Env.ZERO);
|
||||||
|
setEndingBalance (Env.ZERO);
|
||||||
|
setStatementDifference(Env.ZERO);
|
||||||
|
setDocAction(DOCACTION_Complete);
|
||||||
|
setDocStatus(DOCSTATUS_Drafted);
|
||||||
|
//
|
||||||
|
Timestamp today = TimeUtil.getDay(System.currentTimeMillis());
|
||||||
|
setStatementDate (today); // @#Date@
|
||||||
|
setDateAcct (today); // @#Date@
|
||||||
|
String name = DisplayType.getDateFormat(DisplayType.Date).format(today)
|
||||||
|
+ " " + MOrg.get(ctx, getAD_Org_ID()).getValue();
|
||||||
|
setName (name);
|
||||||
|
setIsApproved(false);
|
||||||
|
setPosted (false); // N
|
||||||
|
setProcessed (false);
|
||||||
|
}
|
||||||
|
} // MCash
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Load Constructor
|
||||||
|
* @param ctx context
|
||||||
|
* @param rs result set
|
||||||
|
* @param trxName transaction
|
||||||
|
*/
|
||||||
|
public MCash (Properties ctx, ResultSet rs, String trxName)
|
||||||
|
{
|
||||||
|
super(ctx, rs, trxName);
|
||||||
|
} // MCash
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Parent Constructor
|
||||||
|
* @param cb cash book
|
||||||
|
* @param today date - if null today
|
||||||
|
*/
|
||||||
|
public MCash (MCashBook cb, Timestamp today)
|
||||||
|
{
|
||||||
|
this (cb.getCtx(), 0, cb.get_TrxName());
|
||||||
|
setClientOrg(cb);
|
||||||
|
setC_CashBook_ID(cb.getC_CashBook_ID());
|
||||||
|
if (today != null)
|
||||||
|
{
|
||||||
|
setStatementDate (today);
|
||||||
|
setDateAcct (today);
|
||||||
|
String name = DisplayType.getDateFormat(DisplayType.Date).format(today)
|
||||||
|
+ " " + cb.getName();
|
||||||
|
setName (name);
|
||||||
|
}
|
||||||
|
m_book = cb;
|
||||||
|
} // MCash
|
||||||
|
|
||||||
|
/** Lines */
|
||||||
|
private MCashLine[] m_lines = null;
|
||||||
|
/** CashBook */
|
||||||
|
private MCashBook m_book = null;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get Lines
|
||||||
|
* @param requery requery
|
||||||
|
* @return lines
|
||||||
|
*/
|
||||||
|
public MCashLine[] getLines (boolean requery)
|
||||||
|
{
|
||||||
|
if (m_lines != null && !requery) {
|
||||||
|
set_TrxName(m_lines, get_TrxName());
|
||||||
|
return m_lines;
|
||||||
|
}
|
||||||
|
ArrayList<MCashLine> list = new ArrayList<MCashLine>();
|
||||||
|
String sql = "SELECT * FROM C_CashLine WHERE C_Cash_ID=? ORDER BY Line";
|
||||||
|
PreparedStatement pstmt = null;
|
||||||
|
ResultSet rs = null;
|
||||||
|
try
|
||||||
|
{
|
||||||
|
pstmt = DB.prepareStatement (sql, get_TrxName());
|
||||||
|
pstmt.setInt (1, getC_Cash_ID());
|
||||||
|
rs = pstmt.executeQuery ();
|
||||||
|
while (rs.next ())
|
||||||
|
list.add (new MCashLine (getCtx(), rs, get_TrxName()));
|
||||||
|
}
|
||||||
|
catch (Exception e)
|
||||||
|
{
|
||||||
|
log.log(Level.SEVERE, sql, e);
|
||||||
|
}
|
||||||
|
finally
|
||||||
|
{
|
||||||
|
DB.close(rs, pstmt);
|
||||||
|
rs = null; pstmt = null;
|
||||||
|
}
|
||||||
|
|
||||||
|
m_lines = new MCashLine[list.size ()];
|
||||||
|
list.toArray (m_lines);
|
||||||
|
return m_lines;
|
||||||
|
} // getLines
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get Cash Book
|
||||||
|
* @return cash book
|
||||||
|
*/
|
||||||
|
public MCashBook getCashBook()
|
||||||
|
{
|
||||||
|
if (m_book == null)
|
||||||
|
m_book = MCashBook.get(getCtx(), getC_CashBook_ID());
|
||||||
|
return m_book;
|
||||||
|
} // getCashBook
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get Document No
|
||||||
|
* @return name
|
||||||
|
*/
|
||||||
|
public String getDocumentNo()
|
||||||
|
{
|
||||||
|
return getName();
|
||||||
|
} // getDocumentNo
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get Document Info
|
||||||
|
* @return document info (untranslated)
|
||||||
|
*/
|
||||||
|
public String getDocumentInfo()
|
||||||
|
{
|
||||||
|
return Msg.getElement(getCtx(), "C_Cash_ID") + " " + getDocumentNo();
|
||||||
|
} // getDocumentInfo
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Create PDF
|
||||||
|
* @return File or null
|
||||||
|
*/
|
||||||
|
public File createPDF ()
|
||||||
|
{
|
||||||
|
try
|
||||||
|
{
|
||||||
|
File temp = File.createTempFile(get_TableName()+get_ID()+"_", ".pdf");
|
||||||
|
return createPDF (temp);
|
||||||
|
}
|
||||||
|
catch (Exception e)
|
||||||
|
{
|
||||||
|
log.severe("Could not create PDF - " + e.getMessage());
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
} // getPDF
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Create PDF file
|
||||||
|
* @param file output file
|
||||||
|
* @return file if success
|
||||||
|
*/
|
||||||
|
public File createPDF (File file)
|
||||||
|
{
|
||||||
|
// ReportEngine re = ReportEngine.get (getCtx(), ReportEngine.INVOICE, getC_Invoice_ID());
|
||||||
|
// if (re == null)
|
||||||
|
return null;
|
||||||
|
// return re.getPDF(file);
|
||||||
|
} // createPDF
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Before Save
|
||||||
|
* @param newRecord
|
||||||
|
* @return true
|
||||||
|
*/
|
||||||
|
protected boolean beforeSave (boolean newRecord)
|
||||||
|
{
|
||||||
|
setAD_Org_ID(getCashBook().getAD_Org_ID());
|
||||||
|
if (getAD_Org_ID() == 0)
|
||||||
|
{
|
||||||
|
log.saveError("Error", Msg.parseTranslation(getCtx(), "@AD_Org_ID@"));
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
// Calculate End Balance
|
||||||
|
setEndingBalance(getBeginningBalance().add(getStatementDifference()));
|
||||||
|
return true;
|
||||||
|
} // beforeSave
|
||||||
|
|
||||||
|
|
||||||
|
/**************************************************************************
|
||||||
|
* Process document
|
||||||
|
* @param processAction document action
|
||||||
|
* @return true if performed
|
||||||
|
*/
|
||||||
|
public boolean processIt (String processAction)
|
||||||
|
{
|
||||||
|
m_processMsg = null;
|
||||||
|
DocumentEngine engine = new DocumentEngine (this, getDocStatus());
|
||||||
|
return engine.processIt (processAction, getDocAction());
|
||||||
|
} // process
|
||||||
|
|
||||||
|
/** Process Message */
|
||||||
|
private String m_processMsg = null;
|
||||||
|
/** Just Prepared Flag */
|
||||||
|
private boolean m_justPrepared = false;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Unlock Document.
|
||||||
|
* @return true if success
|
||||||
|
*/
|
||||||
|
public boolean unlockIt()
|
||||||
|
{
|
||||||
|
log.info(toString());
|
||||||
|
setProcessing(false);
|
||||||
|
return true;
|
||||||
|
} // unlockIt
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Invalidate Document
|
||||||
|
* @return true if success
|
||||||
|
*/
|
||||||
|
public boolean invalidateIt()
|
||||||
|
{
|
||||||
|
log.info(toString());
|
||||||
|
setDocAction(DOCACTION_Prepare);
|
||||||
|
return true;
|
||||||
|
} // invalidateIt
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Prepare Document
|
||||||
|
* @return new status (In Progress or Invalid)
|
||||||
|
*/
|
||||||
|
public String prepareIt()
|
||||||
|
{
|
||||||
|
log.info(toString());
|
||||||
|
m_processMsg = ModelValidationEngine.get().fireDocValidate(this, ModelValidator.TIMING_BEFORE_PREPARE);
|
||||||
|
if (m_processMsg != null)
|
||||||
|
return DocAction.STATUS_Invalid;
|
||||||
|
|
||||||
|
// Std Period open?
|
||||||
|
if (!MPeriod.isOpen(getCtx(), getDateAcct(), MDocType.DOCBASETYPE_CashJournal))
|
||||||
|
{
|
||||||
|
m_processMsg = "@PeriodClosed@";
|
||||||
|
return DocAction.STATUS_Invalid;
|
||||||
|
}
|
||||||
|
MCashLine[] lines = getLines(false);
|
||||||
|
if (lines.length == 0)
|
||||||
|
{
|
||||||
|
m_processMsg = "@NoLines@";
|
||||||
|
return DocAction.STATUS_Invalid;
|
||||||
|
}
|
||||||
|
// Add up Amounts
|
||||||
|
BigDecimal difference = Env.ZERO;
|
||||||
|
int C_Currency_ID = getC_Currency_ID();
|
||||||
|
for (int i = 0; i < lines.length; i++)
|
||||||
|
{
|
||||||
|
MCashLine line = lines[i];
|
||||||
|
if (!line.isActive())
|
||||||
|
continue;
|
||||||
|
if (C_Currency_ID == line.getC_Currency_ID())
|
||||||
|
difference = difference.add(line.getAmount());
|
||||||
|
else
|
||||||
|
{
|
||||||
|
BigDecimal amt = MConversionRate.convert(getCtx(), line.getAmount(),
|
||||||
|
line.getC_Currency_ID(), C_Currency_ID, getDateAcct(), 0,
|
||||||
|
getAD_Client_ID(), getAD_Org_ID());
|
||||||
|
if (amt == null)
|
||||||
|
{
|
||||||
|
m_processMsg = "No Conversion Rate found - @C_CashLine_ID@= " + line.getLine();
|
||||||
|
return DocAction.STATUS_Invalid;
|
||||||
|
}
|
||||||
|
difference = difference.add(amt);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
setStatementDifference(difference);
|
||||||
|
// setEndingBalance(getBeginningBalance().add(getStatementDifference()));
|
||||||
|
|
||||||
|
m_processMsg = ModelValidationEngine.get().fireDocValidate(this, ModelValidator.TIMING_AFTER_PREPARE);
|
||||||
|
if (m_processMsg != null)
|
||||||
|
return DocAction.STATUS_Invalid;
|
||||||
|
|
||||||
|
m_justPrepared = true;
|
||||||
|
if (!DOCACTION_Complete.equals(getDocAction()))
|
||||||
|
setDocAction(DOCACTION_Complete);
|
||||||
|
return DocAction.STATUS_InProgress;
|
||||||
|
} // prepareIt
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Approve Document
|
||||||
|
* @return true if success
|
||||||
|
*/
|
||||||
|
public boolean approveIt()
|
||||||
|
{
|
||||||
|
log.info(toString());
|
||||||
|
setIsApproved(true);
|
||||||
|
return true;
|
||||||
|
} // approveIt
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Reject Approval
|
||||||
|
* @return true if success
|
||||||
|
*/
|
||||||
|
public boolean rejectIt()
|
||||||
|
{
|
||||||
|
log.info(toString());
|
||||||
|
setIsApproved(false);
|
||||||
|
return true;
|
||||||
|
} // rejectIt
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Complete Document
|
||||||
|
* @return new status (Complete, In Progress, Invalid, Waiting ..)
|
||||||
|
*/
|
||||||
|
public String completeIt()
|
||||||
|
{
|
||||||
|
// Re-Check
|
||||||
|
if (!m_justPrepared)
|
||||||
|
{
|
||||||
|
String status = prepareIt();
|
||||||
|
if (!DocAction.STATUS_InProgress.equals(status))
|
||||||
|
return status;
|
||||||
|
}
|
||||||
|
|
||||||
|
m_processMsg = ModelValidationEngine.get().fireDocValidate(this, ModelValidator.TIMING_BEFORE_COMPLETE);
|
||||||
|
if (m_processMsg != null)
|
||||||
|
return DocAction.STATUS_Invalid;
|
||||||
|
|
||||||
|
|
||||||
|
// Implicit Approval
|
||||||
|
if (!isApproved())
|
||||||
|
approveIt();
|
||||||
|
//
|
||||||
|
log.info(toString());
|
||||||
|
|
||||||
|
MCashLine[] lines = getLines(false);
|
||||||
|
for (int i = 0; i < lines.length; i++)
|
||||||
|
{
|
||||||
|
MCashLine line = lines[i];
|
||||||
|
if (MCashLine.CASHTYPE_Invoice.equals(line.getCashType()))
|
||||||
|
{
|
||||||
|
// Check if the invoice is completed - teo_sarca BF [ 1894524 ]
|
||||||
|
MInvoice invoice = line.getInvoice();
|
||||||
|
if (!MInvoice.DOCSTATUS_Completed.equals(invoice.getDocStatus())
|
||||||
|
&& !MInvoice.DOCSTATUS_Closed.equals(invoice.getDocStatus()))
|
||||||
|
{
|
||||||
|
m_processMsg = "@Line@ "+line.getLine()+": @InvoiceCreateDocNotCompleted@";
|
||||||
|
return DocAction.STATUS_Invalid;
|
||||||
|
}
|
||||||
|
//
|
||||||
|
String name = Msg.translate(getCtx(), "C_Cash_ID") + ": " + getName()
|
||||||
|
+ " - " + Msg.translate(getCtx(), "Line") + " " + line.getLine();
|
||||||
|
MAllocationHdr hdr = new MAllocationHdr(getCtx(), false,
|
||||||
|
getDateAcct(), line.getC_Currency_ID(),
|
||||||
|
name, get_TrxName());
|
||||||
|
hdr.setAD_Org_ID(getAD_Org_ID());
|
||||||
|
if (!hdr.save())
|
||||||
|
{
|
||||||
|
m_processMsg = CLogger.retrieveErrorString("Could not create Allocation Hdr");
|
||||||
|
return DocAction.STATUS_Invalid;
|
||||||
|
}
|
||||||
|
// Allocation Line
|
||||||
|
MAllocationLine aLine = new MAllocationLine (hdr, line.getAmount(),
|
||||||
|
line.getDiscountAmt(), line.getWriteOffAmt(), Env.ZERO);
|
||||||
|
aLine.setC_Invoice_ID(line.getC_Invoice_ID());
|
||||||
|
aLine.setC_CashLine_ID(line.getC_CashLine_ID());
|
||||||
|
if (!aLine.save())
|
||||||
|
{
|
||||||
|
m_processMsg = CLogger.retrieveErrorString("Could not create Allocation Line");
|
||||||
|
return DocAction.STATUS_Invalid;
|
||||||
|
}
|
||||||
|
// Should start WF
|
||||||
|
if(!hdr.processIt(DocAction.ACTION_Complete)) {
|
||||||
|
m_processMsg = CLogger.retrieveErrorString("Could not process Allocation");
|
||||||
|
return DocAction.STATUS_Invalid;
|
||||||
|
}
|
||||||
|
if (!hdr.save()) {
|
||||||
|
m_processMsg = CLogger.retrieveErrorString("Could not save Allocation");
|
||||||
|
return DocAction.STATUS_Invalid;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
else if (MCashLine.CASHTYPE_BankAccountTransfer.equals(line.getCashType()))
|
||||||
|
{
|
||||||
|
// Payment just as intermediate info
|
||||||
|
MPayment pay = new MPayment (getCtx(), 0, get_TrxName());
|
||||||
|
pay.setAD_Org_ID(getAD_Org_ID());
|
||||||
|
String documentNo = getName();
|
||||||
|
pay.setDocumentNo(documentNo);
|
||||||
|
pay.setR_PnRef(documentNo);
|
||||||
|
pay.set_Value("TrxType", "X"); // Transfer
|
||||||
|
pay.set_Value("TenderType", "X");
|
||||||
|
//
|
||||||
|
//Modification for cash payment
|
||||||
|
pay.setC_CashBook_ID(getC_CashBook_ID());
|
||||||
|
//End of modification
|
||||||
|
|
||||||
|
pay.setC_BankAccount_ID(line.getC_BankAccount_ID());
|
||||||
|
pay.setC_DocType_ID(true); // Receipt
|
||||||
|
pay.setDateTrx(getStatementDate());
|
||||||
|
pay.setDateAcct(getDateAcct());
|
||||||
|
pay.setAmount(line.getC_Currency_ID(), line.getAmount().negate()); // Transfer
|
||||||
|
pay.setDescription(line.getDescription());
|
||||||
|
pay.setDocStatus(MPayment.DOCSTATUS_Closed);
|
||||||
|
pay.setDocAction(MPayment.DOCACTION_None);
|
||||||
|
pay.setPosted(true);
|
||||||
|
pay.setIsAllocated(true); // Has No Allocation!
|
||||||
|
pay.setProcessed(true);
|
||||||
|
if (!pay.save())
|
||||||
|
{
|
||||||
|
m_processMsg = CLogger.retrieveErrorString("Could not create Payment");
|
||||||
|
return DocAction.STATUS_Invalid;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// User Validation
|
||||||
|
String valid = ModelValidationEngine.get().fireDocValidate(this, ModelValidator.TIMING_AFTER_COMPLETE);
|
||||||
|
if (valid != null)
|
||||||
|
{
|
||||||
|
m_processMsg = valid;
|
||||||
|
return DocAction.STATUS_Invalid;
|
||||||
|
}
|
||||||
|
//
|
||||||
|
setProcessed(true);
|
||||||
|
setDocAction(DOCACTION_Close);
|
||||||
|
return DocAction.STATUS_Completed;
|
||||||
|
} // completeIt
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Void Document.
|
||||||
|
* Same as Close.
|
||||||
|
* @return true if success
|
||||||
|
*/
|
||||||
|
public boolean voidIt()
|
||||||
|
{
|
||||||
|
log.info(toString());
|
||||||
|
// Before Void
|
||||||
|
m_processMsg = ModelValidationEngine.get().fireDocValidate(this,ModelValidator.TIMING_BEFORE_VOID);
|
||||||
|
if (m_processMsg != null)
|
||||||
|
return false;
|
||||||
|
// After Void
|
||||||
|
m_processMsg = ModelValidationEngine.get().fireDocValidate(this,ModelValidator.TIMING_AFTER_VOID);
|
||||||
|
if (m_processMsg != null)
|
||||||
|
return false;
|
||||||
|
setDocAction(DOCACTION_None);
|
||||||
|
return false;
|
||||||
|
} // voidIt
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Close Document.
|
||||||
|
* Cancel not delivered Qunatities
|
||||||
|
* @return true if success
|
||||||
|
*/
|
||||||
|
public boolean closeIt()
|
||||||
|
{
|
||||||
|
log.info(toString());
|
||||||
|
// Before Close
|
||||||
|
m_processMsg = ModelValidationEngine.get().fireDocValidate(this,ModelValidator.TIMING_BEFORE_CLOSE);
|
||||||
|
if (m_processMsg != null)
|
||||||
|
return false;
|
||||||
|
// After Close
|
||||||
|
m_processMsg = ModelValidationEngine.get().fireDocValidate(this,ModelValidator.TIMING_AFTER_CLOSE);
|
||||||
|
if (m_processMsg != null)
|
||||||
|
return false;
|
||||||
|
|
||||||
|
setDocAction(DOCACTION_None);
|
||||||
|
return true;
|
||||||
|
} // closeIt
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Reverse Correction
|
||||||
|
* @return true if success
|
||||||
|
*/
|
||||||
|
public boolean reverseCorrectIt()
|
||||||
|
{
|
||||||
|
log.info(toString());
|
||||||
|
// Before reverseCorrect
|
||||||
|
m_processMsg = ModelValidationEngine.get().fireDocValidate(this,ModelValidator.TIMING_BEFORE_REVERSECORRECT);
|
||||||
|
if (m_processMsg != null)
|
||||||
|
return false;
|
||||||
|
|
||||||
|
// After reverseCorrect
|
||||||
|
m_processMsg = ModelValidationEngine.get().fireDocValidate(this,ModelValidator.TIMING_AFTER_REVERSECORRECT);
|
||||||
|
if (m_processMsg != null)
|
||||||
|
return false;
|
||||||
|
|
||||||
|
return false;
|
||||||
|
} // reverseCorrectionIt
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Reverse Accrual - none
|
||||||
|
* @return true if success
|
||||||
|
*/
|
||||||
|
public boolean reverseAccrualIt()
|
||||||
|
{
|
||||||
|
log.info(toString());
|
||||||
|
// Before reverseAccrual
|
||||||
|
m_processMsg = ModelValidationEngine.get().fireDocValidate(this,ModelValidator.TIMING_BEFORE_REVERSEACCRUAL);
|
||||||
|
if (m_processMsg != null)
|
||||||
|
return false;
|
||||||
|
|
||||||
|
// After reverseAccrual
|
||||||
|
m_processMsg = ModelValidationEngine.get().fireDocValidate(this,ModelValidator.TIMING_AFTER_REVERSEACCRUAL);
|
||||||
|
if (m_processMsg != null)
|
||||||
|
return false;
|
||||||
|
|
||||||
|
return false;
|
||||||
|
} // reverseAccrualIt
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Re-activate
|
||||||
|
* @return true if success
|
||||||
|
*/
|
||||||
|
public boolean reActivateIt()
|
||||||
|
{
|
||||||
|
log.info(toString());
|
||||||
|
// Before reActivate
|
||||||
|
m_processMsg = ModelValidationEngine.get().fireDocValidate(this,ModelValidator.TIMING_BEFORE_REACTIVATE);
|
||||||
|
if (m_processMsg != null)
|
||||||
|
return false;
|
||||||
|
|
||||||
|
setProcessed(false);
|
||||||
|
if (reverseCorrectIt())
|
||||||
|
return true;
|
||||||
|
|
||||||
|
// After reActivate
|
||||||
|
m_processMsg = ModelValidationEngine.get().fireDocValidate(this,ModelValidator.TIMING_AFTER_REACTIVATE);
|
||||||
|
if (m_processMsg != null)
|
||||||
|
return false;
|
||||||
|
return false;
|
||||||
|
} // reActivateIt
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set Processed
|
||||||
|
* @param processed processed
|
||||||
|
*/
|
||||||
|
public void setProcessed (boolean processed)
|
||||||
|
{
|
||||||
|
super.setProcessed (processed);
|
||||||
|
String sql = "UPDATE C_CashLine SET Processed='"
|
||||||
|
+ (processed ? "Y" : "N")
|
||||||
|
+ "' WHERE C_Cash_ID=" + getC_Cash_ID();
|
||||||
|
int noLine = DB.executeUpdate (sql, get_TrxName());
|
||||||
|
m_lines = null;
|
||||||
|
log.fine(processed + " - Lines=" + noLine);
|
||||||
|
} // setProcessed
|
||||||
|
|
||||||
|
/**
|
||||||
|
* String Representation
|
||||||
|
* @return info
|
||||||
|
*/
|
||||||
|
public String toString ()
|
||||||
|
{
|
||||||
|
StringBuffer sb = new StringBuffer ("MCash[");
|
||||||
|
sb.append (get_ID ())
|
||||||
|
.append ("-").append (getName())
|
||||||
|
.append(", Balance=").append(getBeginningBalance())
|
||||||
|
.append("->").append(getEndingBalance())
|
||||||
|
.append ("]");
|
||||||
|
return sb.toString ();
|
||||||
|
} // toString
|
||||||
|
|
||||||
|
/*************************************************************************
|
||||||
|
* Get Summary
|
||||||
|
* @return Summary of Document
|
||||||
|
*/
|
||||||
|
public String getSummary()
|
||||||
|
{
|
||||||
|
StringBuffer sb = new StringBuffer();
|
||||||
|
sb.append(getName());
|
||||||
|
// : Total Lines = 123.00 (#1)
|
||||||
|
sb.append(": ")
|
||||||
|
.append(Msg.translate(getCtx(),"BeginningBalance")).append("=").append(getBeginningBalance())
|
||||||
|
.append(",")
|
||||||
|
.append(Msg.translate(getCtx(),"EndingBalance")).append("=").append(getEndingBalance())
|
||||||
|
.append(" (#").append(getLines(false).length).append(")");
|
||||||
|
// - Description
|
||||||
|
if (getDescription() != null && getDescription().length() > 0)
|
||||||
|
sb.append(" - ").append(getDescription());
|
||||||
|
return sb.toString();
|
||||||
|
} // getSummary
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get Process Message
|
||||||
|
* @return clear text error message
|
||||||
|
*/
|
||||||
|
public String getProcessMsg()
|
||||||
|
{
|
||||||
|
return m_processMsg;
|
||||||
|
} // getProcessMsg
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get Document Owner (Responsible)
|
||||||
|
* @return AD_User_ID
|
||||||
|
*/
|
||||||
|
public int getDoc_User_ID()
|
||||||
|
{
|
||||||
|
return getCreatedBy();
|
||||||
|
} // getDoc_User_ID
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get Document Approval Amount
|
||||||
|
* @return amount difference
|
||||||
|
*/
|
||||||
|
public BigDecimal getApprovalAmt()
|
||||||
|
{
|
||||||
|
return getStatementDifference();
|
||||||
|
} // getApprovalAmt
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get Currency
|
||||||
|
* @return Currency
|
||||||
|
*/
|
||||||
|
public int getC_Currency_ID ()
|
||||||
|
{
|
||||||
|
return getCashBook().getC_Currency_ID();
|
||||||
|
} // getC_Currency_ID
|
||||||
|
|
||||||
|
} // MCash
|
|
@ -0,0 +1,170 @@
|
||||||
|
/******************************************************************************
|
||||||
|
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||||
|
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. *
|
||||||
|
* This program is free software; you can redistribute it and/or modify it *
|
||||||
|
* under the terms version 2 of the GNU General Public License as published *
|
||||||
|
* by the Free Software Foundation. This program is distributed in the hope *
|
||||||
|
* that it will be useful, but WITHOUT ANY WARRANTY; without even the implied *
|
||||||
|
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
|
||||||
|
* See the GNU General Public License for more details. *
|
||||||
|
* You should have received a copy of the GNU General Public License along *
|
||||||
|
* with this program; if not, write to the Free Software Foundation, Inc., *
|
||||||
|
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
|
||||||
|
* For the text or an alternative of this public license, you may reach us *
|
||||||
|
* ComPiere, Inc., 2620 Augustine Dr. #245, Santa Clara, CA 95054, USA *
|
||||||
|
* or via info@compiere.org or http://www.compiere.org/license.html *
|
||||||
|
*****************************************************************************/
|
||||||
|
package org.compiere.model;
|
||||||
|
|
||||||
|
import java.sql.*;
|
||||||
|
import java.util.*;
|
||||||
|
import java.util.logging.*;
|
||||||
|
import org.compiere.util.*;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Cash Book Model
|
||||||
|
*
|
||||||
|
* @author Jorg Janke
|
||||||
|
* @version $Id: MCashBook.java,v 1.3 2006/07/30 00:51:02 jjanke Exp $
|
||||||
|
*/
|
||||||
|
public class MCashBook extends X_C_CashBook
|
||||||
|
{
|
||||||
|
/**
|
||||||
|
* Get MCashBook from Cache
|
||||||
|
* @param ctx context
|
||||||
|
* @param C_CashBook_ID id
|
||||||
|
* @return MCashBook
|
||||||
|
*/
|
||||||
|
public static MCashBook get (Properties ctx, int C_CashBook_ID)
|
||||||
|
{
|
||||||
|
return get(ctx, C_CashBook_ID, null);
|
||||||
|
} // get
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Gets MCashBook from Cache under transaction scope
|
||||||
|
* @param ctx context
|
||||||
|
* @param C_CashBook_ID id of cashbook to load
|
||||||
|
* @param trxName transaction name
|
||||||
|
* @return Cashbook
|
||||||
|
*/
|
||||||
|
public static MCashBook get(Properties ctx, int C_CashBook_ID, String trxName)
|
||||||
|
{
|
||||||
|
Integer key = new Integer (C_CashBook_ID);
|
||||||
|
MCashBook retValue = (MCashBook) s_cache.get (key);
|
||||||
|
if (retValue != null)
|
||||||
|
return retValue;
|
||||||
|
retValue = new MCashBook (ctx, C_CashBook_ID, trxName);
|
||||||
|
if (retValue.get_ID () != 0)
|
||||||
|
s_cache.put (key, retValue);
|
||||||
|
return retValue;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* Get CashBook for Org and Currency
|
||||||
|
* @param ctx context
|
||||||
|
* @param AD_Org_ID org
|
||||||
|
* @param C_Currency_ID currency
|
||||||
|
* @return cash book or null
|
||||||
|
*/
|
||||||
|
public static MCashBook get (Properties ctx, int AD_Org_ID, int C_Currency_ID)
|
||||||
|
{
|
||||||
|
// Try from cache
|
||||||
|
Iterator it = s_cache.values().iterator();
|
||||||
|
while (it.hasNext())
|
||||||
|
{
|
||||||
|
MCashBook cb = (MCashBook)it.next();
|
||||||
|
if (cb.getAD_Org_ID() == AD_Org_ID && cb.getC_Currency_ID() == C_Currency_ID)
|
||||||
|
return cb;
|
||||||
|
}
|
||||||
|
|
||||||
|
// Get from DB
|
||||||
|
MCashBook retValue = null;
|
||||||
|
String sql = "SELECT * FROM C_CashBook "
|
||||||
|
+ "WHERE AD_Org_ID=? AND C_Currency_ID=? "
|
||||||
|
+ "ORDER BY IsDefault DESC";
|
||||||
|
PreparedStatement pstmt = null;
|
||||||
|
try
|
||||||
|
{
|
||||||
|
pstmt = DB.prepareStatement (sql, null);
|
||||||
|
pstmt.setInt (1, AD_Org_ID);
|
||||||
|
pstmt.setInt (2, C_Currency_ID);
|
||||||
|
ResultSet rs = pstmt.executeQuery ();
|
||||||
|
if (rs.next ())
|
||||||
|
{
|
||||||
|
retValue = new MCashBook (ctx, rs, null);
|
||||||
|
Integer key = new Integer (retValue.getC_CashBook_ID());
|
||||||
|
s_cache.put (key, retValue);
|
||||||
|
}
|
||||||
|
rs.close ();
|
||||||
|
pstmt.close ();
|
||||||
|
pstmt = null;
|
||||||
|
}
|
||||||
|
catch (Exception e)
|
||||||
|
{
|
||||||
|
s_log.log(Level.SEVERE, "get", e);
|
||||||
|
}
|
||||||
|
try
|
||||||
|
{
|
||||||
|
if (pstmt != null)
|
||||||
|
pstmt.close ();
|
||||||
|
pstmt = null;
|
||||||
|
}
|
||||||
|
catch (Exception e)
|
||||||
|
{
|
||||||
|
pstmt = null;
|
||||||
|
}
|
||||||
|
return retValue;
|
||||||
|
} // get
|
||||||
|
|
||||||
|
|
||||||
|
/** Cache */
|
||||||
|
private static CCache<Integer,MCashBook> s_cache
|
||||||
|
= new CCache<Integer,MCashBook>("", 20);
|
||||||
|
/** Static Logger */
|
||||||
|
private static CLogger s_log = CLogger.getCLogger (MCashBook.class);
|
||||||
|
|
||||||
|
/**************************************************************************
|
||||||
|
* Standard Constructor
|
||||||
|
* @param ctx context
|
||||||
|
* @param C_CashBook_ID id
|
||||||
|
* @param trxName transaction
|
||||||
|
*/
|
||||||
|
public MCashBook (Properties ctx, int C_CashBook_ID, String trxName)
|
||||||
|
{
|
||||||
|
super (ctx, C_CashBook_ID, trxName);
|
||||||
|
} // MCashBook
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Load Constructor
|
||||||
|
* @param ctx context
|
||||||
|
* @param rs result set
|
||||||
|
* @param trxName transaction
|
||||||
|
*/
|
||||||
|
public MCashBook (Properties ctx, ResultSet rs, String trxName)
|
||||||
|
{
|
||||||
|
super(ctx, rs, trxName);
|
||||||
|
} // MCashBook
|
||||||
|
|
||||||
|
/**
|
||||||
|
* After Save
|
||||||
|
* @param newRecord new
|
||||||
|
* @param success success
|
||||||
|
* @return success
|
||||||
|
*/
|
||||||
|
protected boolean afterSave (boolean newRecord, boolean success)
|
||||||
|
{
|
||||||
|
if (newRecord && success)
|
||||||
|
insert_Accounting("C_CashBook_Acct", "C_AcctSchema_Default", null);
|
||||||
|
|
||||||
|
return success;
|
||||||
|
} // afterSave
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Before Delete
|
||||||
|
* @return true
|
||||||
|
*/
|
||||||
|
protected boolean beforeDelete ()
|
||||||
|
{
|
||||||
|
return delete_Accounting("C_Cashbook_Acct");
|
||||||
|
} // beforeDelete
|
||||||
|
|
||||||
|
} // MCashBook
|
|
@ -0,0 +1,262 @@
|
||||||
|
/******************************************************************************
|
||||||
|
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||||
|
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. *
|
||||||
|
* This program is free software; you can redistribute it and/or modify it *
|
||||||
|
* under the terms version 2 of the GNU General Public License as published *
|
||||||
|
* by the Free Software Foundation. This program is distributed in the hope *
|
||||||
|
* that it will be useful, but WITHOUT ANY WARRANTY; without even the implied *
|
||||||
|
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
|
||||||
|
* See the GNU General Public License for more details. *
|
||||||
|
* You should have received a copy of the GNU General Public License along *
|
||||||
|
* with this program; if not, write to the Free Software Foundation, Inc., *
|
||||||
|
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
|
||||||
|
* For the text or an alternative of this public license, you may reach us *
|
||||||
|
* ComPiere, Inc., 2620 Augustine Dr. #245, Santa Clara, CA 95054, USA *
|
||||||
|
* or via info@compiere.org or http://www.compiere.org/license.html *
|
||||||
|
*****************************************************************************/
|
||||||
|
package org.compiere.model;
|
||||||
|
|
||||||
|
import java.sql.*;
|
||||||
|
import java.util.*;
|
||||||
|
import org.compiere.util.*;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Natural Account
|
||||||
|
*
|
||||||
|
* @author Jorg Janke
|
||||||
|
* @version $Id: MElementValue.java,v 1.3 2006/07/30 00:58:37 jjanke Exp $
|
||||||
|
*/
|
||||||
|
public class MElementValue extends X_C_ElementValue
|
||||||
|
{
|
||||||
|
/**
|
||||||
|
* Standard Constructor
|
||||||
|
* @param ctx context
|
||||||
|
* @param C_ElementValue_ID ID or 0 for new
|
||||||
|
* @param trxName transaction
|
||||||
|
*/
|
||||||
|
public MElementValue(Properties ctx, int C_ElementValue_ID, String trxName)
|
||||||
|
{
|
||||||
|
super(ctx, C_ElementValue_ID, trxName);
|
||||||
|
if (C_ElementValue_ID == 0)
|
||||||
|
{
|
||||||
|
// setC_Element_ID (0); // Parent
|
||||||
|
// setName (null);
|
||||||
|
// setValue (null);
|
||||||
|
setIsSummary (false);
|
||||||
|
setAccountSign (ACCOUNTSIGN_Natural);
|
||||||
|
setAccountType (ACCOUNTTYPE_Expense);
|
||||||
|
setIsDocControlled(false);
|
||||||
|
setIsForeignCurrency(false);
|
||||||
|
setIsBankAccount(false);
|
||||||
|
//
|
||||||
|
setPostActual (true);
|
||||||
|
setPostBudget (true);
|
||||||
|
setPostEncumbrance (true);
|
||||||
|
setPostStatistical (true);
|
||||||
|
}
|
||||||
|
} // MElementValue
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Load Constructor
|
||||||
|
* @param ctx context
|
||||||
|
* @param rs result set
|
||||||
|
* @param trxName transaction
|
||||||
|
*/
|
||||||
|
public MElementValue(Properties ctx, ResultSet rs, String trxName)
|
||||||
|
{
|
||||||
|
super(ctx, rs, trxName);
|
||||||
|
} // MElementValue
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Full Constructor
|
||||||
|
* @param ctx context
|
||||||
|
* @param Value value
|
||||||
|
* @param Name name
|
||||||
|
* @param Description description
|
||||||
|
* @param AccountType account type
|
||||||
|
* @param AccountSign account sign
|
||||||
|
* @param IsDocControlled doc controlled
|
||||||
|
* @param IsSummary summary
|
||||||
|
* @param trxName transaction
|
||||||
|
*/
|
||||||
|
public MElementValue (Properties ctx, String Value, String Name, String Description,
|
||||||
|
String AccountType, String AccountSign,
|
||||||
|
boolean IsDocControlled, boolean IsSummary, String trxName)
|
||||||
|
{
|
||||||
|
this (ctx, 0, trxName);
|
||||||
|
setValue(Value);
|
||||||
|
setName(Name);
|
||||||
|
setDescription(Description);
|
||||||
|
setAccountType(AccountType);
|
||||||
|
setAccountSign(AccountSign);
|
||||||
|
setIsDocControlled(IsDocControlled);
|
||||||
|
setIsSummary(IsSummary);
|
||||||
|
} // MElementValue
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Import Constructor
|
||||||
|
* @param imp import
|
||||||
|
*/
|
||||||
|
public MElementValue (X_I_ElementValue imp)
|
||||||
|
{
|
||||||
|
this (imp.getCtx(), 0, imp.get_TrxName());
|
||||||
|
setClientOrg(imp);
|
||||||
|
set(imp);
|
||||||
|
} // MElementValue
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set/Update Settings from import
|
||||||
|
* @param imp import
|
||||||
|
*/
|
||||||
|
public void set (X_I_ElementValue imp)
|
||||||
|
{
|
||||||
|
setValue(imp.getValue());
|
||||||
|
setName(imp.getName());
|
||||||
|
setDescription(imp.getDescription());
|
||||||
|
setAccountType(imp.getAccountType());
|
||||||
|
setAccountSign(imp.getAccountSign());
|
||||||
|
setIsSummary(imp.isSummary());
|
||||||
|
setIsDocControlled(imp.isDocControlled());
|
||||||
|
setC_Element_ID(imp.getC_Element_ID());
|
||||||
|
//
|
||||||
|
setPostActual(imp.isPostActual());
|
||||||
|
setPostBudget(imp.isPostBudget());
|
||||||
|
setPostEncumbrance(imp.isPostEncumbrance());
|
||||||
|
setPostStatistical(imp.isPostStatistical());
|
||||||
|
//
|
||||||
|
// setC_BankAccount_ID(imp.getC_BankAccount_ID());
|
||||||
|
// setIsForeignCurrency(imp.isForeignCurrency());
|
||||||
|
// setC_Currency_ID(imp.getC_Currency_ID());
|
||||||
|
// setIsBankAccount(imp.isIsBankAccount());
|
||||||
|
// setValidFrom(null);
|
||||||
|
// setValidTo(null);
|
||||||
|
} // set
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Is this a Balance Sheet Account
|
||||||
|
* @return boolean
|
||||||
|
*/
|
||||||
|
public boolean isBalanceSheet()
|
||||||
|
{
|
||||||
|
String accountType = getAccountType();
|
||||||
|
return (ACCOUNTTYPE_Asset.equals(accountType)
|
||||||
|
|| ACCOUNTTYPE_Liability.equals(accountType)
|
||||||
|
|| ACCOUNTTYPE_OwnerSEquity.equals(accountType));
|
||||||
|
} // isBalanceSheet
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Is this an Activa Account
|
||||||
|
* @return boolean
|
||||||
|
*/
|
||||||
|
public boolean isActiva()
|
||||||
|
{
|
||||||
|
return ACCOUNTTYPE_Asset.equals(getAccountType());
|
||||||
|
} // isActive
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Is this a Passiva Account
|
||||||
|
* @return boolean
|
||||||
|
*/
|
||||||
|
public boolean isPassiva()
|
||||||
|
{
|
||||||
|
String accountType = getAccountType();
|
||||||
|
return (ACCOUNTTYPE_Liability.equals(accountType)
|
||||||
|
|| ACCOUNTTYPE_OwnerSEquity.equals(accountType));
|
||||||
|
} // isPassiva
|
||||||
|
|
||||||
|
/**
|
||||||
|
* User String Representation
|
||||||
|
* @return info value - name
|
||||||
|
*/
|
||||||
|
public String toString ()
|
||||||
|
{
|
||||||
|
StringBuffer sb = new StringBuffer ();
|
||||||
|
sb.append(getValue()).append(" - ").append(getName());
|
||||||
|
return sb.toString ();
|
||||||
|
} // toString
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Extended String Representation
|
||||||
|
* @return info
|
||||||
|
*/
|
||||||
|
public String toStringX ()
|
||||||
|
{
|
||||||
|
StringBuffer sb = new StringBuffer ("MElementValue[");
|
||||||
|
sb.append(get_ID()).append(",").append(getValue()).append(" - ").append(getName())
|
||||||
|
.append ("]");
|
||||||
|
return sb.toString ();
|
||||||
|
} // toStringX
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Before Save
|
||||||
|
* @param newRecord
|
||||||
|
* @return true if ir can be saved
|
||||||
|
*/
|
||||||
|
protected boolean beforeSave (boolean newRecord)
|
||||||
|
{
|
||||||
|
if (getAD_Org_ID() != 0)
|
||||||
|
setAD_Org_ID(0);
|
||||||
|
//
|
||||||
|
if (!newRecord && isSummary()
|
||||||
|
&& is_ValueChanged("IsSummary"))
|
||||||
|
{
|
||||||
|
String sql = "SELECT COUNT(*) FROM Fact_Acct WHERE Account_ID=?";
|
||||||
|
int no = DB.getSQLValue(get_TrxName(), sql, getC_ElementValue_ID());
|
||||||
|
if (no != 0)
|
||||||
|
{
|
||||||
|
log.saveError("Error", "Already posted to");
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return true;
|
||||||
|
} // beforeSave
|
||||||
|
|
||||||
|
/**
|
||||||
|
* After Save
|
||||||
|
* @param newRecord new
|
||||||
|
* @param success success
|
||||||
|
* @return success
|
||||||
|
*/
|
||||||
|
protected boolean afterSave (boolean newRecord, boolean success)
|
||||||
|
{
|
||||||
|
if (newRecord)
|
||||||
|
{
|
||||||
|
// afalcone [Bugs #1837219]
|
||||||
|
// sendy (transaction scope included)
|
||||||
|
int ad_Tree_ID= (new MElement(getCtx(), getC_Element_ID(), get_TrxName())).getAD_Tree_ID();
|
||||||
|
String treeType= (new MTree(getCtx(),ad_Tree_ID, get_TrxName())).getTreeType();
|
||||||
|
insert_Tree(treeType, getC_Element_ID());
|
||||||
|
// insert_Tree(MTree_Base.TREETYPE_ElementValue, getC_Element_ID()); Old
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
// Value/Name change
|
||||||
|
if (!newRecord && (is_ValueChanged("Value") || is_ValueChanged("Name")))
|
||||||
|
{
|
||||||
|
MAccount.updateValueDescription(getCtx(), "Account_ID=" + getC_ElementValue_ID(),get_TrxName());
|
||||||
|
if ("Y".equals(Env.getContext(getCtx(), "$Element_U1")))
|
||||||
|
MAccount.updateValueDescription(getCtx(), "User1_ID=" + getC_ElementValue_ID(),get_TrxName());
|
||||||
|
if ("Y".equals(Env.getContext(getCtx(), "$Element_U2")))
|
||||||
|
MAccount.updateValueDescription(getCtx(), "User2_ID=" + getC_ElementValue_ID(),get_TrxName());
|
||||||
|
}
|
||||||
|
|
||||||
|
return success;
|
||||||
|
} // afterSave
|
||||||
|
|
||||||
|
/**
|
||||||
|
* After Delete
|
||||||
|
* @param success
|
||||||
|
* @return deleted
|
||||||
|
*/
|
||||||
|
protected boolean afterDelete (boolean success)
|
||||||
|
{
|
||||||
|
if (success)
|
||||||
|
delete_Tree(MTree_Base.TREETYPE_ElementValue);
|
||||||
|
return success;
|
||||||
|
} // afterDelete
|
||||||
|
|
||||||
|
} // MElementValue
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,134 @@
|
||||||
|
/******************************************************************************
|
||||||
|
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||||
|
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. *
|
||||||
|
* This program is free software; you can redistribute it and/or modify it *
|
||||||
|
* under the terms version 2 of the GNU General Public License as published *
|
||||||
|
* by the Free Software Foundation. This program is distributed in the hope *
|
||||||
|
* that it will be useful, but WITHOUT ANY WARRANTY; without even the implied *
|
||||||
|
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
|
||||||
|
* See the GNU General Public License for more details. *
|
||||||
|
* You should have received a copy of the GNU General Public License along *
|
||||||
|
* with this program; if not, write to the Free Software Foundation, Inc., *
|
||||||
|
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
|
||||||
|
* For the text or an alternative of this public license, you may reach us *
|
||||||
|
* ComPiere, Inc., 2620 Augustine Dr. #245, Santa Clara, CA 95054, USA *
|
||||||
|
* or via info@compiere.org or http://www.compiere.org/license.html *
|
||||||
|
*****************************************************************************/
|
||||||
|
package org.compiere.model;
|
||||||
|
|
||||||
|
import java.sql.*;
|
||||||
|
import java.util.*;
|
||||||
|
import org.compiere.util.*;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* POS Terminal definition
|
||||||
|
*
|
||||||
|
* @author Jorg Janke
|
||||||
|
* @version $Id: MPOS.java,v 1.3 2006/07/30 00:51:05 jjanke Exp $
|
||||||
|
*/
|
||||||
|
public class MPOS extends X_C_POS
|
||||||
|
{
|
||||||
|
/**
|
||||||
|
* Get POS from Cache
|
||||||
|
* @param ctx context
|
||||||
|
* @param C_POS_ID id
|
||||||
|
* @return MPOS
|
||||||
|
*/
|
||||||
|
public static MPOS get (Properties ctx, int C_POS_ID)
|
||||||
|
{
|
||||||
|
Integer key = new Integer (C_POS_ID);
|
||||||
|
MPOS retValue = (MPOS) s_cache.get (key);
|
||||||
|
if (retValue != null)
|
||||||
|
return retValue;
|
||||||
|
retValue = new MPOS (ctx, C_POS_ID, null);
|
||||||
|
if (retValue.get_ID () != 0)
|
||||||
|
s_cache.put (key, retValue);
|
||||||
|
return retValue;
|
||||||
|
} // get
|
||||||
|
|
||||||
|
/** Cache */
|
||||||
|
private static CCache<Integer,MPOS> s_cache = new CCache<Integer,MPOS>("C_POS", 20);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Standard Constructor
|
||||||
|
* @param ctx context
|
||||||
|
* @param C_POS_ID id
|
||||||
|
* @param trxName transaction
|
||||||
|
*/
|
||||||
|
public MPOS (Properties ctx, int C_POS_ID, String trxName)
|
||||||
|
{
|
||||||
|
super (ctx, C_POS_ID, trxName);
|
||||||
|
if (C_POS_ID == 0)
|
||||||
|
{
|
||||||
|
// setName (null);
|
||||||
|
// setSalesRep_ID (0);
|
||||||
|
// setC_CashBook_ID (0);
|
||||||
|
// setM_PriceList_ID (0);
|
||||||
|
setIsModifyPrice (false); // N
|
||||||
|
// setM_Warehouse_ID (0);
|
||||||
|
}
|
||||||
|
} // MPOS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Load Constructor
|
||||||
|
* @param ctx context
|
||||||
|
* @param rs result set
|
||||||
|
* @param trxName transaction
|
||||||
|
*/
|
||||||
|
public MPOS (Properties ctx, ResultSet rs, String trxName)
|
||||||
|
{
|
||||||
|
super(ctx, rs, trxName);
|
||||||
|
} // MPOS
|
||||||
|
|
||||||
|
/** Cash Business Partner */
|
||||||
|
private MBPartner m_template = null;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Before Save
|
||||||
|
* @param newRecord new
|
||||||
|
* @return true
|
||||||
|
*/
|
||||||
|
protected boolean beforeSave (boolean newRecord)
|
||||||
|
{
|
||||||
|
// Org Consistency
|
||||||
|
if (newRecord
|
||||||
|
|| is_ValueChanged("C_CashBook_ID") || is_ValueChanged("M_Warehouse_ID"))
|
||||||
|
{
|
||||||
|
MCashBook cb = MCashBook.get(getCtx(), getC_CashBook_ID(), get_TrxName());
|
||||||
|
if (cb.getAD_Org_ID() != getAD_Org_ID())
|
||||||
|
{
|
||||||
|
log.saveError("Error", Msg.parseTranslation(getCtx(), "@AD_Org_ID@: @C_CashBook_ID@"));
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
MWarehouse wh = MWarehouse.get(getCtx(), getM_Warehouse_ID(), get_TrxName());
|
||||||
|
if (wh.getAD_Org_ID() != getAD_Org_ID())
|
||||||
|
{
|
||||||
|
log.saveError("Error", Msg.parseTranslation(getCtx(), "@AD_Org_ID@: @M_Warehouse_ID@"));
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return true;
|
||||||
|
} // beforeSave
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get default Cash BPartner
|
||||||
|
* @return BPartner
|
||||||
|
*/
|
||||||
|
public MBPartner getBPartner()
|
||||||
|
{
|
||||||
|
if (m_template == null)
|
||||||
|
{
|
||||||
|
if (getC_BPartnerCashTrx_ID() == 0)
|
||||||
|
m_template = MBPartner.getBPartnerCashTrx (getCtx(), getAD_Client_ID());
|
||||||
|
else
|
||||||
|
m_template = new MBPartner(getCtx(), getC_BPartnerCashTrx_ID(), get_TrxName());
|
||||||
|
log.fine("getBPartner - " + m_template);
|
||||||
|
}
|
||||||
|
return m_template;
|
||||||
|
} // getBPartner
|
||||||
|
|
||||||
|
} // MPOS
|
|
@ -0,0 +1,137 @@
|
||||||
|
/******************************************************************************
|
||||||
|
* Product: Posterita Web-Based POS and Adempiere Plugin *
|
||||||
|
* Copyright (C) 2008 Posterita Ltd *
|
||||||
|
* This file is part of POSterita *
|
||||||
|
* *
|
||||||
|
* POSterita is free software; you can redistribute it and/or modify *
|
||||||
|
* it under the terms of the GNU General Public License as published by *
|
||||||
|
* the Free Software Foundation; either version 2 of the License, or *
|
||||||
|
* (at your option) any later version. *
|
||||||
|
* *
|
||||||
|
* This program is distributed in the hope that it will be useful, *
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||||
|
* GNU General Public License for more details. *
|
||||||
|
* *
|
||||||
|
* You should have received a copy of the GNU General Public License along *
|
||||||
|
* with this program; if not, write to the Free Software Foundation, Inc., *
|
||||||
|
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. *
|
||||||
|
*****************************************************************************/
|
||||||
|
package org.compiere.model;
|
||||||
|
|
||||||
|
import java.sql.ResultSet;
|
||||||
|
import java.sql.Timestamp;
|
||||||
|
import java.util.Properties;
|
||||||
|
|
||||||
|
import org.compiere.util.CCache;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @author Ashley G Ramdass
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public class MPOSTerminal extends X_U_POSTerminal
|
||||||
|
{
|
||||||
|
/** Cache */
|
||||||
|
static private CCache<Integer,MPOSTerminal> s_cache = new CCache<Integer,MPOSTerminal>("U_POSTerminal", 10, 60);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param ctx Context
|
||||||
|
* @param rs Result Set
|
||||||
|
* @param trxName Transaction
|
||||||
|
*/
|
||||||
|
public MPOSTerminal(Properties ctx, ResultSet rs, String trxName)
|
||||||
|
{
|
||||||
|
super(ctx, rs, trxName);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param ctx
|
||||||
|
* @param U_POSTerminal_ID
|
||||||
|
* @param trxName
|
||||||
|
*/
|
||||||
|
public MPOSTerminal(Properties ctx, int U_POSTerminal_ID, String trxName)
|
||||||
|
{
|
||||||
|
super(ctx, U_POSTerminal_ID, trxName);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param ctx Context
|
||||||
|
* @param U_POSTerminal_ID Terminal ID
|
||||||
|
* @return Terminal
|
||||||
|
*/
|
||||||
|
public static MPOSTerminal get(Properties ctx, int U_POSTerminal_ID)
|
||||||
|
{
|
||||||
|
Integer key = new Integer(U_POSTerminal_ID);
|
||||||
|
MPOSTerminal retValue = (MPOSTerminal)s_cache.get(key);
|
||||||
|
if (retValue == null)
|
||||||
|
{
|
||||||
|
retValue = new MPOSTerminal (ctx, U_POSTerminal_ID, null);
|
||||||
|
if (retValue.get_ID() <= 0)
|
||||||
|
{
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
s_cache.put(key, retValue);
|
||||||
|
}
|
||||||
|
|
||||||
|
checkLock(retValue);
|
||||||
|
return retValue;
|
||||||
|
}
|
||||||
|
|
||||||
|
protected void loadComplete(boolean success)
|
||||||
|
{
|
||||||
|
if (success)
|
||||||
|
{
|
||||||
|
checkLock(this);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
public static void checkLock(MPOSTerminal terminal)
|
||||||
|
{
|
||||||
|
if (terminal.isLocked())
|
||||||
|
{
|
||||||
|
Timestamp currentTime = new Timestamp(System.currentTimeMillis());
|
||||||
|
if (terminal.getUnlockingTime() != null && currentTime.after(terminal.getUnlockingTime()))
|
||||||
|
{
|
||||||
|
terminal.setLocked(false);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (terminal.getLastLockTime() != null && terminal.getLockTime() > 0)
|
||||||
|
{
|
||||||
|
long timeToUnlock = terminal.getLastLockTime().getTime() + (terminal.getLockTime() * 60 * 1000);
|
||||||
|
if (currentTime.after(new Timestamp(timeToUnlock)))
|
||||||
|
{
|
||||||
|
terminal.setLocked(false);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
terminal.save();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @see org.compiere.model.PO#beforeSave(boolean)
|
||||||
|
*/
|
||||||
|
protected boolean beforeSave(boolean newRecord)
|
||||||
|
{
|
||||||
|
if (is_ValueChanged(COLUMNNAME_Locked) && isLocked())
|
||||||
|
{
|
||||||
|
setLastLockTime(new Timestamp(System.currentTimeMillis()));
|
||||||
|
}
|
||||||
|
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @see org.compiere.model.PO#afterSave(boolean, boolean)
|
||||||
|
*/
|
||||||
|
protected boolean afterSave(boolean newRecord, boolean success)
|
||||||
|
{
|
||||||
|
success = super.afterSave(newRecord, success);
|
||||||
|
|
||||||
|
if (success)
|
||||||
|
{
|
||||||
|
s_cache.remove(new Integer(get_ID()));
|
||||||
|
}
|
||||||
|
|
||||||
|
return success;
|
||||||
|
}
|
||||||
|
}
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,247 @@
|
||||||
|
/******************************************************************************
|
||||||
|
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||||
|
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. *
|
||||||
|
* This program is free software; you can redistribute it and/or modify it *
|
||||||
|
* under the terms version 2 of the GNU General Public License as published *
|
||||||
|
* by the Free Software Foundation. This program is distributed in the hope *
|
||||||
|
* that it will be useful, but WITHOUT ANY WARRANTY; without even the implied *
|
||||||
|
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
|
||||||
|
* See the GNU General Public License for more details. *
|
||||||
|
* You should have received a copy of the GNU General Public License along *
|
||||||
|
* with this program; if not, write to the Free Software Foundation, Inc., *
|
||||||
|
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
|
||||||
|
* For the text or an alternative of this public license, you may reach us *
|
||||||
|
* ComPiere, Inc., 2620 Augustine Dr. #245, Santa Clara, CA 95054, USA *
|
||||||
|
* or via info@compiere.org or http://www.compiere.org/license.html *
|
||||||
|
*****************************************************************************/
|
||||||
|
package org.compiere.model;
|
||||||
|
|
||||||
|
import java.sql.*;
|
||||||
|
import java.util.*;
|
||||||
|
import java.util.logging.*;
|
||||||
|
import org.compiere.util.*;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Warehouse Model
|
||||||
|
*
|
||||||
|
* @author Jorg Janke
|
||||||
|
* @version $Id: MWarehouse.java,v 1.3 2006/07/30 00:58:05 jjanke Exp $
|
||||||
|
*/
|
||||||
|
public class MWarehouse extends X_M_Warehouse
|
||||||
|
{
|
||||||
|
/**
|
||||||
|
* Get from Cache
|
||||||
|
* @param ctx context
|
||||||
|
* @param M_Warehouse_ID id
|
||||||
|
* @return warehouse
|
||||||
|
*/
|
||||||
|
public static MWarehouse get (Properties ctx, int M_Warehouse_ID)
|
||||||
|
{
|
||||||
|
return get(ctx, M_Warehouse_ID, null);
|
||||||
|
} // get
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Retrieves warehouse from cache under transaction scope
|
||||||
|
* @param ctx context
|
||||||
|
* @param M_Warehouse_ID id of warehouse to load
|
||||||
|
* @param trxName transaction name
|
||||||
|
* @return warehouse
|
||||||
|
*/
|
||||||
|
public static MWarehouse get (Properties ctx, int M_Warehouse_ID, String trxName)
|
||||||
|
{
|
||||||
|
Integer key = new Integer(M_Warehouse_ID);
|
||||||
|
MWarehouse retValue = (MWarehouse)s_cache.get(key);
|
||||||
|
if (retValue != null)
|
||||||
|
return retValue;
|
||||||
|
//
|
||||||
|
retValue = new MWarehouse (ctx, M_Warehouse_ID, trxName);
|
||||||
|
s_cache.put (key, retValue);
|
||||||
|
return retValue;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* Get Warehouses for Org
|
||||||
|
* @param ctx context
|
||||||
|
* @param AD_Org_ID id
|
||||||
|
* @return warehouse
|
||||||
|
*/
|
||||||
|
public static MWarehouse[] getForOrg (Properties ctx, int AD_Org_ID)
|
||||||
|
{
|
||||||
|
ArrayList<MWarehouse> list = new ArrayList<MWarehouse>();
|
||||||
|
String sql = "SELECT * FROM M_Warehouse WHERE AD_Org_ID=? ORDER BY Created";
|
||||||
|
PreparedStatement pstmt = null;
|
||||||
|
try
|
||||||
|
{
|
||||||
|
pstmt = DB.prepareStatement (sql, null);
|
||||||
|
pstmt.setInt (1, AD_Org_ID);
|
||||||
|
ResultSet rs = pstmt.executeQuery ();
|
||||||
|
while (rs.next ())
|
||||||
|
list.add (new MWarehouse (ctx, rs, null));
|
||||||
|
rs.close ();
|
||||||
|
pstmt.close ();
|
||||||
|
pstmt = null;
|
||||||
|
}
|
||||||
|
catch (Exception e)
|
||||||
|
{
|
||||||
|
s_log.log(Level.SEVERE, sql, e);
|
||||||
|
}
|
||||||
|
try
|
||||||
|
{
|
||||||
|
if (pstmt != null)
|
||||||
|
pstmt.close ();
|
||||||
|
pstmt = null;
|
||||||
|
}
|
||||||
|
catch (Exception e)
|
||||||
|
{
|
||||||
|
pstmt = null;
|
||||||
|
}
|
||||||
|
MWarehouse[] retValue = new MWarehouse[list.size ()];
|
||||||
|
list.toArray (retValue);
|
||||||
|
return retValue;
|
||||||
|
} // get
|
||||||
|
|
||||||
|
|
||||||
|
/** Cache */
|
||||||
|
private static CCache<Integer,MWarehouse> s_cache = new CCache<Integer,MWarehouse>("M_Warehouse", 5);
|
||||||
|
/** Static Logger */
|
||||||
|
private static CLogger s_log = CLogger.getCLogger (MWarehouse.class);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Standard Constructor
|
||||||
|
* @param ctx context
|
||||||
|
* @param M_Warehouse_ID id
|
||||||
|
* @param trxName transaction
|
||||||
|
*/
|
||||||
|
public MWarehouse (Properties ctx, int M_Warehouse_ID, String trxName)
|
||||||
|
{
|
||||||
|
super(ctx, M_Warehouse_ID, trxName);
|
||||||
|
if (M_Warehouse_ID == 0)
|
||||||
|
{
|
||||||
|
// setValue (null);
|
||||||
|
// setName (null);
|
||||||
|
// setC_Location_ID (0);
|
||||||
|
setSeparator ("*"); // *
|
||||||
|
}
|
||||||
|
} // MWarehouse
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Load Constructor
|
||||||
|
* @param ctx context
|
||||||
|
* @param rs result set
|
||||||
|
* @param trxName transaction
|
||||||
|
*/
|
||||||
|
public MWarehouse (Properties ctx, ResultSet rs, String trxName)
|
||||||
|
{
|
||||||
|
super(ctx, rs, trxName);
|
||||||
|
} // MWarehouse
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Organization Constructor
|
||||||
|
* @param org parent
|
||||||
|
*/
|
||||||
|
public MWarehouse (MOrg org)
|
||||||
|
{
|
||||||
|
this (org.getCtx(), 0, org.get_TrxName());
|
||||||
|
setClientOrg(org);
|
||||||
|
setValue (org.getValue());
|
||||||
|
setName (org.getName());
|
||||||
|
if (org.getInfo() != null)
|
||||||
|
setC_Location_ID (org.getInfo().getC_Location_ID());
|
||||||
|
} // MWarehouse
|
||||||
|
|
||||||
|
/** Warehouse Locators */
|
||||||
|
private MLocator[] m_locators = null;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get Locators
|
||||||
|
* @param reload if true reload
|
||||||
|
* @return array of locators
|
||||||
|
*/
|
||||||
|
public MLocator[] getLocators(boolean reload)
|
||||||
|
{
|
||||||
|
if (!reload && m_locators != null)
|
||||||
|
return m_locators;
|
||||||
|
//
|
||||||
|
String sql = "SELECT * FROM M_Locator WHERE M_Warehouse_ID=? ORDER BY X,Y,Z";
|
||||||
|
ArrayList<MLocator> list = new ArrayList<MLocator>();
|
||||||
|
PreparedStatement pstmt = null;
|
||||||
|
try
|
||||||
|
{
|
||||||
|
pstmt = DB.prepareStatement (sql, null);
|
||||||
|
pstmt.setInt (1, getM_Warehouse_ID());
|
||||||
|
ResultSet rs = pstmt.executeQuery ();
|
||||||
|
while (rs.next ())
|
||||||
|
list.add(new MLocator (getCtx(), rs, null));
|
||||||
|
rs.close ();
|
||||||
|
pstmt.close ();
|
||||||
|
pstmt = null;
|
||||||
|
}
|
||||||
|
catch (Exception e)
|
||||||
|
{
|
||||||
|
log.log(Level.SEVERE, sql, e);
|
||||||
|
}
|
||||||
|
try
|
||||||
|
{
|
||||||
|
if (pstmt != null)
|
||||||
|
pstmt.close ();
|
||||||
|
pstmt = null;
|
||||||
|
}
|
||||||
|
catch (Exception e)
|
||||||
|
{
|
||||||
|
pstmt = null;
|
||||||
|
}
|
||||||
|
//
|
||||||
|
m_locators = new MLocator[list.size()];
|
||||||
|
list.toArray (m_locators);
|
||||||
|
return m_locators;
|
||||||
|
} // getLocators
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get Default Locator
|
||||||
|
* @return (first) default locator
|
||||||
|
*/
|
||||||
|
public MLocator getDefaultLocator()
|
||||||
|
{
|
||||||
|
MLocator[] locators = getLocators(false);
|
||||||
|
for (int i = 0; i < locators.length; i++)
|
||||||
|
{
|
||||||
|
if (locators[i].isDefault() && locators[i].isActive())
|
||||||
|
return locators[i];
|
||||||
|
}
|
||||||
|
// No Default - first one
|
||||||
|
if (locators.length > 0)
|
||||||
|
{
|
||||||
|
log.warning("No default locator for " + getName());
|
||||||
|
return locators[0];
|
||||||
|
}
|
||||||
|
// No Locator - create one
|
||||||
|
MLocator loc = new MLocator (this, "Standard");
|
||||||
|
loc.setIsDefault(true);
|
||||||
|
loc.save();
|
||||||
|
log.info("Created default locator for " + getName());
|
||||||
|
return loc;
|
||||||
|
} // getLocators
|
||||||
|
|
||||||
|
/**
|
||||||
|
* After Save
|
||||||
|
* @param newRecord new
|
||||||
|
* @param success success
|
||||||
|
* @return success
|
||||||
|
*/
|
||||||
|
protected boolean afterSave (boolean newRecord, boolean success)
|
||||||
|
{
|
||||||
|
if (newRecord && success)
|
||||||
|
insert_Accounting("M_Warehouse_Acct", "C_AcctSchema_Default", null);
|
||||||
|
|
||||||
|
return success;
|
||||||
|
} // afterSave
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Before Delete
|
||||||
|
* @return true
|
||||||
|
*/
|
||||||
|
protected boolean beforeDelete ()
|
||||||
|
{
|
||||||
|
return delete_Accounting("M_Warehouse_Acct");
|
||||||
|
} // beforeDelete
|
||||||
|
|
||||||
|
} // MWarehouse
|
|
@ -0,0 +1,384 @@
|
||||||
|
/******************************************************************************
|
||||||
|
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||||
|
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||||
|
* This program is free software; you can redistribute it and/or modify it *
|
||||||
|
* under the terms version 2 of the GNU General Public License as published *
|
||||||
|
* by the Free Software Foundation. This program is distributed in the hope *
|
||||||
|
* that it will be useful, but WITHOUT ANY WARRANTY; without even the implied *
|
||||||
|
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
|
||||||
|
* See the GNU General Public License for more details. *
|
||||||
|
* You should have received a copy of the GNU General Public License along *
|
||||||
|
* with this program; if not, write to the Free Software Foundation, Inc., *
|
||||||
|
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
|
||||||
|
* For the text or an alternative of this public license, you may reach us *
|
||||||
|
* ComPiere, Inc., 2620 Augustine Dr. #245, Santa Clara, CA 95054, USA *
|
||||||
|
* or via info@compiere.org or http://www.compiere.org/license.html *
|
||||||
|
*****************************************************************************/
|
||||||
|
/** Generated Model - DO NOT CHANGE */
|
||||||
|
package org.compiere.model;
|
||||||
|
|
||||||
|
import java.lang.reflect.Constructor;
|
||||||
|
import java.sql.ResultSet;
|
||||||
|
import java.util.Properties;
|
||||||
|
import java.util.logging.Level;
|
||||||
|
|
||||||
|
/** Generated Model for AD_OrgInfo
|
||||||
|
* @author Adempiere (generated)
|
||||||
|
* @version Release 3.4.0s - $Id$ */
|
||||||
|
public class X_AD_OrgInfo extends PO implements I_AD_OrgInfo, I_Persistent
|
||||||
|
{
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
private static final long serialVersionUID = 1L;
|
||||||
|
|
||||||
|
/** Standard Constructor */
|
||||||
|
public X_AD_OrgInfo (Properties ctx, int AD_OrgInfo_ID, String trxName)
|
||||||
|
{
|
||||||
|
super (ctx, AD_OrgInfo_ID, trxName);
|
||||||
|
/** if (AD_OrgInfo_ID == 0)
|
||||||
|
{
|
||||||
|
setDUNS (null);
|
||||||
|
setTaxID (null);
|
||||||
|
} */
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Load Constructor */
|
||||||
|
public X_AD_OrgInfo (Properties ctx, ResultSet rs, String trxName)
|
||||||
|
{
|
||||||
|
super (ctx, rs, trxName);
|
||||||
|
}
|
||||||
|
|
||||||
|
/** AccessLevel
|
||||||
|
* @return 7 - System - Client - Org
|
||||||
|
*/
|
||||||
|
protected int get_AccessLevel()
|
||||||
|
{
|
||||||
|
return accessLevel.intValue();
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Load Meta Data */
|
||||||
|
protected POInfo initPO (Properties ctx)
|
||||||
|
{
|
||||||
|
POInfo poi = POInfo.getPOInfo (ctx, Table_ID, get_TrxName());
|
||||||
|
return poi;
|
||||||
|
}
|
||||||
|
|
||||||
|
public String toString()
|
||||||
|
{
|
||||||
|
StringBuffer sb = new StringBuffer ("X_AD_OrgInfo[")
|
||||||
|
.append(get_ID()).append("]");
|
||||||
|
return sb.toString();
|
||||||
|
}
|
||||||
|
|
||||||
|
public I_AD_OrgType getAD_OrgType() throws Exception
|
||||||
|
{
|
||||||
|
Class<?> clazz = MTable.getClass(I_AD_OrgType.Table_Name);
|
||||||
|
I_AD_OrgType result = null;
|
||||||
|
try {
|
||||||
|
Constructor<?> constructor = null;
|
||||||
|
constructor = clazz.getDeclaredConstructor(new Class[]{Properties.class, int.class, String.class});
|
||||||
|
result = (I_AD_OrgType)constructor.newInstance(new Object[] {getCtx(), new Integer(getAD_OrgType_ID()), get_TrxName()});
|
||||||
|
} catch (Exception e) {
|
||||||
|
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
|
||||||
|
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
|
||||||
|
throw e;
|
||||||
|
}
|
||||||
|
return result;
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Set Organization Type.
|
||||||
|
@param AD_OrgType_ID
|
||||||
|
Organization Type allows you to categorize your organizations
|
||||||
|
*/
|
||||||
|
public void setAD_OrgType_ID (int AD_OrgType_ID)
|
||||||
|
{
|
||||||
|
if (AD_OrgType_ID < 1)
|
||||||
|
set_Value (COLUMNNAME_AD_OrgType_ID, null);
|
||||||
|
else
|
||||||
|
set_Value (COLUMNNAME_AD_OrgType_ID, Integer.valueOf(AD_OrgType_ID));
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Get Organization Type.
|
||||||
|
@return Organization Type allows you to categorize your organizations
|
||||||
|
*/
|
||||||
|
public int getAD_OrgType_ID ()
|
||||||
|
{
|
||||||
|
Integer ii = (Integer)get_Value(COLUMNNAME_AD_OrgType_ID);
|
||||||
|
if (ii == null)
|
||||||
|
return 0;
|
||||||
|
return ii.intValue();
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Set Address.
|
||||||
|
@param C_Location_ID
|
||||||
|
Location or Address
|
||||||
|
*/
|
||||||
|
public void setC_Location_ID (int C_Location_ID)
|
||||||
|
{
|
||||||
|
if (C_Location_ID < 1)
|
||||||
|
set_Value (COLUMNNAME_C_Location_ID, null);
|
||||||
|
else
|
||||||
|
set_Value (COLUMNNAME_C_Location_ID, Integer.valueOf(C_Location_ID));
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Get Address.
|
||||||
|
@return Location or Address
|
||||||
|
*/
|
||||||
|
public int getC_Location_ID ()
|
||||||
|
{
|
||||||
|
Integer ii = (Integer)get_Value(COLUMNNAME_C_Location_ID);
|
||||||
|
if (ii == null)
|
||||||
|
return 0;
|
||||||
|
return ii.intValue();
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Set D-U-N-S.
|
||||||
|
@param DUNS
|
||||||
|
Dun & Bradstreet Number
|
||||||
|
*/
|
||||||
|
public void setDUNS (String DUNS)
|
||||||
|
{
|
||||||
|
if (DUNS == null)
|
||||||
|
throw new IllegalArgumentException ("DUNS is mandatory.");
|
||||||
|
|
||||||
|
if (DUNS.length() > 11)
|
||||||
|
{
|
||||||
|
log.warning("Length > 11 - truncated");
|
||||||
|
DUNS = DUNS.substring(0, 11);
|
||||||
|
}
|
||||||
|
set_Value (COLUMNNAME_DUNS, DUNS);
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Get D-U-N-S.
|
||||||
|
@return Dun & Bradstreet Number
|
||||||
|
*/
|
||||||
|
public String getDUNS ()
|
||||||
|
{
|
||||||
|
return (String)get_Value(COLUMNNAME_DUNS);
|
||||||
|
}
|
||||||
|
|
||||||
|
public I_M_Warehouse getM_Warehouse() throws Exception
|
||||||
|
{
|
||||||
|
Class<?> clazz = MTable.getClass(I_M_Warehouse.Table_Name);
|
||||||
|
I_M_Warehouse result = null;
|
||||||
|
try {
|
||||||
|
Constructor<?> constructor = null;
|
||||||
|
constructor = clazz.getDeclaredConstructor(new Class[]{Properties.class, int.class, String.class});
|
||||||
|
result = (I_M_Warehouse)constructor.newInstance(new Object[] {getCtx(), new Integer(getM_Warehouse_ID()), get_TrxName()});
|
||||||
|
} catch (Exception e) {
|
||||||
|
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
|
||||||
|
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
|
||||||
|
throw e;
|
||||||
|
}
|
||||||
|
return result;
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Set Warehouse.
|
||||||
|
@param M_Warehouse_ID
|
||||||
|
Storage Warehouse and Service Point
|
||||||
|
*/
|
||||||
|
public void setM_Warehouse_ID (int M_Warehouse_ID)
|
||||||
|
{
|
||||||
|
if (M_Warehouse_ID < 1)
|
||||||
|
set_Value (COLUMNNAME_M_Warehouse_ID, null);
|
||||||
|
else
|
||||||
|
set_Value (COLUMNNAME_M_Warehouse_ID, Integer.valueOf(M_Warehouse_ID));
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Get Warehouse.
|
||||||
|
@return Storage Warehouse and Service Point
|
||||||
|
*/
|
||||||
|
public int getM_Warehouse_ID ()
|
||||||
|
{
|
||||||
|
Integer ii = (Integer)get_Value(COLUMNNAME_M_Warehouse_ID);
|
||||||
|
if (ii == null)
|
||||||
|
return 0;
|
||||||
|
return ii.intValue();
|
||||||
|
}
|
||||||
|
|
||||||
|
public I_PA_Goal getPA_Goal() throws Exception
|
||||||
|
{
|
||||||
|
Class<?> clazz = MTable.getClass(I_PA_Goal.Table_Name);
|
||||||
|
I_PA_Goal result = null;
|
||||||
|
try {
|
||||||
|
Constructor<?> constructor = null;
|
||||||
|
constructor = clazz.getDeclaredConstructor(new Class[]{Properties.class, int.class, String.class});
|
||||||
|
result = (I_PA_Goal)constructor.newInstance(new Object[] {getCtx(), new Integer(getPA_Goal_ID()), get_TrxName()});
|
||||||
|
} catch (Exception e) {
|
||||||
|
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
|
||||||
|
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
|
||||||
|
throw e;
|
||||||
|
}
|
||||||
|
return result;
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Set Goal.
|
||||||
|
@param PA_Goal_ID
|
||||||
|
Performance Goal
|
||||||
|
*/
|
||||||
|
public void setPA_Goal_ID (int PA_Goal_ID)
|
||||||
|
{
|
||||||
|
if (PA_Goal_ID < 1)
|
||||||
|
set_Value (COLUMNNAME_PA_Goal_ID, null);
|
||||||
|
else
|
||||||
|
set_Value (COLUMNNAME_PA_Goal_ID, Integer.valueOf(PA_Goal_ID));
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Get Goal.
|
||||||
|
@return Performance Goal
|
||||||
|
*/
|
||||||
|
public int getPA_Goal_ID ()
|
||||||
|
{
|
||||||
|
Integer ii = (Integer)get_Value(COLUMNNAME_PA_Goal_ID);
|
||||||
|
if (ii == null)
|
||||||
|
return 0;
|
||||||
|
return ii.intValue();
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Parent_Org_ID AD_Reference_ID=130 */
|
||||||
|
public static final int PARENT_ORG_ID_AD_Reference_ID=130;
|
||||||
|
/** Set Parent Organization.
|
||||||
|
@param Parent_Org_ID
|
||||||
|
Parent (superior) Organization
|
||||||
|
*/
|
||||||
|
public void setParent_Org_ID (int Parent_Org_ID)
|
||||||
|
{
|
||||||
|
if (Parent_Org_ID < 1)
|
||||||
|
set_Value (COLUMNNAME_Parent_Org_ID, null);
|
||||||
|
else
|
||||||
|
set_Value (COLUMNNAME_Parent_Org_ID, Integer.valueOf(Parent_Org_ID));
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Get Parent Organization.
|
||||||
|
@return Parent (superior) Organization
|
||||||
|
*/
|
||||||
|
public int getParent_Org_ID ()
|
||||||
|
{
|
||||||
|
Integer ii = (Integer)get_Value(COLUMNNAME_Parent_Org_ID);
|
||||||
|
if (ii == null)
|
||||||
|
return 0;
|
||||||
|
return ii.intValue();
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Set Receipt Footer Msg.
|
||||||
|
@param ReceiptFooterMsg
|
||||||
|
This message will be displayed at the bottom of a receipt when doing a sales or purchase
|
||||||
|
*/
|
||||||
|
public void setReceiptFooterMsg (String ReceiptFooterMsg)
|
||||||
|
{
|
||||||
|
|
||||||
|
if (ReceiptFooterMsg != null && ReceiptFooterMsg.length() > 1023)
|
||||||
|
{
|
||||||
|
log.warning("Length > 1023 - truncated");
|
||||||
|
ReceiptFooterMsg = ReceiptFooterMsg.substring(0, 1023);
|
||||||
|
}
|
||||||
|
set_Value (COLUMNNAME_ReceiptFooterMsg, ReceiptFooterMsg);
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Get Receipt Footer Msg.
|
||||||
|
@return This message will be displayed at the bottom of a receipt when doing a sales or purchase
|
||||||
|
*/
|
||||||
|
public String getReceiptFooterMsg ()
|
||||||
|
{
|
||||||
|
return (String)get_Value(COLUMNNAME_ReceiptFooterMsg);
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Supervisor_ID AD_Reference_ID=286 */
|
||||||
|
public static final int SUPERVISOR_ID_AD_Reference_ID=286;
|
||||||
|
/** Set Supervisor.
|
||||||
|
@param Supervisor_ID
|
||||||
|
Supervisor for this user/organization - used for escalation and approval
|
||||||
|
*/
|
||||||
|
public void setSupervisor_ID (int Supervisor_ID)
|
||||||
|
{
|
||||||
|
if (Supervisor_ID < 1)
|
||||||
|
set_Value (COLUMNNAME_Supervisor_ID, null);
|
||||||
|
else
|
||||||
|
set_Value (COLUMNNAME_Supervisor_ID, Integer.valueOf(Supervisor_ID));
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Get Supervisor.
|
||||||
|
@return Supervisor for this user/organization - used for escalation and approval
|
||||||
|
*/
|
||||||
|
public int getSupervisor_ID ()
|
||||||
|
{
|
||||||
|
Integer ii = (Integer)get_Value(COLUMNNAME_Supervisor_ID);
|
||||||
|
if (ii == null)
|
||||||
|
return 0;
|
||||||
|
return ii.intValue();
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Set Tax ID.
|
||||||
|
@param TaxID
|
||||||
|
Tax Identification
|
||||||
|
*/
|
||||||
|
public void setTaxID (String TaxID)
|
||||||
|
{
|
||||||
|
if (TaxID == null)
|
||||||
|
throw new IllegalArgumentException ("TaxID is mandatory.");
|
||||||
|
|
||||||
|
if (TaxID.length() > 20)
|
||||||
|
{
|
||||||
|
log.warning("Length > 20 - truncated");
|
||||||
|
TaxID = TaxID.substring(0, 20);
|
||||||
|
}
|
||||||
|
set_Value (COLUMNNAME_TaxID, TaxID);
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Get Tax ID.
|
||||||
|
@return Tax Identification
|
||||||
|
*/
|
||||||
|
public String getTaxID ()
|
||||||
|
{
|
||||||
|
return (String)get_Value(COLUMNNAME_TaxID);
|
||||||
|
}
|
||||||
|
|
||||||
|
/** TransferBank_ID AD_Reference_ID=52001 */
|
||||||
|
public static final int TRANSFERBANK_ID_AD_Reference_ID=52001;
|
||||||
|
/** Set Bank for transfers.
|
||||||
|
@param TransferBank_ID
|
||||||
|
Bank account depending on currency will be used from this bank for doing transfers
|
||||||
|
*/
|
||||||
|
public void setTransferBank_ID (int TransferBank_ID)
|
||||||
|
{
|
||||||
|
if (TransferBank_ID < 1)
|
||||||
|
set_Value (COLUMNNAME_TransferBank_ID, null);
|
||||||
|
else
|
||||||
|
set_Value (COLUMNNAME_TransferBank_ID, Integer.valueOf(TransferBank_ID));
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Get Bank for transfers.
|
||||||
|
@return Bank account depending on currency will be used from this bank for doing transfers
|
||||||
|
*/
|
||||||
|
public int getTransferBank_ID ()
|
||||||
|
{
|
||||||
|
Integer ii = (Integer)get_Value(COLUMNNAME_TransferBank_ID);
|
||||||
|
if (ii == null)
|
||||||
|
return 0;
|
||||||
|
return ii.intValue();
|
||||||
|
}
|
||||||
|
|
||||||
|
/** TransferCashBook_ID AD_Reference_ID=52004 */
|
||||||
|
public static final int TRANSFERCASHBOOK_ID_AD_Reference_ID=52004;
|
||||||
|
/** Set CashBook for transfers.
|
||||||
|
@param TransferCashBook_ID CashBook for transfers */
|
||||||
|
public void setTransferCashBook_ID (int TransferCashBook_ID)
|
||||||
|
{
|
||||||
|
if (TransferCashBook_ID < 1)
|
||||||
|
set_Value (COLUMNNAME_TransferCashBook_ID, null);
|
||||||
|
else
|
||||||
|
set_Value (COLUMNNAME_TransferCashBook_ID, Integer.valueOf(TransferCashBook_ID));
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Get CashBook for transfers.
|
||||||
|
@return CashBook for transfers */
|
||||||
|
public int getTransferCashBook_ID ()
|
||||||
|
{
|
||||||
|
Integer ii = (Integer)get_Value(COLUMNNAME_TransferCashBook_ID);
|
||||||
|
if (ii == null)
|
||||||
|
return 0;
|
||||||
|
return ii.intValue();
|
||||||
|
}
|
||||||
|
}
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,537 @@
|
||||||
|
/******************************************************************************
|
||||||
|
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||||
|
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||||
|
* This program is free software; you can redistribute it and/or modify it *
|
||||||
|
* under the terms version 2 of the GNU General Public License as published *
|
||||||
|
* by the Free Software Foundation. This program is distributed in the hope *
|
||||||
|
* that it will be useful, but WITHOUT ANY WARRANTY; without even the implied *
|
||||||
|
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
|
||||||
|
* See the GNU General Public License for more details. *
|
||||||
|
* You should have received a copy of the GNU General Public License along *
|
||||||
|
* with this program; if not, write to the Free Software Foundation, Inc., *
|
||||||
|
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
|
||||||
|
* For the text or an alternative of this public license, you may reach us *
|
||||||
|
* ComPiere, Inc., 2620 Augustine Dr. #245, Santa Clara, CA 95054, USA *
|
||||||
|
* or via info@compiere.org or http://www.compiere.org/license.html *
|
||||||
|
*****************************************************************************/
|
||||||
|
/** Generated Model - DO NOT CHANGE */
|
||||||
|
package org.compiere.model;
|
||||||
|
|
||||||
|
import java.lang.reflect.Constructor;
|
||||||
|
import java.math.BigDecimal;
|
||||||
|
import java.sql.ResultSet;
|
||||||
|
import java.util.Properties;
|
||||||
|
import java.util.logging.Level;
|
||||||
|
import org.compiere.util.Env;
|
||||||
|
import org.compiere.util.KeyNamePair;
|
||||||
|
|
||||||
|
/** Generated Model for C_CashLine
|
||||||
|
* @author Adempiere (generated)
|
||||||
|
* @version Release 3.4.0s - $Id$ */
|
||||||
|
public class X_C_CashLine extends PO implements I_C_CashLine, I_Persistent
|
||||||
|
{
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
private static final long serialVersionUID = 1L;
|
||||||
|
|
||||||
|
/** Standard Constructor */
|
||||||
|
public X_C_CashLine (Properties ctx, int C_CashLine_ID, String trxName)
|
||||||
|
{
|
||||||
|
super (ctx, C_CashLine_ID, trxName);
|
||||||
|
/** if (C_CashLine_ID == 0)
|
||||||
|
{
|
||||||
|
setAmount (Env.ZERO);
|
||||||
|
setCashType (null);
|
||||||
|
// E
|
||||||
|
setC_Cash_ID (0);
|
||||||
|
setC_CashLine_ID (0);
|
||||||
|
setLine (0);
|
||||||
|
// @SQL=SELECT COALESCE(MAX(Line),0)+10 AS DefaultValue FROM C_CashLine WHERE C_Cash_ID=@C_Cash_ID@
|
||||||
|
setProcessed (false);
|
||||||
|
} */
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Load Constructor */
|
||||||
|
public X_C_CashLine (Properties ctx, ResultSet rs, String trxName)
|
||||||
|
{
|
||||||
|
super (ctx, rs, trxName);
|
||||||
|
}
|
||||||
|
|
||||||
|
/** AccessLevel
|
||||||
|
* @return 3 - Client - Org
|
||||||
|
*/
|
||||||
|
protected int get_AccessLevel()
|
||||||
|
{
|
||||||
|
return accessLevel.intValue();
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Load Meta Data */
|
||||||
|
protected POInfo initPO (Properties ctx)
|
||||||
|
{
|
||||||
|
POInfo poi = POInfo.getPOInfo (ctx, Table_ID, get_TrxName());
|
||||||
|
return poi;
|
||||||
|
}
|
||||||
|
|
||||||
|
public String toString()
|
||||||
|
{
|
||||||
|
StringBuffer sb = new StringBuffer ("X_C_CashLine[")
|
||||||
|
.append(get_ID()).append("]");
|
||||||
|
return sb.toString();
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Set Amount.
|
||||||
|
@param Amount
|
||||||
|
Amount in a defined currency
|
||||||
|
*/
|
||||||
|
public void setAmount (BigDecimal Amount)
|
||||||
|
{
|
||||||
|
if (Amount == null)
|
||||||
|
throw new IllegalArgumentException ("Amount is mandatory.");
|
||||||
|
set_Value (COLUMNNAME_Amount, Amount);
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Get Amount.
|
||||||
|
@return Amount in a defined currency
|
||||||
|
*/
|
||||||
|
public BigDecimal getAmount ()
|
||||||
|
{
|
||||||
|
BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Amount);
|
||||||
|
if (bd == null)
|
||||||
|
return Env.ZERO;
|
||||||
|
return bd;
|
||||||
|
}
|
||||||
|
|
||||||
|
/** CashType AD_Reference_ID=217 */
|
||||||
|
public static final int CASHTYPE_AD_Reference_ID=217;
|
||||||
|
/** Bank Account Transfer = T */
|
||||||
|
public static final String CASHTYPE_BankAccountTransfer = "T";
|
||||||
|
/** Invoice = I */
|
||||||
|
public static final String CASHTYPE_Invoice = "I";
|
||||||
|
/** General Expense = E */
|
||||||
|
public static final String CASHTYPE_GeneralExpense = "E";
|
||||||
|
/** General Receipts = R */
|
||||||
|
public static final String CASHTYPE_GeneralReceipts = "R";
|
||||||
|
/** Charge = C */
|
||||||
|
public static final String CASHTYPE_Charge = "C";
|
||||||
|
/** Difference = D */
|
||||||
|
public static final String CASHTYPE_Difference = "D";
|
||||||
|
/** Set Cash Type.
|
||||||
|
@param CashType
|
||||||
|
Source of Cash
|
||||||
|
*/
|
||||||
|
public void setCashType (String CashType)
|
||||||
|
{
|
||||||
|
if (CashType == null) throw new IllegalArgumentException ("CashType is mandatory");
|
||||||
|
if (CashType.equals("T") || CashType.equals("I") || CashType.equals("E") || CashType.equals("R") || CashType.equals("C") || CashType.equals("D")); else throw new IllegalArgumentException ("CashType Invalid value - " + CashType + " - Reference_ID=217 - T - I - E - R - C - D");
|
||||||
|
if (CashType.length() > 1)
|
||||||
|
{
|
||||||
|
log.warning("Length > 1 - truncated");
|
||||||
|
CashType = CashType.substring(0, 1);
|
||||||
|
}
|
||||||
|
set_ValueNoCheck (COLUMNNAME_CashType, CashType);
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Get Cash Type.
|
||||||
|
@return Source of Cash
|
||||||
|
*/
|
||||||
|
public String getCashType ()
|
||||||
|
{
|
||||||
|
return (String)get_Value(COLUMNNAME_CashType);
|
||||||
|
}
|
||||||
|
|
||||||
|
public I_C_BankAccount getC_BankAccount() throws Exception
|
||||||
|
{
|
||||||
|
Class<?> clazz = MTable.getClass(I_C_BankAccount.Table_Name);
|
||||||
|
I_C_BankAccount result = null;
|
||||||
|
try {
|
||||||
|
Constructor<?> constructor = null;
|
||||||
|
constructor = clazz.getDeclaredConstructor(new Class[]{Properties.class, int.class, String.class});
|
||||||
|
result = (I_C_BankAccount)constructor.newInstance(new Object[] {getCtx(), new Integer(getC_BankAccount_ID()), get_TrxName()});
|
||||||
|
} catch (Exception e) {
|
||||||
|
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
|
||||||
|
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
|
||||||
|
throw e;
|
||||||
|
}
|
||||||
|
return result;
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Set Bank Account.
|
||||||
|
@param C_BankAccount_ID
|
||||||
|
Account at the Bank
|
||||||
|
*/
|
||||||
|
public void setC_BankAccount_ID (int C_BankAccount_ID)
|
||||||
|
{
|
||||||
|
if (C_BankAccount_ID < 1)
|
||||||
|
set_Value (COLUMNNAME_C_BankAccount_ID, null);
|
||||||
|
else
|
||||||
|
set_Value (COLUMNNAME_C_BankAccount_ID, Integer.valueOf(C_BankAccount_ID));
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Get Bank Account.
|
||||||
|
@return Account at the Bank
|
||||||
|
*/
|
||||||
|
public int getC_BankAccount_ID ()
|
||||||
|
{
|
||||||
|
Integer ii = (Integer)get_Value(COLUMNNAME_C_BankAccount_ID);
|
||||||
|
if (ii == null)
|
||||||
|
return 0;
|
||||||
|
return ii.intValue();
|
||||||
|
}
|
||||||
|
|
||||||
|
public I_C_Cash getC_Cash() throws Exception
|
||||||
|
{
|
||||||
|
Class<?> clazz = MTable.getClass(I_C_Cash.Table_Name);
|
||||||
|
I_C_Cash result = null;
|
||||||
|
try {
|
||||||
|
Constructor<?> constructor = null;
|
||||||
|
constructor = clazz.getDeclaredConstructor(new Class[]{Properties.class, int.class, String.class});
|
||||||
|
result = (I_C_Cash)constructor.newInstance(new Object[] {getCtx(), new Integer(getC_Cash_ID()), get_TrxName()});
|
||||||
|
} catch (Exception e) {
|
||||||
|
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
|
||||||
|
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
|
||||||
|
throw e;
|
||||||
|
}
|
||||||
|
return result;
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Set Cash Journal.
|
||||||
|
@param C_Cash_ID
|
||||||
|
Cash Journal
|
||||||
|
*/
|
||||||
|
public void setC_Cash_ID (int C_Cash_ID)
|
||||||
|
{
|
||||||
|
if (C_Cash_ID < 1)
|
||||||
|
throw new IllegalArgumentException ("C_Cash_ID is mandatory.");
|
||||||
|
set_ValueNoCheck (COLUMNNAME_C_Cash_ID, Integer.valueOf(C_Cash_ID));
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Get Cash Journal.
|
||||||
|
@return Cash Journal
|
||||||
|
*/
|
||||||
|
public int getC_Cash_ID ()
|
||||||
|
{
|
||||||
|
Integer ii = (Integer)get_Value(COLUMNNAME_C_Cash_ID);
|
||||||
|
if (ii == null)
|
||||||
|
return 0;
|
||||||
|
return ii.intValue();
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Get Record ID/ColumnName
|
||||||
|
@return ID/ColumnName pair
|
||||||
|
*/
|
||||||
|
public KeyNamePair getKeyNamePair()
|
||||||
|
{
|
||||||
|
return new KeyNamePair(get_ID(), String.valueOf(getC_Cash_ID()));
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Set Cash Journal Line.
|
||||||
|
@param C_CashLine_ID
|
||||||
|
Cash Journal Line
|
||||||
|
*/
|
||||||
|
public void setC_CashLine_ID (int C_CashLine_ID)
|
||||||
|
{
|
||||||
|
if (C_CashLine_ID < 1)
|
||||||
|
throw new IllegalArgumentException ("C_CashLine_ID is mandatory.");
|
||||||
|
set_ValueNoCheck (COLUMNNAME_C_CashLine_ID, Integer.valueOf(C_CashLine_ID));
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Get Cash Journal Line.
|
||||||
|
@return Cash Journal Line
|
||||||
|
*/
|
||||||
|
public int getC_CashLine_ID ()
|
||||||
|
{
|
||||||
|
Integer ii = (Integer)get_Value(COLUMNNAME_C_CashLine_ID);
|
||||||
|
if (ii == null)
|
||||||
|
return 0;
|
||||||
|
return ii.intValue();
|
||||||
|
}
|
||||||
|
|
||||||
|
public I_C_Charge getC_Charge() throws Exception
|
||||||
|
{
|
||||||
|
Class<?> clazz = MTable.getClass(I_C_Charge.Table_Name);
|
||||||
|
I_C_Charge result = null;
|
||||||
|
try {
|
||||||
|
Constructor<?> constructor = null;
|
||||||
|
constructor = clazz.getDeclaredConstructor(new Class[]{Properties.class, int.class, String.class});
|
||||||
|
result = (I_C_Charge)constructor.newInstance(new Object[] {getCtx(), new Integer(getC_Charge_ID()), get_TrxName()});
|
||||||
|
} catch (Exception e) {
|
||||||
|
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
|
||||||
|
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
|
||||||
|
throw e;
|
||||||
|
}
|
||||||
|
return result;
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Set Charge.
|
||||||
|
@param C_Charge_ID
|
||||||
|
Additional document charges
|
||||||
|
*/
|
||||||
|
public void setC_Charge_ID (int C_Charge_ID)
|
||||||
|
{
|
||||||
|
if (C_Charge_ID < 1)
|
||||||
|
set_Value (COLUMNNAME_C_Charge_ID, null);
|
||||||
|
else
|
||||||
|
set_Value (COLUMNNAME_C_Charge_ID, Integer.valueOf(C_Charge_ID));
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Get Charge.
|
||||||
|
@return Additional document charges
|
||||||
|
*/
|
||||||
|
public int getC_Charge_ID ()
|
||||||
|
{
|
||||||
|
Integer ii = (Integer)get_Value(COLUMNNAME_C_Charge_ID);
|
||||||
|
if (ii == null)
|
||||||
|
return 0;
|
||||||
|
return ii.intValue();
|
||||||
|
}
|
||||||
|
|
||||||
|
public I_C_Currency getC_Currency() throws Exception
|
||||||
|
{
|
||||||
|
Class<?> clazz = MTable.getClass(I_C_Currency.Table_Name);
|
||||||
|
I_C_Currency result = null;
|
||||||
|
try {
|
||||||
|
Constructor<?> constructor = null;
|
||||||
|
constructor = clazz.getDeclaredConstructor(new Class[]{Properties.class, int.class, String.class});
|
||||||
|
result = (I_C_Currency)constructor.newInstance(new Object[] {getCtx(), new Integer(getC_Currency_ID()), get_TrxName()});
|
||||||
|
} catch (Exception e) {
|
||||||
|
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
|
||||||
|
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
|
||||||
|
throw e;
|
||||||
|
}
|
||||||
|
return result;
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Set Currency.
|
||||||
|
@param C_Currency_ID
|
||||||
|
The Currency for this record
|
||||||
|
*/
|
||||||
|
public void setC_Currency_ID (int C_Currency_ID)
|
||||||
|
{
|
||||||
|
if (C_Currency_ID < 1)
|
||||||
|
set_ValueNoCheck (COLUMNNAME_C_Currency_ID, null);
|
||||||
|
else
|
||||||
|
set_ValueNoCheck (COLUMNNAME_C_Currency_ID, Integer.valueOf(C_Currency_ID));
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Get Currency.
|
||||||
|
@return The Currency for this record
|
||||||
|
*/
|
||||||
|
public int getC_Currency_ID ()
|
||||||
|
{
|
||||||
|
Integer ii = (Integer)get_Value(COLUMNNAME_C_Currency_ID);
|
||||||
|
if (ii == null)
|
||||||
|
return 0;
|
||||||
|
return ii.intValue();
|
||||||
|
}
|
||||||
|
|
||||||
|
public I_C_Invoice getC_Invoice() throws Exception
|
||||||
|
{
|
||||||
|
Class<?> clazz = MTable.getClass(I_C_Invoice.Table_Name);
|
||||||
|
I_C_Invoice result = null;
|
||||||
|
try {
|
||||||
|
Constructor<?> constructor = null;
|
||||||
|
constructor = clazz.getDeclaredConstructor(new Class[]{Properties.class, int.class, String.class});
|
||||||
|
result = (I_C_Invoice)constructor.newInstance(new Object[] {getCtx(), new Integer(getC_Invoice_ID()), get_TrxName()});
|
||||||
|
} catch (Exception e) {
|
||||||
|
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
|
||||||
|
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
|
||||||
|
throw e;
|
||||||
|
}
|
||||||
|
return result;
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Set Invoice.
|
||||||
|
@param C_Invoice_ID
|
||||||
|
Invoice Identifier
|
||||||
|
*/
|
||||||
|
public void setC_Invoice_ID (int C_Invoice_ID)
|
||||||
|
{
|
||||||
|
if (C_Invoice_ID < 1)
|
||||||
|
set_ValueNoCheck (COLUMNNAME_C_Invoice_ID, null);
|
||||||
|
else
|
||||||
|
set_ValueNoCheck (COLUMNNAME_C_Invoice_ID, Integer.valueOf(C_Invoice_ID));
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Get Invoice.
|
||||||
|
@return Invoice Identifier
|
||||||
|
*/
|
||||||
|
public int getC_Invoice_ID ()
|
||||||
|
{
|
||||||
|
Integer ii = (Integer)get_Value(COLUMNNAME_C_Invoice_ID);
|
||||||
|
if (ii == null)
|
||||||
|
return 0;
|
||||||
|
return ii.intValue();
|
||||||
|
}
|
||||||
|
|
||||||
|
public I_C_Payment getC_Payment() throws Exception
|
||||||
|
{
|
||||||
|
Class<?> clazz = MTable.getClass(I_C_Payment.Table_Name);
|
||||||
|
I_C_Payment result = null;
|
||||||
|
try {
|
||||||
|
Constructor<?> constructor = null;
|
||||||
|
constructor = clazz.getDeclaredConstructor(new Class[]{Properties.class, int.class, String.class});
|
||||||
|
result = (I_C_Payment)constructor.newInstance(new Object[] {getCtx(), new Integer(getC_Payment_ID()), get_TrxName()});
|
||||||
|
} catch (Exception e) {
|
||||||
|
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
|
||||||
|
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
|
||||||
|
throw e;
|
||||||
|
}
|
||||||
|
return result;
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Set Payment.
|
||||||
|
@param C_Payment_ID
|
||||||
|
Payment identifier
|
||||||
|
*/
|
||||||
|
public void setC_Payment_ID (int C_Payment_ID)
|
||||||
|
{
|
||||||
|
if (C_Payment_ID < 1)
|
||||||
|
set_ValueNoCheck (COLUMNNAME_C_Payment_ID, null);
|
||||||
|
else
|
||||||
|
set_ValueNoCheck (COLUMNNAME_C_Payment_ID, Integer.valueOf(C_Payment_ID));
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Get Payment.
|
||||||
|
@return Payment identifier
|
||||||
|
*/
|
||||||
|
public int getC_Payment_ID ()
|
||||||
|
{
|
||||||
|
Integer ii = (Integer)get_Value(COLUMNNAME_C_Payment_ID);
|
||||||
|
if (ii == null)
|
||||||
|
return 0;
|
||||||
|
return ii.intValue();
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Set Description.
|
||||||
|
@param Description
|
||||||
|
Optional short description of the record
|
||||||
|
*/
|
||||||
|
public void setDescription (String Description)
|
||||||
|
{
|
||||||
|
|
||||||
|
if (Description != null && Description.length() > 255)
|
||||||
|
{
|
||||||
|
log.warning("Length > 255 - truncated");
|
||||||
|
Description = Description.substring(0, 255);
|
||||||
|
}
|
||||||
|
set_Value (COLUMNNAME_Description, Description);
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Get Description.
|
||||||
|
@return Optional short description of the record
|
||||||
|
*/
|
||||||
|
public String getDescription ()
|
||||||
|
{
|
||||||
|
return (String)get_Value(COLUMNNAME_Description);
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Set Discount Amount.
|
||||||
|
@param DiscountAmt
|
||||||
|
Calculated amount of discount
|
||||||
|
*/
|
||||||
|
public void setDiscountAmt (BigDecimal DiscountAmt)
|
||||||
|
{
|
||||||
|
set_Value (COLUMNNAME_DiscountAmt, DiscountAmt);
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Get Discount Amount.
|
||||||
|
@return Calculated amount of discount
|
||||||
|
*/
|
||||||
|
public BigDecimal getDiscountAmt ()
|
||||||
|
{
|
||||||
|
BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_DiscountAmt);
|
||||||
|
if (bd == null)
|
||||||
|
return Env.ZERO;
|
||||||
|
return bd;
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Set Generated.
|
||||||
|
@param IsGenerated
|
||||||
|
This Line is generated
|
||||||
|
*/
|
||||||
|
public void setIsGenerated (boolean IsGenerated)
|
||||||
|
{
|
||||||
|
set_ValueNoCheck (COLUMNNAME_IsGenerated, Boolean.valueOf(IsGenerated));
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Get Generated.
|
||||||
|
@return This Line is generated
|
||||||
|
*/
|
||||||
|
public boolean isGenerated ()
|
||||||
|
{
|
||||||
|
Object oo = get_Value(COLUMNNAME_IsGenerated);
|
||||||
|
if (oo != null)
|
||||||
|
{
|
||||||
|
if (oo instanceof Boolean)
|
||||||
|
return ((Boolean)oo).booleanValue();
|
||||||
|
return "Y".equals(oo);
|
||||||
|
}
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Set Line No.
|
||||||
|
@param Line
|
||||||
|
Unique line for this document
|
||||||
|
*/
|
||||||
|
public void setLine (int Line)
|
||||||
|
{
|
||||||
|
set_Value (COLUMNNAME_Line, Integer.valueOf(Line));
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Get Line No.
|
||||||
|
@return Unique line for this document
|
||||||
|
*/
|
||||||
|
public int getLine ()
|
||||||
|
{
|
||||||
|
Integer ii = (Integer)get_Value(COLUMNNAME_Line);
|
||||||
|
if (ii == null)
|
||||||
|
return 0;
|
||||||
|
return ii.intValue();
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Set Processed.
|
||||||
|
@param Processed
|
||||||
|
The document has been processed
|
||||||
|
*/
|
||||||
|
public void setProcessed (boolean Processed)
|
||||||
|
{
|
||||||
|
set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed));
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Get Processed.
|
||||||
|
@return The document has been processed
|
||||||
|
*/
|
||||||
|
public boolean isProcessed ()
|
||||||
|
{
|
||||||
|
Object oo = get_Value(COLUMNNAME_Processed);
|
||||||
|
if (oo != null)
|
||||||
|
{
|
||||||
|
if (oo instanceof Boolean)
|
||||||
|
return ((Boolean)oo).booleanValue();
|
||||||
|
return "Y".equals(oo);
|
||||||
|
}
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Set Write-off Amount.
|
||||||
|
@param WriteOffAmt
|
||||||
|
Amount to write-off
|
||||||
|
*/
|
||||||
|
public void setWriteOffAmt (BigDecimal WriteOffAmt)
|
||||||
|
{
|
||||||
|
set_Value (COLUMNNAME_WriteOffAmt, WriteOffAmt);
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Get Write-off Amount.
|
||||||
|
@return Amount to write-off
|
||||||
|
*/
|
||||||
|
public BigDecimal getWriteOffAmt ()
|
||||||
|
{
|
||||||
|
BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_WriteOffAmt);
|
||||||
|
if (bd == null)
|
||||||
|
return Env.ZERO;
|
||||||
|
return bd;
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,337 @@
|
||||||
|
/******************************************************************************
|
||||||
|
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||||
|
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||||
|
* This program is free software; you can redistribute it and/or modify it *
|
||||||
|
* under the terms version 2 of the GNU General Public License as published *
|
||||||
|
* by the Free Software Foundation. This program is distributed in the hope *
|
||||||
|
* that it will be useful, but WITHOUT ANY WARRANTY; without even the implied *
|
||||||
|
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
|
||||||
|
* See the GNU General Public License for more details. *
|
||||||
|
* You should have received a copy of the GNU General Public License along *
|
||||||
|
* with this program; if not, write to the Free Software Foundation, Inc., *
|
||||||
|
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
|
||||||
|
* For the text or an alternative of this public license, you may reach us *
|
||||||
|
* ComPiere, Inc., 2620 Augustine Dr. #245, Santa Clara, CA 95054, USA *
|
||||||
|
* or via info@compiere.org or http://www.compiere.org/license.html *
|
||||||
|
*****************************************************************************/
|
||||||
|
/** Generated Model - DO NOT CHANGE */
|
||||||
|
package org.compiere.model;
|
||||||
|
|
||||||
|
import java.math.BigDecimal;
|
||||||
|
import java.sql.ResultSet;
|
||||||
|
import java.sql.Timestamp;
|
||||||
|
import java.util.Properties;
|
||||||
|
import org.compiere.util.Env;
|
||||||
|
import org.compiere.util.KeyNamePair;
|
||||||
|
|
||||||
|
/** Generated Model for C_Currency
|
||||||
|
* @author Adempiere (generated)
|
||||||
|
* @version Release 3.4.0s - $Id$ */
|
||||||
|
public class X_C_Currency extends PO implements I_C_Currency, I_Persistent
|
||||||
|
{
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
private static final long serialVersionUID = 1L;
|
||||||
|
|
||||||
|
/** Standard Constructor */
|
||||||
|
public X_C_Currency (Properties ctx, int C_Currency_ID, String trxName)
|
||||||
|
{
|
||||||
|
super (ctx, C_Currency_ID, trxName);
|
||||||
|
/** if (C_Currency_ID == 0)
|
||||||
|
{
|
||||||
|
setC_Currency_ID (0);
|
||||||
|
setCostingPrecision (0);
|
||||||
|
// 4
|
||||||
|
setDescription (null);
|
||||||
|
setIsEMUMember (false);
|
||||||
|
// N
|
||||||
|
setIsEuro (false);
|
||||||
|
// N
|
||||||
|
setISO_Code (null);
|
||||||
|
setRoundOffFactor (Env.ZERO);
|
||||||
|
// 1
|
||||||
|
setStdPrecision (0);
|
||||||
|
// 2
|
||||||
|
} */
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Load Constructor */
|
||||||
|
public X_C_Currency (Properties ctx, ResultSet rs, String trxName)
|
||||||
|
{
|
||||||
|
super (ctx, rs, trxName);
|
||||||
|
}
|
||||||
|
|
||||||
|
/** AccessLevel
|
||||||
|
* @return 6 - System - Client
|
||||||
|
*/
|
||||||
|
protected int get_AccessLevel()
|
||||||
|
{
|
||||||
|
return accessLevel.intValue();
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Load Meta Data */
|
||||||
|
protected POInfo initPO (Properties ctx)
|
||||||
|
{
|
||||||
|
POInfo poi = POInfo.getPOInfo (ctx, Table_ID, get_TrxName());
|
||||||
|
return poi;
|
||||||
|
}
|
||||||
|
|
||||||
|
public String toString()
|
||||||
|
{
|
||||||
|
StringBuffer sb = new StringBuffer ("X_C_Currency[")
|
||||||
|
.append(get_ID()).append("]");
|
||||||
|
return sb.toString();
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Set Currency.
|
||||||
|
@param C_Currency_ID
|
||||||
|
The Currency for this record
|
||||||
|
*/
|
||||||
|
public void setC_Currency_ID (int C_Currency_ID)
|
||||||
|
{
|
||||||
|
if (C_Currency_ID < 1)
|
||||||
|
throw new IllegalArgumentException ("C_Currency_ID is mandatory.");
|
||||||
|
set_ValueNoCheck (COLUMNNAME_C_Currency_ID, Integer.valueOf(C_Currency_ID));
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Get Currency.
|
||||||
|
@return The Currency for this record
|
||||||
|
*/
|
||||||
|
public int getC_Currency_ID ()
|
||||||
|
{
|
||||||
|
Integer ii = (Integer)get_Value(COLUMNNAME_C_Currency_ID);
|
||||||
|
if (ii == null)
|
||||||
|
return 0;
|
||||||
|
return ii.intValue();
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Set Costing Precision.
|
||||||
|
@param CostingPrecision
|
||||||
|
Rounding used costing calculations
|
||||||
|
*/
|
||||||
|
public void setCostingPrecision (int CostingPrecision)
|
||||||
|
{
|
||||||
|
set_Value (COLUMNNAME_CostingPrecision, Integer.valueOf(CostingPrecision));
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Get Costing Precision.
|
||||||
|
@return Rounding used costing calculations
|
||||||
|
*/
|
||||||
|
public int getCostingPrecision ()
|
||||||
|
{
|
||||||
|
Integer ii = (Integer)get_Value(COLUMNNAME_CostingPrecision);
|
||||||
|
if (ii == null)
|
||||||
|
return 0;
|
||||||
|
return ii.intValue();
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Set Symbol.
|
||||||
|
@param CurSymbol
|
||||||
|
Symbol of the currency (opt used for printing only)
|
||||||
|
*/
|
||||||
|
public void setCurSymbol (String CurSymbol)
|
||||||
|
{
|
||||||
|
|
||||||
|
if (CurSymbol != null && CurSymbol.length() > 10)
|
||||||
|
{
|
||||||
|
log.warning("Length > 10 - truncated");
|
||||||
|
CurSymbol = CurSymbol.substring(0, 10);
|
||||||
|
}
|
||||||
|
set_Value (COLUMNNAME_CurSymbol, CurSymbol);
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Get Symbol.
|
||||||
|
@return Symbol of the currency (opt used for printing only)
|
||||||
|
*/
|
||||||
|
public String getCurSymbol ()
|
||||||
|
{
|
||||||
|
return (String)get_Value(COLUMNNAME_CurSymbol);
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Set Description.
|
||||||
|
@param Description
|
||||||
|
Optional short description of the record
|
||||||
|
*/
|
||||||
|
public void setDescription (String Description)
|
||||||
|
{
|
||||||
|
if (Description == null)
|
||||||
|
throw new IllegalArgumentException ("Description is mandatory.");
|
||||||
|
|
||||||
|
if (Description.length() > 255)
|
||||||
|
{
|
||||||
|
log.warning("Length > 255 - truncated");
|
||||||
|
Description = Description.substring(0, 255);
|
||||||
|
}
|
||||||
|
set_Value (COLUMNNAME_Description, Description);
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Get Description.
|
||||||
|
@return Optional short description of the record
|
||||||
|
*/
|
||||||
|
public String getDescription ()
|
||||||
|
{
|
||||||
|
return (String)get_Value(COLUMNNAME_Description);
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Set EMU Entry Date.
|
||||||
|
@param EMUEntryDate
|
||||||
|
Date when the currency joined / will join the EMU
|
||||||
|
*/
|
||||||
|
public void setEMUEntryDate (Timestamp EMUEntryDate)
|
||||||
|
{
|
||||||
|
set_Value (COLUMNNAME_EMUEntryDate, EMUEntryDate);
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Get EMU Entry Date.
|
||||||
|
@return Date when the currency joined / will join the EMU
|
||||||
|
*/
|
||||||
|
public Timestamp getEMUEntryDate ()
|
||||||
|
{
|
||||||
|
return (Timestamp)get_Value(COLUMNNAME_EMUEntryDate);
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Set EMU Rate.
|
||||||
|
@param EMURate
|
||||||
|
Official rate to the Euro
|
||||||
|
*/
|
||||||
|
public void setEMURate (BigDecimal EMURate)
|
||||||
|
{
|
||||||
|
set_Value (COLUMNNAME_EMURate, EMURate);
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Get EMU Rate.
|
||||||
|
@return Official rate to the Euro
|
||||||
|
*/
|
||||||
|
public BigDecimal getEMURate ()
|
||||||
|
{
|
||||||
|
BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_EMURate);
|
||||||
|
if (bd == null)
|
||||||
|
return Env.ZERO;
|
||||||
|
return bd;
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Set EMU Member.
|
||||||
|
@param IsEMUMember
|
||||||
|
This currency is member if the European Monetary Union
|
||||||
|
*/
|
||||||
|
public void setIsEMUMember (boolean IsEMUMember)
|
||||||
|
{
|
||||||
|
set_Value (COLUMNNAME_IsEMUMember, Boolean.valueOf(IsEMUMember));
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Get EMU Member.
|
||||||
|
@return This currency is member if the European Monetary Union
|
||||||
|
*/
|
||||||
|
public boolean isEMUMember ()
|
||||||
|
{
|
||||||
|
Object oo = get_Value(COLUMNNAME_IsEMUMember);
|
||||||
|
if (oo != null)
|
||||||
|
{
|
||||||
|
if (oo instanceof Boolean)
|
||||||
|
return ((Boolean)oo).booleanValue();
|
||||||
|
return "Y".equals(oo);
|
||||||
|
}
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Set The Euro Currency.
|
||||||
|
@param IsEuro
|
||||||
|
This currency is the Euro
|
||||||
|
*/
|
||||||
|
public void setIsEuro (boolean IsEuro)
|
||||||
|
{
|
||||||
|
set_Value (COLUMNNAME_IsEuro, Boolean.valueOf(IsEuro));
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Get The Euro Currency.
|
||||||
|
@return This currency is the Euro
|
||||||
|
*/
|
||||||
|
public boolean isEuro ()
|
||||||
|
{
|
||||||
|
Object oo = get_Value(COLUMNNAME_IsEuro);
|
||||||
|
if (oo != null)
|
||||||
|
{
|
||||||
|
if (oo instanceof Boolean)
|
||||||
|
return ((Boolean)oo).booleanValue();
|
||||||
|
return "Y".equals(oo);
|
||||||
|
}
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Set ISO Currency Code.
|
||||||
|
@param ISO_Code
|
||||||
|
Three letter ISO 4217 Code of the Currency
|
||||||
|
*/
|
||||||
|
public void setISO_Code (String ISO_Code)
|
||||||
|
{
|
||||||
|
if (ISO_Code == null)
|
||||||
|
throw new IllegalArgumentException ("ISO_Code is mandatory.");
|
||||||
|
|
||||||
|
if (ISO_Code.length() > 3)
|
||||||
|
{
|
||||||
|
log.warning("Length > 3 - truncated");
|
||||||
|
ISO_Code = ISO_Code.substring(0, 3);
|
||||||
|
}
|
||||||
|
set_Value (COLUMNNAME_ISO_Code, ISO_Code);
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Get ISO Currency Code.
|
||||||
|
@return Three letter ISO 4217 Code of the Currency
|
||||||
|
*/
|
||||||
|
public String getISO_Code ()
|
||||||
|
{
|
||||||
|
return (String)get_Value(COLUMNNAME_ISO_Code);
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Get Record ID/ColumnName
|
||||||
|
@return ID/ColumnName pair
|
||||||
|
*/
|
||||||
|
public KeyNamePair getKeyNamePair()
|
||||||
|
{
|
||||||
|
return new KeyNamePair(get_ID(), getISO_Code());
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Set RoundOffFactor.
|
||||||
|
@param RoundOffFactor
|
||||||
|
Used to Round Off Payment Amount
|
||||||
|
*/
|
||||||
|
public void setRoundOffFactor (BigDecimal RoundOffFactor)
|
||||||
|
{
|
||||||
|
if (RoundOffFactor == null)
|
||||||
|
throw new IllegalArgumentException ("RoundOffFactor is mandatory.");
|
||||||
|
set_Value (COLUMNNAME_RoundOffFactor, RoundOffFactor);
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Get RoundOffFactor.
|
||||||
|
@return Used to Round Off Payment Amount
|
||||||
|
*/
|
||||||
|
public BigDecimal getRoundOffFactor ()
|
||||||
|
{
|
||||||
|
BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_RoundOffFactor);
|
||||||
|
if (bd == null)
|
||||||
|
return Env.ZERO;
|
||||||
|
return bd;
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Set Standard Precision.
|
||||||
|
@param StdPrecision
|
||||||
|
Rule for rounding calculated amounts
|
||||||
|
*/
|
||||||
|
public void setStdPrecision (int StdPrecision)
|
||||||
|
{
|
||||||
|
set_Value (COLUMNNAME_StdPrecision, Integer.valueOf(StdPrecision));
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Get Standard Precision.
|
||||||
|
@return Rule for rounding calculated amounts
|
||||||
|
*/
|
||||||
|
public int getStdPrecision ()
|
||||||
|
{
|
||||||
|
Integer ii = (Integer)get_Value(COLUMNNAME_StdPrecision);
|
||||||
|
if (ii == null)
|
||||||
|
return 0;
|
||||||
|
return ii.intValue();
|
||||||
|
}
|
||||||
|
}
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,477 @@
|
||||||
|
/******************************************************************************
|
||||||
|
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||||
|
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||||
|
* This program is free software; you can redistribute it and/or modify it *
|
||||||
|
* under the terms version 2 of the GNU General Public License as published *
|
||||||
|
* by the Free Software Foundation. This program is distributed in the hope *
|
||||||
|
* that it will be useful, but WITHOUT ANY WARRANTY; without even the implied *
|
||||||
|
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
|
||||||
|
* See the GNU General Public License for more details. *
|
||||||
|
* You should have received a copy of the GNU General Public License along *
|
||||||
|
* with this program; if not, write to the Free Software Foundation, Inc., *
|
||||||
|
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
|
||||||
|
* For the text or an alternative of this public license, you may reach us *
|
||||||
|
* ComPiere, Inc., 2620 Augustine Dr. #245, Santa Clara, CA 95054, USA *
|
||||||
|
* or via info@compiere.org or http://www.compiere.org/license.html *
|
||||||
|
*****************************************************************************/
|
||||||
|
/** Generated Model - DO NOT CHANGE */
|
||||||
|
package org.compiere.model;
|
||||||
|
|
||||||
|
import java.lang.reflect.Constructor;
|
||||||
|
import java.math.BigDecimal;
|
||||||
|
import java.sql.ResultSet;
|
||||||
|
import java.util.Properties;
|
||||||
|
import java.util.logging.Level;
|
||||||
|
import org.compiere.util.Env;
|
||||||
|
import org.compiere.util.KeyNamePair;
|
||||||
|
|
||||||
|
/** Generated Model for M_InventoryLine
|
||||||
|
* @author Adempiere (generated)
|
||||||
|
* @version Release 3.4.0s - $Id$ */
|
||||||
|
public class X_M_InventoryLine extends PO implements I_M_InventoryLine, I_Persistent
|
||||||
|
{
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
private static final long serialVersionUID = 1L;
|
||||||
|
|
||||||
|
/** Standard Constructor */
|
||||||
|
public X_M_InventoryLine (Properties ctx, int M_InventoryLine_ID, String trxName)
|
||||||
|
{
|
||||||
|
super (ctx, M_InventoryLine_ID, trxName);
|
||||||
|
/** if (M_InventoryLine_ID == 0)
|
||||||
|
{
|
||||||
|
setInventoryType (null);
|
||||||
|
// D
|
||||||
|
setM_AttributeSetInstance_ID (0);
|
||||||
|
setM_Inventory_ID (0);
|
||||||
|
setM_InventoryLine_ID (0);
|
||||||
|
setM_Locator_ID (0);
|
||||||
|
// @M_Locator_ID@
|
||||||
|
setM_Product_ID (0);
|
||||||
|
setProcessed (false);
|
||||||
|
setQtyBook (Env.ZERO);
|
||||||
|
setQtyCount (Env.ZERO);
|
||||||
|
setqtycsv (Env.ZERO);
|
||||||
|
} */
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Load Constructor */
|
||||||
|
public X_M_InventoryLine (Properties ctx, ResultSet rs, String trxName)
|
||||||
|
{
|
||||||
|
super (ctx, rs, trxName);
|
||||||
|
}
|
||||||
|
|
||||||
|
/** AccessLevel
|
||||||
|
* @return 1 - Org
|
||||||
|
*/
|
||||||
|
protected int get_AccessLevel()
|
||||||
|
{
|
||||||
|
return accessLevel.intValue();
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Load Meta Data */
|
||||||
|
protected POInfo initPO (Properties ctx)
|
||||||
|
{
|
||||||
|
POInfo poi = POInfo.getPOInfo (ctx, Table_ID, get_TrxName());
|
||||||
|
return poi;
|
||||||
|
}
|
||||||
|
|
||||||
|
public String toString()
|
||||||
|
{
|
||||||
|
StringBuffer sb = new StringBuffer ("X_M_InventoryLine[")
|
||||||
|
.append(get_ID()).append("]");
|
||||||
|
return sb.toString();
|
||||||
|
}
|
||||||
|
|
||||||
|
public I_C_Charge getC_Charge() throws Exception
|
||||||
|
{
|
||||||
|
Class<?> clazz = MTable.getClass(I_C_Charge.Table_Name);
|
||||||
|
I_C_Charge result = null;
|
||||||
|
try {
|
||||||
|
Constructor<?> constructor = null;
|
||||||
|
constructor = clazz.getDeclaredConstructor(new Class[]{Properties.class, int.class, String.class});
|
||||||
|
result = (I_C_Charge)constructor.newInstance(new Object[] {getCtx(), new Integer(getC_Charge_ID()), get_TrxName()});
|
||||||
|
} catch (Exception e) {
|
||||||
|
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
|
||||||
|
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
|
||||||
|
throw e;
|
||||||
|
}
|
||||||
|
return result;
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Set Charge.
|
||||||
|
@param C_Charge_ID
|
||||||
|
Additional document charges
|
||||||
|
*/
|
||||||
|
public void setC_Charge_ID (int C_Charge_ID)
|
||||||
|
{
|
||||||
|
if (C_Charge_ID < 1)
|
||||||
|
set_Value (COLUMNNAME_C_Charge_ID, null);
|
||||||
|
else
|
||||||
|
set_Value (COLUMNNAME_C_Charge_ID, Integer.valueOf(C_Charge_ID));
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Get Charge.
|
||||||
|
@return Additional document charges
|
||||||
|
*/
|
||||||
|
public int getC_Charge_ID ()
|
||||||
|
{
|
||||||
|
Integer ii = (Integer)get_Value(COLUMNNAME_C_Charge_ID);
|
||||||
|
if (ii == null)
|
||||||
|
return 0;
|
||||||
|
return ii.intValue();
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Set Description.
|
||||||
|
@param Description
|
||||||
|
Optional short description of the record
|
||||||
|
*/
|
||||||
|
public void setDescription (String Description)
|
||||||
|
{
|
||||||
|
|
||||||
|
if (Description != null && Description.length() > 255)
|
||||||
|
{
|
||||||
|
log.warning("Length > 255 - truncated");
|
||||||
|
Description = Description.substring(0, 255);
|
||||||
|
}
|
||||||
|
set_Value (COLUMNNAME_Description, Description);
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Get Description.
|
||||||
|
@return Optional short description of the record
|
||||||
|
*/
|
||||||
|
public String getDescription ()
|
||||||
|
{
|
||||||
|
return (String)get_Value(COLUMNNAME_Description);
|
||||||
|
}
|
||||||
|
|
||||||
|
/** InventoryType AD_Reference_ID=292 */
|
||||||
|
public static final int INVENTORYTYPE_AD_Reference_ID=292;
|
||||||
|
/** Inventory Difference = D */
|
||||||
|
public static final String INVENTORYTYPE_InventoryDifference = "D";
|
||||||
|
/** Charge Account = C */
|
||||||
|
public static final String INVENTORYTYPE_ChargeAccount = "C";
|
||||||
|
/** Set Inventory Type.
|
||||||
|
@param InventoryType
|
||||||
|
Type of inventory difference
|
||||||
|
*/
|
||||||
|
public void setInventoryType (String InventoryType)
|
||||||
|
{
|
||||||
|
if (InventoryType == null) throw new IllegalArgumentException ("InventoryType is mandatory");
|
||||||
|
if (InventoryType.equals("D") || InventoryType.equals("C")); else throw new IllegalArgumentException ("InventoryType Invalid value - " + InventoryType + " - Reference_ID=292 - D - C");
|
||||||
|
if (InventoryType.length() > 1)
|
||||||
|
{
|
||||||
|
log.warning("Length > 1 - truncated");
|
||||||
|
InventoryType = InventoryType.substring(0, 1);
|
||||||
|
}
|
||||||
|
set_Value (COLUMNNAME_InventoryType, InventoryType);
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Get Inventory Type.
|
||||||
|
@return Type of inventory difference
|
||||||
|
*/
|
||||||
|
public String getInventoryType ()
|
||||||
|
{
|
||||||
|
return (String)get_Value(COLUMNNAME_InventoryType);
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Set Line No.
|
||||||
|
@param Line
|
||||||
|
Unique line for this document
|
||||||
|
*/
|
||||||
|
public void setLine (int Line)
|
||||||
|
{
|
||||||
|
set_Value (COLUMNNAME_Line, Integer.valueOf(Line));
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Get Line No.
|
||||||
|
@return Unique line for this document
|
||||||
|
*/
|
||||||
|
public int getLine ()
|
||||||
|
{
|
||||||
|
Integer ii = (Integer)get_Value(COLUMNNAME_Line);
|
||||||
|
if (ii == null)
|
||||||
|
return 0;
|
||||||
|
return ii.intValue();
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Get Record ID/ColumnName
|
||||||
|
@return ID/ColumnName pair
|
||||||
|
*/
|
||||||
|
public KeyNamePair getKeyNamePair()
|
||||||
|
{
|
||||||
|
return new KeyNamePair(get_ID(), String.valueOf(getLine()));
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Set Attribute Set Instance.
|
||||||
|
@param M_AttributeSetInstance_ID
|
||||||
|
Product Attribute Set Instance
|
||||||
|
*/
|
||||||
|
public void setM_AttributeSetInstance_ID (int M_AttributeSetInstance_ID)
|
||||||
|
{
|
||||||
|
if (M_AttributeSetInstance_ID < 0)
|
||||||
|
throw new IllegalArgumentException ("M_AttributeSetInstance_ID is mandatory.");
|
||||||
|
set_Value (COLUMNNAME_M_AttributeSetInstance_ID, Integer.valueOf(M_AttributeSetInstance_ID));
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Get Attribute Set Instance.
|
||||||
|
@return Product Attribute Set Instance
|
||||||
|
*/
|
||||||
|
public int getM_AttributeSetInstance_ID ()
|
||||||
|
{
|
||||||
|
Integer ii = (Integer)get_Value(COLUMNNAME_M_AttributeSetInstance_ID);
|
||||||
|
if (ii == null)
|
||||||
|
return 0;
|
||||||
|
return ii.intValue();
|
||||||
|
}
|
||||||
|
|
||||||
|
public I_M_Inventory getM_Inventory() throws Exception
|
||||||
|
{
|
||||||
|
Class<?> clazz = MTable.getClass(I_M_Inventory.Table_Name);
|
||||||
|
I_M_Inventory result = null;
|
||||||
|
try {
|
||||||
|
Constructor<?> constructor = null;
|
||||||
|
constructor = clazz.getDeclaredConstructor(new Class[]{Properties.class, int.class, String.class});
|
||||||
|
result = (I_M_Inventory)constructor.newInstance(new Object[] {getCtx(), new Integer(getM_Inventory_ID()), get_TrxName()});
|
||||||
|
} catch (Exception e) {
|
||||||
|
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
|
||||||
|
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
|
||||||
|
throw e;
|
||||||
|
}
|
||||||
|
return result;
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Set Phys.Inventory.
|
||||||
|
@param M_Inventory_ID
|
||||||
|
Parameters for a Physical Inventory
|
||||||
|
*/
|
||||||
|
public void setM_Inventory_ID (int M_Inventory_ID)
|
||||||
|
{
|
||||||
|
if (M_Inventory_ID < 1)
|
||||||
|
throw new IllegalArgumentException ("M_Inventory_ID is mandatory.");
|
||||||
|
set_ValueNoCheck (COLUMNNAME_M_Inventory_ID, Integer.valueOf(M_Inventory_ID));
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Get Phys.Inventory.
|
||||||
|
@return Parameters for a Physical Inventory
|
||||||
|
*/
|
||||||
|
public int getM_Inventory_ID ()
|
||||||
|
{
|
||||||
|
Integer ii = (Integer)get_Value(COLUMNNAME_M_Inventory_ID);
|
||||||
|
if (ii == null)
|
||||||
|
return 0;
|
||||||
|
return ii.intValue();
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Set Phys.Inventory Line.
|
||||||
|
@param M_InventoryLine_ID
|
||||||
|
Unique line in an Inventory document
|
||||||
|
*/
|
||||||
|
public void setM_InventoryLine_ID (int M_InventoryLine_ID)
|
||||||
|
{
|
||||||
|
if (M_InventoryLine_ID < 1)
|
||||||
|
throw new IllegalArgumentException ("M_InventoryLine_ID is mandatory.");
|
||||||
|
set_ValueNoCheck (COLUMNNAME_M_InventoryLine_ID, Integer.valueOf(M_InventoryLine_ID));
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Get Phys.Inventory Line.
|
||||||
|
@return Unique line in an Inventory document
|
||||||
|
*/
|
||||||
|
public int getM_InventoryLine_ID ()
|
||||||
|
{
|
||||||
|
Integer ii = (Integer)get_Value(COLUMNNAME_M_InventoryLine_ID);
|
||||||
|
if (ii == null)
|
||||||
|
return 0;
|
||||||
|
return ii.intValue();
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Set Locator.
|
||||||
|
@param M_Locator_ID
|
||||||
|
Warehouse Locator
|
||||||
|
*/
|
||||||
|
public void setM_Locator_ID (int M_Locator_ID)
|
||||||
|
{
|
||||||
|
if (M_Locator_ID < 1)
|
||||||
|
throw new IllegalArgumentException ("M_Locator_ID is mandatory.");
|
||||||
|
set_Value (COLUMNNAME_M_Locator_ID, Integer.valueOf(M_Locator_ID));
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Get Locator.
|
||||||
|
@return Warehouse Locator
|
||||||
|
*/
|
||||||
|
public int getM_Locator_ID ()
|
||||||
|
{
|
||||||
|
Integer ii = (Integer)get_Value(COLUMNNAME_M_Locator_ID);
|
||||||
|
if (ii == null)
|
||||||
|
return 0;
|
||||||
|
return ii.intValue();
|
||||||
|
}
|
||||||
|
|
||||||
|
/** M_Product_ID AD_Reference_ID=171 */
|
||||||
|
public static final int M_PRODUCT_ID_AD_Reference_ID=171;
|
||||||
|
/** Set Product.
|
||||||
|
@param M_Product_ID
|
||||||
|
Product, Service, Item
|
||||||
|
*/
|
||||||
|
public void setM_Product_ID (int M_Product_ID)
|
||||||
|
{
|
||||||
|
if (M_Product_ID < 1)
|
||||||
|
throw new IllegalArgumentException ("M_Product_ID is mandatory.");
|
||||||
|
set_Value (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID));
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Get Product.
|
||||||
|
@return Product, Service, Item
|
||||||
|
*/
|
||||||
|
public int getM_Product_ID ()
|
||||||
|
{
|
||||||
|
Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID);
|
||||||
|
if (ii == null)
|
||||||
|
return 0;
|
||||||
|
return ii.intValue();
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Set Processed.
|
||||||
|
@param Processed
|
||||||
|
The document has been processed
|
||||||
|
*/
|
||||||
|
public void setProcessed (boolean Processed)
|
||||||
|
{
|
||||||
|
set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed));
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Get Processed.
|
||||||
|
@return The document has been processed
|
||||||
|
*/
|
||||||
|
public boolean isProcessed ()
|
||||||
|
{
|
||||||
|
Object oo = get_Value(COLUMNNAME_Processed);
|
||||||
|
if (oo != null)
|
||||||
|
{
|
||||||
|
if (oo instanceof Boolean)
|
||||||
|
return ((Boolean)oo).booleanValue();
|
||||||
|
return "Y".equals(oo);
|
||||||
|
}
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Set Quantity book.
|
||||||
|
@param QtyBook
|
||||||
|
Book Quantity
|
||||||
|
*/
|
||||||
|
public void setQtyBook (BigDecimal QtyBook)
|
||||||
|
{
|
||||||
|
if (QtyBook == null)
|
||||||
|
throw new IllegalArgumentException ("QtyBook is mandatory.");
|
||||||
|
set_ValueNoCheck (COLUMNNAME_QtyBook, QtyBook);
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Get Quantity book.
|
||||||
|
@return Book Quantity
|
||||||
|
*/
|
||||||
|
public BigDecimal getQtyBook ()
|
||||||
|
{
|
||||||
|
BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyBook);
|
||||||
|
if (bd == null)
|
||||||
|
return Env.ZERO;
|
||||||
|
return bd;
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Set Quantity count.
|
||||||
|
@param QtyCount
|
||||||
|
Counted Quantity
|
||||||
|
*/
|
||||||
|
public void setQtyCount (BigDecimal QtyCount)
|
||||||
|
{
|
||||||
|
if (QtyCount == null)
|
||||||
|
throw new IllegalArgumentException ("QtyCount is mandatory.");
|
||||||
|
set_Value (COLUMNNAME_QtyCount, QtyCount);
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Get Quantity count.
|
||||||
|
@return Counted Quantity
|
||||||
|
*/
|
||||||
|
public BigDecimal getQtyCount ()
|
||||||
|
{
|
||||||
|
BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyCount);
|
||||||
|
if (bd == null)
|
||||||
|
return Env.ZERO;
|
||||||
|
return bd;
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Set Quantity CSV.
|
||||||
|
@param Quantity CSV
|
||||||
|
Quantity CSV
|
||||||
|
*/
|
||||||
|
public void setQtyCsv (BigDecimal QtyCsv)
|
||||||
|
{
|
||||||
|
if (QtyCsv == null)
|
||||||
|
throw new IllegalArgumentException ("qtycsv is mandatory.");
|
||||||
|
set_Value (COLUMNNAME_QtyCsv, QtyCsv);
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Get Quantity CSV.
|
||||||
|
@return Quantity CSV
|
||||||
|
*/
|
||||||
|
public BigDecimal getQtyCsv ()
|
||||||
|
{
|
||||||
|
BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyCsv);
|
||||||
|
if (bd == null)
|
||||||
|
return Env.ZERO;
|
||||||
|
return bd;
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Set Internal Use Qty.
|
||||||
|
@param QtyInternalUse
|
||||||
|
Internal Use Quantity removed from Inventory
|
||||||
|
*/
|
||||||
|
public void setQtyInternalUse (BigDecimal QtyInternalUse)
|
||||||
|
{
|
||||||
|
set_Value (COLUMNNAME_QtyInternalUse, QtyInternalUse);
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Get Internal Use Qty.
|
||||||
|
@return Internal Use Quantity removed from Inventory
|
||||||
|
*/
|
||||||
|
public BigDecimal getQtyInternalUse ()
|
||||||
|
{
|
||||||
|
BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyInternalUse);
|
||||||
|
if (bd == null)
|
||||||
|
return Env.ZERO;
|
||||||
|
return bd;
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Set UPC/EAN.
|
||||||
|
@param UPC
|
||||||
|
Bar Code (Universal Product Code or its superset European Article Number)
|
||||||
|
*/
|
||||||
|
public void setUPC (String UPC)
|
||||||
|
{
|
||||||
|
throw new IllegalArgumentException ("UPC is virtual column"); }
|
||||||
|
|
||||||
|
/** Get UPC/EAN.
|
||||||
|
@return Bar Code (Universal Product Code or its superset European Article Number)
|
||||||
|
*/
|
||||||
|
public String getUPC ()
|
||||||
|
{
|
||||||
|
return (String)get_Value(COLUMNNAME_UPC);
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Set Search Key.
|
||||||
|
@param Value
|
||||||
|
Search key for the record in the format required - must be unique
|
||||||
|
*/
|
||||||
|
public void setValue (String Value)
|
||||||
|
{
|
||||||
|
throw new IllegalArgumentException ("Value is virtual column"); }
|
||||||
|
|
||||||
|
/** Get Search Key.
|
||||||
|
@return Search key for the record in the format required - must be unique
|
||||||
|
*/
|
||||||
|
public String getValue ()
|
||||||
|
{
|
||||||
|
return (String)get_Value(COLUMNNAME_Value);
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,388 @@
|
||||||
|
/******************************************************************************
|
||||||
|
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||||
|
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||||
|
* This program is free software; you can redistribute it and/or modify it *
|
||||||
|
* under the terms version 2 of the GNU General Public License as published *
|
||||||
|
* by the Free Software Foundation. This program is distributed in the hope *
|
||||||
|
* that it will be useful, but WITHOUT ANY WARRANTY; without even the implied *
|
||||||
|
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
|
||||||
|
* See the GNU General Public License for more details. *
|
||||||
|
* You should have received a copy of the GNU General Public License along *
|
||||||
|
* with this program; if not, write to the Free Software Foundation, Inc., *
|
||||||
|
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
|
||||||
|
* For the text or an alternative of this public license, you may reach us *
|
||||||
|
* ComPiere, Inc., 2620 Augustine Dr. #245, Santa Clara, CA 95054, USA *
|
||||||
|
* or via info@compiere.org or http://www.compiere.org/license.html *
|
||||||
|
*****************************************************************************/
|
||||||
|
/** Generated Model - DO NOT CHANGE */
|
||||||
|
package org.compiere.model;
|
||||||
|
|
||||||
|
import java.lang.reflect.Constructor;
|
||||||
|
import java.math.BigDecimal;
|
||||||
|
import java.sql.ResultSet;
|
||||||
|
import java.util.Properties;
|
||||||
|
import java.util.logging.Level;
|
||||||
|
import org.compiere.util.Env;
|
||||||
|
import org.compiere.util.KeyNamePair;
|
||||||
|
|
||||||
|
/** Generated Model for M_PriceList
|
||||||
|
* @author Adempiere (generated)
|
||||||
|
* @version Release 3.3.1b - $Id$ */
|
||||||
|
public class X_M_PriceList extends PO implements I_M_PriceList, I_Persistent
|
||||||
|
{
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
private static final long serialVersionUID = 1L;
|
||||||
|
|
||||||
|
/** Standard Constructor */
|
||||||
|
public X_M_PriceList (Properties ctx, int M_PriceList_ID, String trxName)
|
||||||
|
{
|
||||||
|
super (ctx, M_PriceList_ID, trxName);
|
||||||
|
/** if (M_PriceList_ID == 0)
|
||||||
|
{
|
||||||
|
setC_Currency_ID (0);
|
||||||
|
setEnforcePriceLimit (false);
|
||||||
|
setIsDefault (false);
|
||||||
|
setIsSOPriceList (false);
|
||||||
|
setIsTaxIncluded (false);
|
||||||
|
setM_PriceList_ID (0);
|
||||||
|
setName (null);
|
||||||
|
setPricePrecision (Env.ZERO);
|
||||||
|
// 2
|
||||||
|
} */
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Load Constructor */
|
||||||
|
public X_M_PriceList (Properties ctx, ResultSet rs, String trxName)
|
||||||
|
{
|
||||||
|
super (ctx, rs, trxName);
|
||||||
|
}
|
||||||
|
|
||||||
|
/** AccessLevel
|
||||||
|
* @return 3 - Client - Org
|
||||||
|
*/
|
||||||
|
protected int get_AccessLevel()
|
||||||
|
{
|
||||||
|
return accessLevel.intValue();
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Load Meta Data */
|
||||||
|
protected POInfo initPO (Properties ctx)
|
||||||
|
{
|
||||||
|
POInfo poi = POInfo.getPOInfo (ctx, Table_ID);
|
||||||
|
return poi;
|
||||||
|
}
|
||||||
|
|
||||||
|
public String toString()
|
||||||
|
{
|
||||||
|
StringBuffer sb = new StringBuffer ("X_M_PriceList[")
|
||||||
|
.append(get_ID()).append("]");
|
||||||
|
return sb.toString();
|
||||||
|
}
|
||||||
|
|
||||||
|
/** BasePriceList_ID AD_Reference_ID=166 */
|
||||||
|
public static final int BASEPRICELIST_ID_AD_Reference_ID=166;
|
||||||
|
/** Set Base Pricelist.
|
||||||
|
@param BasePriceList_ID
|
||||||
|
Pricelist to be used, if product not found on this pricelist
|
||||||
|
*/
|
||||||
|
public void setBasePriceList_ID (int BasePriceList_ID)
|
||||||
|
{
|
||||||
|
if (BasePriceList_ID <= 0)
|
||||||
|
set_Value (COLUMNNAME_BasePriceList_ID, null);
|
||||||
|
else
|
||||||
|
set_Value (COLUMNNAME_BasePriceList_ID, Integer.valueOf(BasePriceList_ID));
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Get Base Pricelist.
|
||||||
|
@return Pricelist to be used, if product not found on this pricelist
|
||||||
|
*/
|
||||||
|
public int getBasePriceList_ID ()
|
||||||
|
{
|
||||||
|
Integer ii = (Integer)get_Value(COLUMNNAME_BasePriceList_ID);
|
||||||
|
if (ii == null)
|
||||||
|
return 0;
|
||||||
|
return ii.intValue();
|
||||||
|
}
|
||||||
|
|
||||||
|
public I_C_Currency getC_Currency() throws Exception
|
||||||
|
{
|
||||||
|
Class<?> clazz = MTable.getClass(I_C_Currency.Table_Name);
|
||||||
|
I_C_Currency result = null;
|
||||||
|
try {
|
||||||
|
Constructor<?> constructor = null;
|
||||||
|
constructor = clazz.getDeclaredConstructor(new Class[]{Properties.class, int.class, String.class});
|
||||||
|
result = (I_C_Currency)constructor.newInstance(new Object[] {getCtx(), new Integer(getC_Currency_ID()), get_TrxName()});
|
||||||
|
} catch (Exception e) {
|
||||||
|
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
|
||||||
|
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
|
||||||
|
throw e;
|
||||||
|
}
|
||||||
|
return result;
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Set Currency.
|
||||||
|
@param C_Currency_ID
|
||||||
|
The Currency for this record
|
||||||
|
*/
|
||||||
|
public void setC_Currency_ID (int C_Currency_ID)
|
||||||
|
{
|
||||||
|
if (C_Currency_ID < 1)
|
||||||
|
throw new IllegalArgumentException ("C_Currency_ID is mandatory.");
|
||||||
|
set_Value (COLUMNNAME_C_Currency_ID, Integer.valueOf(C_Currency_ID));
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Get Currency.
|
||||||
|
@return The Currency for this record
|
||||||
|
*/
|
||||||
|
public int getC_Currency_ID ()
|
||||||
|
{
|
||||||
|
Integer ii = (Integer)get_Value(COLUMNNAME_C_Currency_ID);
|
||||||
|
if (ii == null)
|
||||||
|
return 0;
|
||||||
|
return ii.intValue();
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Set Description.
|
||||||
|
@param Description
|
||||||
|
Optional short description of the record
|
||||||
|
*/
|
||||||
|
public void setDescription (String Description)
|
||||||
|
{
|
||||||
|
|
||||||
|
if (Description != null && Description.length() > 255)
|
||||||
|
{
|
||||||
|
log.warning("Length > 255 - truncated");
|
||||||
|
Description = Description.substring(0, 255);
|
||||||
|
}
|
||||||
|
set_Value (COLUMNNAME_Description, Description);
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Get Description.
|
||||||
|
@return Optional short description of the record
|
||||||
|
*/
|
||||||
|
public String getDescription ()
|
||||||
|
{
|
||||||
|
return (String)get_Value(COLUMNNAME_Description);
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Set Enforce price limit.
|
||||||
|
@param EnforcePriceLimit
|
||||||
|
Do not allow prices below the limit price
|
||||||
|
*/
|
||||||
|
public void setEnforcePriceLimit (boolean EnforcePriceLimit)
|
||||||
|
{
|
||||||
|
set_Value (COLUMNNAME_EnforcePriceLimit, Boolean.valueOf(EnforcePriceLimit));
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Get Enforce price limit.
|
||||||
|
@return Do not allow prices below the limit price
|
||||||
|
*/
|
||||||
|
public boolean isEnforcePriceLimit ()
|
||||||
|
{
|
||||||
|
Object oo = get_Value(COLUMNNAME_EnforcePriceLimit);
|
||||||
|
if (oo != null)
|
||||||
|
{
|
||||||
|
if (oo instanceof Boolean)
|
||||||
|
return ((Boolean)oo).booleanValue();
|
||||||
|
return "Y".equals(oo);
|
||||||
|
}
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Set Default.
|
||||||
|
@param IsDefault
|
||||||
|
Default value
|
||||||
|
*/
|
||||||
|
public void setIsDefault (boolean IsDefault)
|
||||||
|
{
|
||||||
|
set_Value (COLUMNNAME_IsDefault, Boolean.valueOf(IsDefault));
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Get Default.
|
||||||
|
@return Default value
|
||||||
|
*/
|
||||||
|
public boolean isDefault ()
|
||||||
|
{
|
||||||
|
Object oo = get_Value(COLUMNNAME_IsDefault);
|
||||||
|
if (oo != null)
|
||||||
|
{
|
||||||
|
if (oo instanceof Boolean)
|
||||||
|
return ((Boolean)oo).booleanValue();
|
||||||
|
return "Y".equals(oo);
|
||||||
|
}
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Set Mandatory.
|
||||||
|
@param IsMandatory
|
||||||
|
Data entry is required in this column
|
||||||
|
*/
|
||||||
|
public void setIsMandatory (boolean IsMandatory)
|
||||||
|
{
|
||||||
|
set_Value (COLUMNNAME_IsMandatory, Boolean.valueOf(IsMandatory));
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Get Mandatory.
|
||||||
|
@return Data entry is required in this column
|
||||||
|
*/
|
||||||
|
public boolean isMandatory ()
|
||||||
|
{
|
||||||
|
Object oo = get_Value(COLUMNNAME_IsMandatory);
|
||||||
|
if (oo != null)
|
||||||
|
{
|
||||||
|
if (oo instanceof Boolean)
|
||||||
|
return ((Boolean)oo).booleanValue();
|
||||||
|
return "Y".equals(oo);
|
||||||
|
}
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Set isPresentForProduct.
|
||||||
|
@param isPresentForProduct isPresentForProduct */
|
||||||
|
public void setisPresentForProduct (boolean isPresentForProduct)
|
||||||
|
{
|
||||||
|
set_Value (COLUMNNAME_isPresentForProduct, Boolean.valueOf(isPresentForProduct));
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Get isPresentForProduct.
|
||||||
|
@return isPresentForProduct */
|
||||||
|
public boolean isPresentForProduct ()
|
||||||
|
{
|
||||||
|
Object oo = get_Value(COLUMNNAME_isPresentForProduct);
|
||||||
|
if (oo != null)
|
||||||
|
{
|
||||||
|
if (oo instanceof Boolean)
|
||||||
|
return ((Boolean)oo).booleanValue();
|
||||||
|
return "Y".equals(oo);
|
||||||
|
}
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Set Sales Price list.
|
||||||
|
@param IsSOPriceList
|
||||||
|
This is a Sales Price List
|
||||||
|
*/
|
||||||
|
public void setIsSOPriceList (boolean IsSOPriceList)
|
||||||
|
{
|
||||||
|
set_Value (COLUMNNAME_IsSOPriceList, Boolean.valueOf(IsSOPriceList));
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Get Sales Price list.
|
||||||
|
@return This is a Sales Price List
|
||||||
|
*/
|
||||||
|
public boolean isSOPriceList ()
|
||||||
|
{
|
||||||
|
Object oo = get_Value(COLUMNNAME_IsSOPriceList);
|
||||||
|
if (oo != null)
|
||||||
|
{
|
||||||
|
if (oo instanceof Boolean)
|
||||||
|
return ((Boolean)oo).booleanValue();
|
||||||
|
return "Y".equals(oo);
|
||||||
|
}
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Set Price includes Tax.
|
||||||
|
@param IsTaxIncluded
|
||||||
|
Tax is included in the price
|
||||||
|
*/
|
||||||
|
public void setIsTaxIncluded (boolean IsTaxIncluded)
|
||||||
|
{
|
||||||
|
set_Value (COLUMNNAME_IsTaxIncluded, Boolean.valueOf(IsTaxIncluded));
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Get Price includes Tax.
|
||||||
|
@return Tax is included in the price
|
||||||
|
*/
|
||||||
|
public boolean isTaxIncluded ()
|
||||||
|
{
|
||||||
|
Object oo = get_Value(COLUMNNAME_IsTaxIncluded);
|
||||||
|
if (oo != null)
|
||||||
|
{
|
||||||
|
if (oo instanceof Boolean)
|
||||||
|
return ((Boolean)oo).booleanValue();
|
||||||
|
return "Y".equals(oo);
|
||||||
|
}
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Set Price List.
|
||||||
|
@param M_PriceList_ID
|
||||||
|
Unique identifier of a Price List
|
||||||
|
*/
|
||||||
|
public void setM_PriceList_ID (int M_PriceList_ID)
|
||||||
|
{
|
||||||
|
if (M_PriceList_ID < 1)
|
||||||
|
throw new IllegalArgumentException ("M_PriceList_ID is mandatory.");
|
||||||
|
set_ValueNoCheck (COLUMNNAME_M_PriceList_ID, Integer.valueOf(M_PriceList_ID));
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Get Price List.
|
||||||
|
@return Unique identifier of a Price List
|
||||||
|
*/
|
||||||
|
public int getM_PriceList_ID ()
|
||||||
|
{
|
||||||
|
Integer ii = (Integer)get_Value(COLUMNNAME_M_PriceList_ID);
|
||||||
|
if (ii == null)
|
||||||
|
return 0;
|
||||||
|
return ii.intValue();
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Set Name.
|
||||||
|
@param Name
|
||||||
|
Alphanumeric identifier of the entity
|
||||||
|
*/
|
||||||
|
public void setName (String Name)
|
||||||
|
{
|
||||||
|
if (Name == null)
|
||||||
|
throw new IllegalArgumentException ("Name is mandatory.");
|
||||||
|
|
||||||
|
if (Name.length() > 60)
|
||||||
|
{
|
||||||
|
log.warning("Length > 60 - truncated");
|
||||||
|
Name = Name.substring(0, 60);
|
||||||
|
}
|
||||||
|
set_Value (COLUMNNAME_Name, Name);
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Get Name.
|
||||||
|
@return Alphanumeric identifier of the entity
|
||||||
|
*/
|
||||||
|
public String getName ()
|
||||||
|
{
|
||||||
|
return (String)get_Value(COLUMNNAME_Name);
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Get Record ID/ColumnName
|
||||||
|
@return ID/ColumnName pair
|
||||||
|
*/
|
||||||
|
public KeyNamePair getKeyNamePair()
|
||||||
|
{
|
||||||
|
return new KeyNamePair(get_ID(), getName());
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Set Price Precision.
|
||||||
|
@param PricePrecision
|
||||||
|
Precision (number of decimals) for the Price
|
||||||
|
*/
|
||||||
|
public void setPricePrecision (BigDecimal PricePrecision)
|
||||||
|
{
|
||||||
|
if (PricePrecision == null)
|
||||||
|
throw new IllegalArgumentException ("PricePrecision is mandatory.");
|
||||||
|
set_Value (COLUMNNAME_PricePrecision, PricePrecision);
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Get Price Precision.
|
||||||
|
@return Precision (number of decimals) for the Price
|
||||||
|
*/
|
||||||
|
public BigDecimal getPricePrecision ()
|
||||||
|
{
|
||||||
|
BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_PricePrecision);
|
||||||
|
if (bd == null)
|
||||||
|
return Env.ZERO;
|
||||||
|
return bd;
|
||||||
|
}
|
||||||
|
}
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,774 @@
|
||||||
|
/******************************************************************************
|
||||||
|
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||||
|
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||||
|
* This program is free software; you can redistribute it and/or modify it *
|
||||||
|
* under the terms version 2 of the GNU General Public License as published *
|
||||||
|
* by the Free Software Foundation. This program is distributed in the hope *
|
||||||
|
* that it will be useful, but WITHOUT ANY WARRANTY; without even the implied *
|
||||||
|
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
|
||||||
|
* See the GNU General Public License for more details. *
|
||||||
|
* You should have received a copy of the GNU General Public License along *
|
||||||
|
* with this program; if not, write to the Free Software Foundation, Inc., *
|
||||||
|
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
|
||||||
|
* For the text or an alternative of this public license, you may reach us *
|
||||||
|
* ComPiere, Inc., 2620 Augustine Dr. #245, Santa Clara, CA 95054, USA *
|
||||||
|
* or via info@compiere.org or http://www.compiere.org/license.html *
|
||||||
|
*****************************************************************************/
|
||||||
|
/** Generated Model - DO NOT CHANGE */
|
||||||
|
package org.compiere.model;
|
||||||
|
|
||||||
|
import java.lang.reflect.Constructor;
|
||||||
|
import java.sql.ResultSet;
|
||||||
|
import java.sql.Timestamp;
|
||||||
|
import java.util.Properties;
|
||||||
|
import java.util.logging.Level;
|
||||||
|
|
||||||
|
/** Generated Model for U_POSTerminal
|
||||||
|
* @author Adempiere (generated)
|
||||||
|
* @version Release 3.4.0s - $Id$ */
|
||||||
|
public class X_U_POSTerminal extends PO implements I_U_POSTerminal, I_Persistent
|
||||||
|
{
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
private static final long serialVersionUID = 1L;
|
||||||
|
|
||||||
|
/** Standard Constructor */
|
||||||
|
public X_U_POSTerminal (Properties ctx, int U_POSTerminal_ID, String trxName)
|
||||||
|
{
|
||||||
|
super (ctx, U_POSTerminal_ID, trxName);
|
||||||
|
/** if (U_POSTerminal_ID == 0)
|
||||||
|
{
|
||||||
|
setAutoLock (false);
|
||||||
|
// N
|
||||||
|
setCashBookTransferType (null);
|
||||||
|
setC_CashBook_ID (0);
|
||||||
|
setC_CashBPartner_ID (0);
|
||||||
|
setU_POSTerminal_ID (0);
|
||||||
|
} */
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Load Constructor */
|
||||||
|
public X_U_POSTerminal (Properties ctx, ResultSet rs, String trxName)
|
||||||
|
{
|
||||||
|
super (ctx, rs, trxName);
|
||||||
|
}
|
||||||
|
|
||||||
|
/** AccessLevel
|
||||||
|
* @return 1 - Org
|
||||||
|
*/
|
||||||
|
protected int get_AccessLevel()
|
||||||
|
{
|
||||||
|
return accessLevel.intValue();
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Load Meta Data */
|
||||||
|
protected POInfo initPO (Properties ctx)
|
||||||
|
{
|
||||||
|
POInfo poi = POInfo.getPOInfo (ctx, Table_ID, get_TrxName());
|
||||||
|
return poi;
|
||||||
|
}
|
||||||
|
|
||||||
|
public String toString()
|
||||||
|
{
|
||||||
|
StringBuffer sb = new StringBuffer ("X_U_POSTerminal[")
|
||||||
|
.append(get_ID()).append("]");
|
||||||
|
return sb.toString();
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Set Auto Lock.
|
||||||
|
@param AutoLock
|
||||||
|
Whether to automatically lock the terminal when till is closed
|
||||||
|
*/
|
||||||
|
public void setAutoLock (boolean AutoLock)
|
||||||
|
{
|
||||||
|
set_Value (COLUMNNAME_AutoLock, Boolean.valueOf(AutoLock));
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Get Auto Lock.
|
||||||
|
@return Whether to automatically lock the terminal when till is closed
|
||||||
|
*/
|
||||||
|
public boolean isAutoLock ()
|
||||||
|
{
|
||||||
|
Object oo = get_Value(COLUMNNAME_AutoLock);
|
||||||
|
if (oo != null)
|
||||||
|
{
|
||||||
|
if (oo instanceof Boolean)
|
||||||
|
return ((Boolean)oo).booleanValue();
|
||||||
|
return "Y".equals(oo);
|
||||||
|
}
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Card_BankAccount_ID AD_Reference_ID=52003 */
|
||||||
|
public static final int CARD_BANKACCOUNT_ID_AD_Reference_ID=52003;
|
||||||
|
/** Set Card Bank Account.
|
||||||
|
@param Card_BankAccount_ID
|
||||||
|
Bank Account on which card transactions will be processed
|
||||||
|
*/
|
||||||
|
public void setCard_BankAccount_ID (int Card_BankAccount_ID)
|
||||||
|
{
|
||||||
|
if (Card_BankAccount_ID < 1)
|
||||||
|
set_Value (COLUMNNAME_Card_BankAccount_ID, null);
|
||||||
|
else
|
||||||
|
set_Value (COLUMNNAME_Card_BankAccount_ID, Integer.valueOf(Card_BankAccount_ID));
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Get Card Bank Account.
|
||||||
|
@return Bank Account on which card transactions will be processed
|
||||||
|
*/
|
||||||
|
public int getCard_BankAccount_ID ()
|
||||||
|
{
|
||||||
|
Integer ii = (Integer)get_Value(COLUMNNAME_Card_BankAccount_ID);
|
||||||
|
if (ii == null)
|
||||||
|
return 0;
|
||||||
|
return ii.intValue();
|
||||||
|
}
|
||||||
|
|
||||||
|
/** CardTransferBankAccount_ID AD_Reference_ID=52003 */
|
||||||
|
public static final int CARDTRANSFERBANKACCOUNT_ID_AD_Reference_ID=52003;
|
||||||
|
/** Set Transfer Card trx to.
|
||||||
|
@param CardTransferBankAccount_ID
|
||||||
|
Bank account on which to transfer Card transactions
|
||||||
|
*/
|
||||||
|
public void setCardTransferBankAccount_ID (int CardTransferBankAccount_ID)
|
||||||
|
{
|
||||||
|
if (CardTransferBankAccount_ID < 1)
|
||||||
|
set_Value (COLUMNNAME_CardTransferBankAccount_ID, null);
|
||||||
|
else
|
||||||
|
set_Value (COLUMNNAME_CardTransferBankAccount_ID, Integer.valueOf(CardTransferBankAccount_ID));
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Get Transfer Card trx to.
|
||||||
|
@return Bank account on which to transfer Card transactions
|
||||||
|
*/
|
||||||
|
public int getCardTransferBankAccount_ID ()
|
||||||
|
{
|
||||||
|
Integer ii = (Integer)get_Value(COLUMNNAME_CardTransferBankAccount_ID);
|
||||||
|
if (ii == null)
|
||||||
|
return 0;
|
||||||
|
return ii.intValue();
|
||||||
|
}
|
||||||
|
|
||||||
|
/** CardTransferCashBook_ID AD_Reference_ID=52004 */
|
||||||
|
public static final int CARDTRANSFERCASHBOOK_ID_AD_Reference_ID=52004;
|
||||||
|
/** Set Transfer Card trx to.
|
||||||
|
@param CardTransferCashBook_ID
|
||||||
|
Cash Book on which to transfer all Card transactions
|
||||||
|
*/
|
||||||
|
public void setCardTransferCashBook_ID (int CardTransferCashBook_ID)
|
||||||
|
{
|
||||||
|
if (CardTransferCashBook_ID < 1)
|
||||||
|
set_Value (COLUMNNAME_CardTransferCashBook_ID, null);
|
||||||
|
else
|
||||||
|
set_Value (COLUMNNAME_CardTransferCashBook_ID, Integer.valueOf(CardTransferCashBook_ID));
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Get Transfer Card trx to.
|
||||||
|
@return Cash Book on which to transfer all Card transactions
|
||||||
|
*/
|
||||||
|
public int getCardTransferCashBook_ID ()
|
||||||
|
{
|
||||||
|
Integer ii = (Integer)get_Value(COLUMNNAME_CardTransferCashBook_ID);
|
||||||
|
if (ii == null)
|
||||||
|
return 0;
|
||||||
|
return ii.intValue();
|
||||||
|
}
|
||||||
|
|
||||||
|
/** CardTransferType AD_Reference_ID=52002 */
|
||||||
|
public static final int CARDTRANSFERTYPE_AD_Reference_ID=52002;
|
||||||
|
/** Bank Account = B */
|
||||||
|
public static final String CARDTRANSFERTYPE_BankAccount = "B";
|
||||||
|
/** CashBook = C */
|
||||||
|
public static final String CARDTRANSFERTYPE_CashBook = "C";
|
||||||
|
/** Set Card Transfer Type.
|
||||||
|
@param CardTransferType Card Transfer Type */
|
||||||
|
public void setCardTransferType (String CardTransferType)
|
||||||
|
{
|
||||||
|
|
||||||
|
if (CardTransferType == null || CardTransferType.equals("B") || CardTransferType.equals("C")); else throw new IllegalArgumentException ("CardTransferType Invalid value - " + CardTransferType + " - Reference_ID=52002 - B - C");
|
||||||
|
if (CardTransferType != null && CardTransferType.length() > 1)
|
||||||
|
{
|
||||||
|
log.warning("Length > 1 - truncated");
|
||||||
|
CardTransferType = CardTransferType.substring(0, 1);
|
||||||
|
}
|
||||||
|
set_Value (COLUMNNAME_CardTransferType, CardTransferType);
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Get Card Transfer Type.
|
||||||
|
@return Card Transfer Type */
|
||||||
|
public String getCardTransferType ()
|
||||||
|
{
|
||||||
|
return (String)get_Value(COLUMNNAME_CardTransferType);
|
||||||
|
}
|
||||||
|
|
||||||
|
/** CashBookTransferType AD_Reference_ID=52002 */
|
||||||
|
public static final int CASHBOOKTRANSFERTYPE_AD_Reference_ID=52002;
|
||||||
|
/** Bank Account = B */
|
||||||
|
public static final String CASHBOOKTRANSFERTYPE_BankAccount = "B";
|
||||||
|
/** CashBook = C */
|
||||||
|
public static final String CASHBOOKTRANSFERTYPE_CashBook = "C";
|
||||||
|
/** Set Cash Book Transfer Type.
|
||||||
|
@param CashBookTransferType
|
||||||
|
Where the money in the cash book should be transfered to. Either a Bank Account or another Cash Book
|
||||||
|
*/
|
||||||
|
public void setCashBookTransferType (String CashBookTransferType)
|
||||||
|
{
|
||||||
|
if (CashBookTransferType == null) throw new IllegalArgumentException ("CashBookTransferType is mandatory");
|
||||||
|
if (CashBookTransferType.equals("B") || CashBookTransferType.equals("C")); else throw new IllegalArgumentException ("CashBookTransferType Invalid value - " + CashBookTransferType + " - Reference_ID=52002 - B - C");
|
||||||
|
if (CashBookTransferType.length() > 1)
|
||||||
|
{
|
||||||
|
log.warning("Length > 1 - truncated");
|
||||||
|
CashBookTransferType = CashBookTransferType.substring(0, 1);
|
||||||
|
}
|
||||||
|
set_Value (COLUMNNAME_CashBookTransferType, CashBookTransferType);
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Get Cash Book Transfer Type.
|
||||||
|
@return Where the money in the cash book should be transfered to. Either a Bank Account or another Cash Book
|
||||||
|
*/
|
||||||
|
public String getCashBookTransferType ()
|
||||||
|
{
|
||||||
|
return (String)get_Value(COLUMNNAME_CashBookTransferType);
|
||||||
|
}
|
||||||
|
|
||||||
|
/** CashTransferBankAccount_ID AD_Reference_ID=52003 */
|
||||||
|
public static final int CASHTRANSFERBANKACCOUNT_ID_AD_Reference_ID=52003;
|
||||||
|
/** Set Transfer Cash trx to.
|
||||||
|
@param CashTransferBankAccount_ID
|
||||||
|
Bank Account on which to transfer all Cash transactions
|
||||||
|
*/
|
||||||
|
public void setCashTransferBankAccount_ID (int CashTransferBankAccount_ID)
|
||||||
|
{
|
||||||
|
if (CashTransferBankAccount_ID < 1)
|
||||||
|
set_Value (COLUMNNAME_CashTransferBankAccount_ID, null);
|
||||||
|
else
|
||||||
|
set_Value (COLUMNNAME_CashTransferBankAccount_ID, Integer.valueOf(CashTransferBankAccount_ID));
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Get Transfer Cash trx to.
|
||||||
|
@return Bank Account on which to transfer all Cash transactions
|
||||||
|
*/
|
||||||
|
public int getCashTransferBankAccount_ID ()
|
||||||
|
{
|
||||||
|
Integer ii = (Integer)get_Value(COLUMNNAME_CashTransferBankAccount_ID);
|
||||||
|
if (ii == null)
|
||||||
|
return 0;
|
||||||
|
return ii.intValue();
|
||||||
|
}
|
||||||
|
|
||||||
|
/** CashTransferCashBook_ID AD_Reference_ID=52004 */
|
||||||
|
public static final int CASHTRANSFERCASHBOOK_ID_AD_Reference_ID=52004;
|
||||||
|
/** Set Transfer Cash trx to.
|
||||||
|
@param CashTransferCashBook_ID
|
||||||
|
Cash Book on which to transfer all Cash transactions
|
||||||
|
*/
|
||||||
|
public void setCashTransferCashBook_ID (int CashTransferCashBook_ID)
|
||||||
|
{
|
||||||
|
if (CashTransferCashBook_ID < 1)
|
||||||
|
set_Value (COLUMNNAME_CashTransferCashBook_ID, null);
|
||||||
|
else
|
||||||
|
set_Value (COLUMNNAME_CashTransferCashBook_ID, Integer.valueOf(CashTransferCashBook_ID));
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Get Transfer Cash trx to.
|
||||||
|
@return Cash Book on which to transfer all Cash transactions
|
||||||
|
*/
|
||||||
|
public int getCashTransferCashBook_ID ()
|
||||||
|
{
|
||||||
|
Integer ii = (Integer)get_Value(COLUMNNAME_CashTransferCashBook_ID);
|
||||||
|
if (ii == null)
|
||||||
|
return 0;
|
||||||
|
return ii.intValue();
|
||||||
|
}
|
||||||
|
|
||||||
|
public I_C_CashBook getC_CashBook() throws Exception
|
||||||
|
{
|
||||||
|
Class<?> clazz = MTable.getClass(I_C_CashBook.Table_Name);
|
||||||
|
I_C_CashBook result = null;
|
||||||
|
try {
|
||||||
|
Constructor<?> constructor = null;
|
||||||
|
constructor = clazz.getDeclaredConstructor(new Class[]{Properties.class, int.class, String.class});
|
||||||
|
result = (I_C_CashBook)constructor.newInstance(new Object[] {getCtx(), new Integer(getC_CashBook_ID()), get_TrxName()});
|
||||||
|
} catch (Exception e) {
|
||||||
|
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
|
||||||
|
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
|
||||||
|
throw e;
|
||||||
|
}
|
||||||
|
return result;
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Set Cash Book.
|
||||||
|
@param C_CashBook_ID
|
||||||
|
Cash Book for recording petty cash transactions
|
||||||
|
*/
|
||||||
|
public void setC_CashBook_ID (int C_CashBook_ID)
|
||||||
|
{
|
||||||
|
if (C_CashBook_ID < 1)
|
||||||
|
throw new IllegalArgumentException ("C_CashBook_ID is mandatory.");
|
||||||
|
set_Value (COLUMNNAME_C_CashBook_ID, Integer.valueOf(C_CashBook_ID));
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Get Cash Book.
|
||||||
|
@return Cash Book for recording petty cash transactions
|
||||||
|
*/
|
||||||
|
public int getC_CashBook_ID ()
|
||||||
|
{
|
||||||
|
Integer ii = (Integer)get_Value(COLUMNNAME_C_CashBook_ID);
|
||||||
|
if (ii == null)
|
||||||
|
return 0;
|
||||||
|
return ii.intValue();
|
||||||
|
}
|
||||||
|
|
||||||
|
/** C_CashBPartner_ID AD_Reference_ID=173 */
|
||||||
|
public static final int C_CASHBPARTNER_ID_AD_Reference_ID=173;
|
||||||
|
/** Set Cash BPartner.
|
||||||
|
@param C_CashBPartner_ID
|
||||||
|
BPartner to be used for Cash transactions
|
||||||
|
*/
|
||||||
|
public void setC_CashBPartner_ID (int C_CashBPartner_ID)
|
||||||
|
{
|
||||||
|
if (C_CashBPartner_ID < 1)
|
||||||
|
throw new IllegalArgumentException ("C_CashBPartner_ID is mandatory.");
|
||||||
|
set_Value (COLUMNNAME_C_CashBPartner_ID, Integer.valueOf(C_CashBPartner_ID));
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Get Cash BPartner.
|
||||||
|
@return BPartner to be used for Cash transactions
|
||||||
|
*/
|
||||||
|
public int getC_CashBPartner_ID ()
|
||||||
|
{
|
||||||
|
Integer ii = (Integer)get_Value(COLUMNNAME_C_CashBPartner_ID);
|
||||||
|
if (ii == null)
|
||||||
|
return 0;
|
||||||
|
return ii.intValue();
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Check_BankAccount_ID AD_Reference_ID=52003 */
|
||||||
|
public static final int CHECK_BANKACCOUNT_ID_AD_Reference_ID=52003;
|
||||||
|
/** Set Check Bank Account.
|
||||||
|
@param Check_BankAccount_ID
|
||||||
|
Bank Account to be used for processing Check transactions
|
||||||
|
*/
|
||||||
|
public void setCheck_BankAccount_ID (int Check_BankAccount_ID)
|
||||||
|
{
|
||||||
|
if (Check_BankAccount_ID < 1)
|
||||||
|
set_Value (COLUMNNAME_Check_BankAccount_ID, null);
|
||||||
|
else
|
||||||
|
set_Value (COLUMNNAME_Check_BankAccount_ID, Integer.valueOf(Check_BankAccount_ID));
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Get Check Bank Account.
|
||||||
|
@return Bank Account to be used for processing Check transactions
|
||||||
|
*/
|
||||||
|
public int getCheck_BankAccount_ID ()
|
||||||
|
{
|
||||||
|
Integer ii = (Integer)get_Value(COLUMNNAME_Check_BankAccount_ID);
|
||||||
|
if (ii == null)
|
||||||
|
return 0;
|
||||||
|
return ii.intValue();
|
||||||
|
}
|
||||||
|
|
||||||
|
/** CheckTransferBankAccount_ID AD_Reference_ID=52003 */
|
||||||
|
public static final int CHECKTRANSFERBANKACCOUNT_ID_AD_Reference_ID=52003;
|
||||||
|
/** Set Tranfer Check trx to.
|
||||||
|
@param CheckTransferBankAccount_ID
|
||||||
|
Bank account on which to transfer Check transactions
|
||||||
|
*/
|
||||||
|
public void setCheckTransferBankAccount_ID (int CheckTransferBankAccount_ID)
|
||||||
|
{
|
||||||
|
if (CheckTransferBankAccount_ID < 1)
|
||||||
|
set_Value (COLUMNNAME_CheckTransferBankAccount_ID, null);
|
||||||
|
else
|
||||||
|
set_Value (COLUMNNAME_CheckTransferBankAccount_ID, Integer.valueOf(CheckTransferBankAccount_ID));
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Get Tranfer Check trx to.
|
||||||
|
@return Bank account on which to transfer Check transactions
|
||||||
|
*/
|
||||||
|
public int getCheckTransferBankAccount_ID ()
|
||||||
|
{
|
||||||
|
Integer ii = (Integer)get_Value(COLUMNNAME_CheckTransferBankAccount_ID);
|
||||||
|
if (ii == null)
|
||||||
|
return 0;
|
||||||
|
return ii.intValue();
|
||||||
|
}
|
||||||
|
|
||||||
|
/** CheckTransferCashBook_ID AD_Reference_ID=52004 */
|
||||||
|
public static final int CHECKTRANSFERCASHBOOK_ID_AD_Reference_ID=52004;
|
||||||
|
/** Set Transfer Check trx to.
|
||||||
|
@param CheckTransferCashBook_ID
|
||||||
|
Cash Book on which to transfer all Check transactions
|
||||||
|
*/
|
||||||
|
public void setCheckTransferCashBook_ID (int CheckTransferCashBook_ID)
|
||||||
|
{
|
||||||
|
if (CheckTransferCashBook_ID < 1)
|
||||||
|
set_Value (COLUMNNAME_CheckTransferCashBook_ID, null);
|
||||||
|
else
|
||||||
|
set_Value (COLUMNNAME_CheckTransferCashBook_ID, Integer.valueOf(CheckTransferCashBook_ID));
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Get Transfer Check trx to.
|
||||||
|
@return Cash Book on which to transfer all Check transactions
|
||||||
|
*/
|
||||||
|
public int getCheckTransferCashBook_ID ()
|
||||||
|
{
|
||||||
|
Integer ii = (Integer)get_Value(COLUMNNAME_CheckTransferCashBook_ID);
|
||||||
|
if (ii == null)
|
||||||
|
return 0;
|
||||||
|
return ii.intValue();
|
||||||
|
}
|
||||||
|
|
||||||
|
/** CheckTransferType AD_Reference_ID=52002 */
|
||||||
|
public static final int CHECKTRANSFERTYPE_AD_Reference_ID=52002;
|
||||||
|
/** Bank Account = B */
|
||||||
|
public static final String CHECKTRANSFERTYPE_BankAccount = "B";
|
||||||
|
/** CashBook = C */
|
||||||
|
public static final String CHECKTRANSFERTYPE_CashBook = "C";
|
||||||
|
/** Set Check Transfer Type.
|
||||||
|
@param CheckTransferType Check Transfer Type */
|
||||||
|
public void setCheckTransferType (String CheckTransferType)
|
||||||
|
{
|
||||||
|
|
||||||
|
if (CheckTransferType == null || CheckTransferType.equals("B") || CheckTransferType.equals("C")); else throw new IllegalArgumentException ("CheckTransferType Invalid value - " + CheckTransferType + " - Reference_ID=52002 - B - C");
|
||||||
|
if (CheckTransferType != null && CheckTransferType.length() > 1)
|
||||||
|
{
|
||||||
|
log.warning("Length > 1 - truncated");
|
||||||
|
CheckTransferType = CheckTransferType.substring(0, 1);
|
||||||
|
}
|
||||||
|
set_Value (COLUMNNAME_CheckTransferType, CheckTransferType);
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Get Check Transfer Type.
|
||||||
|
@return Check Transfer Type */
|
||||||
|
public String getCheckTransferType ()
|
||||||
|
{
|
||||||
|
return (String)get_Value(COLUMNNAME_CheckTransferType);
|
||||||
|
}
|
||||||
|
|
||||||
|
/** C_TemplateBPartner_ID AD_Reference_ID=173 */
|
||||||
|
public static final int C_TEMPLATEBPARTNER_ID_AD_Reference_ID=173;
|
||||||
|
/** Set Template BPartner.
|
||||||
|
@param C_TemplateBPartner_ID
|
||||||
|
BPartner that is to be used as template when new customers are created
|
||||||
|
*/
|
||||||
|
public void setC_TemplateBPartner_ID (int C_TemplateBPartner_ID)
|
||||||
|
{
|
||||||
|
if (C_TemplateBPartner_ID < 1)
|
||||||
|
set_Value (COLUMNNAME_C_TemplateBPartner_ID, null);
|
||||||
|
else
|
||||||
|
set_Value (COLUMNNAME_C_TemplateBPartner_ID, Integer.valueOf(C_TemplateBPartner_ID));
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Get Template BPartner.
|
||||||
|
@return BPartner that is to be used as template when new customers are created
|
||||||
|
*/
|
||||||
|
public int getC_TemplateBPartner_ID ()
|
||||||
|
{
|
||||||
|
Integer ii = (Integer)get_Value(COLUMNNAME_C_TemplateBPartner_ID);
|
||||||
|
if (ii == null)
|
||||||
|
return 0;
|
||||||
|
return ii.intValue();
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Set Description.
|
||||||
|
@param Description
|
||||||
|
Optional short description of the record
|
||||||
|
*/
|
||||||
|
public void setDescription (String Description)
|
||||||
|
{
|
||||||
|
|
||||||
|
if (Description != null && Description.length() > 255)
|
||||||
|
{
|
||||||
|
log.warning("Length > 255 - truncated");
|
||||||
|
Description = Description.substring(0, 255);
|
||||||
|
}
|
||||||
|
set_Value (COLUMNNAME_Description, Description);
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Get Description.
|
||||||
|
@return Optional short description of the record
|
||||||
|
*/
|
||||||
|
public String getDescription ()
|
||||||
|
{
|
||||||
|
return (String)get_Value(COLUMNNAME_Description);
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Set Comment/Help.
|
||||||
|
@param Help
|
||||||
|
Comment or Hint
|
||||||
|
*/
|
||||||
|
public void setHelp (String Help)
|
||||||
|
{
|
||||||
|
|
||||||
|
if (Help != null && Help.length() > 2000)
|
||||||
|
{
|
||||||
|
log.warning("Length > 2000 - truncated");
|
||||||
|
Help = Help.substring(0, 2000);
|
||||||
|
}
|
||||||
|
set_Value (COLUMNNAME_Help, Help);
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Get Comment/Help.
|
||||||
|
@return Comment or Hint
|
||||||
|
*/
|
||||||
|
public String getHelp ()
|
||||||
|
{
|
||||||
|
return (String)get_Value(COLUMNNAME_Help);
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Set Last Lock Time.
|
||||||
|
@param LastLockTime
|
||||||
|
Last time at which the terminal was locked
|
||||||
|
*/
|
||||||
|
public void setLastLockTime (Timestamp LastLockTime)
|
||||||
|
{
|
||||||
|
set_Value (COLUMNNAME_LastLockTime, LastLockTime);
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Get Last Lock Time.
|
||||||
|
@return Last time at which the terminal was locked
|
||||||
|
*/
|
||||||
|
public Timestamp getLastLockTime ()
|
||||||
|
{
|
||||||
|
return (Timestamp)get_Value(COLUMNNAME_LastLockTime);
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Set Locked.
|
||||||
|
@param Locked
|
||||||
|
Whether the terminal is locked
|
||||||
|
*/
|
||||||
|
public void setLocked (boolean Locked)
|
||||||
|
{
|
||||||
|
set_Value (COLUMNNAME_Locked, Boolean.valueOf(Locked));
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Get Locked.
|
||||||
|
@return Whether the terminal is locked
|
||||||
|
*/
|
||||||
|
public boolean isLocked ()
|
||||||
|
{
|
||||||
|
Object oo = get_Value(COLUMNNAME_Locked);
|
||||||
|
if (oo != null)
|
||||||
|
{
|
||||||
|
if (oo instanceof Boolean)
|
||||||
|
return ((Boolean)oo).booleanValue();
|
||||||
|
return "Y".equals(oo);
|
||||||
|
}
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Set Lock Time.
|
||||||
|
@param LockTime
|
||||||
|
Time in minutes the terminal should be kept in a locked state.
|
||||||
|
*/
|
||||||
|
public void setLockTime (int LockTime)
|
||||||
|
{
|
||||||
|
set_Value (COLUMNNAME_LockTime, Integer.valueOf(LockTime));
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Get Lock Time.
|
||||||
|
@return Time in minutes the terminal should be kept in a locked state.
|
||||||
|
*/
|
||||||
|
public int getLockTime ()
|
||||||
|
{
|
||||||
|
Integer ii = (Integer)get_Value(COLUMNNAME_LockTime);
|
||||||
|
if (ii == null)
|
||||||
|
return 0;
|
||||||
|
return ii.intValue();
|
||||||
|
}
|
||||||
|
|
||||||
|
public I_M_Warehouse getM_Warehouse() throws Exception
|
||||||
|
{
|
||||||
|
Class<?> clazz = MTable.getClass(I_M_Warehouse.Table_Name);
|
||||||
|
I_M_Warehouse result = null;
|
||||||
|
try {
|
||||||
|
Constructor<?> constructor = null;
|
||||||
|
constructor = clazz.getDeclaredConstructor(new Class[]{Properties.class, int.class, String.class});
|
||||||
|
result = (I_M_Warehouse)constructor.newInstance(new Object[] {getCtx(), new Integer(getM_Warehouse_ID()), get_TrxName()});
|
||||||
|
} catch (Exception e) {
|
||||||
|
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
|
||||||
|
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
|
||||||
|
throw e;
|
||||||
|
}
|
||||||
|
return result;
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Set Warehouse.
|
||||||
|
@param M_Warehouse_ID
|
||||||
|
Storage Warehouse and Service Point
|
||||||
|
*/
|
||||||
|
public void setM_Warehouse_ID (int M_Warehouse_ID)
|
||||||
|
{
|
||||||
|
if (M_Warehouse_ID < 1)
|
||||||
|
set_Value (COLUMNNAME_M_Warehouse_ID, null);
|
||||||
|
else
|
||||||
|
set_Value (COLUMNNAME_M_Warehouse_ID, Integer.valueOf(M_Warehouse_ID));
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Get Warehouse.
|
||||||
|
@return Storage Warehouse and Service Point
|
||||||
|
*/
|
||||||
|
public int getM_Warehouse_ID ()
|
||||||
|
{
|
||||||
|
Integer ii = (Integer)get_Value(COLUMNNAME_M_Warehouse_ID);
|
||||||
|
if (ii == null)
|
||||||
|
return 0;
|
||||||
|
return ii.intValue();
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Set Name.
|
||||||
|
@param Name
|
||||||
|
Alphanumeric identifier of the entity
|
||||||
|
*/
|
||||||
|
public void setName (String Name)
|
||||||
|
{
|
||||||
|
|
||||||
|
if (Name != null && Name.length() > 60)
|
||||||
|
{
|
||||||
|
log.warning("Length > 60 - truncated");
|
||||||
|
Name = Name.substring(0, 60);
|
||||||
|
}
|
||||||
|
set_Value (COLUMNNAME_Name, Name);
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Get Name.
|
||||||
|
@return Alphanumeric identifier of the entity
|
||||||
|
*/
|
||||||
|
public String getName ()
|
||||||
|
{
|
||||||
|
return (String)get_Value(COLUMNNAME_Name);
|
||||||
|
}
|
||||||
|
|
||||||
|
/** PO_PriceList_ID AD_Reference_ID=166 */
|
||||||
|
public static final int PO_PRICELIST_ID_AD_Reference_ID=166;
|
||||||
|
/** Set Purchase Pricelist.
|
||||||
|
@param PO_PriceList_ID
|
||||||
|
Price List used by this Business Partner
|
||||||
|
*/
|
||||||
|
public void setPO_PriceList_ID (int PO_PriceList_ID)
|
||||||
|
{
|
||||||
|
if (PO_PriceList_ID < 1)
|
||||||
|
set_Value (COLUMNNAME_PO_PriceList_ID, null);
|
||||||
|
else
|
||||||
|
set_Value (COLUMNNAME_PO_PriceList_ID, Integer.valueOf(PO_PriceList_ID));
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Get Purchase Pricelist.
|
||||||
|
@return Price List used by this Business Partner
|
||||||
|
*/
|
||||||
|
public int getPO_PriceList_ID ()
|
||||||
|
{
|
||||||
|
Integer ii = (Integer)get_Value(COLUMNNAME_PO_PriceList_ID);
|
||||||
|
if (ii == null)
|
||||||
|
return 0;
|
||||||
|
return ii.intValue();
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Set Printer Name.
|
||||||
|
@param PrinterName
|
||||||
|
Name of the Printer
|
||||||
|
*/
|
||||||
|
public void setPrinterName (String PrinterName)
|
||||||
|
{
|
||||||
|
|
||||||
|
if (PrinterName != null && PrinterName.length() > 60)
|
||||||
|
{
|
||||||
|
log.warning("Length > 60 - truncated");
|
||||||
|
PrinterName = PrinterName.substring(0, 60);
|
||||||
|
}
|
||||||
|
set_Value (COLUMNNAME_PrinterName, PrinterName);
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Get Printer Name.
|
||||||
|
@return Name of the Printer
|
||||||
|
*/
|
||||||
|
public String getPrinterName ()
|
||||||
|
{
|
||||||
|
return (String)get_Value(COLUMNNAME_PrinterName);
|
||||||
|
}
|
||||||
|
|
||||||
|
/** SalesRep_ID AD_Reference_ID=316 */
|
||||||
|
public static final int SALESREP_ID_AD_Reference_ID=316;
|
||||||
|
/** Set Sales Representative.
|
||||||
|
@param SalesRep_ID
|
||||||
|
Sales Representative or Company Agent
|
||||||
|
*/
|
||||||
|
public void setSalesRep_ID (int SalesRep_ID)
|
||||||
|
{
|
||||||
|
if (SalesRep_ID < 1)
|
||||||
|
set_Value (COLUMNNAME_SalesRep_ID, null);
|
||||||
|
else
|
||||||
|
set_Value (COLUMNNAME_SalesRep_ID, Integer.valueOf(SalesRep_ID));
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Get Sales Representative.
|
||||||
|
@return Sales Representative or Company Agent
|
||||||
|
*/
|
||||||
|
public int getSalesRep_ID ()
|
||||||
|
{
|
||||||
|
Integer ii = (Integer)get_Value(COLUMNNAME_SalesRep_ID);
|
||||||
|
if (ii == null)
|
||||||
|
return 0;
|
||||||
|
return ii.intValue();
|
||||||
|
}
|
||||||
|
|
||||||
|
/** SO_PriceList_ID AD_Reference_ID=166 */
|
||||||
|
public static final int SO_PRICELIST_ID_AD_Reference_ID=166;
|
||||||
|
/** Set Sales Pricelist.
|
||||||
|
@param SO_PriceList_ID Sales Pricelist */
|
||||||
|
public void setSO_PriceList_ID (int SO_PriceList_ID)
|
||||||
|
{
|
||||||
|
if (SO_PriceList_ID < 1)
|
||||||
|
set_Value (COLUMNNAME_SO_PriceList_ID, null);
|
||||||
|
else
|
||||||
|
set_Value (COLUMNNAME_SO_PriceList_ID, Integer.valueOf(SO_PriceList_ID));
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Get Sales Pricelist.
|
||||||
|
@return Sales Pricelist */
|
||||||
|
public int getSO_PriceList_ID ()
|
||||||
|
{
|
||||||
|
Integer ii = (Integer)get_Value(COLUMNNAME_SO_PriceList_ID);
|
||||||
|
if (ii == null)
|
||||||
|
return 0;
|
||||||
|
return ii.intValue();
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Set UnlockingTime.
|
||||||
|
@param UnlockingTime
|
||||||
|
Time at which the terminal should be unlocked
|
||||||
|
*/
|
||||||
|
public void setUnlockingTime (Timestamp UnlockingTime)
|
||||||
|
{
|
||||||
|
set_Value (COLUMNNAME_UnlockingTime, UnlockingTime);
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Get UnlockingTime.
|
||||||
|
@return Time at which the terminal should be unlocked
|
||||||
|
*/
|
||||||
|
public Timestamp getUnlockingTime ()
|
||||||
|
{
|
||||||
|
return (Timestamp)get_Value(COLUMNNAME_UnlockingTime);
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Set POS Terminal.
|
||||||
|
@param U_POSTerminal_ID POS Terminal */
|
||||||
|
public void setU_POSTerminal_ID (int U_POSTerminal_ID)
|
||||||
|
{
|
||||||
|
if (U_POSTerminal_ID < 1)
|
||||||
|
throw new IllegalArgumentException ("U_POSTerminal_ID is mandatory.");
|
||||||
|
set_ValueNoCheck (COLUMNNAME_U_POSTerminal_ID, Integer.valueOf(U_POSTerminal_ID));
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Get POS Terminal.
|
||||||
|
@return POS Terminal */
|
||||||
|
public int getU_POSTerminal_ID ()
|
||||||
|
{
|
||||||
|
Integer ii = (Integer)get_Value(COLUMNNAME_U_POSTerminal_ID);
|
||||||
|
if (ii == null)
|
||||||
|
return 0;
|
||||||
|
return ii.intValue();
|
||||||
|
}
|
||||||
|
}
|
File diff suppressed because it is too large
Load Diff
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue