PCoder
|
76e3d95135
|
Use invoice_number of invoice pk
|
2019-04-03 22:59:39 +02:00 |
|
PCoder
|
d07f3d7eba
|
Add missing object param
|
2019-04-03 22:59:01 +02:00 |
|
PCoder
|
7de2129a00
|
Implement get invoice
|
2019-04-03 22:49:45 +02:00 |
|
PCoder
|
ba6fa531db
|
Correct the name of the layout
|
2019-04-03 22:49:25 +02:00 |
|
PCoder
|
d37a2de6eb
|
Add utility functions
|
2019-04-03 22:48:56 +02:00 |
|
PCoder
|
94586c854a
|
Add invoice detail
|
2019-04-03 22:48:23 +02:00 |
|
PCoder
|
ba9e554881
|
Implement get_object for invoice detail + url fix
|
2019-04-03 21:52:07 +02:00 |
|
PCoder
|
247bbe622f
|
Add missing invoice_number argument to MHB create
|
2019-04-03 21:29:49 +02:00 |
|
PCoder
|
e843a6f857
|
Make invoicelistview not inherit OrderHostingListView
|
2019-04-03 21:16:19 +02:00 |
|
PCoder
|
def5a3a011
|
Add invoice urls
|
2019-04-03 20:34:04 +02:00 |
|
PCoder
|
dbe3b2558c
|
Create an InvoiceListView
|
2019-04-03 20:31:54 +02:00 |
|
PCoder
|
71832f8afc
|
invoices.html: Replace all order instances by invoice
|
2019-04-03 20:31:24 +02:00 |
|
PCoder
|
de3734bf20
|
Add total_in_chf utility method
|
2019-04-03 20:29:33 +02:00 |
|
PCoder
|
147fd0fe5e
|
Add invoices.html
|
2019-04-03 20:29:06 +02:00 |
|
PCoder
|
5c31417a37
|
Convert timestamp to int
|
2019-04-03 19:34:57 +02:00 |
|
PCoder
|
cc6afa8d2a
|
Fix datetime issue: pass unix timestamp instead of datetime
|
2019-04-03 19:22:27 +02:00 |
|
PCoder
|
a690ef421f
|
Fix variable name
|
2019-04-03 09:24:25 +02:00 |
|
PCoder
|
8e1e3e4157
|
Correct variable names
|
2019-04-03 09:12:14 +02:00 |
|
PCoder
|
12b8a77862
|
Fix issues and also include subscription_id
|
2019-04-03 09:03:58 +02:00 |
|
PCoder
|
444f79eab7
|
Remove unwanted logger code
|
2019-04-03 07:35:43 +02:00 |
|
PCoder
|
dbf3b92c06
|
Add logging and verbosity
|
2019-04-03 07:08:39 +02:00 |
|
PCoder
|
c85a4f3796
|
Catch error from stripe call
|
2019-04-03 06:59:05 +02:00 |
|
PCoder
|
3eaa53ca78
|
Use stdout instead of logger
|
2019-04-03 06:36:28 +02:00 |
|
PCoder
|
b1566c4c61
|
Get the last monthly hosting bill
|
2019-04-03 06:22:49 +02:00 |
|
PCoder
|
0bc8c35031
|
Add migration
|
2019-04-03 06:13:12 +02:00 |
|
PCoder
|
6d42f88be1
|
Complete implementation of fetch_stripe_bills
|
2019-04-03 06:12:48 +02:00 |
|
PCoder
|
8dc00c9dd9
|
Add management command
|
2019-04-02 09:18:46 +02:00 |
|
PCoder
|
0e84081880
|
Add monthlyhostingbill model + code
|
2019-04-02 09:18:15 +02:00 |
|
PCoder
|
1feacc1770
|
Merge branch 'master' into 5151/gdpr_modal
|
2018-10-25 22:05:24 +02: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 |
|