Commit Graph

628 Commits

Author SHA1 Message Date
PCoder 2cbf146ebc Change button to a href 2020-02-25 14:40:54 +05:30
PCoder e094930d6e Show product name in invoices list if product is not a VM 2020-02-02 12:39:19 +05:30
PCoder b645f9894b Open invoice in a new window 2020-02-01 12:25:56 +05:30
PCoder 918d2b17e1 Change invoice url 2020-02-01 12:13:56 +05:30
PCoder a00a9f6ff0 Show invoices directly from stripe 2020-01-20 12:07:32 +05:30
PCoder 3ca7e89f4f Show VAT for eu countries only 2019-12-31 17:28:11 +05:30
PCoder 7397be98a5 Remove message tags printed mistakenly 2019-12-26 20:40:50 +05:30
PCoder 398a255965 Change condition so as to show error messages in red 2019-12-26 20:36:54 +05:30
PCoder 3202c83c68 Show error messages in red 2019-12-26 20:32:01 +05:30
PCoder 364f5599e6 Correct the way we show vat error 2019-12-26 14:08:53 +05:30
PCoder ec5bfb18b3 Replace parenthesis is template 2019-12-26 14:05:56 +05:30
PCoder c3b22992ea Fix wrong elif syntax 2019-12-26 14:00:27 +05:30
PCoder 2038d719f0 Show status icon for pending and verified only 2019-12-26 13:58:50 +05:30
PCoder b284ed70a6 Show error elegantly 2019-12-26 13:56:31 +05:30
PCoder 99e70d95c4 VAT number validation in settings 2019-12-26 13:31:15 +05:30
PCoder 92570ada7f Add VAT number to order detail (hosting) 2019-12-25 10:37:45 +05:30
PCoder f566aa8a2e Make VAT number a part of billing address 2019-12-21 08:43:34 +05:30
PCoder c9de757bc7 Merge remote-tracking branch 'mainRepo/master' into feature/VAT_number 2019-12-21 08:19:23 +05:30
ahmadbilalkhalid aa26458a8c Make greetings in dashboard font-weight equal to 300 2019-12-18 19:39:41 +05:00
PCoder 0f3acf5db4 Change order_detail and invoice_detail templates to show VAT number 2019-12-17 22:51:54 +05:30
ahmadbilalkhalid a8149edba5 Make greeting in dashboard a little bigger and increase margin 2019-12-16 20:17:26 +05:00
ahmadbilalkhalid f9a9a24516 Show username in navbar and setting. Show greeting in dashboard for user's name 2019-12-16 12:54:59 +05:00
PCoder d864f82e0f Make invoice EU VAT compatible 2019-12-09 12:30:49 +05:30
PCoder b759471274 Add /year text for yearly products 2019-12-04 01:17:46 +05:30
PCoder 7dd57fb116 Fix old order detail page 2019-11-15 22:04:37 +05:30
PCoder 530e47586e Fix month name 2019-11-15 21:23:04 +05:30
PCoder e726f953a4 Improve yearly recurring date text 2019-11-15 21:13:08 +05:30
PCoder 5697e313df Improve yearly recurring date text 2019-11-15 21:11:26 +05:30
PCoder a423dd9f49 Correct invoice for yearly subscription 2019-11-15 20:43:58 +05:30
PCoder 6d8782415f Fix number formatting for price in invoice details 2019-10-08 06:33:52 +05:30
PCoder e4e074ea8d Add explanatory text indicating puffy username on OpenBSD VMs 2019-09-15 09:12:36 +05:30
PCoder b50a543148 Remove public- prefix shown in django/node/rails hosting pages 2019-08-22 08:38:19 +05:30
PCoder b6ec2ac95b Add missing cc expiry year month in payment page 2019-07-09 19:08:19 +05:30
PCoder 59c45492a9 Add expiry year and month in the settings and order payment pages 2019-07-09 18:40:41 +05:30
PCoder 5fcd0d6b18 Remove add SSH key form in the order confirmation 2019-07-01 08:18:10 +05:30
PCoder f502e53845 Add basic implementation of AskSSHKeyView 2019-07-01 06:45:48 +05:30
PCoder 34c917acc2 Add SSH form to hosting VM buy flow also 2019-06-25 03:10:50 +02:00
PCoder 85f7d73442 Code cleanup: Remove ssh_key_added_to_vm email templates 2019-06-25 02:32:19 +02:00
PCoder 0cf5e541cc Code cleanup: remove VM poweroff/resume methods + styles + html code 2019-06-25 02:24:14 +02:00
PCoder 08608c726f Code cleanup: remove updating ssh keys on live VMs 2019-06-25 02:11:57 +02:00
PCoder 72ea362d01 Remove duplicated blocktrans in txt email template 2019-05-13 08:01:11 +02:00
PCoder 9fd396363f Center the add ssh key nicely 2019-05-13 07:13:49 +02:00
PCoder f2af1f8708 Rename button id 2019-05-12 21:15:48 +02:00
PCoder 61127e56ca Update virtual_machine_detail.html template
To show the Add SSH key button and the modal that pops up after clicking
it.
2019-05-12 19:16:53 +02:00
PCoder 7e538bf37b Add ssh_key_added_to_vm.{html,txt} email templates 2019-05-12 19:12:34 +02:00
PCoder 1ccb4e9790 Correct the way we get periods for invoices list 2019-04-22 11:40:00 +02:00
PCoder 965cc3adf9 Show correct period start and period end in invoice list
Previously, we used to take the first element in the bill line
item, for invoice start and end date. However, it can be faulty in
cases where the first item does not represent a VM itself (which
we are sure has a monthly subscription and a correct start and end
dates)
2019-04-22 11:08:59 +02:00
PCoder 3a7c209b80 Fallback to Stripe plan name for product description if its set 2019-04-20 19:54:46 +02:00
PCoder a1a85e6c18 Style the invoice detail page for multiline items 2019-04-20 18:52:01 +02:00
PCoder e782d27739 Attempt to show relevant lines when we have more than 1 line item 2019-04-20 15:20:55 +02:00