Skip to content

Commit

Permalink
Translate
Browse files Browse the repository at this point in the history
  • Loading branch information
DitriXNew committed May 9, 2023
1 parent 3341a72 commit 1cfca4f
Show file tree
Hide file tree
Showing 45 changed files with 2,897 additions and 1,695 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,40 @@
<maxValue xsi:type="core:UndefinedValue"/>
<fullTextSearch>Use</fullTextSearch>
</resources>
<resources uuid="a1d4f9f0-3dc0-4ef9-b857-a613d74157f1">
<name>AmountRevenue</name>
<synonym>
<key>en</key>
<value>Amount revenue</value>
</synonym>
<synonym>
<key>ru</key>
<value>Сумма доход</value>
</synonym>
<type>
<types>DefinedType.typeAmount</types>
</type>
<minValue xsi:type="core:UndefinedValue"/>
<maxValue xsi:type="core:UndefinedValue"/>
<fullTextSearch>Use</fullTextSearch>
</resources>
<resources uuid="8e0157af-6519-4ab1-871a-c70482f978e4">
<name>AmountRevenueTax</name>
<synonym>
<key>en</key>
<value>Amount revenue tax</value>
</synonym>
<synonym>
<key>ru</key>
<value>Сумма доход налог</value>
</synonym>
<type>
<types>DefinedType.typeAmount</types>
</type>
<minValue xsi:type="core:UndefinedValue"/>
<maxValue xsi:type="core:UndefinedValue"/>
<fullTextSearch>Use</fullTextSearch>
</resources>
<attributes uuid="51729166-c0ca-4937-a8ab-2b8b560c18ba">
<name>Document</name>
<synonym>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,10 @@ Procedure BatchBalance_CollectRecords(DocObject) Export
| R6010B_BatchWiseBalance.AmountTax AS AmountTax,
| R6010B_BatchWiseBalance.NotDirectCosts AS NotDirectCosts,
| R6010B_BatchWiseBalance.AmountCostRatio AS AmountCostRatio,
| R6010B_BatchWiseBalance.AmountCost AS AmountCost
| R6010B_BatchWiseBalance.AmountCost AS AmountCost,
| R6010B_BatchWiseBalance.AmountCostTax AS AmountCostTax,
| R6010B_BatchWiseBalance.AmountRevenue AS AmountRevenue,
| R6010B_BatchWiseBalance.AmountRevenueTax AS AmountRevenueTax
|FROM
| AccumulationRegister.R6010B_BatchWiseBalance AS R6010B_BatchWiseBalance
|WHERE
Expand Down Expand Up @@ -137,6 +140,9 @@ Procedure BatchBalance_CollectRecords(DocObject) Export
| 0,
| 0,
| 0,
| 0,
| 0,
| 0,
| 0
|FROM
| AccumulationRegister.R6030T_BatchShortageOutgoing AS R6030T_BatchShortageOutgoing
Expand Down Expand Up @@ -165,6 +171,9 @@ Procedure BatchBalance_CollectRecords(DocObject) Export
| 0,
| 0,
| 0,
| 0,
| 0,
| 0,
| 0
|FROM
| AccumulationRegister.R6040T_BatchShortageIncoming AS R6040T_BatchShortageIncoming
Expand Down Expand Up @@ -224,6 +233,10 @@ Procedure BatchBalance_LoadRecords(CalculationMovementCostRef) Export
| R6010B_BatchWiseBalance.AmountCostRatio AS AmountCostRatio,
| R6010B_BatchWiseBalance.AmountCost AS AmountCost,
| R6010B_BatchWiseBalance.AmountCostTax AS AmountCostTax,
|
| R6010B_BatchWiseBalance.AmountRevenue AS AmountRevenue,
| R6010B_BatchWiseBalance.AmountRevenueTax AS AmountRevenueTax,
|
| R6010B_BatchWiseBalance.Batch AS Batch,
| R6010B_BatchWiseBalance.BatchKey AS BatchKey,
| R6010B_BatchWiseBalance.BatchKey.ItemKey AS ItemKey,
Expand Down Expand Up @@ -311,6 +324,10 @@ Procedure BatchBalance_LoadRecords(CalculationMovementCostRef) Export
| 0,
| 0,
| 0,
|
| 0,
| 0,
|
| VALUE(Enum.BatchType.BatchShortageOutgoing),
| R6030T_BatchShortageOutgoing.BatchKey,
| R6030T_BatchShortageOutgoing.BatchKey.ItemKey,
Expand Down Expand Up @@ -341,6 +358,10 @@ Procedure BatchBalance_LoadRecords(CalculationMovementCostRef) Export
| 0,
| 0,
| 0,
|
| 0,
| 0,
|
| VALUE(Enum.BatchType.BatchShortageIncoming),
| R6040T_BatchShortageIncoming.BatchKey,
| R6040T_BatchShortageIncoming.BatchKey.ItemKey,
Expand Down Expand Up @@ -371,6 +392,10 @@ Procedure BatchBalance_LoadRecords(CalculationMovementCostRef) Export
| BatchBalance.AmountCostRatio AS AmountCostRatio,
| BatchBalance.AmountCost AS AmountCost,
| BatchBalance.AmountCostTax AS AmountCostTax,
|
| BatchBalance.AmountRevenue AS AmountRevenue,
| BatchBalance.AmountRevenueTax AS AmountRevenueTax,
|
| BatchBalance.Batch AS Batch,
| BatchBalance.BatchKey AS BatchKey,
| BatchBalance.ItemKey AS ItemKey,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,40 @@
<maxValue xsi:type="core:UndefinedValue"/>
<fullTextSearch>Use</fullTextSearch>
</resources>
<resources uuid="39fe62df-c0c6-40ba-a5be-8f4f4854edae">
<name>AmountRevenue</name>
<synonym>
<key>en</key>
<value>Amount revenue</value>
</synonym>
<synonym>
<key>ru</key>
<value>Сумма доход</value>
</synonym>
<type>
<types>DefinedType.typeAmount</types>
</type>
<minValue xsi:type="core:UndefinedValue"/>
<maxValue xsi:type="core:UndefinedValue"/>
<fullTextSearch>Use</fullTextSearch>
</resources>
<resources uuid="f2d589c0-8559-40c1-b351-e4e57d266bed">
<name>AmountRevenueTax</name>
<synonym>
<key>en</key>
<value>Amount revenue tax</value>
</synonym>
<synonym>
<key>ru</key>
<value>Сумма доход налог</value>
</synonym>
<type>
<types>DefinedType.typeAmount</types>
</type>
<minValue xsi:type="core:UndefinedValue"/>
<maxValue xsi:type="core:UndefinedValue"/>
<fullTextSearch>Use</fullTextSearch>
</resources>
<attributes uuid="828b931a-610f-45d5-a460-f22bae3a326d">
<name>CalculationMovementCost</name>
<synonym>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,40 @@
<maxValue xsi:type="core:UndefinedValue"/>
<fullTextSearch>Use</fullTextSearch>
</resources>
<resources uuid="43980561-4c23-4d01-8fba-322788dd36c3">
<name>AmountRevenue</name>
<synonym>
<key>en</key>
<value>Amount revenue</value>
</synonym>
<synonym>
<key>ru</key>
<value>Сумма доход</value>
</synonym>
<type>
<types>DefinedType.typeAmount</types>
</type>
<minValue xsi:type="core:UndefinedValue"/>
<maxValue xsi:type="core:UndefinedValue"/>
<fullTextSearch>Use</fullTextSearch>
</resources>
<resources uuid="7953db63-9ffb-4d35-a1d7-fc2bdd7c2df4">
<name>AmountRevenueTax</name>
<synonym>
<key>en</key>
<value>Amount revenue tax</value>
</synonym>
<synonym>
<key>ru</key>
<value>Сумма доход налог</value>
</synonym>
<type>
<types>DefinedType.typeAmount</types>
</type>
<minValue xsi:type="core:UndefinedValue"/>
<maxValue xsi:type="core:UndefinedValue"/>
<fullTextSearch>Use</fullTextSearch>
</resources>
<dimensions uuid="c728c832-7cdd-417e-b575-31112913b75b">
<name>Batch</name>
<synonym>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,39 @@ Procedure CostOfGoodsSold_CollectRecords(DocObject) Export
| THEN -R6010B_BatchWiseBalance.AmountCost
| ELSE 0
| END AS AmountCost,
|
| CASE
| WHEN R6010B_BatchWiseBalance.Document REFS Document.SalesInvoice
| OR R6010B_BatchWiseBalance.Document REFS Document.RetailSalesReceipt
| OR R6010B_BatchWiseBalance.Document REFS Document.SalesReportFromTradeAgent
| THEN R6010B_BatchWiseBalance.AmountCostTax
| WHEN R6010B_BatchWiseBalance.Document REFS Document.SalesReturn
| OR R6010B_BatchWiseBalance.Document REFS Document.RetailReturnReceipt
| THEN -R6010B_BatchWiseBalance.AmountCostTax
| ELSE 0
| END AS AmountCostTax,
|
| CASE
| WHEN R6010B_BatchWiseBalance.Document REFS Document.SalesInvoice
| OR R6010B_BatchWiseBalance.Document REFS Document.RetailSalesReceipt
| OR R6010B_BatchWiseBalance.Document REFS Document.SalesReportFromTradeAgent
| THEN R6010B_BatchWiseBalance.AmountRevenue
| WHEN R6010B_BatchWiseBalance.Document REFS Document.SalesReturn
| OR R6010B_BatchWiseBalance.Document REFS Document.RetailReturnReceipt
| THEN -R6010B_BatchWiseBalance.AmountRevenue
| ELSE 0
| END AS AmountRevenue,
|
| CASE
| WHEN R6010B_BatchWiseBalance.Document REFS Document.SalesInvoice
| OR R6010B_BatchWiseBalance.Document REFS Document.RetailSalesReceipt
| OR R6010B_BatchWiseBalance.Document REFS Document.SalesReportFromTradeAgent
| THEN R6010B_BatchWiseBalance.AmountRevenueTax
| WHEN R6010B_BatchWiseBalance.Document REFS Document.SalesReturn
| OR R6010B_BatchWiseBalance.Document REFS Document.RetailReturnReceipt
| THEN -R6010B_BatchWiseBalance.AmountRevenueTax
| ELSE 0
| END AS AmountRevenueTax,
| R6010B_BatchWiseBalance.BatchKey.ItemKey AS ItemKey,
| R6010B_BatchWiseBalance.Batch.Company AS Company,
| R6010B_BatchWiseBalance.Recorder AS CalculationMovementCost
Expand All @@ -120,6 +153,11 @@ Procedure CostOfGoodsSold_CollectRecords(DocObject) Export
| BatchWiseBalance.NotDirectCosts AS NotDirectCosts,
| BatchWiseBalance.AmountCostRatio AS AmountCostRatio,
| BatchWiseBalance.AmountCost AS AmountCost,
|
| BatchWiseBalance.AmountCostTax AS AmountCostTax,
| BatchWiseBalance.AmountRevenue AS AmountRevenue,
| BatchWiseBalance.AmountRevenueTax AS AmountRevenueTax,
|
| BatchWiseBalance.ItemKey AS ItemKey,
| BatchWiseBalance.Company AS Company,
| CASE
Expand All @@ -142,7 +180,10 @@ Procedure CostOfGoodsSold_CollectRecords(DocObject) Export
| OR BatchWiseBalance.AmountTax <> 0
| OR BatchWiseBalance.NotDirectCosts <> 0
| OR BatchWiseBalance.AmountCostRatio <> 0
| OR BatchWiseBalance.AmountCost <> 0)";
| OR BatchWiseBalance.AmountCost <> 0
| OR BatchWiseBalance.AmountCostTax <> 0
| OR BatchWiseBalance.AmountRevenue <> 0
| OR BatchWiseBalance.AmountRevenueTax <> 0)";

