mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-21 15:18:44 +05:00
started balance actions importing
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
Account,AccountType,MonetaryBalance,SMSBalance,TrafficBalance,RecurrentTopupsTag,RecurrentMonthsTag,RecurrentMonthDaysTag,RecurrentWeekDaysTag,RecurrentStartTime,RecurrentClears
|
||||
rif,postpaid,10,50,100,STARTER_PACK,ALL,20th,ALL,00:00:00,1
|
||||
danb,prepaid,10,50,500,STARTER_PACK,ALL,20th,ALL,00:00:00,1
|
||||
|
4
data/DestinationBalanceActions.csv
Normal file
4
data/DestinationBalanceActions.csv
Normal file
@@ -0,0 +1,4 @@
|
||||
TimingTag,Action,Tenant,Account,Direction,DestinationTag,Units,PriceType,PriceValue,Weight
|
||||
WEEKLY_SAME_TIME,TOPUP_RESET,CUSTOMER_1,rif,OUT,GERMANY,1000,PRECENT,10,10
|
||||
WEEKLY_SAME_TIME,TOPUP_RESET,CUSTOMER_1,rif,OUT,GERMANY_O2,100,ABSOLUTE,0,10
|
||||
TRIGGERED,TOPUP_ADD,CUSTOMER_1,rif,OUT,GERMANY_O2,50,THRESHOLD,300,10
|
||||
|
@@ -1,3 +0,0 @@
|
||||
Tag,TOR,InboundUnits,MonetaryUnits,SMSUnits,TrafficUnits
|
||||
STARTER_BONUSES,0,60,0.01,0,0
|
||||
STARTER_BONUSES,100,1,0.01,0,0
|
||||
|
@@ -1,3 +0,0 @@
|
||||
Tag,TOR,OutboundUnits,DestinationsTag,MonetaryUnits,SMSUnits,TrafficUnits
|
||||
STARTER_BONUSES,0,60,GERMANY,0.01,0,0
|
||||
STARTER_BONUSES,100,1,GERMANY,0.01,0,0
|
||||
|
6
data/PrimaryBalanceActions.csv
Normal file
6
data/PrimaryBalanceActions.csv
Normal file
@@ -0,0 +1,6 @@
|
||||
TimingTag,Action,Tenant,Account,Direction,BalanceTag,Units
|
||||
WEEKLY_SAME_TIME,TOPUP_RESET,CUSTOMER_1,rif,OUT,MONETARY,10
|
||||
WEEKLY_SAME_TIME,TOPUP_RESET,CUSTOMER_1,rif,OUT,SMS,100
|
||||
WEEKLY_SAME_TIME,TOPUP_RESET,CUSTOMER_1,rif,OUT,INTERNET,1000
|
||||
ONE_TIME_RUN,POSTPAID_RESET,CUSTOMER_1,dan,OUT,MONETARY,10
|
||||
FIRST_DAY_OF_MONTH,DEBIT,CUSTOMER_1,dan,OUT,MONETARY,5
|
||||
|
@@ -1,2 +0,0 @@
|
||||
Tag,MonetaryUnits,SMSUnits,TrafficUnits
|
||||
DEBIT_5,5,0,0
|
||||
|
@@ -1,2 +0,0 @@
|
||||
Tag,RecurrentDebitsTag,MonetaryBalance,SMSBalance,TrafficBalance,VolumeRatesTag,VolumeDiscountsTag,InboundBonusesTag,OutboundBonusesTag
|
||||
STARTER_PACK,DEBIT_5,2,50,100,GERMANY_100_LANDLINE_MINUTES,UPTO_2000_GERMANY_10PERC,STARTER_BONUSES,STARTER_BONUSES
|
||||
|
@@ -1,2 +0,0 @@
|
||||
Tag,TOR,DestinationsTag,VolumeUnits,Discount,Weight
|
||||
UPTO_2000_GERMANY_10PERC,0,GERMANY,2000,10,10
|
||||
|
@@ -1,2 +0,0 @@
|
||||
Tag,TOR,DestinationsTag,VolumeUnits,Price,Weight
|
||||
GERMANY_100_LANDLINE_MINUTES,0,GERMANY,100,0,10
|
||||
|
Reference in New Issue
Block a user