Merge branch 'development'
This commit is contained in:
commit
9c1dcfc8c3
@ -6,8 +6,6 @@ export const mainOptionsVariables:
|
||||
| Record<string, any> = {
|
||||
currentDate: currentISODate,
|
||||
statecode: 0,
|
||||
supplier_account_type: [100000001],
|
||||
supplier_legal_form: 100000001,
|
||||
dealer_account_type: [100000001],
|
||||
dealer_legal_form: 100000001,
|
||||
product_relation: [100000000],
|
||||
|
||||
@ -4,8 +4,6 @@
|
||||
query GetMainOptions(
|
||||
$statecode: Int
|
||||
$currentDate: DateTime
|
||||
$supplier_account_type: [Int!]
|
||||
$supplier_legal_form: Int
|
||||
$dealer_account_type: [Int!]
|
||||
$dealer_legal_form: Int
|
||||
$product_relation: [Int!]
|
||||
@ -16,15 +14,6 @@ query GetMainOptions(
|
||||
$fuelcard_product_type: Int
|
||||
$techcard_product_type: Int
|
||||
) {
|
||||
selectSupplier: accounts(
|
||||
evo_account_type: $supplier_account_type
|
||||
statecode: $statecode
|
||||
evo_legal_form: $supplier_legal_form
|
||||
) {
|
||||
name
|
||||
accountid
|
||||
evo_fin_department_accountid
|
||||
}
|
||||
selectSupplierCurrency: transactioncurrencies(statecode: $statecode) {
|
||||
transactioncurrencyid
|
||||
isocurrencycode
|
||||
|
||||
Reference in New Issue
Block a user