generated from OBJNULL/Dockerized-Rust
Compare commits
No commits in common. "094209d19f6b28659e8316547bdc0975909e0f23" and "f72e5f021d93479873867296091f2cf5b1b7c4c9" have entirely different histories.
094209d19f
...
f72e5f021d
4 changed files with 1 additions and 26 deletions
|
@ -8,4 +8,4 @@ This program is designed to be a replacement for the legacy Prorating tool from
|
|||
When using this tool, simply click on the **Current Membership** that your customer has, then select the **New Membership** that your customer wants, then select the **Last Time they were Billed**, and finally click _Submit_ and it'll automatically run through the Math and tell you how long to _Extend/Cut_ their membership by!
|
||||
|
||||
## Tools Used
|
||||
* Slint _(For UI)_
|
||||
* ...
|
||||
|
|
|
@ -4,7 +4,3 @@ version = "0.1.0"
|
|||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
slint = "1.12.1"
|
||||
|
||||
[build-dependencies]
|
||||
slint-build = "1.12.1"
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 127 KiB |
|
@ -1,21 +0,0 @@
|
|||
import { Button, VerticalBox, HorizontalBox } from "std-widgets.slint";
|
||||
|
||||
export component Prorater inherits Window {
|
||||
title: "Auto Spa Express - Prorater";
|
||||
width: 1024px;
|
||||
height: 720px;
|
||||
|
||||
VerticalBox {
|
||||
Image {
|
||||
source: @image-url("../data/logo.png");
|
||||
width: 25%;
|
||||
height: 25%;
|
||||
}
|
||||
|
||||
Text {
|
||||
text: "Auto Spa Express - Prorate Tool";
|
||||
font-size: 4rem;
|
||||
horizontal-alignment: center;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue