PCoder
|
484bd53bd2
|
Fix the way we calculate VAT and final VM price
1. Get the VM's pricing from its config and VMPricing
2. Compute and apply discount if any
3. Apply VAT on the discounted amount from 2
|
2019-01-12 11:02:38 +01:00 |
|
PCoder
|
c36554b4d1
|
Round total_price also to 2 decimal places
|
2018-10-18 06:58:18 +02:00 |
|
PCoder
|
3ebf932422
|
Adjust hosting calculator form validation
For 512 MB RAM offer
|
2018-10-17 09:29:08 +02:00 |
|
PCoder
|
814163e58e
|
Add minRAM js code for hosting also
|
2018-10-17 09:11:37 +02:00 |
|
PCoder
|
2fbee916cc
|
Correct help text for product slug field
|
2018-10-05 09:37:57 +02:00 |
|
PCoder
|
e3ec67d32c
|
ProductPaymentForm: Set input fields input-no-border style
|
2018-10-05 08:58:10 +02:00 |
|
PCoder
|
1100d61b5d
|
Fix flake8 warnings
|
2018-10-03 23:17:25 +02:00 |
|
PCoder
|
b3e3af1c1a
|
Make ProductPaymentForm's recurring field hidden
|
2018-10-03 22:54:45 +02:00 |
|
PCoder
|
74ec39498e
|
Update GenericProduct
Remove url field
Make slug mandatory
|
2018-10-03 09:58:49 +02:00 |
|
PCoder
|
e4bfdec0b6
|
Update ProductPaymentForm's validation
|
2018-10-03 09:38:49 +02:00 |
|
PCoder
|
27a92780a6
|
Add amount label + Reset textarea height
|
2018-10-03 08:38:20 +02:00 |
|
PCoder
|
97693f0bb3
|
Format code
|
2018-10-03 08:27:22 +02:00 |
|
PCoder
|
530bbcd5f6
|
Create ProductPaymentForm from GenericPaymentForm
|
2018-10-03 08:18:45 +02:00 |
|
PCoder
|
3bad37c605
|
Make GenericProduct slug unique
|
2018-10-02 10:00:59 +02:00 |
|
PCoder
|
930333357e
|
GenericProduct: Remove image field and add slug field
|
2018-10-02 09:27:38 +02:00 |
|
PCoder
|
dd9e7dde35
|
Merge branch 'master' into task/5690/generic-payment-page
|
2018-10-02 09:01:46 +02:00 |
|
PCoder
|
fcc113e9d9
|
Add locale_date class to date fields so that we can localize
|
2018-09-26 22:06:14 +02:00 |
|
PCoder
|
1041284866
|
Refactor moment.js locale date code to virutal_machine_detail.js
|
2018-09-26 21:52:12 +02:00 |
|
PCoder
|
4feeec23d4
|
Correct spelling: virutal -> virtual
|
2018-09-26 20:50:19 +02:00 |
|
PCoder
|
ca578ecf56
|
Merge branch 'master' of https://github.com/MalcolmA/dynamicweb into MalcolmA-master
|
2018-09-26 20:46:54 +02:00 |
|
PCoder
|
b021a8ed6e
|
Remove filer dependency in migration
|
2018-09-26 09:29:10 +02:00 |
|
PCoder
|
99b11f013f
|
Remove old migration
|
2018-09-26 09:25:03 +02:00 |
|
PCoder
|
1f990b1ab7
|
Update migration
|
2018-09-26 09:24:47 +02:00 |
|
PCoder
|
508360472a
|
Add amount/recurring form fields validation
|
2018-09-26 09:14:11 +02:00 |
|
PCoder
|
48ba6a6166
|
Remove disabled on amount/recurring fields
|
2018-09-26 09:13:45 +02:00 |
|
PCoder
|
10e8f0a820
|
Show product name in hosting order detail
|
2018-09-26 09:10:15 +02:00 |
|
PCoder
|
5df2080f92
|
Reset amount and recurring fields on error
|
2018-09-26 09:09:12 +02:00 |
|
PCoder
|
d54bf84b1e
|
Format code
|
2018-09-25 02:20:57 +02:00 |
|
PCoder
|
50e5fea339
|
Add GenericProduct model and associate it to HostingOrder
|
2018-09-25 02:20:31 +02:00 |
|
PCoder
|
67231275c7
|
Modify migration
|
2018-09-25 02:19:28 +02:00 |
|
PCoder
|
1228d3dbc6
|
Add product_name to GenericPaymentForm
|
2018-09-25 02:18:31 +02:00 |
|
PCoder
|
69a1d2df71
|
Add ajax call to fetch price/recurring
Based on selected production
|
2018-09-25 02:16:44 +02:00 |
|
PCoder
|
b63a572231
|
Register GenericProduct to adminsite
|
2018-09-25 02:14:37 +02:00 |
|
PCoder
|
114dbd8242
|
Make recurring monthly and amount in chf explicit
|
2018-09-24 08:32:33 +02:00 |
|
PCoder
|
a90bec98ec
|
Make invoice for generic payment showable
|
2018-09-24 08:22:46 +02:00 |
|
PCoder
|
2a694295ad
|
Refactor payment.js
|
2018-09-23 17:00:48 +02:00 |
|
PCoder
|
fcfc56e132
|
Move csrf_token out of the form loop
|
2018-09-23 16:15:48 +02:00 |
|
PCoder
|
d6e4a86724
|
Append One time charge/Recurring only for generic payments
|
2018-09-23 13:34:26 +02:00 |
|
PCoder
|
9ec05e7df4
|
Merge billing and generic-payment forms and post values as get
parameters
|
2018-09-23 13:13:32 +02:00 |
|
PCoder
|
e94ecfe52c
|
Change recurring and description to non-required fields + Change
amount to Floatfield
|
2018-09-23 12:49:57 +02:00 |
|
PCoder
|
332e7d6624
|
Add generic_payment_id field to HostingOrder migration and
reflect generic payments in adminsite
|
2018-09-23 12:39:06 +02:00 |
|
PCoder
|
c7edcdc8b1
|
Change description to CharField and set its height
|
2018-09-22 23:51:39 +02:00 |
|
PCoder
|
a7fa52490c
|
Create GenericPaymentForm
|
2018-09-22 08:16:26 +02:00 |
|
PCoder
|
d7be223fcb
|
Change margin bottom for vm terminate error
|
2018-09-08 12:39:12 +02:00 |
|
PCoder
|
304feb4f7b
|
Update text
|
2018-09-08 10:46:07 +02:00 |
|
PCoder
|
e376f38baa
|
Correct text
|
2018-09-08 10:33:00 +02:00 |
|
PCoder
|
84dae63968
|
Fix: ugettext_lazy doesn't like string format
|
2018-09-08 10:29:47 +02:00 |
|
PCoder
|
4914280868
|
Set text for vm terminate timeout
|
2018-09-08 10:14:57 +02:00 |
|
PCoder
|
a7afbec5b4
|
Fix flake8 error
|
2018-09-07 23:14:57 +02:00 |
|
PCoder
|
ff6df8cd58
|
Simplify logic
|
2018-09-07 23:11:46 +02:00 |
|