PCoder
|
b103772c0d
|
Pass vm_pricing if available when creating HostingOrder
|
2018-04-16 03:37:19 +02:00 |
|
PCoder
|
25c0694b6c
|
Use vm_pricing for creating HostingOrder
|
2018-04-16 03:36:56 +02:00 |
|
PCoder
|
a8339a23a9
|
Use get_vm_price_with_vat in hosting invoice
|
2018-04-16 03:27:54 +02:00 |
|
PCoder
|
0b9c67166e
|
Rename variable name: disk_size -> ssd_size
|
2018-04-16 03:26:51 +02:00 |
|
PCoder
|
85b8c50ef1
|
Use proper decimal arithmetic to compute price and vat
|
2018-04-16 03:25:36 +02:00 |
|
PCoder
|
c92bf30514
|
Associate HostingOrder and VMPricing
|
2018-04-16 03:23:09 +02:00 |
|
PCoder
|
c5029d8752
|
Update datacenterlight's django.po
|
2018-04-16 01:48:39 +02:00 |
|
PCoder
|
95daa37670
|
Use total_price for amout to be charged, always
|
2018-04-16 01:32:38 +02:00 |
|
PCoder
|
4148eff03e
|
Rename variable: amount_to_be_charged -> price
|
2018-04-16 01:31:16 +02:00 |
|
PCoder
|
d0276f22c1
|
Reorganize imports
|
2018-04-16 01:30:02 +02:00 |
|
PCoder
|
1b37eed53d
|
Include pricing_name in the email sent to admin
|
2018-04-16 01:29:07 +02:00 |
|
PCoder
|
8e28756bd8
|
Check if we have total_price (indicates that we have VAT excluded
price);hence,use it as final_price. if not use the previous casei and use it as final_price. If not use the preivous case
|
2018-04-16 01:27:42 +02:00 |
|
PCoder
|
6d6a8ea597
|
Refactor: reuse final_price variable
|
2018-04-16 01:24:21 +02:00 |
|
PCoder
|
903336a46f
|
Show 2 upto decimal places in order detail
|
2018-04-16 00:59:42 +02:00 |
|
PCoder
|
ec753eb0d5
|
Improve string representation of VMPricing
|
2018-04-16 00:50:34 +02:00 |
|
PCoder
|
68032ec184
|
Update migration file
|
2018-04-16 00:49:55 +02:00 |
|
PCoder
|
1cb3fa80cf
|
Improve logger error
|
2018-04-16 00:29:43 +02:00 |
|
PCoder
|
896984ef1f
|
Set vm_pricing context from plugins value
|
2018-04-16 00:29:23 +02:00 |
|
PCoder
|
665fa7479b
|
Add 0019_auto_20180415_2129.py
|
2018-04-15 23:32:14 +02:00 |
|
PCoder
|
09a03783b7
|
Merge branch 'master' into task/4379/price_without_vat
|
2018-04-15 23:27:36 +02:00 |
|
PCoder
|
465431d858
|
Add DCLCustomPricingPlugin
|
2018-04-15 23:24:15 +02:00 |
|
PCoder
|
45fc0dbaac
|
Add .orig to .gitignore
|
2018-04-15 23:23:42 +02:00 |
|
PCoder
|
fc0bc52ea3
|
Rename model
DCLCalculatorPluginModel -> DCLCustomPricingModelModel
|
2018-04-15 23:19:18 +02:00 |
|
PCoder
|
6575ff1afe
|
Increase decimal_places for all VMPricing fields
|
2018-04-15 23:07:50 +02:00 |
|
PCoder
|
069ba34f94
|
Remove old migration file
|
2018-04-15 23:07:07 +02:00 |
|
PCoder
|
d296ce72cb
|
Register VMPricing with admin site
|
2018-04-15 21:37:51 +02:00 |
|
PCoder
|
40b984be15
|
Update order_detail landing template
|
2018-04-15 21:04:06 +02:00 |
|
PCoder
|
23bd0fa147
|
Pass context params to various landing templates
|
2018-04-15 21:03:31 +02:00 |
|
PCoder
|
957cec00a0
|
Add get_vm_price_with_vat method
|
2018-04-15 20:59:31 +02:00 |
|
PCoder
|
e9a883bf2e
|
Fix a bug: use ssd_unit_price instead of sdd_unit_price
|
2018-04-15 20:57:10 +02:00 |
|
PCoder
|
962c96067f
|
Add get_vm_pricing_by_name VMPricing method
|
2018-04-15 20:55:39 +02:00 |
|
PCoder
|
63a12ffe06
|
Use updated get_vm_price method
|
2018-04-15 13:42:39 +02:00 |
|
PCoder
|
558e187e11
|
Update text: including/excluding VAT
|
2018-04-15 13:39:41 +02:00 |
|
PCoder
|
c738888ab2
|
Set vm unit price parameters from the passed context
|
2018-04-15 13:39:01 +02:00 |
|
PCoder
|
aa55c1e868
|
Update main.js to compute total from the unitprice's defined in the window context
|
2018-04-15 13:37:06 +02:00 |
|
PCoder
|
82a2014fa5
|
Pass vm_pricing context from default VMPricing object
|
2018-04-15 13:34:55 +02:00 |
|
PCoder
|
74393ac6ac
|
Optimize imports
|
2018-04-15 13:32:53 +02:00 |
|
PCoder
|
283a0d25d1
|
Update get_vm_price method to use pricing defined in VMPricing
|
2018-04-15 13:31:55 +02:00 |
|
PCoder
|
3f4156ed8e
|
Update Changelog
|
2018-04-13 20:52:58 +02:00 |
|
Pcoder
|
4cea97c5d6
|
Merge pull request #617 from pcoder/bugfix/load_blog_on_all_domains
Make /blog available on all domains
|
2018-04-13 20:48:58 +02:00 |
|
Arvind Tiwari
|
7d05ab5f5f
|
Update Changelog
|
2018-04-13 18:53:21 +05:30 |
|
Arvind Tiwari
|
00be159285
|
Merge pull request #621 from tiwariav/task/4376/cms_promo_section_link_color
Task/4376 cms promo link color
|
2018-04-13 18:44:51 +05:30 |
|
Arvind Tiwari
|
9cf89f6481
|
Merge pull request #619 from tiwariav/task/4367/dcl_email_logo_resolution
Task/4367 dcl email logo resolution
|
2018-04-13 18:44:20 +05:30 |
|
Arvind Tiwari
|
403f9b5a08
|
change logo in hosting emails
|
2018-04-13 17:55:08 +05:30 |
|
Arvind Tiwari
|
5b8b40f967
|
restore ungleich style
|
2018-04-13 17:49:27 +05:30 |
|
Arvind Tiwari
|
2536f94058
|
django parler config fix
|
2018-04-13 17:44:00 +05:30 |
|
Arvind Tiwari
|
ca480ce9c8
|
darker shade for hover
|
2018-04-13 16:23:17 +05:30 |
|
Arvind Tiwari
|
479d6fbd4f
|
change promo link color
|
2018-04-13 15:45:06 +05:30 |
|
Arvind Tiwari
|
5679289329
|
replaced cms_menu with static menu
|
2018-04-12 22:24:50 +05:30 |
|
PCoder
|
0ea9051de1
|
Change the name of the DCL Calculator Plugin
DCL Caclulator Plugin -> DCL Calculator Section Plugin
Note: We do not change the plugin name itself because it causes
data loss
|
2018-04-12 08:38:14 +02:00 |
|