Query.SetParameter("Document", DocObject.Ref);
QueryResult = Query.Execute();
Expand Down Expand Up @@ -252,6 +293,29 @@ Procedure CostOfGoodsSold_LoadRecords(CalculationMovementCostRef) Export
| THEN -R6010B_BatchWiseBalance.AmountCostTax
| ELSE 0
| END AS AmountCostTax,
|
| CASE
| WHEN R6010B_BatchWiseBalance.Document REFS Document.SalesInvoice
| OR R6010B_BatchWiseBalance.Document REFS Document.RetailSalesReceipt
| OR R6010B_BatchWiseBalance.Document REFS Document.SalesReportFromTradeAgent
| THEN R6010B_BatchWiseBalance.AmountRevenue
| WHEN R6010B_BatchWiseBalance.Document REFS Document.SalesReturn
| OR R6010B_BatchWiseBalance.Document REFS Document.RetailReturnReceipt
| THEN -R6010B_BatchWiseBalance.AmountRevenue
| ELSE 0
| END AS AmountRevenue,
|
| CASE
| WHEN R6010B_BatchWiseBalance.Document REFS Document.SalesInvoice
| OR R6010B_BatchWiseBalance.Document REFS Document.RetailSalesReceipt
| OR R6010B_BatchWiseBalance.Document REFS Document.SalesReportFromTradeAgent
| THEN R6010B_BatchWiseBalance.AmountRevenueTax
| WHEN R6010B_BatchWiseBalance.Document REFS Document.SalesReturn
| OR R6010B_BatchWiseBalance.Document REFS Document.RetailReturnReceipt
| THEN -R6010B_BatchWiseBalance.AmountRevenueTax
| ELSE 0
| END AS AmountRevenueTax,
|
| R6010B_BatchWiseBalance.BatchKey.ItemKey AS ItemKey,
| R6010B_BatchWiseBalance.Batch.Company AS Company
|INTO BatchWiseBalance
Expand All @@ -274,6 +338,8 @@ Procedure CostOfGoodsSold_LoadRecords(CalculationMovementCostRef) Export
| BatchWiseBalance.AmountCostRatio AS AmountCostRatio,
| BatchWiseBalance.AmountCost AS AmountCost,
| BatchWiseBalance.AmountCostTax AS AmountCostTax,
| BatchWiseBalance.AmountRevenue AS AmountRevenue,
| BatchWiseBalance.AmountRevenueTax AS AmountRevenueTax,
| BatchWiseBalance.ItemKey AS ItemKey,
| BatchWiseBalance.Company AS Company,
| CASE
Expand Down Expand Up @@ -304,6 +370,8 @@ Procedure CostOfGoodsSold_LoadRecords(CalculationMovementCostRef) Export
| BatchWiseBalance_BatchKeysInfo.AmountCostRatio AS AmountCostRatio,
| BatchWiseBalance_BatchKeysInfo.AmountCost AS AmountCost,
| BatchWiseBalance_BatchKeysInfo.AmountCostTax AS AmountCostTax,
| BatchWiseBalance_BatchKeysInfo.AmountRevenue AS AmountRevenue,
| BatchWiseBalance_BatchKeysInfo.AmountRevenueTax AS AmountRevenueTax,
| BatchWiseBalance_BatchKeysInfo.ItemKey AS ItemKey,
| BatchWiseBalance_BatchKeysInfo.Company AS Company,
| BatchWiseBalance_BatchKeysInfo.SalesInvoice AS SalesInvoice,
Expand Down Expand Up @@ -332,4 +400,4 @@ Procedure CostOfGoodsSold_LoadRecords(CalculationMovementCostRef) Export
EndDo;
RecordSet.Write();
EndDo;
EndProcedure
EndProcedure
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,40 @@
<maxValue xsi:type="core:UndefinedValue"/>
<fullTextSearch>Use</fullTextSearch>
</resources>
<resources uuid="9a3a9598-cc8e-4838-a450-d7a31e8e55d7">
<name>AmountRevenue</name>
<synonym>
<key>en</key>
<value>Amount revenue</value>
</synonym>
<synonym>
<key>ru</key>
<value>Сумма доход</value>
</synonym>
<type>
<types>DefinedType.typeAmount</types>
</type>
<minValue xsi:type="core:UndefinedValue"/>
<maxValue xsi:type="core:UndefinedValue"/>
<fullTextSearch>Use</fullTextSearch>
</resources>
<resources uuid="72691861-9735-471b-b808-27a10f3d3b3c">
<name>AmountRevenueTax</name>
<synonym>
<key>en</key>
<value>Amount revenue tax</value>
</synonym>
<synonym>
<key>ru</key>
<value>Сумма доход налог</value>
</synonym>
<type>
<types>DefinedType.typeAmount</types>
</type>
<minValue xsi:type="core:UndefinedValue"/>
<maxValue xsi:type="core:UndefinedValue"/>
<fullTextSearch>Use</fullTextSearch>
</resources>
<attributes uuid="8c8f1709-0dba-4082-93ce-434a813d07a5">
<name>CalculationMovementCost</name>
<synonym>
Expand Down
Loading

0 comments on commit 1cfca4f

Please sign in to comment.