PCoder
|
1e57eb5fae
|
Handle TypeError raised in an invoice for generic product
Case: No VM_ID exists and hence int(vm_id) raises TypeError
|
2019-11-15 21:10:48 +05:30 |
|
PCoder
|
a423dd9f49
|
Correct invoice for yearly subscription
|
2019-11-15 20:43:58 +05:30 |
|
PCoder
|
6eef592cd8
|
Add migration file
|
2019-11-15 20:28:00 +05:30 |
|
PCoder
|
93527fdc02
|
Update datacenterlight's django.po
|
2019-11-15 20:22:14 +05:30 |
|
PCoder
|
b790676940
|
Update datacenterlight's django.po
|
2019-11-15 20:07:26 +05:30 |
|
PCoder
|
435cfa46a6
|
Change interval to year for that case in order confirmation
|
2019-11-15 19:57:53 +05:30 |
|
PCoder
|
e493a9f3d1
|
Allow creating yearly/monthly Stripe plans
|
2019-11-15 19:47:11 +05:30 |
|
PCoder
|
3bf2654b50
|
Update ProductPaymentForm for yearly subscription
|
2019-11-15 19:45:35 +05:30 |
|
PCoder
|
f0b604c6dc
|
Update Generic product model to include product_subscription_interval
|
2019-11-15 19:40:53 +05:30 |
|
PCoder
|
a33a344b40
|
Update Changelog for 2.6.8
|
2019-11-15 17:08:05 +05:30 |
|
PCoder
|
871cccc2ae
|
Add UK VAT manually
|
2019-11-15 16:55:39 +05:30 |
|
PCoder
|
89418ca008
|
Add Greece VAT rate
|
2019-11-15 13:47:24 +05:30 |
|
PCoder
|
f6feb88708
|
Revert back starts with logic
|
2019-11-15 13:32:49 +05:30 |
|
PCoder
|
5954093999
|
Add France VAT rate
|
2019-11-15 13:32:04 +05:30 |
|
PCoder
|
069556d9b6
|
Add monaco vat rate
|
2019-11-15 13:31:21 +05:30 |
|
PCoder
|
f5372ecd1e
|
Fix bug: use country startswith instead of exact matching
Countries like FR are represented as FR
MC
|
2019-11-15 13:20:24 +05:30 |
|
PCoder
|
3599f0bff4
|
Show VAT elegantly
|
2019-11-15 13:11:11 +05:30 |
|
PCoder
|
efe411933f
|
Missing float conversions
|
2019-11-15 12:41:27 +05:30 |
|
PCoder
|
940eaf3a07
|
Process prices as floats
|
2019-11-15 12:39:03 +05:30 |
|
PCoder
|
d399fe6e79
|
Handle DoesNotExist better
|
2019-11-15 12:24:39 +05:30 |
|
PCoder
|
582e952187
|
Convert VAT rate to decimal to be consistent
|
2019-11-15 12:24:24 +05:30 |
|
PCoder
|
76c2b9d16c
|
Fix bug: change arg name
|
2019-11-15 12:23:44 +05:30 |
|
PCoder
|
44a20a5029
|
Apply country specific VAT rates for Generic Products
|
2019-11-15 11:58:15 +05:30 |
|
PCoder
|
e0b2a0b6e2
|
Add CH VAT rate
|
2019-11-15 11:25:50 +05:30 |
|
PCoder
|
7040d908dd
|
Add import_vat_rates management command
|
2019-11-15 11:03:09 +05:30 |
|
PCoder
|
b3dd57f189
|
Add vatrates migration
|
2019-11-15 11:02:45 +05:30 |
|
PCoder
|
7038a36b4d
|
Add vat_rates csv
|
2019-11-15 11:02:11 +05:30 |
|
PCoder
|
c56d6bd627
|
Add VATRates model
|
2019-11-15 11:01:49 +05:30 |
|
PCoder
|
2d916936d6
|
Update Changelog
|
2019-11-04 17:17:27 +05:30 |
|
PCoder
|
270a03e7c5
|
Improve deleteuser
Do not delete order, bill and vm_detail
|
2019-11-04 17:09:40 +05:30 |
|
PCoder
|
4174c6226f
|
Remove pprint (does not seem to help)
|
2019-11-04 12:19:25 +05:30 |
|
PCoder
|
7aec4dd938
|
Convert dict to json and then dump + fix checking None on FileField
|
2019-11-04 12:15:57 +05:30 |
|
PCoder
|
6faa8b82e8
|
Remove unwanted logger/print statements
|
2019-11-04 12:10:22 +05:30 |
|
PCoder
|
c29193f6c8
|
Fix bugs
- fetch_stripe_bills:
- fix wrong assigment of strign to num_invoice_created variable
- return None (do not handle the case) if we don't have an order
|
2019-11-04 12:05:57 +05:30 |
|
PCoder
|
72741f2188
|
Fix bugs
- Use correct attribute created_at instead of created_on
- Convert yet another date to str (missed earlier)
|
2019-11-04 11:59:48 +05:30 |
|
PCoder
|
b35a1a9e9b
|
Update Changelog
|
2019-11-04 11:50:57 +05:30 |
|
|
0372e3d2cf
|
Merge branch 'feature/add-userdump' into 'master'
Feature/add userdump
See merge request ungleich-public/dynamicweb!716
|
2019-11-04 07:16:59 +01:00 |
|
|
b06c4d541f
|
Feature/add userdump
|
2019-11-04 07:16:59 +01:00 |
|
|
7e398cf7b1
|
Merge branch 'bugfix/stripe-amount-can-be-negative' into 'master'
Make HostingBillLineAmount accept negative values
See merge request ungleich-public/dynamicweb!715
|
2019-10-26 17:58:53 +02:00 |
|
PCoder
|
6638d376b8
|
Make HostingBillLineAmount accept negative values
|
2019-10-26 10:32:49 +05:30 |
|
PCoder
|
6d8782415f
|
Fix number formatting for price in invoice details
|
2019-10-08 06:33:52 +05:30 |
|
PCoder
|
80c1f8314b
|
Update Changelog
|
2019-09-24 10:38:11 +05:30 |
|
PCoder
|
cc03c11c4a
|
Improve admin email logging
|
2019-09-24 10:34:04 +05:30 |
|
PCoder
|
8cd7a69162
|
Convert lazy loaded string to str
|
2019-09-24 09:44:45 +05:30 |
|
PCoder
|
4dd49051b4
|
Update Changelog for 2.6.4
|
2019-09-15 09:38:36 +05:30 |
|
PCoder
|
e4e074ea8d
|
Add explanatory text indicating puffy username on OpenBSD VMs
|
2019-09-15 09:12:36 +05:30 |
|
PCoder
|
41692b1929
|
Update Changelog for 2.6.3
|
2019-08-28 22:13:15 +05:30 |
|
|
5646e370ec
|
Merge branch '7032/bugfix_existing_key' into 'master'
7032/bugfix existing key
See merge request ungleich-public/dynamicweb!712
|
2019-08-28 18:36:51 +02:00 |
|
PCoder
|
dbd6685c43
|
Update Changelog
|
2019-08-27 14:34:26 +05:30 |
|
|
07db974931
|
Merge branch '7070/fix_opennebula_error' into 'master'
Use opennebula user credentials to find if vm belongs to user
See merge request ungleich-public/dynamicweb!713
|
2019-08-27 10:58:11 +02:00 |
|