@autologix-engineering/shared 1.0.908 → 1.0.909
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -26,7 +26,7 @@ export declare enum BAPayoutRowField {
|
|
|
26
26
|
BusinessAssociateId = "businessAssociateId",
|
|
27
27
|
BAContract = "baContract",
|
|
28
28
|
BAContractId = "baContractId",
|
|
29
|
-
|
|
29
|
+
OtherBookingsRevenue = "otherBookingsRevenue",
|
|
30
30
|
RV = "rv",
|
|
31
31
|
BAPayout = "baPayout",
|
|
32
32
|
PercentIncomeForAssociate = "percentIncomeForAssociate",
|
|
@@ -37,6 +37,13 @@ export declare enum BAPayoutRowField {
|
|
|
37
37
|
TotalCostVCPlusFC = "totalCostVCPlusFC",
|
|
38
38
|
Insurance = "insurance",
|
|
39
39
|
ShareLoss = "shareLoss",
|
|
40
|
+
NonInvoicedClientsRevenue = "nonInvoicedClientsRevenue",
|
|
41
|
+
NetIncomeOfTheCar = "netIncomeOfTheCar",
|
|
42
|
+
TotalRevenue = "totalRevenue",
|
|
43
|
+
MonthlyRMAsPerContract = "monthlyRMAsPerContract",
|
|
44
|
+
MonthlyRMAsPerWorkingDays = "monthlyRMAsPerWorkingDays",
|
|
45
|
+
AdjustmentShare = "adjustmentShare",
|
|
46
|
+
BAsPayoutAmount = "basPayoutAmount",
|
|
40
47
|
RowData = "rowData",
|
|
41
48
|
CreatedAt = "createdAt",
|
|
42
49
|
UpdatedAt = "updatedAt",
|
|
@@ -64,7 +71,7 @@ export interface IBAPayoutRow extends TypedModel {
|
|
|
64
71
|
[BAPayoutRowField.BusinessAssociateId]?: string | null;
|
|
65
72
|
[BAPayoutRowField.BAContract]?: IBAContract;
|
|
66
73
|
[BAPayoutRowField.BAContractId]?: string | null;
|
|
67
|
-
[BAPayoutRowField.
|
|
74
|
+
[BAPayoutRowField.OtherBookingsRevenue]: number;
|
|
68
75
|
[BAPayoutRowField.RV]: number;
|
|
69
76
|
[BAPayoutRowField.BAPayout]: number;
|
|
70
77
|
[BAPayoutRowField.PercentIncomeForAssociate]: number;
|
|
@@ -75,6 +82,13 @@ export interface IBAPayoutRow extends TypedModel {
|
|
|
75
82
|
[BAPayoutRowField.TotalCostVCPlusFC]: number;
|
|
76
83
|
[BAPayoutRowField.Insurance]: number | null;
|
|
77
84
|
[BAPayoutRowField.ShareLoss]: boolean;
|
|
85
|
+
[BAPayoutRowField.NonInvoicedClientsRevenue]: number;
|
|
86
|
+
[BAPayoutRowField.NetIncomeOfTheCar]: number;
|
|
87
|
+
[BAPayoutRowField.TotalRevenue]: number;
|
|
88
|
+
[BAPayoutRowField.MonthlyRMAsPerContract]: number;
|
|
89
|
+
[BAPayoutRowField.MonthlyRMAsPerWorkingDays]: number;
|
|
90
|
+
[BAPayoutRowField.AdjustmentShare]: number;
|
|
91
|
+
[BAPayoutRowField.BAsPayoutAmount]: number;
|
|
78
92
|
[BAPayoutRowField.RowData]: IBAPayoutRowData[];
|
|
79
93
|
[BAPayoutRowField.CreatedAt]: Date;
|
|
80
94
|
[BAPayoutRowField.UpdatedAt]: Date;
|
|
@@ -24,7 +24,7 @@ export var BAPayoutRowField;
|
|
|
24
24
|
BAPayoutRowField["BAContract"] = "baContract";
|
|
25
25
|
BAPayoutRowField["BAContractId"] = "baContractId";
|
|
26
26
|
// Fixed Calculation Fields
|
|
27
|
-
BAPayoutRowField["
|
|
27
|
+
BAPayoutRowField["OtherBookingsRevenue"] = "otherBookingsRevenue";
|
|
28
28
|
BAPayoutRowField["RV"] = "rv";
|
|
29
29
|
BAPayoutRowField["BAPayout"] = "baPayout";
|
|
30
30
|
BAPayoutRowField["PercentIncomeForAssociate"] = "percentIncomeForAssociate";
|
|
@@ -35,6 +35,13 @@ export var BAPayoutRowField;
|
|
|
35
35
|
BAPayoutRowField["TotalCostVCPlusFC"] = "totalCostVCPlusFC";
|
|
36
36
|
BAPayoutRowField["Insurance"] = "insurance";
|
|
37
37
|
BAPayoutRowField["ShareLoss"] = "shareLoss";
|
|
38
|
+
BAPayoutRowField["NonInvoicedClientsRevenue"] = "nonInvoicedClientsRevenue";
|
|
39
|
+
BAPayoutRowField["NetIncomeOfTheCar"] = "netIncomeOfTheCar";
|
|
40
|
+
BAPayoutRowField["TotalRevenue"] = "totalRevenue";
|
|
41
|
+
BAPayoutRowField["MonthlyRMAsPerContract"] = "monthlyRMAsPerContract";
|
|
42
|
+
BAPayoutRowField["MonthlyRMAsPerWorkingDays"] = "monthlyRMAsPerWorkingDays";
|
|
43
|
+
BAPayoutRowField["AdjustmentShare"] = "adjustmentShare";
|
|
44
|
+
BAPayoutRowField["BAsPayoutAmount"] = "basPayoutAmount";
|
|
38
45
|
// Dynamic Fields (stored in BAPayoutRowData)
|
|
39
46
|
BAPayoutRowField["RowData"] = "rowData";
|
|
40
47
|
BAPayoutRowField["CreatedAt"] = "createdAt";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ba.payout.row.model.js","sourceRoot":"","sources":["../../../../../../../libs/shared/src/lib/models/src/ba.payout.row.model.ts"],"names":[],"mappings":"AAQA,MAAM,CAAN,IAAY,
|
|
1
|
+
{"version":3,"file":"ba.payout.row.model.js","sourceRoot":"","sources":["../../../../../../../libs/shared/src/lib/models/src/ba.payout.row.model.ts"],"names":[],"mappings":"AAQA,MAAM,CAAN,IAAY,gBAgDX;AAhDD,WAAY,gBAAgB;IAC3B,mDAA+B,CAAA;IAC/B,uCAAmB,CAAA;IACnB,2CAAuB,CAAA;IACvB,uBAAuB;IACvB,iCAAa,CAAA;IACb,yCAAqB,CAAA;IACrB,6CAAyB,CAAA;IACzB,iCAAa,CAAA;IACb,qCAAiB,CAAA;IACjB,qDAAiC,CAAA;IACjC,+BAAW,CAAA;IACX,uCAAmB,CAAA;IACnB,6CAAyB,CAAA;IACzB,2DAAuC,CAAA;IACvC,uDAAmC,CAAA;IACnC,+DAA2C,CAAA;IAC3C,+CAA2B,CAAA;IAC3B,+CAA2B,CAAA;IAC3B,YAAY;IACZ,2DAAuC,CAAA;IACvC,+DAA2C,CAAA;IAC3C,6CAAyB,CAAA;IACzB,iDAA6B,CAAA;IAC7B,2BAA2B;IAC3B,iEAA6C,CAAA;IAC7C,6BAAS,CAAA;IACT,yCAAqB,CAAA;IACrB,2EAAuD,CAAA;IACvD,uEAAmD,CAAA;IACnD,2GAAuF,CAAA;IACvF,yDAAqC,CAAA;IACrC,mDAA+B,CAAA;IAC/B,2DAAuC,CAAA;IACvC,2CAAuB,CAAA;IACvB,2CAAuB,CAAA;IACvB,2EAAuD,CAAA;IACvD,2DAAuC,CAAA;IACvC,iDAA6B,CAAA;IAC7B,qEAAiD,CAAA;IACjD,2EAAuD,CAAA;IACvD,uDAAmC,CAAA;IACnC,uDAAmC,CAAA;IACnC,6CAA6C;IAC7C,uCAAmB,CAAA;IACnB,2CAAuB,CAAA;IACvB,2CAAuB,CAAA;IACvB,yCAAqB,CAAA;AACtB,CAAC,EAhDW,gBAAgB,KAAhB,gBAAgB,QAgD3B"}
|