taxtank-core 0.33.47 → 0.33.48
Sign up to get free protection for your applications and to get access to all the features.
- package/esm2022/src/lib/collections/home-office/home-office-claim.collection.mjs +7 -0
- package/esm2022/src/lib/collections/home-office/index.mjs +2 -0
- package/esm2022/src/lib/collections/index.mjs +2 -1
- package/esm2022/src/lib/db/Enums/chart-accounts/business-chart-accounts.enum.mjs +10 -1
- package/esm2022/src/lib/db/Enums/chart-accounts/chart-accounts-list.enum.mjs +6 -1
- package/esm2022/src/lib/db/Enums/chart-accounts/index.mjs +1 -2
- package/esm2022/src/lib/forms/abstract.form.mjs +3 -3
- package/esm2022/src/lib/forms/home-office/home-office-calculator.form.mjs +25 -0
- package/esm2022/src/lib/forms/home-office/home-office-claim.form.mjs +3 -3
- package/esm2022/src/lib/forms/home-office/home-office-log.form.mjs +2 -2
- package/esm2022/src/lib/forms/home-office/index.mjs +2 -1
- package/esm2022/src/lib/forms/transaction/work/work-expense.form.mjs +15 -2
- package/esm2022/src/lib/models/bank/bank-transaction-chart-data.mjs +2 -3
- package/esm2022/src/lib/models/chart-accounts/chart-accounts.mjs +21 -2
- package/esm2022/src/lib/models/dictionary/dictionary.mjs +3 -2
- package/esm2022/src/lib/models/endpoint/endpoints.const.mjs +5 -1
- package/esm2022/src/lib/models/home-office/home-office-claim.interface.mjs +1 -1
- package/esm2022/src/lib/models/home-office/home-office-claim.mjs +31 -11
- package/esm2022/src/lib/models/transaction/transaction.mjs +5 -2
- package/esm2022/src/lib/services/data.service.mjs +2 -2
- package/esm2022/src/lib/services/http/home-office/home-office-claim.service.mjs +4 -4
- package/esm2022/src/lib/services/http/home-office/home-office-log.service.mjs +2 -2
- package/esm2022/src/lib/services/http/rest/rest-old.service.mjs +8 -1
- package/esm2022/src/lib/services/http/rest/rest.service.mjs +24 -5
- package/esm2022/src/lib/validators/current-fin-year.validator.mjs +3 -2
- package/fesm2022/taxtank-core.mjs +147 -39
- package/fesm2022/taxtank-core.mjs.map +1 -1
- package/package.json +1 -1
- package/src/lib/collections/home-office/home-office-claim.collection.d.ts +5 -0
- package/src/lib/collections/home-office/index.d.ts +1 -0
- package/src/lib/collections/index.d.ts +1 -0
- package/src/lib/db/Enums/chart-accounts/business-chart-accounts.enum.d.ts +10 -1
- package/src/lib/db/Enums/chart-accounts/chart-accounts-list.enum.d.ts +6 -1
- package/src/lib/db/Enums/chart-accounts/index.d.ts +0 -1
- package/src/lib/forms/abstract.form.d.ts +1 -1
- package/src/lib/forms/home-office/home-office-calculator.form.d.ts +8 -0
- package/src/lib/forms/home-office/home-office-log.form.d.ts +1 -1
- package/src/lib/forms/home-office/index.d.ts +1 -0
- package/src/lib/forms/transaction/work/work-expense.form.d.ts +4 -2
- package/src/lib/models/bank/bank-transaction-chart-data.d.ts +2 -2
- package/src/lib/models/chart-accounts/chart-accounts.d.ts +2 -0
- package/src/lib/models/dictionary/dictionary.d.ts +2 -2
- package/src/lib/models/home-office/home-office-claim.d.ts +8 -4
- package/src/lib/models/home-office/home-office-claim.interface.d.ts +5 -2
- package/src/lib/models/transaction/transaction.d.ts +2 -1
- package/src/lib/services/http/home-office/home-office-claim.service.d.ts +4 -4
- package/src/lib/services/http/home-office/home-office-log.service.d.ts +1 -1
- package/src/lib/services/http/rest/rest-old.service.d.ts +4 -0
- package/src/lib/services/http/rest/rest.service.d.ts +1 -0
- package/esm2022/src/lib/db/Enums/chart-accounts/home-office-chart-accounts.enum.mjs +0 -18
- package/src/lib/db/Enums/chart-accounts/home-office-chart-accounts.enum.d.ts +0 -16
package/package.json
CHANGED
@@ -0,0 +1 @@
|
|
1
|
+
export * from './home-office-claim.collection';
|
@@ -33,5 +33,14 @@ export declare enum BusinessChartAccountsEnum {
|
|
33
33
|
GST_REFUND = 864,
|
34
34
|
PAYG_INSTALLMENTS = 878,
|
35
35
|
INTEREST_EARNED = 879,
|
36
|
-
HOME_OFFICE_HOURS = 888
|
36
|
+
HOME_OFFICE_HOURS = 888,
|
37
|
+
ELECTRICITY_AND_GAS = 892,
|
38
|
+
HOME_OFFICE_CLEANING = 893,
|
39
|
+
INTERNET = 705,
|
40
|
+
TELEPHONE = 11860,
|
41
|
+
MOBILE_PHONE = 719,
|
42
|
+
HOME_OFFICE_RENT = 889,
|
43
|
+
HOME_OFFICE_LOAN = 890,
|
44
|
+
HOME_OFFICE_RATES = 891,
|
45
|
+
HOME_OFFICE_OTHER = 894
|
37
46
|
}
|
@@ -50,5 +50,10 @@ export declare enum ChartAccountsListEnum {
|
|
50
50
|
PERSONAL_INCOME = 630,
|
51
51
|
PLATFORM_FEES = 857,
|
52
52
|
AUSTRALIAN_GOVERNMENT_SPECIAL_PAYMENTS = 871,
|
53
|
-
FHSS = 872
|
53
|
+
FHSS = 872,
|
54
|
+
MOBILE_PHONE = 90,
|
55
|
+
INTERNET = 94,
|
56
|
+
ELECTRICITY_AND_GAS = 234,
|
57
|
+
TELEPHONE = 255,
|
58
|
+
HOME_OFFICE_CLEANING = 11861
|
54
59
|
}
|
@@ -14,4 +14,3 @@ export * from './chart-accounts-type.enum';
|
|
14
14
|
export * from './chart-accounts-keep-sign.enum';
|
15
15
|
export * from './chart-accounts-holding-untaxed-income-list.enum';
|
16
16
|
export * from './chart-accounts-property-adjustments-list.enum';
|
17
|
-
export * from './home-office-chart-accounts.enum';
|
@@ -32,7 +32,7 @@ export declare abstract class AbstractForm<Model, Controls extends ControlsInter
|
|
32
32
|
protected constructor(controls: Controls, model?: Model, validatorOrOpts?: ValidatorFn | ValidatorFn[] | AbstractControlOptions | null, asyncValidator?: AsyncValidatorFn | AsyncValidatorFn[] | null);
|
33
33
|
get saved(): boolean;
|
34
34
|
get currentValue(): Model;
|
35
|
-
toggleEnabledState(): void;
|
35
|
+
toggleEnabledState(control: AbstractControl): void;
|
36
36
|
/**
|
37
37
|
* Check validation and return a new instance of generic model.
|
38
38
|
* Merge form value to initial object
|
@@ -0,0 +1,8 @@
|
|
1
|
+
import { AbstractForm } from '../abstract.form';
|
2
|
+
import { HomeOfficeClaim } from '../../models';
|
3
|
+
import { IEventListener } from '../../interfaces';
|
4
|
+
export declare class HomeOfficeCalculatorForm extends AbstractForm<HomeOfficeClaim> implements IEventListener {
|
5
|
+
constructor(claim?: HomeOfficeClaim);
|
6
|
+
listenEvents(): void;
|
7
|
+
submit(): HomeOfficeClaim;
|
8
|
+
}
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { AbstractForm } from '../abstract.form';
|
2
|
-
import { HomeOfficeLog } from '../../models
|
2
|
+
import { HomeOfficeLog } from '../../models';
|
3
3
|
export declare class HomeOfficeLogForm extends AbstractForm<HomeOfficeLog> {
|
4
4
|
constructor(log?: HomeOfficeLog);
|
5
5
|
}
|
@@ -1,11 +1,13 @@
|
|
1
1
|
import { IEventListener } from '../../../interfaces';
|
2
|
-
import { Transaction, TransactionAllocation } from '../../../models';
|
2
|
+
import { HomeOfficeClaim, Transaction, TransactionAllocation } from '../../../models';
|
3
3
|
import { WorkTransactionForm } from './work-transaction.form';
|
4
4
|
import { AbstractControl } from '@angular/forms';
|
5
5
|
export declare class WorkExpenseForm extends WorkTransactionForm implements IEventListener {
|
6
|
-
|
6
|
+
private homeOfficeClaim;
|
7
|
+
constructor(transaction: Transaction, registeredForGst: boolean, allocations: TransactionAllocation[], homeOfficeClaim: HomeOfficeClaim, controls?: {
|
7
8
|
[key: string]: AbstractControl;
|
8
9
|
});
|
9
10
|
listenEvents(): void;
|
10
11
|
watchChartAccountsMetaFields(): void;
|
12
|
+
watchChartAccounts(): void;
|
11
13
|
}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { BankTransaction } from './bank-transaction';
|
2
|
-
import { IChartData } from '../../interfaces
|
3
|
-
import { MonthNumberEnum } from '../financial-year
|
2
|
+
import { IChartData } from '../../interfaces';
|
3
|
+
import { MonthNumberEnum } from '../financial-year';
|
4
4
|
/**
|
5
5
|
* bank transactions collection UI class with frontend specific data
|
6
6
|
*/
|
@@ -12,6 +12,7 @@ export declare class ChartAccounts extends ChartAccountsBase {
|
|
12
12
|
static GSTCoefficient: number;
|
13
13
|
static GSTPercent: number;
|
14
14
|
static systemList: (ChartAccountsListEnum | BusinessChartAccountsEnum)[];
|
15
|
+
static homeOfficeList: (ChartAccountsListEnum | BusinessChartAccountsEnum)[];
|
15
16
|
heading: ChartAccountsHeading;
|
16
17
|
metaFields: ChartAccountsMetaField[];
|
17
18
|
values: ChartAccountsValue[];
|
@@ -118,6 +119,7 @@ export declare class ChartAccounts extends ChartAccountsBase {
|
|
118
119
|
isTaxable(): boolean;
|
119
120
|
isTransfer(): boolean;
|
120
121
|
isDividends(): boolean;
|
122
|
+
isHomeOfficeExpense(): boolean;
|
121
123
|
isHomeOfficeWorkHours(): boolean;
|
122
124
|
/**
|
123
125
|
* income requiring extra data like adjustments/payer/etc
|
@@ -6,8 +6,8 @@ export declare class Dictionary<Model> {
|
|
6
6
|
items: {
|
7
7
|
[key: string]: Model;
|
8
8
|
};
|
9
|
-
constructor(items
|
10
|
-
add(key: string | number, value: Model):
|
9
|
+
constructor(items?: Model[], path?: string);
|
10
|
+
add(key: string | number, value: Model): Dictionary<Model>;
|
11
11
|
get(key: string | number): Model;
|
12
12
|
merge(dictionary: Dictionary<Model>): this;
|
13
13
|
toArray(): Model[];
|
@@ -1,9 +1,9 @@
|
|
1
|
-
import { HomeOfficeClaimMethodEnum } from '../../db/Enums';
|
1
|
+
import { BusinessChartAccountsEnum, ChartAccountsListEnum, HomeOfficeClaimMethodEnum } from '../../db/Enums';
|
2
2
|
import { User } from '../user';
|
3
3
|
import { SoleBusiness } from '../sole';
|
4
4
|
import { ObservableModel } from '../../db/Models';
|
5
5
|
import { HomeOfficeClaimInterface } from './home-office-claim.interface';
|
6
|
-
import {
|
6
|
+
import { Dictionary } from '../dictionary';
|
7
7
|
export declare class HomeOfficeClaim extends ObservableModel implements HomeOfficeClaimInterface {
|
8
8
|
static className: string;
|
9
9
|
id: number;
|
@@ -16,7 +16,11 @@ export declare class HomeOfficeClaim extends ObservableModel implements HomeOffi
|
|
16
16
|
internet?: number;
|
17
17
|
telephone?: number;
|
18
18
|
mobile?: number;
|
19
|
-
|
19
|
+
officePercent?: number;
|
20
|
+
homeArea?: number;
|
21
|
+
officeArea?: number;
|
22
|
+
dedicatedOffice?: boolean;
|
20
23
|
business?: SoleBusiness;
|
21
|
-
|
24
|
+
getChartAccountsList(): typeof ChartAccountsListEnum | typeof BusinessChartAccountsEnum;
|
25
|
+
getChartAccountsClaims(): Dictionary<number>;
|
22
26
|
}
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { HomeOfficeClaimMethodEnum } from '../../db/Enums
|
1
|
+
import { HomeOfficeClaimMethodEnum } from '../../db/Enums';
|
2
2
|
import { User } from '../user';
|
3
3
|
import { SoleBusiness } from '../sole';
|
4
4
|
export interface HomeOfficeClaimInterface {
|
@@ -12,6 +12,9 @@ export interface HomeOfficeClaimInterface {
|
|
12
12
|
internet?: number;
|
13
13
|
telephone?: number;
|
14
14
|
mobile?: number;
|
15
|
-
|
15
|
+
officePercent?: number;
|
16
|
+
homeArea?: number;
|
17
|
+
officeArea?: number;
|
18
|
+
dedicatedOffice?: boolean;
|
16
19
|
business?: SoleBusiness;
|
17
20
|
}
|
@@ -10,7 +10,7 @@ import { TransactionAllocation } from './transaction-allocation';
|
|
10
10
|
import { TransactionAllocationCollection } from '../../collections';
|
11
11
|
import { Depreciation } from '../depreciation';
|
12
12
|
import { Expense } from '../../interfaces';
|
13
|
-
import { SoleInvoiceItem } from '../sole';
|
13
|
+
import { SoleBusiness, SoleInvoiceItem } from '../sole';
|
14
14
|
export declare class Transaction extends TransactionBase implements Expense {
|
15
15
|
static className: string;
|
16
16
|
/**
|
@@ -26,6 +26,7 @@ export declare class Transaction extends TransactionBase implements Expense {
|
|
26
26
|
date: Date;
|
27
27
|
allocations: TransactionAllocation[];
|
28
28
|
invoiceItem: SoleInvoiceItem;
|
29
|
+
business: SoleBusiness;
|
29
30
|
tax: number;
|
30
31
|
operation: TransactionOperationEnum;
|
31
32
|
claimPercent: number;
|
@@ -1,11 +1,11 @@
|
|
1
1
|
import { RestMethod, RestService } from '../rest';
|
2
|
-
import {
|
3
|
-
import { HomeOfficeClaim, HomeOfficeClaimInterface } from '../../../models
|
2
|
+
import { HomeOfficeClaimCollection } from '../../../collections';
|
3
|
+
import { HomeOfficeClaim, HomeOfficeClaimInterface } from '../../../models';
|
4
4
|
import * as i0 from "@angular/core";
|
5
|
-
export declare class HomeOfficeClaimService extends RestService<HomeOfficeClaimInterface, HomeOfficeClaim,
|
5
|
+
export declare class HomeOfficeClaimService extends RestService<HomeOfficeClaimInterface, HomeOfficeClaim, HomeOfficeClaimCollection> {
|
6
6
|
protected endpointUri: string;
|
7
7
|
modelClass: typeof HomeOfficeClaim;
|
8
|
-
collectionClass: typeof
|
8
|
+
collectionClass: typeof HomeOfficeClaimCollection;
|
9
9
|
disabledMethods: RestMethod[];
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<HomeOfficeClaimService, never>;
|
11
11
|
static ɵprov: i0.ɵɵInjectableDeclaration<HomeOfficeClaimService>;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { RestMethod, RestService } from '../rest';
|
2
2
|
import { Collection } from '../../../collections';
|
3
|
-
import { HomeOfficeClaim, HomeOfficeLog, HomeOfficeLogInterface } from '../../../models
|
3
|
+
import { HomeOfficeClaim, HomeOfficeLog, HomeOfficeLogInterface } from '../../../models';
|
4
4
|
import * as i0 from "@angular/core";
|
5
5
|
export declare class HomeOfficeLogService extends RestService<HomeOfficeLogInterface, HomeOfficeLog, Collection<HomeOfficeLog>> {
|
6
6
|
protected endpointUri: string;
|
@@ -112,6 +112,10 @@ export declare abstract class RestService<BaseModel, Model extends BaseModel> {
|
|
112
112
|
* @param model instance that we will use as constructor options
|
113
113
|
*/
|
114
114
|
protected createModelInstance(model: BaseModel | object): Model;
|
115
|
+
/**
|
116
|
+
* never return cache directly to prevent update
|
117
|
+
*/
|
118
|
+
getCache(): Model[];
|
115
119
|
static ɵfac: i0.ɵɵFactoryDeclaration<RestService<any, any>, never>;
|
116
120
|
static ɵprov: i0.ɵɵInjectableDeclaration<RestService<any, any>>;
|
117
121
|
}
|
@@ -10,6 +10,7 @@ import { UserRolesEnum } from 'taxtank-core/common';
|
|
10
10
|
import { ToastService } from '../../toast';
|
11
11
|
import * as i0 from "@angular/core";
|
12
12
|
/**
|
13
|
+
* @TODO refactor to behavior subject?
|
13
14
|
* Abstract base service that implements common services functionality
|
14
15
|
* and describe abstract methods/properties that have to be implemented in child services
|
15
16
|
* Model - entity service is working with
|
@@ -1,18 +0,0 @@
|
|
1
|
-
export var HomeOfficeChartAccountsEnum;
|
2
|
-
(function (HomeOfficeChartAccountsEnum) {
|
3
|
-
HomeOfficeChartAccountsEnum[HomeOfficeChartAccountsEnum["MOBILE_PHONE"] = 90] = "MOBILE_PHONE";
|
4
|
-
HomeOfficeChartAccountsEnum[HomeOfficeChartAccountsEnum["INTERNET"] = 94] = "INTERNET";
|
5
|
-
HomeOfficeChartAccountsEnum[HomeOfficeChartAccountsEnum["ELECTRICITY_AND_GAS"] = 234] = "ELECTRICITY_AND_GAS";
|
6
|
-
HomeOfficeChartAccountsEnum[HomeOfficeChartAccountsEnum["TELEPHONE"] = 255] = "TELEPHONE";
|
7
|
-
HomeOfficeChartAccountsEnum[HomeOfficeChartAccountsEnum["HOME_OFFICE_CLEANING"] = 11861] = "HOME_OFFICE_CLEANING";
|
8
|
-
HomeOfficeChartAccountsEnum[HomeOfficeChartAccountsEnum["BUSINESS_ELECTRICITY_AND_GAS"] = 892] = "BUSINESS_ELECTRICITY_AND_GAS";
|
9
|
-
HomeOfficeChartAccountsEnum[HomeOfficeChartAccountsEnum["BUSINESS_HOME_OFFICE_CLEANING"] = 893] = "BUSINESS_HOME_OFFICE_CLEANING";
|
10
|
-
HomeOfficeChartAccountsEnum[HomeOfficeChartAccountsEnum["BUSINESS_INTERNET"] = 705] = "BUSINESS_INTERNET";
|
11
|
-
HomeOfficeChartAccountsEnum[HomeOfficeChartAccountsEnum["BUSINESS_TELEPHONE"] = 11860] = "BUSINESS_TELEPHONE";
|
12
|
-
HomeOfficeChartAccountsEnum[HomeOfficeChartAccountsEnum["BUSINESS_MOBILE_PHONE"] = 719] = "BUSINESS_MOBILE_PHONE";
|
13
|
-
HomeOfficeChartAccountsEnum[HomeOfficeChartAccountsEnum["HOME_OFFICE_RENT"] = 889] = "HOME_OFFICE_RENT";
|
14
|
-
HomeOfficeChartAccountsEnum[HomeOfficeChartAccountsEnum["HOME_OFFICE_LOAN"] = 890] = "HOME_OFFICE_LOAN";
|
15
|
-
HomeOfficeChartAccountsEnum[HomeOfficeChartAccountsEnum["HOME_OFFICE_RATES"] = 891] = "HOME_OFFICE_RATES";
|
16
|
-
HomeOfficeChartAccountsEnum[HomeOfficeChartAccountsEnum["HOME_OFFICE_OTHER"] = 894] = "HOME_OFFICE_OTHER";
|
17
|
-
})(HomeOfficeChartAccountsEnum || (HomeOfficeChartAccountsEnum = {}));
|
18
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaG9tZS1vZmZpY2UtY2hhcnQtYWNjb3VudHMuZW51bS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3R0LWNvcmUvc3JjL2xpYi9kYi9FbnVtcy9jaGFydC1hY2NvdW50cy9ob21lLW9mZmljZS1jaGFydC1hY2NvdW50cy5lbnVtLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE1BQU0sQ0FBTixJQUFZLDJCQWVYO0FBZkQsV0FBWSwyQkFBMkI7SUFDckMsOEZBQWlCLENBQUE7SUFDakIsc0ZBQWEsQ0FBQTtJQUNiLDZHQUF5QixDQUFBO0lBQ3pCLHlGQUFlLENBQUE7SUFDZixpSEFBNEIsQ0FBQTtJQUM1QiwrSEFBa0MsQ0FBQTtJQUNsQyxpSUFBbUMsQ0FBQTtJQUNuQyx5R0FBdUIsQ0FBQTtJQUN2Qiw2R0FBMEIsQ0FBQTtJQUMxQixpSEFBMkIsQ0FBQTtJQUMzQix1R0FBc0IsQ0FBQTtJQUN0Qix1R0FBc0IsQ0FBQTtJQUN0Qix5R0FBdUIsQ0FBQTtJQUN2Qix5R0FBdUIsQ0FBQTtBQUN6QixDQUFDLEVBZlcsMkJBQTJCLEtBQTNCLDJCQUEyQixRQWV0QyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBlbnVtIEhvbWVPZmZpY2VDaGFydEFjY291bnRzRW51bSB7XG4gIE1PQklMRV9QSE9ORSA9IDkwLFxuICBJTlRFUk5FVCA9IDk0LFxuICBFTEVDVFJJQ0lUWV9BTkRfR0FTID0gMjM0LFxuICBURUxFUEhPTkUgPSAyNTUsXG4gIEhPTUVfT0ZGSUNFX0NMRUFOSU5HID0gMTE4NjEsXG4gIEJVU0lORVNTX0VMRUNUUklDSVRZX0FORF9HQVMgPSA4OTIsXG4gIEJVU0lORVNTX0hPTUVfT0ZGSUNFX0NMRUFOSU5HID0gODkzLFxuICBCVVNJTkVTU19JTlRFUk5FVCA9IDcwNSxcbiAgQlVTSU5FU1NfVEVMRVBIT05FID0gMTE4NjAsXG4gIEJVU0lORVNTX01PQklMRV9QSE9ORSA9IDcxOSxcbiAgSE9NRV9PRkZJQ0VfUkVOVCA9IDg4OSxcbiAgSE9NRV9PRkZJQ0VfTE9BTiA9IDg5MCxcbiAgSE9NRV9PRkZJQ0VfUkFURVMgPSA4OTEsXG4gIEhPTUVfT0ZGSUNFX09USEVSID0gODk0LFxufVxuIl19
|
@@ -1,16 +0,0 @@
|
|
1
|
-
export declare enum HomeOfficeChartAccountsEnum {
|
2
|
-
MOBILE_PHONE = 90,
|
3
|
-
INTERNET = 94,
|
4
|
-
ELECTRICITY_AND_GAS = 234,
|
5
|
-
TELEPHONE = 255,
|
6
|
-
HOME_OFFICE_CLEANING = 11861,
|
7
|
-
BUSINESS_ELECTRICITY_AND_GAS = 892,
|
8
|
-
BUSINESS_HOME_OFFICE_CLEANING = 893,
|
9
|
-
BUSINESS_INTERNET = 705,
|
10
|
-
BUSINESS_TELEPHONE = 11860,
|
11
|
-
BUSINESS_MOBILE_PHONE = 719,
|
12
|
-
HOME_OFFICE_RENT = 889,
|
13
|
-
HOME_OFFICE_LOAN = 890,
|
14
|
-
HOME_OFFICE_RATES = 891,
|
15
|
-
HOME_OFFICE_OTHER = 894
|
16
|
-
}
|